public static class EntityDAO.PlainExecutableSQLCommand extends java.lang.Object implements EntityDAO.ExecutableSQLCommand
| Constructor and Description |
|---|
PlainExecutableSQLCommand() |
| Modifier and Type | Method and Description |
|---|---|
java.sql.ResultSet |
exec(JdbcWrapper jdbc) |
java.lang.String |
getSqlCommand() |
void |
setFetchSize(int size) |
void |
setSqlCommand(java.lang.String sqlCommand) |
public java.sql.ResultSet exec(JdbcWrapper jdbc) throws java.lang.Exception
exec in interface EntityDAO.ExecutableSQLCommandjava.lang.Exceptionpublic java.lang.String getSqlCommand()
getSqlCommand in interface EntityDAO.ExecutableSQLCommandpublic void setSqlCommand(java.lang.String sqlCommand)
setSqlCommand in interface EntityDAO.ExecutableSQLCommandpublic void setFetchSize(int size)