MySQL Connector/J size='-1'>5.0.8
A B C D E F G H I J L M N O P Q R S T U V W X Z

G

generateConnectionCommentBlock(StringBuffer) - Method in class com.mysql.jdbc.Connection
 
generatePingResultSet() - Method in class com.mysql.jdbc.Statement
 
generateStatements() - Method in class com.mysql.jdbc.UpdatableResultSet
Figure out whether or not this ResultSet is updateable, and if so, generate the PreparedStatements to support updates.
getActiveStatementCount() - Method in class com.mysql.jdbc.Connection
 
getAllowLoadLocalInfile() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getAllowMultiQueries() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getAllowNanAndInf() - Method in class com.mysql.jdbc.ConnectionProperties
 
getAllowUrlInLocalInfile() - Method in class com.mysql.jdbc.ConnectionProperties
 
getAlwaysSendSetIsolation() - Method in class com.mysql.jdbc.ConnectionProperties
 
getArray(int) - Method in class com.mysql.jdbc.CallableStatement
 
getArray(String) - Method in class com.mysql.jdbc.CallableStatement
 
getArray(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get an array column.
getArray(String) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get an array column.
getArray(int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getArray(String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getAsciiStream() - Method in class com.mysql.jdbc.Clob
 
getAsciiStream(int) - Method in class com.mysql.jdbc.ResultSet
A column value can be retrieved as a stream of ASCII characters and then read in chunks from the stream.
getAsciiStream(String) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getAt(int) - Method in class com.mysql.jdbc.CursorRowProvider
Only works on non dynamic result sets.
getAt(int) - Method in interface com.mysql.jdbc.RowData
Only works on non dynamic result sets.
getAt(int) - Method in class com.mysql.jdbc.RowDataDynamic
Only works on non dynamic result sets.
getAt(int) - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
getAttributes(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
 
getAutoClosePStmtStreams() - Method in class com.mysql.jdbc.ConnectionProperties
 
getAutoCommit() - Method in class com.mysql.jdbc.Connection
Gets the current auto-commit state
getAutoCommit() - Method in class com.mysql.jdbc.ReplicationConnection
 
getAutoCommit() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
getAutoDeserialize() - Method in class com.mysql.jdbc.ConnectionProperties
 
getAutoGenerateTestcaseScript() - Method in class com.mysql.jdbc.ConnectionProperties
 
getAutoReconnectForPools() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getBatchedGeneratedKeys(Statement) - Method in class com.mysql.jdbc.Statement
 
getBatchedGeneratedKeys() - Method in class com.mysql.jdbc.Statement
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of a table's optimal set of columns that uniquely identifies a row.
getBigDecimal(int) - Method in class com.mysql.jdbc.CallableStatement
 
getBigDecimal(int, int) - Method in class com.mysql.jdbc.CallableStatement
Deprecated.  
getBigDecimal(String) - Method in class com.mysql.jdbc.CallableStatement
 
getBigDecimal(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get the value of a column in the current row as a java.math.BigDecimal object.
getBigDecimal(int, int) - Method in class com.mysql.jdbc.ResultSet
Deprecated.  
getBigDecimal(String) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get the value of a column in the current row as a java.math.BigDecimal object.
getBigDecimal(String, int) - Method in class com.mysql.jdbc.ResultSet
Deprecated.  
getBigDecimal(int, int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getBigDecimal(int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getBigDecimal(String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getBinaryStream() - Method in class com.mysql.jdbc.Blob
Retrieves the BLOB designated by this Blob instance as a stream.
getBinaryStream() - Method in class com.mysql.jdbc.BlobFromLocator
Retrieves the BLOB designated by this Blob instance as a stream.
getBinaryStream(int) - Method in class com.mysql.jdbc.ResultSet
A column value can also be retrieved as a binary stream.
getBinaryStream(String) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getBlob(int) - Method in class com.mysql.jdbc.CallableStatement
 
getBlob(String) - Method in class com.mysql.jdbc.CallableStatement
 
getBlob(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get a BLOB column.
getBlob(String) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get a BLOB column.
getBlob(int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getBlob(String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getBlobSendChunkSize() - Method in class com.mysql.jdbc.ConnectionProperties
 
getBlobsAreStrings() - Method in class com.mysql.jdbc.ConnectionProperties
 
getBoolean(int) - Method in class com.mysql.jdbc.CallableStatement
 
getBoolean(String) - Method in class com.mysql.jdbc.CallableStatement
 
getBoolean(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java boolean
getBoolean(String) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getBoolean(int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getBoolean(String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getBranchQualifier() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlXid
 
getByte(int) - Method in class com.mysql.jdbc.CallableStatement
 
getByte(String) - Method in class com.mysql.jdbc.CallableStatement
 
getByte(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java byte.
getByte(String) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getByte(int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getByte(String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getBytes(long, int) - Method in class com.mysql.jdbc.Blob
Returns as an array of bytes, part or all of the BLOB value that this Blob object designates.
getBytes(long, int) - Method in class com.mysql.jdbc.BlobFromLocator
Returns as an array of bytes, part or all of the BLOB value that this Blob object designates.
getBytes(int) - Method in class com.mysql.jdbc.CallableStatement
 
getBytes(String) - Method in class com.mysql.jdbc.CallableStatement
 
getBytes(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java byte array.
getBytes(int, boolean) - Method in class com.mysql.jdbc.ResultSet
 
getBytes(String) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getBytes(char[], SingleByteCharsetConverter, String, String, boolean) - Static method in class com.mysql.jdbc.StringUtils
 
getBytes(char[], SingleByteCharsetConverter, String, String, int, int, boolean) - Static method in class com.mysql.jdbc.StringUtils
 
getBytes(char[], String, String, boolean, Connection) - Static method in class com.mysql.jdbc.StringUtils
 
getBytes(String, SingleByteCharsetConverter, String, String, boolean) - Static method in class com.mysql.jdbc.StringUtils
Returns the byte[] representation of the given string (re)using the given charset converter, and the given encoding.
getBytes(String, SingleByteCharsetConverter, String, String, int, int, boolean) - Static method in class com.mysql.jdbc.StringUtils
DOCUMENT ME!
getBytes(String, String, String, boolean, Connection) - Static method in class com.mysql.jdbc.StringUtils
Returns the byte[] representation of the given string using given encoding.
getBytes(int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getBytes(String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getBytesRepresentation(int) - Method in class com.mysql.jdbc.PreparedStatement
DOCUMENT ME!
getCacheCallableStatements() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getCacheCallableStmts() - Method in class com.mysql.jdbc.ConnectionProperties
 
getCachePrepStmts() - Method in class com.mysql.jdbc.ConnectionProperties
 
getCachePreparedStatements() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getCacheResultSetMetadata() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getCacheServerConfiguration() - Method in class com.mysql.jdbc.ConnectionProperties
 
getCachedMetaData(String) - Method in class com.mysql.jdbc.Connection
Returns cached metadata (or null if not cached) for the given query, which must match _exactly_.
getCalendarInstanceForSessionOrNew() - Method in class com.mysql.jdbc.Connection
Optimization to only use one calendar per-session, or calculate it for each call, depending on user configuration
getCalendarInstanceForSessionOrNew() - Method in class com.mysql.jdbc.Statement
Optimization to only use one calendar per-session, or calculate it for each call, depending on user configuration
getCallableStatementCacheSize() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getCallableStmtCacheSize() - Method in class com.mysql.jdbc.ConnectionProperties
 
getCancelTimer() - Static method in class com.mysql.jdbc.Connection
 
getCanoncialTimezone(String) - Static method in class com.mysql.jdbc.TimeUtil
Returns the 'official' Java timezone name for the given timezone
getCapitalizeTypeNames() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getCatalog() - Method in class com.mysql.jdbc.Connection
Return the connections current catalog name, or null if no catalog name is set, or we dont support catalogs.
getCatalog() - Method in class com.mysql.jdbc.ReplicationConnection
 
getCatalog() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
getCatalog() - Method in class com.mysql.jdbc.profiler.ProfilerEvent
Returns the catalog in use
getCatalogIterator(String) - Method in class com.mysql.jdbc.DatabaseMetaData
 
getCatalogName(int) - Method in class com.mysql.jdbc.ResultSetMetaData
What's a column's table's catalog name?
getCatalogSeparator() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the separator between catalog and table name?
getCatalogTerm() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the database vendor's preferred term for "catalog"?
getCatalogs() - Method in class com.mysql.jdbc.DatabaseMetaData
Get the catalog names available in this database.
getCharacterSet() - Method in class com.mysql.jdbc.Field
Returns the character set (if known) for this field.
getCharacterSetMetadata() - Method in class com.mysql.jdbc.Connection
 
getCharacterSetResults() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getCharacterStream() - Method in class com.mysql.jdbc.Clob
 
getCharacterStream(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0
getCharacterStream(String) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0
getCharsetNameForIndex(int) - Method in class com.mysql.jdbc.Connection
Returns the Java character encoding name for the given MySQL server charset index
getClob(int) - Method in class com.mysql.jdbc.CallableStatement
 
getClob(String) - Method in class com.mysql.jdbc.CallableStatement
 
getClob(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get a CLOB column.
getClob(String) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get a CLOB column.
getClob(int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getClob(String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getClobCharacterEncoding() - Method in class com.mysql.jdbc.ConnectionProperties
 
getClobberStreamingResults() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getCollation() - Method in class com.mysql.jdbc.Field
 
getColumnCharacterEncoding(int) - Method in class com.mysql.jdbc.ResultSetMetaData
What's the Java character encoding name for the given column?
getColumnCharacterSet(int) - Method in class com.mysql.jdbc.ResultSetMetaData
What's the MySQL character set name for the given column?
getColumnClassName(int) - Method in class com.mysql.jdbc.ResultSetMetaData
JDBC 2.0
getColumnCount() - Method in class com.mysql.jdbc.ResultSetMetaData
Whats the number of columns in the ResultSet?
getColumnDisplaySize(int) - Method in class com.mysql.jdbc.ResultSetMetaData
What is the column's normal maximum width in characters?
getColumnLabel() - Method in class com.mysql.jdbc.Field
 
getColumnLabel(int) - Method in class com.mysql.jdbc.ResultSetMetaData
What is the suggested column title for use in printouts and displays?
getColumnName(int) - Method in class com.mysql.jdbc.ResultSetMetaData
What's a column's name?
getColumnPrivileges(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of the access rights for a table's columns.
getColumnPrivileges(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
Get a description of the access rights for a table's columns.
getColumnType(int) - Method in class com.mysql.jdbc.ResultSetMetaData
What is a column's SQL Type? (java.sql.Type int)
getColumnTypeName(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Whats is the column's data source specific type name?
getColumns(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of table columns available in a catalog.
getColumns(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
Get a description of table columns available in a catalog.
getConcurrency() - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Return the concurrency of this result set.
getConcurrency() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Return the concurrency of this result set.
getConnectTimeout() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getConnection() - Method in class com.mysql.jdbc.DatabaseMetaData
JDBC 2.0 Return the connection that produced this metadata object.
getConnection() - Method in class com.mysql.jdbc.Statement
JDBC 2.0 Return the Connection that produced the Statement.
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(boolean, boolean) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection
 
getConnection() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlXAConnection
 
getConnection() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
getConnection() - Method in class com.mysql.jdbc.jdbc2.optional.SuspendableXAConnection
 
getConnection() - Method in class com.mysql.jdbc.util.BaseBugReport
Provides a connection to the JDBC URL specified in getUrl().
getConnection(String) - Method in class com.mysql.jdbc.util.BaseBugReport
Returns a connection using the given URL.
getConnection(String, Properties) - Method in class com.mysql.jdbc.util.BaseBugReport
Returns a connection using the given URL and properties.
getConnectionCollation() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getConnectionId() - Method in class com.mysql.jdbc.profiler.ProfilerEvent
Returns the id of the connection in use when this event was created.
getContinueBatchOnError() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getCreateDatabaseIfNotExist() - Method in class com.mysql.jdbc.ConnectionProperties
 
getCrossReference(String, String, String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of the foreign key columns in the foreign key table that reference the primary key columns of the primary key table (describe how one table imports another's key.) This should normally return a single foreign key/primary key pair (most tables only import a foreign key from a table once.) They are ordered by FKTABLE_CAT, FKTABLE_SCHEM, FKTABLE_NAME, and KEY_SEQ.
getCrossReference(String, String, String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
Get a description of the foreign key columns in the foreign key table that reference the primary key columns of the primary key table (describe how one table imports another's key.) This should normally return a single foreign key/primary key pair (most tables only import a foreign key from a table once.) They are ordered by FKTABLE_CAT, FKTABLE_SCHEM, FKTABLE_NAME, and KEY_SEQ.
getCurrentConnection() - Method in class com.mysql.jdbc.ReplicationConnection
 
getCurrentRowNumber() - Method in class com.mysql.jdbc.CursorRowProvider
Returns the current position in the result set as a row number.
getCurrentRowNumber() - Method in interface com.mysql.jdbc.RowData
Returns the current position in the result set as a row number.
getCurrentRowNumber() - Method in class com.mysql.jdbc.RowDataDynamic
Returns the current position in the result set as a row number.
getCurrentRowNumber() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
getCurrentTimeNanosOrMillis() - Static method in class com.mysql.jdbc.Util
 
getCursorName() - Method in class com.mysql.jdbc.ResultSet
Get the name of the SQL cursor used by this ResultSet
getDatabaseMajorVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
 
getDatabaseMinorVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
 
getDatabaseName() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getDatabaseName() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
Gets the name of the database
getDatabaseProductName() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the name of this database product?
getDatabaseProductVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the version of this database product?
getDate(int) - Method in class com.mysql.jdbc.CallableStatement
 
getDate(int, Calendar) - Method in class com.mysql.jdbc.CallableStatement
 
getDate(String) - Method in class com.mysql.jdbc.CallableStatement
 
getDate(String, Calendar) - Method in class com.mysql.jdbc.CallableStatement
 
getDate(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a java.sql.Date object
getDate(int, Calendar) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get the value of a column in the current row as a java.sql.Date object.
getDate(String) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getDate(String, Calendar) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a java.sql.Date object.
getDate(int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getDate(int, Calendar) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getDate(String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getDate(String, Calendar) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getDefaultFetchSize() - Method in class com.mysql.jdbc.ConnectionProperties
 
getDefaultTimeZone() - Method in class com.mysql.jdbc.Connection
DOCUMENT ME!
getDefaultTransactionIsolation() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the database's default transaction isolation level? The values are defined in java.sql.Connection.
getDontTrackOpenResources() - Method in class com.mysql.jdbc.ConnectionProperties
 
getDouble(int) - Method in class com.mysql.jdbc.CallableStatement
 
getDouble(String) - Method in class com.mysql.jdbc.CallableStatement
 
getDouble(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java double.
getDouble(String) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getDouble(int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getDouble(String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getDoubleInternal(int) - Method in class com.mysql.jdbc.ResultSet
Converts a string representation of a number to a double.
getDoubleInternal(String, int) - Method in class com.mysql.jdbc.ResultSet
Converts a string representation of a number to a double.
getDriverMajorVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
What's this JDBC driver's major version number?
getDriverMinorVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
What's this JDBC driver's minor version number?
getDriverName() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the name of this JDBC driver?
getDriverVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the version of this JDBC driver?
getDumpMetadataOnColumnNotFound() - Method in class com.mysql.jdbc.ConnectionProperties
 
getDumpQueriesOnException() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getDurationUnits() - Method in class com.mysql.jdbc.profiler.ProfilerEvent
Returns the units for getEventDuration()
getDynamicCalendars() - Method in class com.mysql.jdbc.ConnectionProperties
 
getElideSetAutoCommits() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getEmptyStringsConvertToZero() - Method in class com.mysql.jdbc.ConnectionProperties
 
getEmulateLocators() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getEmulateUnsupportedPstmts() - Method in class com.mysql.jdbc.ConnectionProperties
 
getEnablePacketDebug() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getEnableQueryTimeouts() - Method in class com.mysql.jdbc.ConnectionProperties
 
getEncoding() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getErrorCode() - Method in class com.mysql.jdbc.exceptions.MySQLTimeoutException
 
getErrorMessageEncoding() - Method in class com.mysql.jdbc.Connection
 
getEventCreationPoint() - Method in class com.mysql.jdbc.profiler.ProfilerEvent
Returns the point (as a Throwable stacktrace) where this event was created.
getEventCreationPointAsString() - Method in class com.mysql.jdbc.profiler.ProfilerEvent
Returns the description of when this event was created.
getEventCreationTime() - Method in class com.mysql.jdbc.profiler.ProfilerEvent
Returns the time (in System.currentTimeMillis() form) when this event was created
getEventDuration() - Method in class com.mysql.jdbc.profiler.ProfilerEvent
Returns the duration of the event in milliseconds
getEventType() - Method in class com.mysql.jdbc.profiler.ProfilerEvent
Returns the event type flag
getExplainSlowQueries() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getExportedKeys(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of a foreign key columns that reference a table's primary key columns (the foreign keys exported by a table).
getExportedKeys(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
Get a description of a foreign key columns that reference a table's primary key columns (the foreign keys exported by a table).
getExtraNameCharacters() - Method in class com.mysql.jdbc.DatabaseMetaData
Get all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, 0-9 and _).
getFailOverReadOnly() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getFetchDirection() - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Returns the fetch direction for this result set.
getFetchDirection() - Method in class com.mysql.jdbc.Statement
JDBC 2.0 Determine the fetch direction.
getFetchDirection() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
getFetchSize() - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Return the fetch size for this result set.
getFetchSize() - Method in class com.mysql.jdbc.Statement
JDBC 2.0 Determine the default fetch size.
getFetchSize() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
getField(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Returns the field instance for the given column index
getFirstCharOfQuery() - Method in class com.mysql.jdbc.ResultSet
Returns the first character of the query that this result set was created from.
getFloat(int) - Method in class com.mysql.jdbc.CallableStatement
 
getFloat(String) - Method in class com.mysql.jdbc.CallableStatement
 
getFloat(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java float.
getFloat(String) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getFloat(int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getFloat(String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getFormatId() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlXid
 
getFullName() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getFullOriginalName() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getFunctionsNeverReturnBlobs() - Method in class com.mysql.jdbc.ConnectionProperties
 
getGatherPerfMetrics() - Method in class com.mysql.jdbc.ConnectionProperties
 
getGatherPerformanceMetrics() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getGenerateSimpleParameterMetadata() - Method in class com.mysql.jdbc.ConnectionProperties
 
getGeneratedKeys() - Method in class com.mysql.jdbc.Statement
DOCUMENT ME!
getGeneratedKeys() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
getGeneratedKeysInternal() - Method in class com.mysql.jdbc.Statement
 
getGlobalTransactionId() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlXid
 
getGmtCalendar() - Method in class com.mysql.jdbc.ResultSet
 
getHighAvailability() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getHoldResultsOpenOverStatementClose() - Method in class com.mysql.jdbc.ConnectionProperties
 
getHoldability() - Method in class com.mysql.jdbc.Connection
 
getHoldability() - Method in class com.mysql.jdbc.ReplicationConnection
 
getHoldability() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
getIO() - Method in class com.mysql.jdbc.Connection
Returns the IO channel to the server
getId() - Method in class com.mysql.jdbc.Statement
Returns the id used when profiling
getIdentifierQuoteString() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the string used to quote SQL identifiers? This returns a space " " if identifier quoting isn't supported.
getIdleFor() - Method in class com.mysql.jdbc.Connection
NOT JDBC-Compliant, but clients can use this method to determine how long this connection has been idle.
getIdleFor() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Allows clients to determine how long this connection has been idle.
getIgnoreNonTxTables() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getImportedKeys(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of the primary key columns that are referenced by a table's foreign key columns (the primary keys imported by a table).
getImportedKeys(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
Get a description of the primary key columns that are referenced by a table's foreign key columns (the primary keys imported by a table).
getIncludeInnodbStatusInDeadlockExceptions() - Method in class com.mysql.jdbc.ConnectionProperties
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of a table's indices and statistics.
getIndexInfo(String, String, String, boolean, boolean) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
Get a description of a table's indices and statistics.
getInitialTimeout() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getInstance(String, Connection) - Static method in class com.mysql.jdbc.SingleByteCharsetConverter
Get a converter for the given encoding name
getInstance(Connection) - Static method in class com.mysql.jdbc.profiler.ProfileEventSink
Returns the ProfileEventSink that handles profiler events for the given connection.
getInt(int) - Method in class com.mysql.jdbc.CallableStatement
 
getInt(String) - Method in class com.mysql.jdbc.CallableStatement
 
getInt(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java int.
getInt(String) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getInt(byte[], int, int) - Static method in class com.mysql.jdbc.StringUtils
 
getInt(byte[]) - Static method in class com.mysql.jdbc.StringUtils
 
getInt(int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getInt(String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getInteractiveClient() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getIsInteractiveClient() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getJDBCMajorVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
 
getJDBCMinorVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
 
getJavaEncodingForMysqlEncoding(String, Connection) - Static method in class com.mysql.jdbc.CharsetMapping
 
getJdbcCompliantTruncation() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getJdbcCompliantTruncationForReads() - Method in class com.mysql.jdbc.ConnectionProperties
 
getLastInsertID() - Method in class com.mysql.jdbc.Statement
getLastInsertID returns the value of the auto_incremented key after an executeQuery() or excute() call.
getLength() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getLoadBalanceStrategy() - Method in class com.mysql.jdbc.ConnectionProperties
 
getLocalSocketAddress() - Method in class com.mysql.jdbc.ConnectionProperties
 
getLocatorFetchBufferSize() - Method in class com.mysql.jdbc.ConnectionProperties
 
getLog() - Method in class com.mysql.jdbc.Connection
Returns the log mechanism that should be used to log information from/for this Connection.
getLogSlowQueries() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getLogWriter() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
Returns the log writer for this data source
getLogXaCommands() - Method in class com.mysql.jdbc.ConnectionProperties
 
getLogger() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getLogger(String, String) - Static method in class com.mysql.jdbc.log.LogFactory
Returns a logger instance of the given class, with the given instance name.
getLoggerClassName() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getLoginTimeout() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
Returns the login timeout
getLong(int) - Method in class com.mysql.jdbc.CallableStatement
 
getLong(String) - Method in class com.mysql.jdbc.CallableStatement
 
getLong(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java long.
getLong(String) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getLong(byte[]) - Static method in class com.mysql.jdbc.StringUtils
 
getLong(int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getLong(String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getLongUpdateCount() - Method in class com.mysql.jdbc.Statement
getLongUpdateCount returns the current result as an update count, if the result is a ResultSet or there are no more results, -1 is returned.
getMaintainTimeStats() - Method in class com.mysql.jdbc.ConnectionProperties
 
getMajorVersion() - Method in class com.mysql.jdbc.NonRegisteringDriver
Gets the drivers major version number
getMasterConnection() - Method in class com.mysql.jdbc.ReplicationConnection
 
getMaxBinaryLiteralLength() - Method in class com.mysql.jdbc.DatabaseMetaData
How many hex characters can you have in an inline binary literal?
getMaxBytesPerChar(String) - Method in class com.mysql.jdbc.Connection
 
getMaxBytesPerCharacter() - Method in class com.mysql.jdbc.Field
 
getMaxCatalogNameLength() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum length of a catalog name?
getMaxCharLiteralLength() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the max length for a character literal?
getMaxColumnNameLength() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the limit on column name length?
getMaxColumnsInGroupBy() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum number of columns in a "GROUP BY" clause?
getMaxColumnsInIndex() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum number of columns allowed in an index?
getMaxColumnsInOrderBy() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum number of columns in an "ORDER BY" clause?
getMaxColumnsInSelect() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum number of columns in a "SELECT" list?
getMaxColumnsInTable() - Method in class com.mysql.jdbc.DatabaseMetaData
What's maximum number of columns in a table?
getMaxConnections() - Method in class com.mysql.jdbc.DatabaseMetaData
How many active connections can we have at a time to this database?
getMaxCursorNameLength() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum cursor name length?
getMaxFieldSize() - Method in class com.mysql.jdbc.Statement
The maxFieldSize limit (in bytes) is the maximum amount of data returned for any column value; it only applies to BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR and LONGVARCHAR columns.
getMaxFieldSize() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
getMaxIndexLength() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum length of an index (in bytes)?
getMaxProcedureNameLength() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum length of a procedure name?
getMaxQuerySizeToLog() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getMaxReconnects() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getMaxRowSize() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum length of a single row?
getMaxRows() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getMaxRows() - Method in class com.mysql.jdbc.Statement
The maxRows limit is set to limit the number of rows that any ResultSet can contain.
getMaxRows() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
getMaxSchemaNameLength() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum length allowed for a schema name?
getMaxStatementLength() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum length of a SQL statement?
getMaxStatements() - Method in class com.mysql.jdbc.DatabaseMetaData
How many active statements can we have open at one time to this database?
getMaxTableNameLength() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum length of a table name?
getMaxTablesInSelect() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum number of tables in a SELECT?
getMaxUserNameLength() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum length of a user name?
getMessage() - Method in class com.mysql.jdbc.CommunicationsException
 
getMessage() - Method in class com.mysql.jdbc.ConnectionFeatureNotAvailableException
 
getMessage() - Method in class com.mysql.jdbc.MysqlDataTruncation
 
getMessage() - Method in class com.mysql.jdbc.profiler.ProfilerEvent
Returns the optional message for this event
getMetaData() - Method in class com.mysql.jdbc.Connection
A connection's database is able to provide information describing its tables, its supported SQL grammar, its stored procedures, the capabilities of this connection, etc.
getMetaData() - Method in class com.mysql.jdbc.PreparedStatement
The number, types and properties of a ResultSet's columns are provided by the getMetaData method.
getMetaData() - Method in class com.mysql.jdbc.ReplicationConnection
 
getMetaData() - Method in class com.mysql.jdbc.ResultSet
The numbers, types and properties of a ResultSet's columns are provided by the getMetaData method
getMetaData() - Method in class com.mysql.jdbc.ServerPreparedStatement
 
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
 
getMetadataCacheSize() - Method in class com.mysql.jdbc.ConnectionProperties
Returns the number of queries that metadata can be cached if caching is enabled.
getMetadataSafeStatement() - Method in class com.mysql.jdbc.Connection
 
getMinorVersion() - Method in class com.mysql.jdbc.NonRegisteringDriver
Get the drivers minor version number
getMoreResults() - Method in class com.mysql.jdbc.Statement
getMoreResults moves to a Statement's next result.
getMoreResults(int) - Method in class com.mysql.jdbc.Statement
 
getMoreResults() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
getMoreResults(int) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
getMysqlEncodingForJavaEncoding(String, Connection) - Static method in class com.mysql.jdbc.CharsetMapping
 
getMysqlType() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getName() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getNameNoAliases() - Method in class com.mysql.jdbc.Field
 
getNativeArray(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get an array column.
getNativeAsciiStream(int) - Method in class com.mysql.jdbc.ResultSet
A column value can be retrieved as a stream of ASCII characters and then read in chunks from the stream.
getNativeBigDecimal(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get the value of a column in the current row as a java.math.BigDecimal object.
getNativeBigDecimal(int, int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a java.math.BigDecimal object
getNativeBinaryStream(int) - Method in class com.mysql.jdbc.ResultSet
A column value can also be retrieved as a binary strea.
getNativeBlob(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get a BLOB column.
getNativeByte(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java byte.
getNativeByte(int, boolean) - Method in class com.mysql.jdbc.ResultSet
 
getNativeBytes(int, boolean) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java byte array.
getNativeCharacterStream(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0
getNativeClob(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get a CLOB column.
getNativeDate(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a java.sql.Date object
getNativeDate(int, TimeZone) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get the value of a column in the current row as a java.sql.Date object.
getNativeDouble(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java double.
getNativeFloat(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java float.
getNativeInt(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java int.
getNativeInt(int, boolean) - Method in class com.mysql.jdbc.ResultSet
 
getNativeLong(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java long.
getNativeLong(int, boolean, boolean) - Method in class com.mysql.jdbc.ResultSet
 
getNativeRef(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get a REF(<structured-type>) column.
getNativeShort(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java short.
getNativeShort(int, boolean) - Method in class com.mysql.jdbc.ResultSet
 
getNativeString(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java String
getNativeURL(int) - Method in class com.mysql.jdbc.ResultSet
 
getNativeUnicodeStream(int) - Method in class com.mysql.jdbc.ResultSet
A column value can also be retrieved as a stream of Unicode characters.
getNewConnection() - Method in class com.mysql.jdbc.util.BaseBugReport
Use this if you need to get a new connection for your bug report (i.e.
getNextResultSet() - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getNoAccessToProcedureBodies() - Method in class com.mysql.jdbc.ConnectionProperties
 
getNoDatetimeStringSync() - Method in class com.mysql.jdbc.ConnectionProperties
 
getNoTimezoneConversionForTimeType() - Method in class com.mysql.jdbc.ConnectionProperties
 
getNullCatalogMeansCurrent() - Method in class com.mysql.jdbc.ConnectionProperties
 
getNullNamePatternMatchesAll() - Method in class com.mysql.jdbc.ConnectionProperties
 
getNumericFunctions() - Method in class com.mysql.jdbc.DatabaseMetaData
Get a comma separated list of math functions.
getObject(int) - Method in class com.mysql.jdbc.CallableStatement
 
getObject(int, Map) - Method in class com.mysql.jdbc.CallableStatement
 
getObject(String) - Method in class com.mysql.jdbc.CallableStatement
 
getObject(String, Map) - Method in class com.mysql.jdbc.CallableStatement
 
getObject(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java object
getObject(int, Map) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Returns the value of column i as a Java object.
getObject(String) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java object
getObject(String, Map) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Returns the value of column i as a Java object.
getObject(int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getObject(int, Map) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getObject(String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getObject(String, Map) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSourceFactory
DOCUMENT ME!
getObjectStoredProc(int, int) - Method in class com.mysql.jdbc.ResultSet
 
getObjectStoredProc(int, Map, int) - Method in class com.mysql.jdbc.ResultSet
 
getObjectStoredProc(String, int) - Method in class com.mysql.jdbc.ResultSet
 
getObjectStoredProc(String, Map, int) - Method in class com.mysql.jdbc.ResultSet
 
getOriginalName() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getOriginalTableName() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getOverrideSupportsIntegrityEnhancementFacility() - Method in class com.mysql.jdbc.ConnectionProperties
 
getOwner() - Method in class com.mysql.jdbc.CursorRowProvider
 
getOwner() - Method in interface com.mysql.jdbc.RowData
Returns the result set that 'owns' this RowData
getOwner() - Method in class com.mysql.jdbc.RowDataDynamic
 
getOwner() - Method in class com.mysql.jdbc.RowDataStatic
 
getPacketDebugBufferSize() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getPadCharsWithSpace() - Method in class com.mysql.jdbc.ConnectionProperties
 
getParameterClassName(int) - Method in class com.mysql.jdbc.MysqlParameterMetadata
 
getParameterCount() - Method in class com.mysql.jdbc.MysqlParameterMetadata
 
getParameterIndexOffset() - Method in class com.mysql.jdbc.CallableStatement
 
getParameterIndexOffset() - Method in class com.mysql.jdbc.PreparedStatement
For calling stored functions, this will be -1 as we don't really count the first '?' parameter marker, it's only syntax, but JDBC counts it as #1, otherwise it will return 0
getParameterMetaData() - Method in class com.mysql.jdbc.CallableStatement
 
getParameterMetaData() - Method in class com.mysql.jdbc.PreparedStatement
 
getParameterMetaData() - Method in class com.mysql.jdbc.ServerPreparedStatement
 
getParameterMetaData() - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
 
getParameterMode(int) - Method in class com.mysql.jdbc.MysqlParameterMetadata
 
getParameterType(int) - Method in class com.mysql.jdbc.MysqlParameterMetadata
 
getParameterTypeName(int) - Method in class com.mysql.jdbc.MysqlParameterMetadata
 
getParanoid() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getPedantic() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getPinGlobalTxToPhysicalConnection() - Method in class com.mysql.jdbc.ConnectionProperties
 
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.
getPopulateInsertRowWithDefaultValues() - Method in class com.mysql.jdbc.ConnectionProperties
 
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
getPrecision(int) - Method in class com.mysql.jdbc.MysqlParameterMetadata
 
getPrecision(int) - Method in class com.mysql.jdbc.ResultSetMetaData
What is a column's number of decimal digits.
getPrecisionAdjustFactor() - Method in class com.mysql.jdbc.Field
Returns amount of correction that should be applied to the precision value.
getPrepStmtCacheSize() - Method in class com.mysql.jdbc.ConnectionProperties
 
getPrepStmtCacheSqlLimit() - Method in class com.mysql.jdbc.ConnectionProperties
 
getPreparedStatementCacheSize() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getPreparedStatementCacheSqlLimit() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getPrimaryKeys(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of a table's primary key columns.
getPrimaryKeys(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
Get a description of a table's primary key columns.
getProcedureColumns(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of a catalog's stored procedure parameters and result columns.
getProcedureTerm() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the database vendor's preferred term for "procedure"?
getProcedures(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of stored procedures available in a catalog.
getProcedures(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
Get a description of stored procedures available in a catalog.
getProceduresAndOrFunctions(String, String, String, boolean, boolean) - Method in class com.mysql.jdbc.DatabaseMetaData
 
getProcessEscapeCodesForPrepStmts() - Method in class com.mysql.jdbc.ConnectionProperties
 
getProfileSQL() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getProfileSql() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getPropertiesTransform() - Method in class com.mysql.jdbc.ConnectionProperties
 
getPropertyInfo(String, Properties) - Method in class com.mysql.jdbc.NonRegisteringDriver
The getPropertyInfo method is intended to allow a generic GUI tool to discover what properties it should prompt a human for in order to get enough information to connect to a database.
getQueriesBeforeRetryMaster() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getQueryTimeout() - Method in class com.mysql.jdbc.Statement
The queryTimeout limit is the number of seconds the driver will wait for a Statement to execute.
getQueryTimeout() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
getReconnectAtTxEnd() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getRef(int) - Method in class com.mysql.jdbc.CallableStatement
 
getRef(String) - Method in class com.mysql.jdbc.CallableStatement
 
getRef(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get a REF(<structured-type>) column.
getRef(String) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get a REF(<structured-type>) column.
getRef(int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getRef(String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getReference() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
Required method to support this class as a Referenceable.
getRelaxAutoCommit() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getReportMetricsIntervalMillis() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getRequireSSL() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getResourceId() - Method in class com.mysql.jdbc.ConnectionProperties
 
getResultSet() - Method in class com.mysql.jdbc.Statement
getResultSet returns the current result as a ResultSet.
getResultSet() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
getResultSetConcurrency() - Method in class com.mysql.jdbc.Statement
JDBC 2.0 Determine the result set concurrency.
getResultSetConcurrency() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
getResultSetHoldability() - Method in class com.mysql.jdbc.DatabaseMetaData
 
getResultSetHoldability() - Method in class com.mysql.jdbc.Statement
 
getResultSetHoldability() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
getResultSetId() - Method in class com.mysql.jdbc.profiler.ProfilerEvent
Returns the id of the result set in use when this event was created.
getResultSetInternal() - Method in class com.mysql.jdbc.Statement
 
getResultSetSizeThreshold() - Method in class com.mysql.jdbc.ConnectionProperties
 
getResultSetType() - Method in class com.mysql.jdbc.Statement
JDBC 2.0 Determine the result set type.
getResultSetType() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
getRetainStatementAfterResultSetClose() - Method in class com.mysql.jdbc.ConnectionProperties
 
getRewriteBatchedStatements() - Method in class com.mysql.jdbc.ConnectionProperties
 
getRollbackOnPooledClose() - Method in class com.mysql.jdbc.ConnectionProperties
 
getRoundRobinLoadBalance() - Method in class com.mysql.jdbc.ConnectionProperties
Returns whether or not hosts will be picked in a round-robin fashion.
getRow() - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0
getRunningCTS13() - Method in class com.mysql.jdbc.ConnectionProperties
 
getSQLKeywords() - Method in class com.mysql.jdbc.DatabaseMetaData
Get a comma separated list of all a database's SQL keywords that are NOT also SQL92 keywords.
getSQLState() - Method in class com.mysql.jdbc.CommunicationsException
 
getSQLState() - Method in class com.mysql.jdbc.ConnectionFeatureNotAvailableException
 
getSQLStateType() - Method in class com.mysql.jdbc.DatabaseMetaData
 
getSQLType() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getSavepointId() - Method in class com.mysql.jdbc.MysqlSavepoint
 
getSavepointName() - Method in class com.mysql.jdbc.MysqlSavepoint
 
getScale(int) - Method in class com.mysql.jdbc.MysqlParameterMetadata
 
getScale(int) - Method in class com.mysql.jdbc.ResultSetMetaData
What is a column's number of digits to the right of the decimal point?
getSchemaName(int) - Method in class com.mysql.jdbc.ResultSetMetaData
What is a column's table's schema? This relies on us knowing the table name.
getSchemaTerm() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the database vendor's preferred term for "schema"?
getSchemas() - Method in class com.mysql.jdbc.DatabaseMetaData
Get the schema names available in this database.
getSearchStringEscape() - Method in class com.mysql.jdbc.DatabaseMetaData
This is the string that can be used to escape '_' or '%' in the string pattern style catalog search parameters.
getSecondsBeforeRetryMaster() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getServerCharacterEncoding() - Method in class com.mysql.jdbc.Connection
Returns the server's character set
getServerInfo() - Method in class com.mysql.jdbc.ResultSet
Returns the server info (if any), or null if none.
getServerName() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
Returns the name of the database server
getServerProps() - Method in class com.mysql.jdbc.util.ServerController
Returns the list of properties that will be used to start/control the server.
getServerStatementId() - Method in class com.mysql.jdbc.ServerPreparedStatement
 
getServerTimezone() - Method in class com.mysql.jdbc.ConnectionProperties
Returns the 'serverTimezone' property.
getServerTimezoneTZ() - Method in class com.mysql.jdbc.Connection
DOCUMENT ME!
getSessionLockedCalendar() - Method in class com.mysql.jdbc.Connection
 
getSessionVariables() - Method in class com.mysql.jdbc.ConnectionProperties
 
getShort(int) - Method in class com.mysql.jdbc.CallableStatement
 
getShort(String) - Method in class com.mysql.jdbc.CallableStatement
 
getShort(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java short.
getShort(String) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getShort(byte[]) - Static method in class com.mysql.jdbc.StringUtils
 
getShort(int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getShort(String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getSlavesConnection() - Method in class com.mysql.jdbc.ReplicationConnection
 
getSlowQueryThresholdMillis() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getSlowQueryThresholdNanos() - Method in class com.mysql.jdbc.ConnectionProperties
 
getSocketFactory() - Method in class com.mysql.jdbc.ConnectionProperties
 
getSocketFactoryClassName() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getSocketTimeout() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getStatement() - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Return the Statement that produced the ResultSet.
getStatementId() - Method in class com.mysql.jdbc.profiler.ProfilerEvent
Returns the id of the statement in use when this event was created.
getStrictFloatingPoint() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getStrictUpdates() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getString(int) - Method in class com.mysql.jdbc.CallableStatement
 
getString(String) - Method in class com.mysql.jdbc.CallableStatement
 
getString(String) - Static method in class com.mysql.jdbc.Messages
Returns the localized message for the given message key
getString(String, Object[]) - Static method in class com.mysql.jdbc.Messages
 
getString(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java String
getString(String) - Method in class com.mysql.jdbc.ResultSet
The following routines simply convert the columnName into a columnIndex and then call the appropriate routine above.
getString(int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getString(String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getStringFunctions() - Method in class com.mysql.jdbc.DatabaseMetaData
Get a comma separated list of string functions.
getStringInternal(int, boolean) - Method in class com.mysql.jdbc.ResultSet
 
getSubString(long, int) - Method in class com.mysql.jdbc.Clob
 
getSuperTables(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
 
getSuperTypes(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
 
getSystemFunctions() - Method in class com.mysql.jdbc.DatabaseMetaData
Get a comma separated list of system functions.
getTable() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getTableName() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getTableName(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Whats a column's table's name?
getTableNameNoAliases() - Method in class com.mysql.jdbc.Field
 
getTablePrivileges(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of the access rights for each table available in a catalog.
getTableTypes() - Method in class com.mysql.jdbc.DatabaseMetaData
Get the table types available in this database.
getTables(String, String, String, String[]) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of tables available in a catalog.
getTables(String, String, String, String[]) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
Get a description of tables available in a catalog.
getTcpKeepAlive() - Method in class com.mysql.jdbc.ConnectionProperties
 
getTcpNoDelay() - Method in class com.mysql.jdbc.ConnectionProperties
 
getTcpRcvBuf() - Method in class com.mysql.jdbc.ConnectionProperties
 
getTcpSndBuf() - Method in class com.mysql.jdbc.ConnectionProperties
 
getTcpTrafficClass() - Method in class com.mysql.jdbc.ConnectionProperties
 
getTime(int) - Method in class com.mysql.jdbc.CallableStatement
 
getTime(int, Calendar) - Method in class com.mysql.jdbc.CallableStatement
 
getTime(String) - Method in class com.mysql.jdbc.CallableStatement
 
getTime(String, Calendar) - Method in class com.mysql.jdbc.CallableStatement
 
getTime(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a java.sql.Time object
getTime(int, Calendar) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a java.sql.Time object.
getTime(String) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a java.sql.Time object.
getTime(String, Calendar) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a java.sql.Time object.
getTime(int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getTime(int, Calendar) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getTime(String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getTime(String, Calendar) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getTimeDateFunctions() - Method in class com.mysql.jdbc.DatabaseMetaData
Get a comma separated list of time and date functions.
getTimestamp(int) - Method in class com.mysql.jdbc.CallableStatement
 
getTimestamp(int, Calendar) - Method in class com.mysql.jdbc.CallableStatement
 
getTimestamp(String) - Method in class com.mysql.jdbc.CallableStatement
 
getTimestamp(String, Calendar) - Method in class com.mysql.jdbc.CallableStatement
 
getTimestamp(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a java.sql.Timestamp object
getTimestamp(int, Calendar) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(String) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getTimestamp(String, Calendar) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getTimestamp(int, Calendar) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getTimestamp(String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getTimestamp(String, Calendar) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getTinyInt1isBit() - Method in class com.mysql.jdbc.ConnectionProperties
 
getTraceProtocol() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getTransactionIsolation() - Method in class com.mysql.jdbc.Connection
Get this Connection's current transaction isolation mode.
getTransactionIsolation() - Method in class com.mysql.jdbc.ReplicationConnection
 
getTransactionIsolation() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
getTransactionTimeout() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlXAConnection
Obtains the current transaction timeout value set for this XAResource instance.
getTransactionTimeout() - Method in class com.mysql.jdbc.jdbc2.optional.SuspendableXAConnection
 
getTransformedBitIsBoolean() - Method in class com.mysql.jdbc.ConnectionProperties
 
getTreatUtilDateAsTimestamp() - Method in class com.mysql.jdbc.ConnectionProperties
 
getType() - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Return the type of this result set.
getTypeInfo() - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of all the standard SQL types supported by this database.
getTypeMap() - Method in class com.mysql.jdbc.Connection
JDBC 2.0 Get the type-map object associated with this connection.
getTypeMap() - Method in class com.mysql.jdbc.ReplicationConnection
 
getTypeMap() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
getUDTs(String, String, String, int[]) - Method in class com.mysql.jdbc.DatabaseMetaData
JDBC 2.0 Get a description of the user-defined types defined in a particular schema.
getURL(int) - Method in class com.mysql.jdbc.CallableStatement
 
getURL(String) - Method in class com.mysql.jdbc.CallableStatement
 
getURL() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the url for this database?
getURL(int) - Method in class com.mysql.jdbc.ResultSet
 
getURL(String) - Method in class com.mysql.jdbc.ResultSet
 
getURL(int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getURL(String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
getURL() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
Returns the URL for this connection
getUltraDevHack() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUnicodeStream(int) - Method in class com.mysql.jdbc.ResultSet
Deprecated.  
getUnicodeStream(String) - Method in class com.mysql.jdbc.ResultSet
Deprecated.  
getUpdateCount() - Method in class com.mysql.jdbc.Statement
getUpdateCount returns the current result as an update count, if the result is a ResultSet or there are no more results, -1 is returned.
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.
getUrl() - Method in class com.mysql.jdbc.util.BaseBugReport
Provides the JDBC URL to use to demonstrate the bug.
getUseCompression() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseConfigs() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUseCursorFetch() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUseDynamicCharsetInfo() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUseFastDateParsing() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUseFastIntParsing() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUseGmtMillisForDatetimes() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUseHostsInPrivileges() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseInformationSchema() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUseJDBCCompliantTimezoneShift() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUseJvmCharsetConverters() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUseLocalSessionState() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUseNanosForElapsedTime() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUseOldAliasMetadataBehavior() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUseOldUTF8Behavior() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUseOnlyServerErrorMessages() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUseReadAheadInput() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUseSSL() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseSSPSCompatibleTimezoneShift() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUseServerPrepStmts() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUseServerPreparedStmts() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseSqlStateCodes() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseStreamLengthsInPrepStmts() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseTimezone() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseUltraDevWorkAround() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseUnbufferedInput() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseUnicode() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseUsageAdvisor() - Method in class com.mysql.jdbc.ConnectionProperties
Returns whether or not the driver advises of proper usage.
getUser() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
Returns the configured user for this connection
getUserName() - Method in class com.mysql.jdbc.DatabaseMetaData
What's our user name as known to the database?
getUtcCalendar() - Method in class com.mysql.jdbc.Connection
 
getVersionColumns(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of a table's columns that are automatically updated when any value in a row is updated.
getWarnings() - Method in class com.mysql.jdbc.Connection
The first warning reported by calls on this Connection is returned.
getWarnings() - Method in class com.mysql.jdbc.ReplicationConnection
 
getWarnings() - Method in class com.mysql.jdbc.ResultSet
The first warning reported by calls on this ResultSet is returned.
getWarnings() - Method in class com.mysql.jdbc.Statement
The first warning reported by calls on this Statement is returned.
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
 
getXAConnection() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlXADataSource
 
getXAConnection(String, String) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlXADataSource
 
getXAResource() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlXAConnection
Retrieves an XAResource object that the transaction manager will use to manage this XAConnection object's participation in a distributed transaction.
getXAResource() - Method in class com.mysql.jdbc.jdbc2.optional.SuspendableXAConnection
 
getYearIsDateType() - Method in class com.mysql.jdbc.ConnectionProperties
 
getZeroDateTimeBehavior() - Method in class com.mysql.jdbc.ConnectionProperties
 
gmtCalendar - Variable in class com.mysql.jdbc.ResultSet
 

MySQL Connector/J size='-1'>5.0.8
A B C D E F G H I J L M N O P Q R S T U V W X Z