|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ jdbc overview ] | PREV NEXT | ||||||||
A
- AuthenticationService - interface org.apache.derby.iapi.jdbc.AuthenticationService.
- The AuthenticationService provides a mechanism for authenticating users willing to access JBMS.
- addBatch() - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- JDBC 2.0 Add a set of parameters to the batch.
- addBatch(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- addConnection(XAXactId, Object) - Method in interface org.apache.derby.iapi.jdbc.ResourceAdapter
- addProperty(String, String) - Method in class org.apache.derby.iapi.jdbc.JDBCBoot
- authenticate(String, Properties) - Method in interface org.apache.derby.iapi.jdbc.AuthenticationService
- Authenticate a User inside JBMS.
B
- BrokeredCallableStatement - class org.apache.derby.iapi.jdbc.BrokeredCallableStatement.
- JDBC 2 brokered CallableStatement
- BrokeredCallableStatement(BrokeredStatementControl, int, String) - Constructor for class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- BrokeredCallableStatement30 - class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30.
- JDBC 3 brokered CallableStatement
- BrokeredCallableStatement30(BrokeredStatementControl, int, String) - Constructor for class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- BrokeredConnection - class org.apache.derby.iapi.jdbc.BrokeredConnection.
- This is a rudimentary connection that delegates EVERYTHING to Connection.
- BrokeredConnection(BrokeredConnectionControl) - Constructor for class org.apache.derby.iapi.jdbc.BrokeredConnection
- BrokeredConnection30 - class org.apache.derby.iapi.jdbc.BrokeredConnection30.
- Extends BrokeredConnection to provide the JDBC 3.0 connection methods.
- BrokeredConnection30(BrokeredConnectionControl) - Constructor for class org.apache.derby.iapi.jdbc.BrokeredConnection30
- BrokeredConnectionControl - interface org.apache.derby.iapi.jdbc.BrokeredConnectionControl.
- Provides control over a BrokeredConnection
- BrokeredPreparedStatement - class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement.
- JDBC 2 brokered PreparedStatement.
- BrokeredPreparedStatement(BrokeredStatementControl, int, String) - Constructor for class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- BrokeredPreparedStatement30 - class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement30.
- JDBC 3 implementation of PreparedStatement.
- BrokeredPreparedStatement30(BrokeredStatementControl, int, String, Object) - Constructor for class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement30
- BrokeredStatement - class org.apache.derby.iapi.jdbc.BrokeredStatement.
- A Statement implementation that forwards all of its requests to an underlying Statement.
- BrokeredStatement(BrokeredStatementControl, int) - Constructor for class org.apache.derby.iapi.jdbc.BrokeredStatement
- BrokeredStatementControl - interface org.apache.derby.iapi.jdbc.BrokeredStatementControl.
- Provides control over a BrokeredStatement, BrokeredPreparedStatement or BrokeredCallableStatement
- boot(boolean, Properties) - Method in class org.apache.derby.iapi.jdbc.DRDAServerStarter
- boot(String, PrintStream) - Method in class org.apache.derby.iapi.jdbc.JDBCBoot
- Boot a system requesting a JDBC driver but only if there is no current JDBC driver that is handling the required protocol.
- bootProperties - Variable in class org.apache.derby.iapi.jdbc.JDBCBoot
C
- CONTEXT_ID - Static variable in interface org.apache.derby.iapi.jdbc.ConnectionContext
- ConnectionContext - interface org.apache.derby.iapi.jdbc.ConnectionContext.
- Interface-ized from EmbedConnectionContext.
- cancel() - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- checkAutoCommit(boolean) - Method in interface org.apache.derby.iapi.jdbc.BrokeredConnectionControl
- Allow control over setting auto commit mode.
- checkCommit() - Method in interface org.apache.derby.iapi.jdbc.BrokeredConnectionControl
- Allow control over calling commit.
- checkHoldCursors(int) - Method in interface org.apache.derby.iapi.jdbc.BrokeredConnectionControl
- Can cursors be held across commits.
- checkHoldCursors(int) - Method in interface org.apache.derby.iapi.jdbc.BrokeredStatementControl
- Can cursors be held across commits.
- checkRollback() - Method in interface org.apache.derby.iapi.jdbc.BrokeredConnectionControl
- Allow control over calling rollback.
- checkSavepoint() - Method in interface org.apache.derby.iapi.jdbc.BrokeredConnectionControl
- Allow control over creating a Savepoint (JDBC 3.0)
- clearBatch() - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- clearParameters() - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- In general, parameter values remain in force for repeated use of a Statement.
- clearWarnings() - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- clearWarnings() - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- After this call getWarnings returns null until a new warning is reported for this Statement.
- close() - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- close() - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- In many cases, it is desirable to immediately release a Statements's database and JDBC resources instead of waiting for this to happen when it is automatically closed; the close method provides this immediate release.
- closingConnection() - Method in interface org.apache.derby.iapi.jdbc.BrokeredConnectionControl
- Close called on BrokeredConnection.
- commit() - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- consoleWriter - Variable in class org.apache.derby.iapi.jdbc.DRDAServerStarter
- control - Variable in class org.apache.derby.iapi.jdbc.BrokeredConnection
- control - Variable in class org.apache.derby.iapi.jdbc.BrokeredStatement
- My control.
- controlCheck() - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- Get the BrokeredStatementControl in order to perform a check.
- createDuplicateStatement(Connection, CallableStatement) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- Create a duplicate CalableStatement to this, including state, from the passed in Connection.
- createDuplicateStatement(Connection, CallableStatement) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- Create a duplicate CalableStatement to this, including state, from the passed in Connection.
- createDuplicateStatement(Connection, PreparedStatement) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- Create a duplicate PreparedStatement to this, including state, from the passed in Connection.
- createDuplicateStatement(Connection, PreparedStatement) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement30
- Create a duplicate PreparedStatement to this, including state, from the passed in Connection.
- createDuplicateStatement(Connection, Statement) - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- createStatement() - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- createStatement(int, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- createStatement(int, int, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection30
- cursorName - Variable in class org.apache.derby.iapi.jdbc.BrokeredStatement
- My state
D
- DRDAServerStarter - class org.apache.derby.iapi.jdbc.DRDAServerStarter.
- DRDAServerStarter() - Constructor for class org.apache.derby.iapi.jdbc.DRDAServerStarter
E
- escapeProcessing - Variable in class org.apache.derby.iapi.jdbc.BrokeredStatement
- execute() - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- execute(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- execute(String, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- execute(String, int[]) - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- execute(String, String[]) - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- executeBatch() - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- executeQuery() - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- A prepared SQL query is executed and its ResultSet is returned.
- executeQuery(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- executeUpdate() - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- Execute a SQL INSERT, UPDATE or DELETE statement.
- executeUpdate(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- executeUpdate(String, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- executeUpdate(String, int[]) - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- executeUpdate(String, String[]) - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
F
- findConnection(XAXactId) - Method in interface org.apache.derby.iapi.jdbc.ResourceAdapter
G
- generatedKeys - Variable in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement30
- getArray(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getArray(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getAutoCommit() - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- getBigDecimal(int, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getBigDecimal(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getBigDecimal(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getBlob(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getBlob(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getBoolean(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getBoolean(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getByte(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getByte(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getBytes(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getBytes(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getCallableStatement() - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getCatalog() - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- getClob(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getClob(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getConnection() - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- getDate(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getDate(int, Calendar) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getDate(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getDate(String, Calendar) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getDouble(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getDouble(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getFetchDirection() - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- getFetchSize() - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- getFloat(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getFloat(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getGeneratedKeys() - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- JDBC 3.0 Retrieves any auto-generated keys created as a result of executing this Statement object.
- getHoldability() - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection30
- getInt(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getInt(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getJDBCLevel() - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- getJDBCLevel() - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection30
- getLong(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getLong(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getMaxFieldSize() - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- getMaxRows() - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- getMetaData() - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- getMetaData() - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- JDBC 2.0 The number, types and properties of a ResultSet's columns are provided by the getMetaData method.
- getMoreResults() - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- getMoreResults moves to a Statement's next result.
- getMoreResults(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- JDBC 3.0 Moves to this Statement obect's next result, deals with any current ResultSet object(s) according to the instructions specified by the given flag, and returns true if the next result is a ResultSet object
- getNestedConnection(boolean) - Method in interface org.apache.derby.iapi.jdbc.ConnectionContext
- Get a new connection object equivalent to the call
- getObject(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getObject(int, Map) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getObject(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getObject(String, Map) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getParameterMetaData() - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getParameterMetaData() - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement30
- getPrepareIsolation() - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- get the isolation level that is currently being used to prepare statements (used for network server)
- getPrepareIsolation() - Method in interface org.apache.derby.iapi.jdbc.BrokeredConnectionControl
- Get the internal isolation level to use for preparing statements.
- getPreparedStatement() - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getPreparedStatement() - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- getQueryTimeout() - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- getRealCallableStatement() - Method in interface org.apache.derby.iapi.jdbc.BrokeredStatementControl
- Return the real JDBC CallableStatement for the brokered statement when this is controlling a CallableStatement.
- getRealConnection() - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- A little indirection for getting the real connection.
- getRealConnection() - Method in interface org.apache.derby.iapi.jdbc.BrokeredConnectionControl
- Return the real JDBC connection for the brokered connection.
- getRealPreparedStatement() - Method in interface org.apache.derby.iapi.jdbc.BrokeredStatementControl
- Return the real JDBC PreparedStatement for the brokered statement when this is controlling a PreparedStatement.
- getRealStatement() - Method in interface org.apache.derby.iapi.jdbc.BrokeredStatementControl
- Return the real JDBC statement for the brokered statement when this is controlling a Statement.
- getRef(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getRef(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getResultSet() - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- getResultSet returns the current result as a ResultSet.
- getResultSet(ResultSet) - Method in interface org.apache.derby.iapi.jdbc.ConnectionContext
- Get a jdbc ResultSet based on the execution ResultSet.
- getResultSetConcurrency() - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- getResultSetHoldability() - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- getResultSetType() - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- JDBC 2.0 Determine the result set type.
- getShort(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getShort(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getStatement() - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- Override the BrokeredStatement's getStatement() to always return a PreparedStatement.
- getStatement() - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- getString(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getString(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getTime(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getTime(int, Calendar) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getTime(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getTime(String, Calendar) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getTimestamp(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getTimestamp(int, Calendar) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- getTimestamp(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getTimestamp(String, Calendar) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getTransactionIsolation() - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- getTypeMap() - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- getURL(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getURL(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- getUpdateCount() - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- getUpdateCount returns the current result as an update count; if the result is a ResultSet or there are no more results -1 is returned.
- getWarnings() - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- getWarnings() - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- The first warning reported by calls on this Statement is returned.
- getXAResourceManager() - Method in interface org.apache.derby.iapi.jdbc.ResourceAdapter
- Let a xaResource get the XAResourceManager to commit or rollback an in-doubt transaction.
I
- isActive() - Method in interface org.apache.derby.iapi.jdbc.ResourceAdapter
- Is the Resource Manager active
- isClosed - Variable in class org.apache.derby.iapi.jdbc.BrokeredConnection
- isClosed() - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- isReadOnly() - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
J
- JDBCBoot - class org.apache.derby.iapi.jdbc.JDBCBoot.
- A class to boot a cloudscape system that includes a JDBC driver.
- JDBCBoot() - Constructor for class org.apache.derby.iapi.jdbc.JDBCBoot
- jdbcLevel - Variable in class org.apache.derby.iapi.jdbc.BrokeredStatement
L
- listenAddress - Variable in class org.apache.derby.iapi.jdbc.DRDAServerStarter
- loadSysIBM - Variable in class org.apache.derby.iapi.jdbc.DRDAServerStarter
M
- MODULE - Static variable in interface org.apache.derby.iapi.jdbc.AuthenticationService
N
- NETWORK_SERVER_AUTOSTART_CLASS_NAME - Static variable in class org.apache.derby.iapi.jdbc.JDBCBoot
- nativeSQL(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- newBrokeredStatement(BrokeredStatementControl) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- newBrokeredStatement(BrokeredStatementControl, String, Object) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- newBrokeredStatement(BrokeredStatementControl, String) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- newBrokeredStatement(BrokeredStatementControl, String, Object) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection30
- newBrokeredStatement(BrokeredStatementControl, String) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection30
- notifyException(SQLException) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- notifyException(SQLException) - Method in interface org.apache.derby.iapi.jdbc.BrokeredConnectionControl
- Notify the control class that a SQLException was thrown during a call on one of the brokered connection's methods.
O
- org.apache.derby.iapi.jdbc - package org.apache.derby.iapi.jdbc
P
- portNumber - Variable in class org.apache.derby.iapi.jdbc.DRDAServerStarter
- prepareCall(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- prepareCall(String, int, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- prepareCall(String, int, int, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection30
- prepareStatement(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- prepareStatement(String, int, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- prepareStatement(String, int, int, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection30
- prepareStatement(String, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection30
- prepareStatement(String, int[]) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection30
- prepareStatement(String, String[]) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection30
R
- ResourceAdapter - interface org.apache.derby.iapi.jdbc.ResourceAdapter.
- The resource adapter is the clearing house for managing connections, transactions, and XAResources in a JDBC based resource manager living in the distributed transaction processing environment.
- registerOutParameter(int, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- registerOutParameter(int, int, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- registerOutParameter(int, int, String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- registerOutParameter(String, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- registerOutParameter(String, int, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- registerOutParameter(String, int, String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- releaseSavepoint(Savepoint) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection30
- removeConnection(XAXactId) - Method in interface org.apache.derby.iapi.jdbc.ResourceAdapter
- resultSetConcurrency - Variable in class org.apache.derby.iapi.jdbc.BrokeredStatement
- resultSetHoldability - Variable in class org.apache.derby.iapi.jdbc.BrokeredStatement
- resultSetType - Variable in class org.apache.derby.iapi.jdbc.BrokeredStatement
- rollback() - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- rollback(Savepoint) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection30
- run() - Method in class org.apache.derby.iapi.jdbc.DRDAServerStarter
S
- server - Variable in class org.apache.derby.iapi.jdbc.DRDAServerStarter
- serverClass - Variable in class org.apache.derby.iapi.jdbc.DRDAServerStarter
- serverClassName - Static variable in class org.apache.derby.iapi.jdbc.DRDAServerStarter
- serverShutdownMethod - Variable in class org.apache.derby.iapi.jdbc.DRDAServerStarter
- serverStartMethod - Variable in class org.apache.derby.iapi.jdbc.DRDAServerStarter
- serverThread - Variable in class org.apache.derby.iapi.jdbc.DRDAServerStarter
- setArray(int, Array) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- setAsciiStream(String, InputStream, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setAsciiStream(int, InputStream, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- We do this inefficiently and read it all in here.
- setAutoCommit(boolean) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- setBigDecimal(String, BigDecimal) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setBigDecimal(int, BigDecimal) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- Set a parameter to a java.math.BigDecimal value.
- setBinaryStream(String, InputStream, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setBinaryStream(int, InputStream, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- setBlob(int, Blob) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- setBoolean(String, boolean) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setBoolean(int, boolean) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- Set a parameter to a Java boolean value.
- setByte(String, byte) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setByte(int, byte) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- Set a parameter to a Java byte value.
- setBytes(String, byte[]) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setBytes(int, byte[]) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- Set a parameter to a Java array of bytes.
- setCatalog(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- setCharacterStream(String, Reader, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setCharacterStream(int, Reader, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- setClob(int, Clob) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- setCursorName(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- setCursorName defines the SQL cursor name that will be used by subsequent Statement execute methods.
- setDate(String, Date) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setDate(String, Date, Calendar) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setDate(int, Date) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- Set a parameter to a java.sql.Date value.
- setDate(int, Date, Calendar) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- setDouble(String, double) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setDouble(int, double) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- Set a parameter to a Java double value.
- setDrdaID(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- set the DrdaId for this connection.
- setDrdaID(String) - Method in interface org.apache.derby.iapi.jdbc.BrokeredConnectionControl
- Set drdaID of underlying connection
- setEscapeProcessing(boolean) - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- If escape scanning is on (the default) the driver will do escape substitution before sending the SQL to the database.
- setFetchDirection(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- JDBC 2.0 Give a hint as to the direction in which the rows in a result set will be processed.
- setFetchSize(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- JDBC 2.0 Give the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
- setFloat(String, float) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setFloat(int, float) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- Set a parameter to a Java float value.
- setHoldability(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection30
- setInt(String, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setInt(int, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- Set a parameter to a Java int value.
- setLong(String, long) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setLong(int, long) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- Set a parameter to a Java long value.
- setMaxFieldSize(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- The maxFieldSize limit (in bytes) is set to limit the size of data that can be returned for any column value; it only applies to BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and LONGVARCHAR fields.
- setMaxRows(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- The maxRows limit is set to limit the number of rows that any ResultSet can contain.
- setNull(String, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setNull(String, int, String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setNull(int, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- Set a parameter to SQL NULL.
- setNull(int, int, String) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- Set a parameter to SQL NULL.
- setObject(String, Object, int, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setObject(String, Object, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setObject(String, Object) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setObject(int, Object, int, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- The interface says that the type of the Object parameter must be compatible with the type of the targetSqlType.
- setObject(int, Object, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- This method is like setObject above, but assumes a scale of zero.
- setObject(int, Object) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- Set the value of a parameter using an object; use the java.lang equivalent objects for integral values.
- setPrepareIsolation(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- Set the internal isolation level to use for preparing statements.
- setPrepareIsolation(int) - Method in interface org.apache.derby.iapi.jdbc.BrokeredConnectionControl
- Set the internal isolation level to use for preparing statements.
- setQueryTimeout(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- setReadOnly(boolean) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- setRef(int, Ref) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- setSavepoint() - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection30
- setSavepoint(String) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection30
- setShort(String, short) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setShort(int, short) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- Set a parameter to a Java short value.
- setStartInfo(InetAddress, int, PrintWriter) - Method in class org.apache.derby.iapi.jdbc.DRDAServerStarter
- Try to start the DRDA server.
- setState(boolean) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- Set the state of the underlying connection according to the state of this connection's view of state.
- setStatementState(Statement, Statement) - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- setString(String, String) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setString(int, String) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- Set a parameter to a Java String value.
- setTime(String, Time) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setTime(String, Time, Calendar) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setTime(int, Time) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- Set a parameter to a java.sql.Time value.
- setTime(int, Time, Calendar) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- setTimestamp(String, Timestamp) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setTimestamp(String, Timestamp, Calendar) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setTimestamp(int, Timestamp) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- Set a parameter to a java.sql.Timestamp value.
- setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- setTransactionIsolation(int) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- setTypeMap(Map) - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- setURL(String, URL) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setURL(int, URL) - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement30
- setURL(int, URL) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement30
- setUnicodeStream(int, InputStream, int) - Method in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- We do this inefficiently and read it all in here.
- sql - Variable in class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
- SQL used to create me.
- stateAutoCommit - Variable in class org.apache.derby.iapi.jdbc.BrokeredConnection
- stateHoldability - Variable in class org.apache.derby.iapi.jdbc.BrokeredConnection
- stateIsolationLevel - Variable in class org.apache.derby.iapi.jdbc.BrokeredConnection
- Maintain state as seen by this Connection handle, not the state of the underlying Connection it is attached to.
- stateReadOnly - Variable in class org.apache.derby.iapi.jdbc.BrokeredConnection
- stop() - Method in class org.apache.derby.iapi.jdbc.DRDAServerStarter
- syncState() - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- Sync up the state of the underlying connection with the state of this new handle.
T
- toString() - Method in class org.apache.derby.iapi.jdbc.BrokeredConnection
- Get the string representation for the underlying physical connection.
W
- wasNull() - Method in class org.apache.derby.iapi.jdbc.BrokeredCallableStatement
- wrapResultSet(ResultSet) - Method in class org.apache.derby.iapi.jdbc.BrokeredStatement
- wrapResultSet(ResultSet) - Method in interface org.apache.derby.iapi.jdbc.BrokeredStatementControl
- Optionally wrap a returned ResultSet in another ResultSet.
- wrapStatement(Statement) - Method in interface org.apache.derby.iapi.jdbc.BrokeredConnectionControl
- Optionally wrap a Statement with another Statement.
- wrapStatement(PreparedStatement, String, Object) - Method in interface org.apache.derby.iapi.jdbc.BrokeredConnectionControl
- Optionally wrap a PreparedStatement with another PreparedStatement.
- wrapStatement(CallableStatement, String) - Method in interface org.apache.derby.iapi.jdbc.BrokeredConnectionControl
- Optionally wrap a CallableStatement with an CallableStatement.
A B C D E F G I J L M N O P R S T W
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ jdbc overview ] | PREV NEXT | ||||||||