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

S

SQLError - class com.mysql.jdbc.SQLError.
SQLError is a utility class that maps MySQL error codes to X/Open error codes as is required by the JDBC spec.
SQLError() - Constructor for class com.mysql.jdbc.SQLError
 
SQL_STATE_BASE_TABLE_NOT_FOUND - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_BASE_TABLE_OR_VIEW_ALREADY_EXISTS - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_BASE_TABLE_OR_VIEW_NOT_FOUND - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_COLUMN_ALREADY_EXISTS - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_COLUMN_NOT_FOUND - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_COMMUNICATION_LINK_FAILURE - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_CONNECTION_FAIL_DURING_TX - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_CONNECTION_IN_USE - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_CONNECTION_NOT_OPEN - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_CONNECTION_REJECTED - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_DATETIME_FIELD_OVERFLOW - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_DATE_TRUNCATED - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_DEADLOCK - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_DISCONNECT_ERROR - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_DIVISION_BY_ZERO - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_DRIVER_NOT_CAPABLE - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_ERROR_IN_ROW - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_GENERAL_ERROR - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_ILLEGAL_ARGUMENT - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_INDEX_ALREADY_EXISTS - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_INDEX_NOT_FOUND - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_INSERT_VALUE_LIST_NO_MATCH_COL_LIST - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_INVALID_AUTH_SPEC - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_INVALID_CHARACTER_VALUE_FOR_CAST - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_INVALID_COLUMN_NUMBER - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_INVALID_CONNECTION_ATTRIBUTE - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_INVALID_TRANSACTION_TERMINATION - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_MEMORY_ALLOCATION_FAILURE - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_MORE_THAN_ONE_ROW_UPDATED_OR_DELETED - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_NO_DEFAULT_FOR_COLUMN - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_NO_ROWS_UPDATED_OR_DELETED - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_NUMERIC_VALUE_OUT_OF_RANGE - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_PRIVILEGE_NOT_REVOKED - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_SYNTAX_ERROR - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_TIMEOUT_EXPIRED - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_TRANSACTION_RESOLUTION_UNKNOWN - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_UNABLE_TO_CONNECT_TO_DATASOURCE - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_WRONG_NO_OF_PARAMETERS - Static variable in class com.mysql.jdbc.SQLError
 
STATIC_CHARSET_TO_NUM_BYTES_MAP - Static variable in class com.mysql.jdbc.CharsetMapping
 
ServerController - class com.mysql.jdbc.util.ServerController.
Controls a MySQL server using Java RunTime methods
ServerController(String) - Constructor for class com.mysql.jdbc.util.ServerController
Creates a ServerController with the directory for the MySQL server.
ServerController(String, String) - Constructor for class com.mysql.jdbc.util.ServerController
Creates a server controller for the MySQL server with the given basedir and datadir.
ServerPreparedStatement - class com.mysql.jdbc.ServerPreparedStatement.
JDBC Interface for MySQL-4.1 and newer server-side PreparedStatements.
ServerPreparedStatement(Connection, String, String, int, int) - Constructor for class com.mysql.jdbc.ServerPreparedStatement
Creates a new ServerPreparedStatement object.
SingleByteCharsetConverter - class com.mysql.jdbc.SingleByteCharsetConverter.
Converter for char[]->byte[] and byte[]->char[] for single-byte character sets.
SocketFactory - interface com.mysql.jdbc.SocketFactory.
Interface to allow pluggable socket creation in the driver
StandardLogger - class com.mysql.jdbc.log.StandardLogger.
Provides logging facilities for those platforms that don't have built-in facilities.
StandardLogger(String) - Constructor for class com.mysql.jdbc.log.StandardLogger
Creates a new StandardLogger object.
StandardLogger(String, boolean) - Constructor for class com.mysql.jdbc.log.StandardLogger
 
StandardSocketFactory - class com.mysql.jdbc.StandardSocketFactory.
Socket factory for vanilla TCP/IP sockets (the standard)
StandardSocketFactory() - Constructor for class com.mysql.jdbc.StandardSocketFactory
 
Statement - class com.mysql.jdbc.Statement.
A Statement object is used for executing a static SQL statement and obtaining the results produced by it.
Statement(Connection, String) - Constructor for class com.mysql.jdbc.Statement
Constructor for a Statement.
StatementWrapper - class com.mysql.jdbc.jdbc2.optional.StatementWrapper.
Wraps statements so that errors can be reported correctly to ConnectionEventListeners.
StatementWrapper(ConnectionWrapper, MysqlPooledConnection, Statement) - Constructor for class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
StringUtils - class com.mysql.jdbc.StringUtils.
Various utility methods for converting to/from byte arrays in the platform encoding
StringUtils() - Constructor for class com.mysql.jdbc.StringUtils
 
SuspendableXAConnection - class com.mysql.jdbc.jdbc2.optional.SuspendableXAConnection.
 
SuspendableXAConnection(Connection) - Constructor for class com.mysql.jdbc.jdbc2.optional.SuspendableXAConnection
 
saveLogsToBuffer() - Static method in class com.mysql.jdbc.log.StandardLogger
 
