|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbr.ufg.integrate.wrapper.jdbc.IntegrateStatement
public abstract class IntegrateStatement
| 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 | |
|---|---|
IntegrateStatement()
|
|
| Method Summary | ||
|---|---|---|
void |
addBatch(String arg0)
|
|
void |
cancel()
|
|
void |
clearBatch()
|
|
void |
clearWarnings()
|
|
abstract void |
close()
Releases this Statement object's database
and JDBC resources immediately instead of waiting for
this to happen when it is automatically closed. |
|
abstract boolean |
execute(String arg0)
|
|
boolean |
execute(String arg0,
int arg1)
|
|
boolean |
execute(String arg0,
int[] arg1)
|
|
boolean |
execute(String arg0,
String[] arg1)
|
|
int[] |
executeBatch()
|
|
abstract ResultSet |
executeQuery(String arg0)
|
|
abstract int |
executeUpdate(String arg0)
|
|
int |
executeUpdate(String arg0,
int arg1)
|
|
int |
executeUpdate(String arg0,
int[] arg1)
|
|
int |
executeUpdate(String arg0,
String[] arg1)
|
|
abstract Connection |
getConnection()
Gets the connection attribute of the Satement object |
|
int |
getFetchDirection()
Gets the fetchDirection attribute of the Satement object |
|
int |
getFetchSize()
Gets the fetchSize attribute of the Satement object |
|
ResultSet |
getGeneratedKeys()
|
|
int |
getMaxFieldSize()
Gets the maxFieldSize attribute of the Satement object |
|
int |
getMaxRows()
Gets the maxRows attribute of the Satement object |
|
boolean |
getMoreResults()
Gets the moreResults attribute of the Satement object |
|
boolean |
getMoreResults(int arg0)
|
|
int |
getQueryTimeout()
Gets the queryTimeout attribute of the Satement object |
|
ResultSet |
getResultSet()
Gets the resultSet attribute of the Satement object |
|
int |
getResultSetConcurrency()
Gets the resultSetConcurrency attribute of the Satement object |
|
int |
getResultSetHoldability()
|
|
int |
getResultSetType()
Gets the resultSetType attribute of the Satement object |
|
int |
getUpdateCount()
Gets the updateCount attribute of the Satement object |
|
SQLWarning |
getWarnings()
Gets the warnings attribute of the Satement object |
|
boolean |
isClosed()
|
|
boolean |
isPoolable()
|
|
boolean |
isWrapperFor(Class<?> arg0)
|
|
void |
setCursorName(String arg0)
Sets the cursorName attribute of the Satement object |
|
void |
setEscapeProcessing(boolean arg0)
Sets the escapeProcessing attribute of the Satement object |
|
void |
setFetchDirection(int arg0)
Sets the fetchDirection attribute of the Satement object |
|
void |
setFetchSize(int arg0)
Sets the fetchSize attribute of the Satement object |
|
void |
setMaxFieldSize(int arg0)
Sets the maxFieldSize attribute of the Statement object |
|
void |
setMaxRows(int arg0)
Sets the maxRows attribute of the Satement object |
|
void |
setPoolable(boolean arg0)
|
|
void |
setQueryTimeout(int arg0)
Sets the queryTimeout attribute of the Satement object |
|
|
unwrap(Class<T> arg0)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntegrateStatement()
| Method Detail |
|---|
public void addBatch(String arg0)
throws SQLException
addBatch in interface StatementSQLExceptionStatement.addBatch(String)
public void cancel()
throws SQLException
cancel in interface StatementSQLExceptionStatement.cancel()
public void clearBatch()
throws SQLException
clearBatch in interface StatementSQLExceptionStatement.clearBatch()
public void clearWarnings()
throws SQLException
clearWarnings in interface StatementSQLExceptionStatement.clearWarnings()
public abstract void close()
throws SQLException
Statement object's database
and JDBC resources immediately instead of waiting for
this to happen when it is automatically closed.
It is generally good practice to release resources as soon as
you are finished with them to avoid tying up database
resources.
Calling the method close on a Statement
object that is already closed has no effect.
Note: A Statement object is automatically closed
when it is garbage collected. When a Statement object is
closed, its current ResultSet object, if one exists, is
also closed.
close in interface StatementSQLException - if a database access error occurs
public abstract boolean execute(String arg0)
throws SQLException
execute in interface StatementSQLExceptionStatement.execute(java.lang.String)
public boolean execute(String arg0,
int arg1)
throws SQLException
execute in interface StatementSQLExceptionStatement.execute(java.lang.String)
public boolean execute(String arg0,
int[] arg1)
throws SQLException
execute in interface StatementSQLExceptionStatement.execute(java.lang.String)
public boolean execute(String arg0,
String[] arg1)
throws SQLException
execute in interface StatementSQLExceptionStatement.execute(java.lang.String)
public int[] executeBatch()
throws SQLException
executeBatch in interface StatementSQLExceptionStatement.executeBatch()
public abstract ResultSet executeQuery(String arg0)
throws SQLException
executeQuery in interface StatementSQLExceptionStatement.executeQuery(java.lang.String)
public abstract int executeUpdate(String arg0)
throws SQLException
executeUpdate in interface StatementSQLExceptionStatement.executeUpdate(java.lang.String)
public int executeUpdate(String arg0,
int arg1)
throws SQLException
executeUpdate in interface StatementSQLExceptionStatement.executeUpdate(java.lang.String)
public int executeUpdate(String arg0,
int[] arg1)
throws SQLException
executeUpdate in interface StatementSQLExceptionStatement.executeUpdate(java.lang.String)
public int executeUpdate(String arg0,
String[] arg1)
throws SQLException
executeUpdate in interface StatementSQLExceptionStatement.executeUpdate(java.lang.String)
public abstract Connection getConnection()
throws SQLException
getConnection in interface StatementSQLException - Description of Exception
public int getFetchDirection()
throws SQLException
getFetchDirection in interface StatementSQLException - Description of Exception
public int getFetchSize()
throws SQLException
getFetchSize in interface StatementSQLException - Description of Exception
public ResultSet getGeneratedKeys()
throws SQLException
getGeneratedKeys in interface StatementSQLExceptionStatement.getGeneratedKeys()
public int getMaxFieldSize()
throws SQLException
getMaxFieldSize in interface StatementSQLException - Description of Exception
public int getMaxRows()
throws SQLException
getMaxRows in interface StatementSQLException - Description of Exception
public boolean getMoreResults()
throws SQLException
getMoreResults in interface StatementSQLException - Description of Exception
public boolean getMoreResults(int arg0)
throws SQLException
getMoreResults in interface StatementSQLExceptionStatement.getMoreResults()
public int getQueryTimeout()
throws SQLException
getQueryTimeout in interface StatementSQLException - Description of Exception
public ResultSet getResultSet()
throws SQLException
getResultSet in interface StatementSQLException - Description of Exception
public int getResultSetConcurrency()
throws SQLException
getResultSetConcurrency in interface StatementSQLException - Description of Exception
public int getResultSetHoldability()
throws SQLException
getResultSetHoldability in interface StatementSQLExceptionStatement.getResultSetHoldability()
public int getResultSetType()
throws SQLException
getResultSetType in interface StatementSQLException - Description of Exception
public int getUpdateCount()
throws SQLException
getUpdateCount in interface StatementSQLException - Description of Exception
public SQLWarning getWarnings()
throws SQLException
getWarnings in interface StatementSQLException - Description of Exception
public boolean isClosed()
throws SQLException
isClosed in interface StatementSQLExceptionStatement.isClosed()
public boolean isPoolable()
throws SQLException
isPoolable in interface StatementSQLExceptionStatement.isPoolable()
public void setCursorName(String arg0)
throws SQLException
setCursorName in interface Statementarg0 - The new cursorName value
SQLException - Description of Exception
public void setEscapeProcessing(boolean arg0)
throws SQLException
setEscapeProcessing in interface Statementarg0 - The new escapeProcessing value
SQLException - Description of Exception
public void setFetchDirection(int arg0)
throws SQLException
setFetchDirection in interface Statementarg0 - The new fetchDirection value
SQLException - Description of Exception
public void setFetchSize(int arg0)
throws SQLException
setFetchSize in interface Statementarg0 - The new fetchSize value
SQLException - Description of Exception
public void setMaxFieldSize(int arg0)
throws SQLException
setMaxFieldSize in interface Statementarg0 - The new maxFieldSize value
SQLException - Description of Exception
public void setMaxRows(int arg0)
throws SQLException
setMaxRows in interface Statementarg0 - The new maxRows value
SQLException - Description of Exception
public void setPoolable(boolean arg0)
throws SQLException
setPoolable in interface StatementSQLExceptionStatement.isPoolable()
public void setQueryTimeout(int arg0)
throws SQLException
setQueryTimeout in interface Statementarg0 - The new queryTimeout value
SQLException - Description of Exception
public boolean isWrapperFor(Class<?> arg0)
throws SQLException
isWrapperFor in interface WrapperSQLExceptionWrapper.isWrapperFor(java.lang.Class>)
public <T> T unwrap(Class<T> arg0)
throws SQLException
unwrap in interface WrapperSQLExceptionWrapper.unwrap(java.lang.Class)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||