|
DBAbstract API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--ro.raducora.utils.jdbc.WrapperStatement
| Field Summary |
| Fields inherited from interface java.sql.Statement |
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO |
| Constructor Summary | |
WrapperStatement(AdapterBase clientAdapter,
ConnectInfo info)
Inits the wrapper with the AdapterBase |
|
| Method Summary | |
void |
addBatch(java.lang.String sql)
Method Not Supported |
void |
cancel()
Method Not Supported |
void |
clearBatch()
Method Not Supported |
void |
clearWarnings()
Method Not Supported |
void |
close()
|
boolean |
execute(java.lang.String sql)
|
boolean |
execute(java.lang.String sql,
int autoGeneratedKeys)
Method Not Supported |
boolean |
execute(java.lang.String sql,
int[] columnIndexes)
Method Not Supported |
boolean |
execute(java.lang.String sql,
java.lang.String[] columnNames)
Method Not Supported |
int[] |
executeBatch()
Method Not Supported |
java.sql.ResultSet |
executeQuery(java.lang.String sql)
|
int |
executeUpdate(java.lang.String sql)
|
int |
executeUpdate(java.lang.String sql,
int autoGeneratedKeys)
Method Not Supported |
int |
executeUpdate(java.lang.String sql,
int[] columnIndexes)
Method Not Supported |
int |
executeUpdate(java.lang.String sql,
java.lang.String[] columnNames)
Method Not Supported |
java.sql.Connection |
getConnection()
Method Not Supported |
int |
getFetchDirection()
Method Not Supported |
int |
getFetchSize()
Method Not Supported |
java.sql.ResultSet |
getGeneratedKeys()
Method Not Supported |
int |
getMaxFieldSize()
Method Not Supported |
int |
getMaxRows()
Method Not Supported |
boolean |
getMoreResults()
Method Not Supported |
boolean |
getMoreResults(int current)
Method Not Supported |
int |
getQueryTimeout()
Method Not Supported |
java.sql.ResultSet |
getResultSet()
|
int |
getResultSetConcurrency()
Method Not Supported |
int |
getResultSetHoldability()
Method Not Supported |
int |
getResultSetType()
Method Not Supported |
int |
getUpdateCount()
|
java.sql.SQLWarning |
getWarnings()
Method Not Supported |
void |
setCursorName(java.lang.String name)
Method Not Supported |
void |
setEscapeProcessing(boolean enable)
Method Not Supported |
void |
setFetchDirection(int direction)
Method Not Supported |
void |
setFetchSize(int rows)
Method Not Supported |
void |
setMaxFieldSize(int max)
Method Not Supported |
void |
setMaxRows(int max)
Method Not Supported |
void |
setQueryTimeout(int seconds)
Method Not Supported |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WrapperStatement(AdapterBase clientAdapter,
ConnectInfo info)
clientAdapter - the Adapter used to connect| Method Detail |
public java.sql.ResultSet executeQuery(java.lang.String sql)
throws java.sql.SQLException
executeQuery in interface java.sql.Statementjava.sql.SQLExceptionStatement.executeQuery(java.lang.String)
public int executeUpdate(java.lang.String sql)
throws java.sql.SQLException
executeUpdate in interface java.sql.Statementjava.sql.SQLExceptionStatement.executeUpdate(java.lang.String)
public void close()
throws java.sql.SQLException
close in interface java.sql.Statementjava.sql.SQLExceptionStatement.close()
public int getMaxFieldSize()
throws java.sql.SQLException
getMaxFieldSize in interface java.sql.Statementjava.sql.SQLExceptionStatement.getMaxFieldSize()
public void setMaxFieldSize(int max)
throws java.sql.SQLException
setMaxFieldSize in interface java.sql.Statementjava.sql.SQLExceptionStatement.setMaxFieldSize(int)
public int getMaxRows()
throws java.sql.SQLException
getMaxRows in interface java.sql.Statementjava.sql.SQLExceptionStatement.getMaxRows()
public void setMaxRows(int max)
throws java.sql.SQLException
setMaxRows in interface java.sql.Statementjava.sql.SQLExceptionStatement.setMaxRows(int)
public void setEscapeProcessing(boolean enable)
throws java.sql.SQLException
setEscapeProcessing in interface java.sql.Statementjava.sql.SQLExceptionStatement.setEscapeProcessing(boolean)
public int getQueryTimeout()
throws java.sql.SQLException
getQueryTimeout in interface java.sql.Statementjava.sql.SQLExceptionStatement.getQueryTimeout()
public void setQueryTimeout(int seconds)
throws java.sql.SQLException
setQueryTimeout in interface java.sql.Statementjava.sql.SQLExceptionStatement.setQueryTimeout(int)
public void cancel()
throws java.sql.SQLException
cancel in interface java.sql.Statementjava.sql.SQLExceptionStatement.cancel()
public java.sql.SQLWarning getWarnings()
throws java.sql.SQLException
getWarnings in interface java.sql.Statementjava.sql.SQLExceptionStatement.getWarnings()
public void clearWarnings()
throws java.sql.SQLException
clearWarnings in interface java.sql.Statementjava.sql.SQLExceptionStatement.clearWarnings()
public void setCursorName(java.lang.String name)
throws java.sql.SQLException
setCursorName in interface java.sql.Statementjava.sql.SQLExceptionStatement.setCursorName(java.lang.String)
public boolean execute(java.lang.String sql)
throws java.sql.SQLException
execute in interface java.sql.Statementjava.sql.SQLExceptionStatement.execute(java.lang.String)
public java.sql.ResultSet getResultSet()
throws java.sql.SQLException
getResultSet in interface java.sql.Statementjava.sql.SQLExceptionStatement.getResultSet()
public int getUpdateCount()
throws java.sql.SQLException
getUpdateCount in interface java.sql.Statementjava.sql.SQLExceptionStatement.getUpdateCount()
public boolean getMoreResults()
throws java.sql.SQLException
getMoreResults in interface java.sql.Statementjava.sql.SQLExceptionStatement.getMoreResults()
public void setFetchDirection(int direction)
throws java.sql.SQLException
setFetchDirection in interface java.sql.Statementjava.sql.SQLExceptionStatement.setFetchDirection(int)
public int getFetchDirection()
throws java.sql.SQLException
getFetchDirection in interface java.sql.Statementjava.sql.SQLExceptionStatement.getFetchDirection()
public void setFetchSize(int rows)
throws java.sql.SQLException
setFetchSize in interface java.sql.Statementjava.sql.SQLExceptionStatement.setFetchSize(int)
public int getFetchSize()
throws java.sql.SQLException
getFetchSize in interface java.sql.Statementjava.sql.SQLExceptionStatement.getFetchSize()
public int getResultSetConcurrency()
throws java.sql.SQLException
getResultSetConcurrency in interface java.sql.Statementjava.sql.SQLExceptionStatement.getResultSetConcurrency()
public int getResultSetType()
throws java.sql.SQLException
getResultSetType in interface java.sql.Statementjava.sql.SQLExceptionStatement.getResultSetType()
public void addBatch(java.lang.String sql)
throws java.sql.SQLException
addBatch in interface java.sql.Statementjava.sql.SQLExceptionStatement.addBatch(java.lang.String)
public void clearBatch()
throws java.sql.SQLException
clearBatch in interface java.sql.Statementjava.sql.SQLExceptionStatement.clearBatch()
public int[] executeBatch()
throws java.sql.SQLException
executeBatch in interface java.sql.Statementjava.sql.SQLExceptionStatement.executeBatch()
public java.sql.Connection getConnection()
throws java.sql.SQLException
getConnection in interface java.sql.Statementjava.sql.SQLExceptionStatement.getConnection()
public boolean getMoreResults(int current)
throws java.sql.SQLException
getMoreResults in interface java.sql.Statementjava.sql.SQLExceptionStatement.getMoreResults(int)
public java.sql.ResultSet getGeneratedKeys()
throws java.sql.SQLException
getGeneratedKeys in interface java.sql.Statementjava.sql.SQLExceptionStatement.getGeneratedKeys()
public int executeUpdate(java.lang.String sql,
int autoGeneratedKeys)
throws java.sql.SQLException
executeUpdate in interface java.sql.Statementjava.sql.SQLExceptionStatement.executeUpdate(java.lang.String, int)
public int executeUpdate(java.lang.String sql,
int[] columnIndexes)
throws java.sql.SQLException
executeUpdate in interface java.sql.Statementjava.sql.SQLExceptionStatement.executeUpdate(java.lang.String, int[])
public int executeUpdate(java.lang.String sql,
java.lang.String[] columnNames)
throws java.sql.SQLException
executeUpdate in interface java.sql.Statementjava.sql.SQLExceptionStatement.executeUpdate(java.lang.String,
java.lang.String[])
public boolean execute(java.lang.String sql,
int autoGeneratedKeys)
throws java.sql.SQLException
execute in interface java.sql.Statementjava.sql.SQLExceptionStatement.execute(java.lang.String, int)
public boolean execute(java.lang.String sql,
int[] columnIndexes)
throws java.sql.SQLException
execute in interface java.sql.Statementjava.sql.SQLExceptionStatement.execute(java.lang.String, int[])
public boolean execute(java.lang.String sql,
java.lang.String[] columnNames)
throws java.sql.SQLException
execute in interface java.sql.Statementjava.sql.SQLExceptionStatement.execute(java.lang.String, java.lang.String[])
public int getResultSetHoldability()
throws java.sql.SQLException
getResultSetHoldability in interface java.sql.Statementjava.sql.SQLExceptionStatement.getResultSetHoldability()
|
DBAbstract API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||