public interface InternalShardingStatement
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
clearForGeneratedKeys() |
void |
clearWarnings() |
void |
close() |
java.sql.Connection |
getConnection() |
int |
getFetchSize() |
java.sql.ResultSet |
getGeneratedKeys() |
int |
getMaxFieldSize() |
int |
getMaxRows() |
boolean |
getMoreResults() |
boolean |
getMoreResults(int aCurrent) |
int |
getQueryTimeout() |
java.sql.ResultSet |
getResultSet() |
int |
getUpdateCount() |
java.sql.SQLWarning |
getWarnings() |
boolean |
hasNoData() |
boolean |
isPrepared() |
void |
makeQstrForGeneratedKeys(java.lang.String aSql,
int[] aColumnIndexes,
java.lang.String[] aColumnNames) |
void |
setCursorName(java.lang.String aName) |
void |
setEscapeProcessing(boolean aEnable) |
void |
setFetchSize(int aRows) |
void |
setMaxFieldSize(int aMax) |
void |
setMaxRows(int aMax) |
void |
setQueryTimeout(int aSeconds) |
void close()
throws java.sql.SQLException
java.sql.SQLExceptionint getMaxFieldSize()
throws java.sql.SQLException
java.sql.SQLExceptionvoid setMaxFieldSize(int aMax)
throws java.sql.SQLException
java.sql.SQLExceptionint getMaxRows()
throws java.sql.SQLException
java.sql.SQLExceptionvoid setMaxRows(int aMax)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setEscapeProcessing(boolean aEnable)
throws java.sql.SQLException
java.sql.SQLExceptionint getQueryTimeout()
throws java.sql.SQLException
java.sql.SQLExceptionvoid setQueryTimeout(int aSeconds)
throws java.sql.SQLException
java.sql.SQLExceptionvoid cancel()
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.SQLWarning getWarnings()
throws java.sql.SQLException
java.sql.SQLExceptionvoid clearWarnings()
throws java.sql.SQLException
java.sql.SQLExceptionvoid setCursorName(java.lang.String aName)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.ResultSet getResultSet()
throws java.sql.SQLException
java.sql.SQLExceptionint getUpdateCount()
throws java.sql.SQLException
java.sql.SQLExceptionboolean getMoreResults()
throws java.sql.SQLException
java.sql.SQLExceptionvoid setFetchSize(int aRows)
throws java.sql.SQLException
java.sql.SQLExceptionint getFetchSize()
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Connection getConnection()
throws java.sql.SQLException
java.sql.SQLExceptionboolean getMoreResults(int aCurrent)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.ResultSet getGeneratedKeys()
throws java.sql.SQLException
java.sql.SQLExceptionboolean isPrepared()
boolean hasNoData()
void makeQstrForGeneratedKeys(java.lang.String aSql,
int[] aColumnIndexes,
java.lang.String[] aColumnNames)
throws java.sql.SQLException
java.sql.SQLExceptionvoid clearForGeneratedKeys()
throws java.sql.SQLException
java.sql.SQLException