public DefaultStatement
Sets up some default values for all Lenses Statement instances.
| Modifier and Type | Interface and Description |
|---|---|
static class |
DefaultStatement.DefaultImpls
Sets up some default values for all Lenses Statement instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearWarnings() |
int |
getFetchDirection() |
int |
getFetchSize() |
java.sql.ResultSet |
getGeneratedKeys() |
int |
getMaxFieldSize() |
int |
getMaxRows() |
boolean |
getMoreResults() |
boolean |
getMoreResults(int current) |
int |
getResultSetConcurrency() |
int |
getResultSetHoldability() |
int |
getResultSetType() |
java.sql.SQLWarning |
getWarnings() |
boolean |
isPoolable() |
java.lang.Void |
setCursorName(java.lang.String name) |
void |
setEscapeProcessing(boolean enable) |
void |
setFetchDirection(int direction) |
void |
setFetchSize(int rows) |
void |
setMaxFieldSize(int max) |
void |
setMaxRows(int max) |
void |
setPoolable(boolean poolable) |
void clearWarnings()
java.sql.SQLWarning getWarnings()
boolean getMoreResults()
boolean getMoreResults(int current)
int getMaxFieldSize()
void setMaxFieldSize(int max)
int getMaxRows()
void setMaxRows(int max)
int getFetchSize()
void setFetchSize(int rows)
int getFetchDirection()
void setFetchDirection(int direction)
void setPoolable(boolean poolable)
int getResultSetHoldability()
java.lang.Void setCursorName(java.lang.String name)
void setEscapeProcessing(boolean enable)
boolean isPoolable()
int getResultSetType()
int getResultSetConcurrency()
java.sql.ResultSet getGeneratedKeys()