|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.fikin.sql.SQLPipeElement net.sf.fikin.sql.core.ExecuteSql
public class ExecuteSql
Execute the given sql command
Uses JdbcStatement
to obtain a valid JDBC Statement object
and calls it execute(sql) method.
Typically this is the last pipe element in the pipe as it acutally executes the sql command and there is usualy nothing more to be done after it.
created on Dec 15, 2006
Constructor Summary | |
---|---|
ExecuteSql()
|
Method Summary | |
---|---|
void |
execute(java.lang.String cmd)
execute the sql command via JdbcStatement.getStatement() |
Methods inherited from class net.sf.fikin.sql.SQLPipeElement |
---|
getBaseClassName, getId, getNext, getPipe, setNext, setPipe |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecuteSql()
Method Detail |
---|
public void execute(java.lang.String cmd) throws java.sql.SQLException
JdbcStatement.getStatement()
execute
in class SQLPipeElement
cmd
- to execute
java.sql.SQLException
- in case of error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |