|
|||||||||
| Home >> All >> com >> mysql >> jdbc >> jdbc2 >> [ optional overview ] | PREV NEXT | ||||||||
A
- addBatch() - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- addBatch(String) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- addConnectionEventListener(ConnectionEventListener) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection
- Adds ConnectionEventListeners to a hash table to be used for notification of ConnectionEvents
C
- CONNECTION_CLOSED_EVENT - Static variable in class com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection
- The flag for a connection being closed.
- CONNECTION_ERROR_EVENT - Static variable in class com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection
- The flag for an exception being thrown.
- ConnectionWrapper - class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper.
- This class serves as a wrapper for the org.gjt.mm.mysql.jdbc2.Connection class.
- ConnectionWrapper(MysqlPooledConnection, Connection) - Constructor for class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Construct a new LogicalHandle and set instance variables
- callListener(int, SQLException) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection
- Notifies all registered ConnectionEventListeners of ConnectionEvents.
- cancel() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- checkAndFireConnectionError(SQLException) - Method in class com.mysql.jdbc.jdbc2.optional.WrapperBase
- Fires connection error event if required, before re-throwing exception
- clearBatch() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- clearParameters() - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- clearWarnings() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
- clearWarnings() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- close() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- The physical connection is not actually closed.
- close(boolean) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- close() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection
- Invoked by the container (not the client), and should close the physical connection.
- close() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- closed - Variable in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- com.mysql.jdbc.jdbc2.optional - package com.mysql.jdbc.jdbc2.optional
- commit() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
- createStatement() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
- createStatement(int, int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
- createStatement(int, int, int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
D
- dataSourceClassName - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSourceFactory
- The class name for a standard MySQL DataSource.
- databaseName - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Database Name
E
- encoding - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Character Encoding
- eventListeners - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection
- execute() - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- execute(String, int) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- execute(String, int[]) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- execute(String, String[]) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- execute(String) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- executeBatch() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- executeQuery() - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- executeQuery(String) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- executeUpdate() - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- executeUpdate(String, int) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- executeUpdate(String, int[]) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- executeUpdate(String, String[]) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- executeUpdate(String) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- explicitUrl - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Should we construct the URL, or has it been set explicitly
G
- getAutoCommit() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
- getCatalog() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
- getConnection() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Creates a new connection using the already configured username and password.
- getConnection(String, String) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Creates a new connection with the given username and password
- getConnection(Properties) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Creates a connection using the specified properties.
- getConnection() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection
- Invoked by the container.
- getConnection() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- getDatabaseName() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Gets the name of the database
- getFetchDirection() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- getFetchSize() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- getGeneratedKeys() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- getHoldability() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- getIdleFor() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Allows clients to determine how long this connection has been idle.
- getLogWriter() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Returns the log writer for this data source
- getLoginTimeout() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Returns the login timeout
- getMaxFieldSize() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- getMaxRows() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- getMetaData() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
- getMetaData() - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- getMoreResults() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- getMoreResults(int) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSourceFactory
- DOCUMENT ME!
- getParameterMetaData() - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- getPooledConnection() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource
- Returns a pooled connection.
- getPooledConnection(String, String) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource
- This method is invoked by the container.
- getPort() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Returns the port number
- getPortNumber() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Returns the port number
- getProfileSql() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Returns the value for the profileSql property
- getQueryTimeout() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- getReference() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Required method to support this class as a
Referenceable. - getResultSet() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- getResultSetConcurrency() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- getResultSetHoldability() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- getResultSetType() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- getServerName() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Returns the name of the database server
- getTransactionIsolation() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
- getTypeMap() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
- getURL() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Returns the URL for this connection
- getUpdateCount() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- getUrl() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Returns the JDBC URL that will be used to create the database connection.
- getUser() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Returns the configured user for this connection
- getWarnings() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
- getWarnings() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
H
- hostName - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Hostname
I
- invalidHandleStr - Variable in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- isClosed() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
- isReadOnly() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
L
- logWriter - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Log stream
- logicalHandle - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection
M
- MysqlConnectionPoolDataSource - class com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource.
- This class is used to obtain a physical connection and instantiate and return a MysqlPooledConnection.
- MysqlConnectionPoolDataSource() - Constructor for class com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource
- MysqlDataSource - class com.mysql.jdbc.jdbc2.optional.MysqlDataSource.
- A JNDI DataSource for a Mysql JDBC connection
- MysqlDataSource() - Constructor for class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Default no-arg constructor for Serialization
- MysqlDataSourceFactory - class com.mysql.jdbc.jdbc2.optional.MysqlDataSourceFactory.
- Factory class for MysqlDataSource objects
- MysqlDataSourceFactory() - Constructor for class com.mysql.jdbc.jdbc2.optional.MysqlDataSourceFactory
- MysqlPooledConnection - class com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection.
- This class is used to wrap and return a physical connection within a logical handle.
- MysqlPooledConnection(Connection) - Constructor for class com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection
- Construct a new MysqlPooledConnection and set instance variables
- mc - Variable in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- mpc - Variable in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- mysqlDriver - Static variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- The driver to create connections with
N
- nativeSQL(String) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
P
- PreparedStatementWrapper - class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper.
- Wraps prepared statements so that errors can be reported correctly to ConnectionEventListeners.
- PreparedStatementWrapper(MysqlPooledConnection, PreparedStatement) - Constructor for class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- password - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Password
- physicalConn - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection
- poolDataSourceName - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSourceFactory
- The class name for a poolable MySQL DataSource.
- pooledConnection - Variable in class com.mysql.jdbc.jdbc2.optional.WrapperBase
- port - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Port number
- prepareCall(String) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
- prepareCall(String, int, int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
- prepareCall(String, int, int, int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- prepareStatement(String) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
- prepareStatement(String, int, int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
- prepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- prepareStatement(String, int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- prepareStatement(String, int[]) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- prepareStatement(String, String[]) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- profileSql - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- The profileSql property
R
- releaseSavepoint(Savepoint) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- removeConnectionEventListener(ConnectionEventListener) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection
- Removes ConnectionEventListeners from hash table used for notification of ConnectionEvents
- rollback() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
- rollback(Savepoint) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
S
- StatementWrapper - class com.mysql.jdbc.jdbc2.optional.StatementWrapper.
- Wraps statements so that errors can be reported correctly to ConnectionEventListeners.
- StatementWrapper(MysqlPooledConnection, Statement) - Constructor for class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- setArray(int, Array) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setAsciiStream(int, InputStream, int) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setAutoCommit(boolean) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
- setBigDecimal(int, BigDecimal) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setBinaryStream(int, InputStream, int) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setBlob(int, Blob) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setBoolean(int, boolean) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setByte(int, byte) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setBytes(int, byte[]) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setCatalog(String) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
- setCharacterStream(int, Reader, int) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setClob(int, Clob) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setCursorName(String) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- setDatabaseName(String) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Sets the database name.
- setDate(int, Date) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setDate(int, Date, Calendar) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setDouble(int, double) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setEscapeProcessing(boolean) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- setFetchDirection(int) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- setFetchSize(int) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- setFloat(int, float) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setHoldability(int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- setInt(int, int) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setLogWriter(PrintWriter) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Sets the log writer for this data source.
- setLoginTimeout(int) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- DOCUMENT ME!
- setLong(int, long) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setMaxFieldSize(int) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- setMaxRows(int) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- setNull(int, int) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setNull(int, int, String) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setObject(int, Object) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setObject(int, Object, int) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setObject(int, Object, int, int) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setPassword(String) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Sets the password
- setPort(int) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Sets the database port.
- setPortNumber(int) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Sets the port number
- setProfileSql(String) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Sets the profileSql property
- setQueryTimeout(int) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
- setReadOnly(boolean) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
- setRef(int, Ref) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setSavepoint() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- setSavepoint(String) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- setServerName(String) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Sets the server name.
- setShort(int, short) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setString(int, String) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setTime(int, Time) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setTime(int, Time, Calendar) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setTimestamp(int, Timestamp) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setTimestamp(int, Timestamp, Calendar) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setTransactionIsolation(int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
- setTypeMap(Map) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
- Passes call to method on physical connection instance.
- setURL(String) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Sets the URL for this connection
- setURL(int, URL) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- setUnicodeStream(int, InputStream, int) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
- Deprecated.
- setUrl(String) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- This method is used by the app server to set the url string specified within the datasource deployment descriptor.
- setUser(String) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- Sets the user ID.
U
- url - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- The JDBC URL
- user - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- User name
W
- WrapperBase - class com.mysql.jdbc.jdbc2.optional.WrapperBase.
- Base class for all wrapped instances created by LogicalHandle
- WrapperBase() - Constructor for class com.mysql.jdbc.jdbc2.optional.WrapperBase
- wrappedStmt - Variable in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
A C D E G H I L M N P R S U W
|
|||||||||
| Home >> All >> com >> mysql >> jdbc >> jdbc2 >> [ optional overview ] | PREV NEXT | ||||||||