|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SQLStatement | |
|---|---|
| com.agimatec.sql | |
| com.agimatec.sql.query | |
| Uses of SQLStatement in com.agimatec.sql |
|---|
| Methods in com.agimatec.sql that return SQLStatement | |
|---|---|
SQLStatement |
SQLWriter.createStatement()
Create an instance of SQLStatement from the receiver |
SQLStatement |
SQLStatement.getPreparedStatement()
return a copy of the receiver or the receiver itself (when not changed) that is ready to be executed with asPreparedStatement(connection) where the SQL and parameters have been transformed so that execution result is the same as when the receiver would have been transformed by getParameterizedStatement(). |
| Uses of SQLStatement in com.agimatec.sql.query |
|---|
| Methods in com.agimatec.sql.query that return SQLStatement | |
|---|---|
SQLStatement |
SQLBuilder.generateSQL(QueryDefinition queryDefinition)
|
| Methods in com.agimatec.sql.query with parameters of type SQLStatement | |
|---|---|
protected int |
JdbcExecutor.execRowsAffected(SQLStatement aSQL)
execute an sql (update/delete/insert) statement and return the number of rows affected |
protected QueryResult |
JdbcExecutor.fetchResult(SQLStatement aQuery,
JdbcResultBuilder resultBuilder,
QueryDefinition queryDefinition)
execute a SQL-QUERY (select) and return a LookupResult |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||