scramble(String, String) - Static method in class com.mysql.jdbc.Util
DOCUMENT ME!
serverInfo - Variable in class com.mysql.jdbc.ResultSet
Any info message from the server that was created while generating this result set (if 'info parsing' is enabled for the connection).
serverPrepare(String) - Method in class com.mysql.jdbc.Connection
DOCUMENT ME!
serverSupportsConvertFn() - Method in class com.mysql.jdbc.Connection
 
setAllowLoadLocalInfile(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setAllowMultiQueries(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setAllowNanAndInf(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setAllowUrlInLocalInfile(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setAlwaysSendSetIsolation(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setArray(int, Array) - Method in class com.mysql.jdbc.PreparedStatement
JDBC 2.0 Set an Array parameter.
setArray(int, Array) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setArray(int, Array) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
 
setAsciiStream(String, InputStream, int) - Method in class com.mysql.jdbc.CallableStatement
 
setAsciiStream(long) - Method in class com.mysql.jdbc.Clob
 
setAsciiStream(int, InputStream, int) - Method in class com.mysql.jdbc.PreparedStatement
When a very large ASCII value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.InputStream.
setAsciiStream(int, InputStream, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setAsciiStream(String, InputStream, int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
setAsciiStream(int, InputStream, int) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
 
setAutoClosePStmtStreams(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setAutoCommit(boolean) - Method in class com.mysql.jdbc.Connection
If a connection is in auto-commit mode, than all its SQL statements will be executed and committed as individual transactions.
setAutoCommit(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setAutoCommit(boolean) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
setAutoDeserialize(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setAutoGenerateTestcaseScript(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setAutoReconnect(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setAutoReconnectForConnectionPools(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setAutoReconnectForPools(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setBaseDir(String) - Method in class com.mysql.jdbc.util.ServerController
Sets the basedir to use when starting MySQL.
setBigDecimal(String, BigDecimal) - Method in class com.mysql.jdbc.CallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a java.math.BigDecimal value.
setBigDecimal(int, BigDecimal) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setBigDecimal(String, BigDecimal) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
setBigDecimal(int, BigDecimal) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
 
setBinaryEncoded() - Method in class com.mysql.jdbc.ResultSet
Flag that this result set is 'binary' encoded (from a PreparedStatement), not stored as strings.
setBinaryStream(long) - Method in class com.mysql.jdbc.Blob
 
setBinaryStream(long) - Method in class com.mysql.jdbc.BlobFromLocator
 
setBinaryStream(String, InputStream, int) - Method in class com.mysql.jdbc.CallableStatement
 
setBinaryStream(int, InputStream, int) - Method in class com.mysql.jdbc.PreparedStatement
When a very large binary value is input to a LONGVARBINARY parameter, it may be more practical to send it via a java.io.InputStream.
setBinaryStream(int, InputStream, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setBinaryStream(String, InputStream, int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
setBinaryStream(int, InputStream, int) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
 
setBlob(int, Blob) - Method in class com.mysql.jdbc.PreparedStatement
JDBC 2.0 Set a BLOB parameter.
setBlob(int, Blob) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setBlob(int, Blob) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
 
setBlobSendChunkSize(String) - Method in class com.mysql.jdbc.ConnectionProperties
 
setBlobsAreStrings(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setBoolean(String, boolean) - Method in class com.mysql.jdbc.CallableStatement
 
setBoolean(int, boolean) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a Java boolean value.
setBoolean(int, boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setBoolean(String, boolean) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
setBoolean(int, boolean) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
 
setByte(String, byte) - Method in class com.mysql.jdbc.CallableStatement
 
setByte(int, byte) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a Java byte value.
setByte(int, byte) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setByte(String, byte) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
setByte(int, byte) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
 
setBytes(long, byte[]) - Method in class com.mysql.jdbc.Blob
 
setBytes(long, byte[], int, int) - Method in class com.mysql.jdbc.Blob
 
setBytes(long, byte[], int, int) - Method in class com.mysql.jdbc.BlobFromLocator
 
setBytes(long, byte[]) - Method in class com.mysql.jdbc.BlobFromLocator
 
setBytes(String, byte[]) - Method in class com.mysql.jdbc.CallableStatement
 
setBytes(int, byte[]) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a Java array of bytes.
setBytes(int, byte[], boolean, boolean) - Method in class com.mysql.jdbc.PreparedStatement
 
setBytes(int, byte[]) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setBytes(String, byte[]) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
setBytes(int, byte[]) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
 
setBytesNoEscape(int, byte[]) - Method in class com.mysql.jdbc.PreparedStatement
Used by updatable result sets for refreshRow() because the parameter has already been escaped for updater or inserter prepared statements.
setBytesNoEscapeNoQuotes(int, byte[]) - Method in class com.mysql.jdbc.PreparedStatement
 
setCacheCallableStatements(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setCacheCallableStmts(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setCachePrepStmts(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setCachePreparedStatements(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setCacheResultSetMetadata(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
Sets whether or not we should cache result set metadata.
setCacheServerConfiguration(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setCallableStatementCacheSize(int) - Method in class com.mysql.jdbc.ConnectionProperties
Configures the number of callable statements to cache.
setCallableStmtCacheSize(int) - Method in class com.mysql.jdbc.ConnectionProperties
 
setCapitalizeDBMDTypes(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setCapitalizeTypeNames(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setCatalog(String) - Method in class com.mysql.jdbc.Connection
A sub-space of this Connection's database may be selected by setting a catalog name.
setCatalog(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setCatalog(String) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
setCharacterEncoding(String) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setCharacterSetResults(String) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setCharacterStream(String, Reader, int) - Method in class com.mysql.jdbc.CallableStatement
 
setCharacterStream(long) - Method in class com.mysql.jdbc.Clob
 
setCharacterStream(int, Reader, int) - Method in class com.mysql.jdbc.PreparedStatement
JDBC 2.0 When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader.
setCharacterStream(int, Reader, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setCharacterStream(String, Reader, int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
setCharacterStream(int, Reader, int) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
 
setClob(int, Clob) - Method in class com.mysql.jdbc.PreparedStatement
JDBC 2.0 Set a CLOB parameter.
setClob(int, Clob) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setClob(int, Clob) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
 
setClobCharacterEncoding(String) - Method in class com.mysql.jdbc.ConnectionProperties
 
setClobberStreamingResults(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setClosed(boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setConnectTimeout(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setConnection(Connection) - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
setConnectionCollation(String) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setContinueBatchOnError(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setCreateDatabaseIfNotExist(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setCurrentRow(int) - Method in class com.mysql.jdbc.CursorRowProvider
Moves the current position in the result set to the given row number.
setCurrentRow(int) - Method in interface com.mysql.jdbc.RowData
Moves the current position in the result set to the given row number.
setCurrentRow(int) - Method in class com.mysql.jdbc.RowDataDynamic
Moves the current position in the result set to the given row number.
setCurrentRow(int) - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
setCursorName(String) - Method in class com.mysql.jdbc.Statement
setCursorName defines the SQL cursor name that will be used by subsequent execute methods.
setCursorName(String) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
setDataDir(String) - Method in class com.mysql.jdbc.util.ServerController
Sets the data to use when starting MySQL.
setDatabaseName(String) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
Sets the database name.
setDate(String, Date) - Method in class com.mysql.jdbc.CallableStatement
 
setDate(String, Date, Calendar) - Method in class com.mysql.jdbc.CallableStatement
 
setDate(int, Date) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a java.sql.Date value.
setDate(int, Date, Calendar) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a java.sql.Date value.
setDate(int, Date) - Method in class com.mysql.jdbc.ServerPreparedStatement
Set a parameter to a java.sql.Date value.
setDate(int, Date, Calendar) - Method in class com.mysql.jdbc.ServerPreparedStatement
Set a parameter to a java.sql.Date value.
setDate(String, Date) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
setDate(String, Date, Calendar) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
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
 
setDefaultFetchSize(int) - Method in class com.mysql.jdbc.ConnectionProperties
 
setDetectServerPreparedStmts(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setDontTrackOpenResources(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setDouble(String, double) - Method in class com.mysql.jdbc.CallableStatement
 
setDouble(int, double) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a Java double value.
setDouble(int, double) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setDouble(String, double) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
setDouble(int, double) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
 
setDumpMetadataOnColumnNotFound(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setDumpQueriesOnException(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setDynamicCalendars(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setElideSetAutoCommits(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setEmptyStringsConvertToZero(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setEmulateLocators(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setEmulateUnsupportedPstmts(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setEnablePacketDebug(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setEnableQueryTimeouts(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setEncoding(String) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setEscapeProcessing(boolean) - Method in class com.mysql.jdbc.Statement
If escape scanning is on (the default), the driver will do escape substitution before sending the SQL to the database.
setEscapeProcessing(boolean) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
setExplainSlowQueries(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setFailOverReadOnly(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setFailedOver(boolean) - Method in class com.mysql.jdbc.Connection
 
setFetchDirection(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Give a hint as to the direction in which the rows in this result set will be processed.
setFetchDirection(int) - Method in class com.mysql.jdbc.Statement
JDBC 2.0 Give a hint as to the direction in which the rows in a result set will be processed.
setFetchDirection(int) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
setFetchSize(int) - Method in class com.mysql.jdbc.ResultSet
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 for this result set.
setFetchSize(int) - Method in class com.mysql.jdbc.Statement
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.
setFetchSize(int) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
setFirstCharOfQuery(char) - Method in class com.mysql.jdbc.ResultSet
Sets the first character of the query that this result set was created from.
setFloat(String, float) - Method in class com.mysql.jdbc.CallableStatement
 
setFloat(int, float) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a Java float value.
setFloat(int, float) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setFloat(String, float) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
setFloat(int, float) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
 
setFunctionsNeverReturnBlobs(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setGatherPerfMetrics(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setGatherPerformanceMetrics(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setGenerateSimpleParameterMetadata(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setHighAvailability(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setHoldResultsOpenOverClose(boolean) - Method in class com.mysql.jdbc.Statement
 
setHoldResultsOpenOverStatementClose(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setHoldability(int) - Method in class com.mysql.jdbc.Connection
 
setHoldability(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setHoldability(int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
setIgnoreNonTxTables(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setInGlobalTx(boolean) - Method in class com.mysql.jdbc.Connection
 
setInGlobalTx(boolean) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
setIncludeInnodbStatusInDeadlockExceptions(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setInitialTimeout(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setInt(String, int) - Method in class com.mysql.jdbc.CallableStatement
 
setInt(int, int) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a Java int value.
setInt(int, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setInt(String, int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
setInt(int, int) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
 
setInteractiveClient(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setIsInteractiveClient(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setJdbcCompliantTruncation(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setJdbcCompliantTruncationForReads(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setLoadBalanceStrategy(String) - Method in class com.mysql.jdbc.ConnectionProperties
 
setLocalSocketAddress(String) - Method in class com.mysql.jdbc.ConnectionProperties
 
setLocatorFetchBufferSize(String) - Method in class com.mysql.jdbc.ConnectionProperties
 
setLogSlowQueries(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setLogWriter(PrintWriter) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
Sets the log writer for this data source.
setLogXaCommands(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setLogger(String) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setLoggerClassName(String) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setLoginTimeout(int) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
DOCUMENT ME!
setLong(String, long) - Method in class com.mysql.jdbc.CallableStatement
 
setLong(int, long) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a Java long value.
setLong(int, long) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setLong(String, long) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
setLong(int, long) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
 
setMaintainTimeStats(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setMaxFieldSize(int) - Method in class com.mysql.jdbc.Statement
Sets the maxFieldSize
setMaxFieldSize(int) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
setMaxQuerySizeToLog(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setMaxReconnects(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setMaxRows(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setMaxRows(int) - Method in class com.mysql.jdbc.Statement
Set the maximum number of rows
setMaxRows(int) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
setMetadataCacheSize(int) - Method in class com.mysql.jdbc.ConnectionProperties
Sets the number of queries that metadata can be cached if caching is enabled.
setNextResultSet(ResultSet) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
setNoAccessToProcedureBodies(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setNoDatetimeStringSync(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setNoTimezoneConversionForTimeType(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setNull(String, int) - Method in class com.mysql.jdbc.CallableStatement
 
setNull(String, int, String) - Method in class com.mysql.jdbc.CallableStatement
 
setNull(int, int) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to SQL NULL
setNull(int, int, String) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to SQL NULL.
setNull(int, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setNull(int, int, String) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setNull(String, int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
setNull(String, int, String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
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
 
setNullCatalogMeansCurrent(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setNullNamePatternMatchesAll(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setObject(String, Object) - Method in class com.mysql.jdbc.CallableStatement
 
setObject(String, Object, int) - Method in class com.mysql.jdbc.CallableStatement
 
setObject(String, Object, int, int) - Method in class com.mysql.jdbc.CallableStatement
 
setObject(int, Object) - Method in class com.mysql.jdbc.PreparedStatement
DOCUMENT ME!
setObject(int, Object, int) - Method in class com.mysql.jdbc.PreparedStatement
DOCUMENT ME!
setObject(int, Object, int, int) - Method in class com.mysql.jdbc.PreparedStatement
Set the value of a parameter using an object; use the java.lang equivalent objects for integral values.
setObject(String, Object, int, int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
setObject(String, Object, int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
setObject(String, Object) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
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
 
setOneBatchedParameterSet(PreparedStatement, int, Object) - Method in class com.mysql.jdbc.PreparedStatement
 
setOneBatchedParameterSet(PreparedStatement, int, Object) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setOverrideSupportsIntegrityEnhancementFacility(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setOwner(ResultSet) - Method in class com.mysql.jdbc.CursorRowProvider
 
setOwner(ResultSet) - Method in interface com.mysql.jdbc.RowData
Set the result set that 'owns' this RowData
setOwner(ResultSet) - Method in class com.mysql.jdbc.RowDataDynamic
 
setOwner(ResultSet) - Method in class com.mysql.jdbc.RowDataStatic
 
setOwningStatement(Statement) - Method in class com.mysql.jdbc.ResultSet
 
setPacketDebugBufferSize(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setPadCharsWithSpace(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setParanoid(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setPassword(String) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
Sets the password
setPedantic(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setPinGlobalTxToPhysicalConnection(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setPingTarget(PingTarget) - Method in class com.mysql.jdbc.Statement
 
setPopulateInsertRowWithDefaultValues(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
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
setPreferSlaveDuringFailover(boolean) - Method in class com.mysql.jdbc.Connection
 
setPrepStmtCacheSize(int) - Method in class com.mysql.jdbc.ConnectionProperties
 
setPrepStmtCacheSqlLimit(int) - Method in class com.mysql.jdbc.ConnectionProperties
 
setPreparedStatementCacheSize(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setPreparedStatementCacheSqlLimit(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setProcessEscapeCodesForPrepStmts(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setProfileSQL(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setProfileSql(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setPropertiesTransform(String) - Method in class com.mysql.jdbc.ConnectionProperties
 
setPropertiesViaRef(Reference) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
DOCUMENT ME!
setQueriesBeforeRetryMaster(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setQueryTimeout(int) - Method in class com.mysql.jdbc.Statement
Sets the queryTimeout limit
setQueryTimeout(int) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
setReadOnly(boolean) - Method in class com.mysql.jdbc.Connection
You can put a connection in read-only mode as a hint to enable database optimizations Note: setReadOnly cannot be called while in the middle of a transaction
setReadOnly(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setReadOnly(boolean) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
setReadOnlyInternal(boolean) - Method in class com.mysql.jdbc.Connection
 
setReconnectAtTxEnd(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setRef(int, Ref) - Method in class com.mysql.jdbc.PreparedStatement
JDBC 2.0 Set a REF(<structured-type>) parameter.
setRef(int, Ref) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setRef(int, Ref) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
 
setRelaxAutoCommit(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setReportMetricsIntervalMillis(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setRequireSSL(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setResourceId(String) - Method in class com.mysql.jdbc.ConnectionProperties
 
setResultSetConcurrency(int) - Method in class com.mysql.jdbc.ResultSet
Sets the concurrency (JDBC2)
setResultSetConcurrency(int) - Method in class com.mysql.jdbc.UpdatableResultSet
Sets the concurrency type of this result set
setResultSetSizeThreshold(int) - Method in class com.mysql.jdbc.ConnectionProperties
 
setResultSetType(int) - Method in class com.mysql.jdbc.ResultSet
Sets the result set type for (JDBC2)
setRetainStatementAfterResultSetClose(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setRetrieveGeneratedKeys(boolean) - Method in class com.mysql.jdbc.PreparedStatement
DOCUMENT ME!
setRewriteBatchedStatements(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setRollbackOnPooledClose(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setRoundRobinLoadBalance(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
Sets whether or not hosts will be picked in a round-robin fashion.
setRunningCTS13(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setSavepoint() - Method in class com.mysql.jdbc.Connection
 
setSavepoint(String) - Method in class com.mysql.jdbc.Connection
 
setSavepoint() - Method in class com.mysql.jdbc.ReplicationConnection
 
setSavepoint(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setSavepoint() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
setSavepoint(String) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
setSecondsBeforeRetryMaster(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setServerInfo(String) - Method in class com.mysql.jdbc.ResultSet
Sets server info (if any)
setServerName(String) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
Sets the server name.
setServerTimezone(String) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setSessionVariables(String) - Method in class com.mysql.jdbc.ConnectionProperties
 
setShort(String, short) - Method in class com.mysql.jdbc.CallableStatement
 
setShort(int, short) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a Java short value.
setShort(int, short) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setShort(String, short) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
setShort(int, short) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
 
setSlowQueryThresholdMillis(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setSlowQueryThresholdNanos(long) - Method in class com.mysql.jdbc.ConnectionProperties
 
setSocketFactory(String) - Method in class com.mysql.jdbc.ConnectionProperties
 
setSocketFactoryClassName(String) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setSocketTimeout(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setStrictFloatingPoint(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setStrictUpdates(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setString(String, String) - Method in class com.mysql.jdbc.CallableStatement
 
setString(long, String) - Method in class com.mysql.jdbc.Clob
 
setString(long, String, int, int) - Method in class com.mysql.jdbc.Clob
 
setString(int, String) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a Java String value.
setString(int, String) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setString(String, String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
setString(int, String) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
 
setTcpKeepAlive(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setTcpNoDelay(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setTcpRcvBuf(int) - Method in class com.mysql.jdbc.ConnectionProperties
 
setTcpSndBuf(int) - Method in class com.mysql.jdbc.ConnectionProperties
 
setTcpTrafficClass(int) - Method in class com.mysql.jdbc.ConnectionProperties
 
setTime(String, Time) - Method in class com.mysql.jdbc.CallableStatement
 
setTime(String, Time, Calendar) - Method in class com.mysql.jdbc.CallableStatement
 
setTime(int, Time, Calendar) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a java.sql.Time value.
setTime(int, Time) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a java.sql.Time value.
setTime(int, Time) - Method in class com.mysql.jdbc.ServerPreparedStatement
Set a parameter to a java.sql.Time value.
setTime(int, Time, Calendar) - Method in class com.mysql.jdbc.ServerPreparedStatement
Set a parameter to a java.sql.Time value.
setTime(String, Time) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
setTime(String, Time, Calendar) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
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
 
setTimeInternal(int, Time, Calendar, TimeZone, boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
Set a parameter to a java.sql.Time value.
setTimestamp(String, Timestamp) - Method in class com.mysql.jdbc.CallableStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in class com.mysql.jdbc.CallableStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a java.sql.Timestamp value.
setTimestamp(int, Timestamp) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a java.sql.Timestamp value.
setTimestamp(int, Timestamp) - Method in class com.mysql.jdbc.ServerPreparedStatement
Set a parameter to a java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar) - Method in class com.mysql.jdbc.ServerPreparedStatement
Set a parameter to a java.sql.Timestamp value.
setTimestamp(String, Timestamp) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
setTimestamp(String, Timestamp, Calendar) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
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
 
setTimestampInternal(int, Timestamp, Calendar, TimeZone, boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setTinyInt1isBit(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setTraceProtocol(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setTransactionIsolation(int) - Method in class com.mysql.jdbc.Connection
Attempts to change the transaction isolation level for this Connection object to the one given.
setTransactionIsolation(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setTransactionIsolation(int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
setTransactionTimeout(int) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlXAConnection
Sets the current transaction timeout value for this XAResource instance.
setTransactionTimeout(int) - Method in class com.mysql.jdbc.jdbc2.optional.SuspendableXAConnection
 
setTransformedBitIsBoolean(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setTreatUtilDateAsTimestamp(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setTypeMap(Map) - Method in class com.mysql.jdbc.Connection
JDBC 2.0 Install a type-map object as the default type-map for this connection
setTypeMap(Map) - Method in class com.mysql.jdbc.ReplicationConnection
 
setTypeMap(Map) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
setURL(String, URL) - Method in class com.mysql.jdbc.CallableStatement
 
setURL(int, URL) - Method in class com.mysql.jdbc.PreparedStatement
 
setURL(int, URL) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setURL(String, URL) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
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
 
setUltraDevHack(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUnicodeStream(int, InputStream, int) - Method in class com.mysql.jdbc.PreparedStatement
Deprecated.  
setUnicodeStream(int, InputStream, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
Deprecated.  
setUnicodeStream(int, InputStream, int) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
Deprecated.  
setUp() - Method in class com.mysql.jdbc.util.BaseBugReport
Override this method with code that sets up the testcase for demonstrating your bug (creating tables, populating data, etc).
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.
setUseCompression(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseConfigs(String) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUseCursorFetch(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUseDynamicCharsetInfo(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUseFastDateParsing(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUseFastIntParsing(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUseGmtMillisForDatetimes(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUseHostsInPrivileges(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseInformationSchema(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUseJDBCCompliantTimezoneShift(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUseJvmCharsetConverters(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUseLocalSessionState(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUseNanosForElapsedTime(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUseOldAliasMetadataBehavior(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUseOldNameMetadata(boolean) - Method in class com.mysql.jdbc.Field
 
setUseOldUTF8Behavior(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUseOnlyServerErrorMessages(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUseReadAheadInput(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUseSSL(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseSSPSCompatibleTimezoneShift(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUseServerPrepStmts(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUseServerPreparedStmts(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseSqlStateCodes(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseStreamLengthsInPrepStmts(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseTimezone(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseUltraDevWorkAround(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseUnbufferedInput(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseUnicode(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseUsageAdvisor(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
Sets whether or not the driver advises of proper usage.
setUser(String) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
Sets the user ID.
setWasStreamingResults() - Method in class com.mysql.jdbc.CommunicationsException
 
setWrapperStatement(Statement) - Method in class com.mysql.jdbc.ResultSet
 
setYearIsDateType(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setZeroDateTimeBehavior(String) - Method in class com.mysql.jdbc.ConnectionProperties
 
shouldNotHappen(Exception) - Static method in class com.mysql.jdbc.AssertionFailedException
Convenience method.
shutdown() - Method in class com.mysql.jdbc.MiniAdmin
Shuts down the MySQL server at the other end of the connection that this MiniAdmin was created from/for.
shutdownServer() - Method in class com.mysql.jdbc.Connection
Used by MiniAdmin to shutdown a MySQL server
size() - Method in class com.mysql.jdbc.CursorRowProvider
Only works on non dynamic result sets.
size() - Method in interface com.mysql.jdbc.RowData
Only works on non dynamic result sets.
size() - Method in class com.mysql.jdbc.RowDataDynamic
Only works on non dynamic result sets.
size() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
skip(long) - Method in class com.mysql.jdbc.util.ReadAheadInputStream
 
split(String, String, boolean) - Static method in class com.mysql.jdbc.StringUtils
Splits stringToSplit into a list, using the given delimitter
split(String, String, String, String, boolean) - Static method in class com.mysql.jdbc.StringUtils
Splits stringToSplit into a list, using the given delimitter
stackTraceToString(Throwable) - Static method in class com.mysql.jdbc.Util
Converts a nested exception into a nicer message
start(Xid, int) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlXAConnection
Starts work on behalf of a transaction branch specified in xid.
start(Xid, int) - Method in class com.mysql.jdbc.jdbc2.optional.SuspendableXAConnection
 
start() - Method in class com.mysql.jdbc.util.ServerController
Starts the server, returning a java.lang.Process instance that represents the mysql server.
startsWithIgnoreCase(String, int, String) - Static method in class com.mysql.jdbc.StringUtils
Determines whether or not the string 'searchIn' contains the string 'searchFor', dis-regarding case starting at 'startAt' Shorthand for a String.regionMatch(...)
startsWithIgnoreCase(String, String) - Static method in class com.mysql.jdbc.StringUtils
Determines whether or not the string 'searchIn' contains the string 'searchFor', dis-regarding case.
startsWithIgnoreCaseAndNonAlphaNumeric(String, String) - Static method in class com.mysql.jdbc.StringUtils
Determines whether or not the sting 'searchIn' contains the string 'searchFor', disregarding case,leading whitespace and non-alphanumeric characters.
startsWithIgnoreCaseAndWs(String, String) - Static method in class com.mysql.jdbc.StringUtils
Determines whether or not the sting 'searchIn' contains the string 'searchFor', disregarding case and leading whitespace
startsWithIgnoreCaseAndWs(String, String, int) - Static method in class com.mysql.jdbc.StringUtils
Determines whether or not the sting 'searchIn' contains the string 'searchFor', disregarding case and leading whitespace
statementCounter - Static variable in class com.mysql.jdbc.Statement
Used to generate IDs when profiling.
statementId - Variable in class com.mysql.jdbc.Statement
Used to identify this statement when profiling.
statementId - Variable in class com.mysql.jdbc.profiler.ProfilerEvent
Associated statement (-1 for none)
statusOnException(Connection, Throwable) - Method in class com.mysql.jdbc.integration.c3p0.MysqlConnectionTester
 
stop(boolean) - Method in class com.mysql.jdbc.util.ServerController
Stops the server (if started)
storeToRef(Reference) - Method in class com.mysql.jdbc.ConnectionProperties
 
storesLowerCaseIdentifiers() - Method in class com.mysql.jdbc.DatabaseMetaData
Does the database store mixed case unquoted SQL identifiers in lower case?
storesLowerCaseQuotedIdentifiers() - Method in class com.mysql.jdbc.DatabaseMetaData
Does the database store mixed case quoted SQL identifiers in lower case? A JDBC compliant driver will always return false.
storesMixedCaseIdentifiers() - Method in class com.mysql.jdbc.DatabaseMetaData
Does the database store mixed case unquoted SQL identifiers in mixed case?
storesMixedCaseQuotedIdentifiers() - Method in class com.mysql.jdbc.DatabaseMetaData
Does the database store mixed case quoted SQL identifiers in mixed case? A JDBC compliant driver will always return false.
storesUpperCaseIdentifiers() - Method in class com.mysql.jdbc.DatabaseMetaData
Does the database store mixed case unquoted SQL identifiers in upper case?
storesUpperCaseQuotedIdentifiers() - Method in class com.mysql.jdbc.DatabaseMetaData
Does the database store mixed case quoted SQL identifiers in upper case? A JDBC compliant driver will always return true.
streamClosed(byte[]) - Method in class com.mysql.jdbc.Blob
 
streamClosed(WatchableOutputStream) - Method in class com.mysql.jdbc.Blob
 
streamClosed(WatchableOutputStream) - Method in class com.mysql.jdbc.Clob
 
stripComments(String, String, String, boolean, boolean, boolean, boolean) - Static method in class com.mysql.jdbc.StringUtils
Returns the given string, with comments removed
stripEnclosure(byte[], String, String) - Static method in class com.mysql.jdbc.StringUtils
 
supportsANSI92EntryLevelSQL() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the ANSI92 entry level SQL grammar supported? All JDBC compliant drivers must return true.
supportsANSI92FullSQL() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the ANSI92 full SQL grammar supported?
supportsANSI92IntermediateSQL() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the ANSI92 intermediate SQL grammar supported?
supportsAlterTableWithAddColumn() - Method in class com.mysql.jdbc.DatabaseMetaData
Is "ALTER TABLE" with add column supported?
supportsAlterTableWithDropColumn() - Method in class com.mysql.jdbc.DatabaseMetaData
Is "ALTER TABLE" with drop column supported?
supportsBatchUpdates() - Method in class com.mysql.jdbc.DatabaseMetaData
JDBC 2.0 Return true if the driver supports batch updates, else return false.
supportsCatalogsInDataManipulation() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a catalog name be used in a data manipulation statement?
supportsCatalogsInIndexDefinitions() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a catalog name be used in a index definition statement?
supportsCatalogsInPrivilegeDefinitions() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a catalog name be used in a privilege definition statement?
supportsCatalogsInProcedureCalls() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a catalog name be used in a procedure call statement?
supportsCatalogsInTableDefinitions() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a catalog name be used in a table definition statement?
supportsColumnAliasing() - Method in class com.mysql.jdbc.DatabaseMetaData
Is column aliasing supported?
supportsConvert() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the CONVERT function between SQL types supported?
supportsConvert(int, int) - Method in class com.mysql.jdbc.DatabaseMetaData
Is CONVERT between the given SQL types supported?
supportsCoreSQLGrammar() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the ODBC Core SQL grammar supported?
supportsCorrelatedSubqueries() - Method in class com.mysql.jdbc.DatabaseMetaData
Are correlated subqueries supported? A JDBC compliant driver always returns true.
supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.mysql.jdbc.DatabaseMetaData
Are both data definition and data manipulation statements within a transaction supported?
supportsDataManipulationTransactionsOnly() - Method in class com.mysql.jdbc.DatabaseMetaData
Are only data manipulation statements within a transaction supported?
supportsDifferentTableCorrelationNames() - Method in class com.mysql.jdbc.DatabaseMetaData
If table correlation names are supported, are they restricted to be different from the names of the tables? A JDBC compliant driver always returns true.
supportsExpressionsInOrderBy() - Method in class com.mysql.jdbc.DatabaseMetaData
Are expressions in "ORDER BY" lists supported?
supportsExtendedSQLGrammar() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the ODBC Extended SQL grammar supported?
supportsFullOuterJoins() - Method in class com.mysql.jdbc.DatabaseMetaData
Are full nested outer joins supported?
supportsGetGeneratedKeys() - Method in class com.mysql.jdbc.DatabaseMetaData
JDBC 3.0
supportsGroupBy() - Method in class com.mysql.jdbc.DatabaseMetaData
Is some form of "GROUP BY" clause supported?
supportsGroupByBeyondSelect() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a "GROUP BY" clause add columns not in the SELECT provided it specifies all the columns in the SELECT?
supportsGroupByUnrelated() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a "GROUP BY" clause use columns not in the SELECT?
supportsIntegrityEnhancementFacility() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the SQL Integrity Enhancement Facility supported?
supportsIsolationLevel() - Method in class com.mysql.jdbc.Connection
DOCUMENT ME!
supportsLikeEscapeClause() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the escape character in "LIKE" clauses supported? A JDBC compliant driver always returns true.
supportsLimitedOuterJoins() - Method in class com.mysql.jdbc.DatabaseMetaData
Is there limited support for outer joins? (This will be true if supportFullOuterJoins is true.)
supportsMinimumSQLGrammar() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the ODBC Minimum SQL grammar supported? All JDBC compliant drivers must return true.
supportsMixedCaseIdentifiers() - Method in class com.mysql.jdbc.DatabaseMetaData
Does the database support mixed case unquoted SQL identifiers?
supportsMixedCaseQuotedIdentifiers() - Method in class com.mysql.jdbc.DatabaseMetaData
Does the database support mixed case quoted SQL identifiers? A JDBC compliant driver will always return true.
supportsMultipleOpenResults() - Method in class com.mysql.jdbc.DatabaseMetaData
 
supportsMultipleResultSets() - Method in class com.mysql.jdbc.DatabaseMetaData
Are multiple ResultSets from a single execute supported?
supportsMultipleTransactions() - Method in class com.mysql.jdbc.DatabaseMetaData
Can we have multiple transactions open at once (on different connections)?
supportsNamedParameters() - Method in class com.mysql.jdbc.DatabaseMetaData
 
supportsNonNullableColumns() - Method in class com.mysql.jdbc.DatabaseMetaData
Can columns be defined as non-nullable? A JDBC compliant driver always returns true.
supportsOpenCursorsAcrossCommit() - Method in class com.mysql.jdbc.DatabaseMetaData
Can cursors remain open across commits?
supportsOpenCursorsAcrossRollback() - Method in class com.mysql.jdbc.DatabaseMetaData
Can cursors remain open across rollbacks?
supportsOpenStatementsAcrossCommit() - Method in class com.mysql.jdbc.DatabaseMetaData
Can statements remain open across commits?
supportsOpenStatementsAcrossRollback() - Method in class com.mysql.jdbc.DatabaseMetaData
Can statements remain open across rollbacks?
supportsOrderByUnrelated() - Method in class com.mysql.jdbc.DatabaseMetaData
Can an "ORDER BY" clause use columns not in the SELECT?
supportsOuterJoins() - Method in class com.mysql.jdbc.DatabaseMetaData
Is some form of outer join supported?
supportsPositionedDelete() - Method in class com.mysql.jdbc.DatabaseMetaData
Is positioned DELETE supported?
supportsPositionedUpdate() - Method in class com.mysql.jdbc.DatabaseMetaData
Is positioned UPDATE supported?
supportsQuotedIdentifiers() - Method in class com.mysql.jdbc.Connection
DOCUMENT ME!
supportsResultSetConcurrency(int, int) - Method in class com.mysql.jdbc.DatabaseMetaData
JDBC 2.0 Does the database support the concurrency type in combination with the given result set type?
supportsResultSetHoldability(int) - Method in class com.mysql.jdbc.DatabaseMetaData
 
supportsResultSetType(int) - Method in class com.mysql.jdbc.DatabaseMetaData
JDBC 2.0 Does the database support the given result set type?
supportsSavepoints() - Method in class com.mysql.jdbc.DatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a schema name be used in a data manipulation statement?
supportsSchemasInIndexDefinitions() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a schema name be used in an index definition statement?
supportsSchemasInPrivilegeDefinitions() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a schema name be used in a privilege definition statement?
supportsSchemasInProcedureCalls() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a schema name be used in a procedure call statement?
supportsSchemasInTableDefinitions() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a schema name be used in a table definition statement?
supportsSelectForUpdate() - Method in class com.mysql.jdbc.DatabaseMetaData
Is SELECT for UPDATE supported?
supportsStatementPooling() - Method in class com.mysql.jdbc.DatabaseMetaData
 
supportsStoredProcedures() - Method in class com.mysql.jdbc.DatabaseMetaData
Are stored procedure calls using the stored procedure escape syntax supported?
supportsSubqueriesInComparisons() - Method in class com.mysql.jdbc.DatabaseMetaData
Are subqueries in comparison expressions supported? A JDBC compliant driver always returns true.
supportsSubqueriesInExists() - Method in class com.mysql.jdbc.DatabaseMetaData
Are subqueries in exists expressions supported? A JDBC compliant driver always returns true.
supportsSubqueriesInIns() - Method in class com.mysql.jdbc.DatabaseMetaData
Are subqueries in "in" statements supported? A JDBC compliant driver always returns true.
supportsSubqueriesInQuantifieds() - Method in class com.mysql.jdbc.DatabaseMetaData
Are subqueries in quantified expressions supported? A JDBC compliant driver always returns true.
supportsTableCorrelationNames() - Method in class com.mysql.jdbc.DatabaseMetaData
Are table correlation names supported? A JDBC compliant driver always returns true.
supportsTransactionIsolationLevel(int) - Method in class com.mysql.jdbc.DatabaseMetaData
Does the database support the given transaction isolation level?
supportsTransactions() - Method in class com.mysql.jdbc.Connection
DOCUMENT ME!
supportsTransactions() - Method in class com.mysql.jdbc.DatabaseMetaData
Are transactions supported? If not, commit is a noop and the isolation level is TRANSACTION_NONE.
supportsUnion() - Method in class com.mysql.jdbc.DatabaseMetaData
Is SQL UNION supported? A JDBC compliant driver always returns true.
supportsUnionAll() - Method in class com.mysql.jdbc.DatabaseMetaData
Is SQL UNION ALL supported? A JDBC compliant driver always returns true.
systemNanoTimeMethod - Static variable in class com.mysql.jdbc.Util
 

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