| Package | Description |
|---|---|
| com.agimatec.sql | |
| com.agimatec.sql.query |
| Modifier and Type | Method and Description |
|---|---|
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().
|
| Modifier and Type | Method and Description |
|---|---|
SQLStatement |
SQLBuilder.generateSQL(QueryDefinition queryDefinition) |
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2008-2016. All Rights Reserved.