- GeneratedIdValueObject - Class in org.drizzle.jdbc.internal.common
-
Created by IntelliJ IDEA.
- GeneratedIdValueObject(long) - Constructor for class org.drizzle.jdbc.internal.common.GeneratedIdValueObject
-
- generatedKeyAlwaysReturned() - Method in class org.drizzle.jdbc.DrizzleDataBaseMetaData
-
- generatedKeyAlwaysReturned() - Method in class org.drizzle.jdbc.MySQLDatabaseMetaData
-
- get(String, Protocol) - Method in class org.drizzle.jdbc.internal.common.DefaultParameterizedBatchHandlerFactory
-
Creates a parameterized batch handler
In this implementation the query is ignored, taken in the addParameters call instead
- get() - Method in class org.drizzle.jdbc.internal.common.HttpClient
-
- get(String, Protocol) - Method in interface org.drizzle.jdbc.internal.common.ParameterizedBatchHandlerFactory
-
returns a parameterized batch handler.
- get(String, Protocol) - Method in class org.drizzle.jdbc.internal.common.RewriteParameterizedBatchHandlerFactory
-
- get(QueryException) - Static method in class org.drizzle.jdbc.internal.SQLExceptionMapper
-
- getAffectedRows() - Method in class org.drizzle.jdbc.internal.common.packet.OKPacket
-
- getArray(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as an
Array object in the Java programming language.
- getArray(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as an
Array object in the Java programming language.
- getAsciiStream(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a stream
of ASCII characters.
- getAsciiStream(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a stream
of ASCII characters.
- getAttributes(String, String, String, String) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a description of the given attribute of the given type for a user-defined type (UDT) that is available
in the given schema and catalog.
- getAutoCommit() - Method in class org.drizzle.jdbc.DrizzleConnection
-
returns true if statements on this connection are auto commited.
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.drizzle.jdbc.DrizzleDataBaseMetaData
-
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.drizzle.jdbc.MySQLDatabaseMetaData
-
- getBigDecimal(String, int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Deprecated.
- getBigDecimal(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
java.math.BigDecimal with full precision.
- getBigDecimal(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
java.math.BigDecimal with full precision.
- getBigDecimal(int, int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Deprecated.
- getBigDecimal() - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
-
- getBigDecimal() - Method in interface org.drizzle.jdbc.internal.common.ValueObject
-
- getBigInteger() - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
-
- getBigInteger() - Method in interface org.drizzle.jdbc.internal.common.ValueObject
-
- getBinaryInputStream() - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
-
- getBinaryInputStream() - Method in interface org.drizzle.jdbc.internal.common.ValueObject
-
- getBinaryStream() - Method in class org.drizzle.jdbc.DrizzleBlob
-
Retrieves the BLOB value designated by this Blob instance as a stream.
- getBinaryStream(long, long) - Method in class org.drizzle.jdbc.DrizzleBlob
-
Returns an InputStream object that contains a partial Blob value, starting with the
byte specified by pos, which is length bytes in length.
- getBinaryStream(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a stream
of uninterpreted bytes.
- getBinaryStream(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a stream
of uninterpreted bytes.
- getBitmapFlag() - Method in enum org.drizzle.jdbc.internal.common.packet.EOFPacket.ServerStatus
-
- getBitmapFlag() - Method in enum org.drizzle.jdbc.internal.common.ServerStatus
-
returns the bit map flag
- getBitmapFlag() - Method in enum org.drizzle.jdbc.internal.mysql.MySQLServerCapabilities
-
the raw bit map flag from the server
- getBlob(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
Blob object in the Java programming language.
- getBlob(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
Blob object in the Java programming language.
- getBoolean(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
- getBoolean(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
boolean in the Java programming language.
- getBoolean() - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
-
- getBoolean() - Method in interface org.drizzle.jdbc.internal.common.ValueObject
-
- getBuffer() - Method in class org.drizzle.jdbc.internal.common.packet.buffer.WriteBuffer
-
- getByte(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
- getByte(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
byte in the Java programming language.
- getByte() - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
-
- getByte() - Method in interface org.drizzle.jdbc.internal.common.ValueObject
-
- getByteAt(int) - Method in class org.drizzle.jdbc.internal.common.packet.buffer.Reader
-
- getByteBuffer() - Method in class org.drizzle.jdbc.internal.common.packet.RawPacket
-
Get the byte buffer backing this packet
- getBytes(long, int) - Method in class org.drizzle.jdbc.DrizzleBlob
-
Retrieves all or part of the BLOB value that this Blob object represents, as an array
of bytes.
- getBytes(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
byte array in the Java programming language.
- getBytes(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
byte array in the Java programming language.
- getBytes() - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
-
- getBytes() - Method in interface org.drizzle.jdbc.internal.common.ValueObject
-
- getCatalog() - Method in class org.drizzle.jdbc.DrizzleConnection
-
Retrieves this Connection object's current catalog name.
- getCatalog() - Method in interface org.drizzle.jdbc.internal.common.ColumnInformation
-
- getCatalog() - Method in interface org.drizzle.jdbc.internal.common.Protocol
-
Retrieves this Connection object's current catalog name.
- getCatalog() - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation
-
- getCatalog() - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
-
Catalogs are not supported in drizzle so this will always return null
with a Drizzle connection
MySQL treats catalogs as databases.
- getCatalogName(int) - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
-
Gets the designated column's table's catalog name.
- getCatalogs() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the catalog names available in this database.
- getCatalogSeparator() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the String that this database uses as the separator between a catalog and table name.
- getCatalogTerm() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the database vendor's preferred term for "catalog".
- getCharacterStream(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
java.io.Reader object.
- getCharacterStream(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
java.io.Reader object.
- getCharsetNumber() - Method in interface org.drizzle.jdbc.internal.common.ColumnInformation
-
- getCharsetNumber() - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation
-
- getClientInfo(String) - Method in class org.drizzle.jdbc.DrizzleConnection
-
Returns the value of the client info property specified by name.
- getClientInfo() - Method in class org.drizzle.jdbc.DrizzleConnection
-
Returns a list containing the name and current value of each client info property supported by the driver.
- getClientInfoProperties() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a list of the client info properties that the driver supports.
- getClob(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
Clob object in the Java programming language.
- getClob(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
Clob object in the Java programming language.
- getColumnClassName(int) - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
-
Returns the fully-qualified name of the Java class whose instances are manufactured if the method
ResultSet.getObject is called to retrieve a value from the column.
- getColumnCount() - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
-
Returns the number of columns in this ResultSet object.
- getColumnDisplaySize(int) - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
-
Indicates the designated column's normal maximum width in characters.
- getColumnId(String) - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleInsertIdQueryResult
-
- getColumnId(String) - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleQueryResult
-
- getColumnId(String) - Method in interface org.drizzle.jdbc.internal.common.queryresults.SelectQueryResult
-
get the id of the column named columnLabel
- getColumnInformation() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleInsertIdQueryResult
-
- getColumnInformation() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleQueryResult
-
- getColumnInformation() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleUpdateResult
-
- getColumnInformation() - Method in interface org.drizzle.jdbc.internal.common.queryresults.QueryResult
-
- getColumnLabel(int) - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
-
Gets the designated column's suggested title for use in printouts and displays.
- getColumnName(int) - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
-
Get the designated column's name.
- getColumnPrivileges(String, String, String, String) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a description of the access rights for a table's columns.
- getColumns(String, String, String, String) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a description of table columns available in the specified catalog.
- getColumns(String, String, String, String) - Method in class org.drizzle.jdbc.DrizzleDataBaseMetaData
-
- getColumns(String, String, String, String) - Method in class org.drizzle.jdbc.MySQLDatabaseMetaData
-
- getColumnType(int) - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
-
Retrieves the designated column's SQL type.
- getColumnTypeName(int) - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
-
Retrieves the designated column's database-specific type name.
- getConcurrency() - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the concurrency mode of this ResultSet object.
- getConnection() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the connection that produced this metadata object.
- getConnection() - Method in class org.drizzle.jdbc.DrizzleDataSource
-
Attempts to establish a connection with the data source that this DataSource object represents.
- getConnection(String, String) - Method in class org.drizzle.jdbc.DrizzleDataSource
-
Attempts to establish a connection with the data source that this DataSource object represents.
- getConnection() - Method in class org.drizzle.jdbc.DrizzleStatement
-
gets the connection that created this statement
- getCrossReference(String, String, String, String, String, String) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a description of the foreign key columns in the given foreign key table that reference the primary key
or the columns representing a unique constraint of the parent table (could be the same or a different table).
- getCursorName() - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the name of the SQL cursor used by this ResultSet object.
- getDatabase() - Method in class org.drizzle.jdbc.DrizzleConnection
-
returns the database.
- getDatabase() - Method in interface org.drizzle.jdbc.internal.common.Protocol
-
returns the current used database
- getDatabase() - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
-
- getDatabase() - Method in class org.drizzle.jdbc.JDBCUrl
-
- getDatabaseMajorVersion() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the major version number of the underlying database.
- getDatabaseMinorVersion() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the minor version number of the underlying database.
- getDatabaseName() - Method in enum org.drizzle.jdbc.internal.common.SupportedDatabases
-
- getDatabaseProductName() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the name of this database product.
- getDatabaseProductVersion() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the version number of this database product.
- getDatabaseType() - Method in interface org.drizzle.jdbc.internal.common.Protocol
-
- getDatabaseType() - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
-
- getDataType() - Method in enum org.drizzle.jdbc.internal.mysql.MySQLType.Type
-
- getDate(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
java.sql.Date object in the Java programming language.
- getDate(int, Calendar) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
java.sql.Date object in the Java programming language.
- getDate(String, Calendar) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
java.sql.Date object in the Java programming language.
- getDate(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
java.sql.Date object in the Java programming language.
- getDate() - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
-
- getDate(Calendar) - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
-
- getDate() - Method in interface org.drizzle.jdbc.internal.common.ValueObject
-
- getDate(Calendar) - Method in interface org.drizzle.jdbc.internal.common.ValueObject
-
- getDb() - Method in interface org.drizzle.jdbc.internal.common.ColumnInformation
-
- getDb() - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation
-
- getDBType() - Method in class org.drizzle.jdbc.JDBCUrl
-
- getDecimals() - Method in interface org.drizzle.jdbc.internal.common.ColumnInformation
-
- getDecimals() - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation
-
- getDefaultTransactionIsolation() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves this database's default transaction isolation level.
- getDisplayLength() - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
-
- getDisplayLength() - Method in interface org.drizzle.jdbc.internal.common.ValueObject
-
- getDouble(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
double in the Java programming language.
- getDouble(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
- getDouble() - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
-
- getDouble() - Method in interface org.drizzle.jdbc.internal.common.ValueObject
-
- getDriverMajorVersion() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves this JDBC driver's major version number.
- getDriverMinorVersion() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves this JDBC driver's minor version number.
- getDriverName() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the name of this JDBC driver.
- getDriverVersion() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the version number of this JDBC driver as a String.
- getErrorCode() - Method in exception org.drizzle.jdbc.internal.common.QueryException
-
returns the error code.
- getErrorNumber() - Method in class org.drizzle.jdbc.internal.common.packet.ErrorPacket
-
- getExportedKeys(String, String, String) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a description of the foreign key columns that reference the given table's primary key columns (the
foreign keys exported by a table).
- getExportedKeys(String, String, String) - Method in class org.drizzle.jdbc.DrizzleDataBaseMetaData
-
- getExportedKeys(String, String, String) - Method in class org.drizzle.jdbc.MySQLDatabaseMetaData
-
- getExtraNameCharacters() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9
and _).
- getFeatureNotSupportedException(String, Exception) - Static method in class org.drizzle.jdbc.internal.SQLExceptionMapper
-
- getFeatureNotSupportedException(String) - Static method in class org.drizzle.jdbc.internal.SQLExceptionMapper
-
- getFetchDirection() - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the fetch direction for this ResultSet object.
- getFetchDirection() - Method in class org.drizzle.jdbc.DrizzleStatement
-
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from
this Statement object.
- getFetchSize() - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the fetch size for this ResultSet object.
- getFetchSize() - Method in class org.drizzle.jdbc.DrizzleStatement
-
Retrieves the number of result set rows that is the default fetch size for ResultSet objects
generated from this Statement object.
- getFieldCount() - Method in class org.drizzle.jdbc.internal.common.packet.ResultSetPacket
-
- getFlags() - Method in interface org.drizzle.jdbc.internal.common.ColumnInformation
-
- getFlags() - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation
-
- getFloat(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
float in the Java programming language.
- getFloat(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
- getFloat() - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
-
- getFloat() - Method in interface org.drizzle.jdbc.internal.common.ValueObject
-
- getFunctionColumns(String, String, String, String) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a description of the given catalog's system or user function parameters and return type.
- getFunctions(String, String, String) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a description of the system and user functions available in the given catalog.
- getGeneratedKeys() - Method in class org.drizzle.jdbc.DrizzleStatement
-
Retrieves any auto-generated keys created as a result of executing this Statement object.
- getGeneratedKeysResult() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleUpdateResult
-
- getGeneratedKeysResult() - Method in interface org.drizzle.jdbc.internal.common.queryresults.ModifyQueryResult
-
- getHoldability() - Method in class org.drizzle.jdbc.DrizzleConnection
-
Retrieves the current holdability of ResultSet objects created using this Connection
object.
- getHoldability() - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the holdability of this ResultSet object
- getHost() - Method in interface org.drizzle.jdbc.internal.common.Protocol
-
returns the host
- getHost() - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
-
- getHostname() - Method in class org.drizzle.jdbc.DrizzleConnection
-
returns the hostname for the connection.
- getHostname() - Method in class org.drizzle.jdbc.JDBCUrl
-
- getIdentifierQuoteString() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the string used to quote SQL identifiers.
- getImportedKeys(String, String, String) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a description of the primary key columns that are referenced by the given table's foreign key columns
(the primary keys imported by a table).
- getImportedKeys(String, String, String) - Method in class org.drizzle.jdbc.DrizzleDataBaseMetaData
-
- getImportedKeys(String, String, String) - Method in class org.drizzle.jdbc.MySQLDatabaseMetaData
-
- getIndexInfo(String, String, String, boolean, boolean) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a description of the given table's indices and statistics.
- getInputStream() - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
-
- getInputStream() - Method in interface org.drizzle.jdbc.internal.common.ValueObject
-
- getInsertId() - Method in class org.drizzle.jdbc.internal.common.packet.OKPacket
-
- getInsertId() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleUpdateResult
-
- getInsertId() - Method in interface org.drizzle.jdbc.internal.common.queryresults.ModifyQueryResult
-
- getInt(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
- getInt(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
- getInt() - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
-
- getInt() - Method in interface org.drizzle.jdbc.internal.common.ValueObject
-
- getJavaType() - Method in interface org.drizzle.jdbc.internal.common.DataType
-
- getJavaType() - Method in class org.drizzle.jdbc.internal.mysql.MySQLType
-
- getJDBCMajorVersion() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the major JDBC version number for this driver.
- getJDBCMinorVersion() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the minor JDBC version number for this driver.
- getLength() - Method in interface org.drizzle.jdbc.internal.common.ColumnInformation
-
- getLength() - Method in class org.drizzle.jdbc.internal.common.packet.buffer.WriteBuffer
-
- getLength() - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation
-
- getLengthEncodedBinary() - Method in class org.drizzle.jdbc.internal.common.packet.buffer.Reader
-
- getLengthEncodedBytes() - Method in class org.drizzle.jdbc.internal.common.packet.buffer.Reader
-
- getLengthEncodedBytesWithLength(long) - Method in class org.drizzle.jdbc.internal.common.packet.buffer.Reader
-
- getLengthEncodedString() - Method in class org.drizzle.jdbc.internal.common.packet.buffer.Reader
-
- getLengthWithPacketSeq(byte) - Method in class org.drizzle.jdbc.internal.common.packet.buffer.WriteBuffer
-
- getLoginTimeout() - Method in class org.drizzle.jdbc.DrizzleDataSource
-
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
- getLogWriter() - Method in class org.drizzle.jdbc.DrizzleDataSource
-
Retrieves the log writer for this DataSource object.
- getLong(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
long in the Java programming language.
- getLong(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
- getLong() - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
-
- getLong() - Method in interface org.drizzle.jdbc.internal.common.ValueObject
-
- getMajorVersion() - Method in class org.drizzle.jdbc.DrizzleDriver
-
gets the major version of the driver.
- getMaxBinaryLiteralLength() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the maximum number of hex characters this database allows in an inline binary literal.
- getMaxCatalogNameLength() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the maximum number of characters that this database allows in a catalog name.
- getMaxCharLiteralLength() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the maximum number of characters this database allows for a character literal.
- getMaxColumnNameLength() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the maximum number of characters this database allows for a column name.
- getMaxColumnsInGroupBy() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the maximum number of columns this database allows in a GROUP BY clause.
- getMaxColumnsInIndex() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the maximum number of columns this database allows in an index.
- getMaxColumnsInOrderBy() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the maximum number of columns this database allows in an ORDER BY clause.
- getMaxColumnsInSelect() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the maximum number of columns this database allows in a SELECT list.
- getMaxColumnsInTable() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the maximum number of columns this database allows in a table.
- getMaxConnections() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the maximum number of concurrent connections to this database that are possible.
- getMaxCursorNameLength() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the maximum number of characters that this database allows in a cursor name.
- getMaxFieldSize() - Method in class org.drizzle.jdbc.DrizzleStatement
-
Retrieves the maximum number of bytes that can be returned for character and binary column values in a
ResultSet object produced by this Statement object.
- getMaxIndexLength() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the maximum number of bytes this database allows for an index, including all of the parts of the
index.
- getMaxProcedureNameLength() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the maximum number of characters that this database allows in a procedure name.
- getMaxRows() - Method in class org.drizzle.jdbc.DrizzleStatement
-
Retrieves the maximum number of rows that a ResultSet object produced by this Statement
object can contain.
- getMaxRowSize() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the maximum number of bytes this database allows in a single row.
- getMaxSchemaNameLength() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the maximum number of characters that this database allows in a schema name.
- getMaxStatementLength() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the maximum number of characters this database allows in an SQL statement.
- getMaxStatements() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the maximum number of active statements to this database that can be open at the same time.
- getMaxTableNameLength() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the maximum number of characters this database allows in a table name.
- getMaxTablesInSelect() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the maximum number of tables this database allows in a SELECT statement.
- getMaxUserNameLength() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the maximum number of characters this database allows in a user name.
- getMessage() - Method in class org.drizzle.jdbc.internal.common.packet.ErrorPacket
-
- getMessage() - Method in class org.drizzle.jdbc.internal.common.packet.OKPacket
-
- getMessage() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleInsertIdQueryResult
-
- getMessage() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleQueryResult
-
- getMessage() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleUpdateResult
-
- getMessage() - Method in interface org.drizzle.jdbc.internal.common.queryresults.ModifyQueryResult
-
- getMessage() - Method in interface org.drizzle.jdbc.internal.common.queryresults.QueryResult
-
- getMetaData() - Method in class org.drizzle.jdbc.DrizzleConnection
-
returns the meta data about the database.
- getMetaData() - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Retrieves a ResultSetMetaData object that contains information about the columns of the
ResultSet object that will be returned when this PreparedStatement object is executed.
- getMetaData() - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the number, types and properties of this ResultSet object's columns.
- getMinorVersion() - Method in class org.drizzle.jdbc.DrizzleDriver
-
gets the minor version of the driver.
- getMoreResults(int) - Method in class org.drizzle.jdbc.DrizzleStatement
-
Moves to this Statement object's next result, deals with any current ResultSet
object(s) according to the instructions specified by the given flag, and returns true if the next
result is a ResultSet object.
- getMoreResults() - Method in class org.drizzle.jdbc.DrizzleStatement
-
Moves to this Statement object's next result, returns true if it is a
ResultSet object, and implicitly closes any current ResultSet object(s) obtained with
the method getResultSet.
- getMoreResults() - Method in interface org.drizzle.jdbc.internal.common.Protocol
-
- getMoreResults() - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
-
- getName() - Method in interface org.drizzle.jdbc.internal.common.ColumnInformation
-
- getName() - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation
-
- getNCharacterStream(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
java.io.Reader object.
- getNCharacterStream(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
java.io.Reader object.
- getNClob(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
NClob object in the Java programming language.
- getNClob(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
NClob object in the Java programming language.
- getNetworkTimeout() - Method in class org.drizzle.jdbc.DrizzleConnection
-
Return the network timeout waiting for a database request to finish.
- getNString(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
String in the Java programming language.
- getNString(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
String in the Java programming language.
- getNumericFunctions() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a comma-separated list of math functions available with this database.
- getObject(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Gets the value of the designated column in the current row of this ResultSet object as an
Object in the Java programming language.
- getObject(int, Class<T>) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Gets the value of the designated column in the current row of this ResultSet object.
- getObject(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Gets the value of the designated column in the current row of this ResultSet object as an
Object in the Java programming language.
- getObject(String, Class<T>) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Gets the value of the designated column in the current row of this ResultSet object.
- getObject(int, Map<String, Class<?>>) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
According to the JDBC4 spec, this is only required for UDT's, and since drizzle does not support UDTs, this
method ignores the map parameter
Retrieves the value of the designated column in the current row of this
ResultSet object as an
Object in the Java programming language.
- getObject(String, Map<String, Class<?>>) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
According to the JDBC4 spec, this is only required for UDT's, and since drizzle does not support UDTs, this
method ignores the map parameter
Retrieves the value of the designated column in the current row of this
ResultSet object as an
Object in the Java programming language.
- getObject() - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
-
- getObject() - Method in class org.drizzle.jdbc.internal.common.GeneratedIdValueObject
-
- getObject() - Method in interface org.drizzle.jdbc.internal.common.ValueObject
-
- getObject() - Method in class org.drizzle.jdbc.internal.drizzle.DrizzleValueObject
-
- getObject() - Method in class org.drizzle.jdbc.internal.mysql.MySQLValueObject
-
- getOriginalName() - Method in interface org.drizzle.jdbc.internal.common.ColumnInformation
-
- getOriginalName() - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation
-
- getOriginalTable() - Method in interface org.drizzle.jdbc.internal.common.ColumnInformation
-
- getOriginalTable() - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation
-
- getPacketSeq() - Method in class org.drizzle.jdbc.internal.common.packet.buffer.Reader
-
- getPacketSeq() - Method in class org.drizzle.jdbc.internal.common.packet.EOFPacket
-
- getPacketSeq() - Method in class org.drizzle.jdbc.internal.common.packet.ErrorPacket
-
- getPacketSeq() - Method in class org.drizzle.jdbc.internal.common.packet.OKPacket
-
- getPacketSeq() - Method in class org.drizzle.jdbc.internal.common.packet.RawPacket
-
Get the package sequence number
- getPacketSeq() - Method in class org.drizzle.jdbc.internal.common.packet.ResultPacket
-
- getPacketSeq() - Method in class org.drizzle.jdbc.internal.common.packet.ResultSetPacket
-
- getParamCount() - Method in class org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery
-
- getParamCount() - Method in interface org.drizzle.jdbc.internal.common.query.ParameterizedQuery
-
get the number of parameters in this query.
- getParameterClassName(int) - Method in class org.drizzle.jdbc.DrizzleParameterMetaData
-
- getParameterCount() - Method in class org.drizzle.jdbc.DrizzleParameterMetaData
-
- getParameterMetaData() - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Retrieves the number, types and properties of this PreparedStatement object's parameters.
- getParameterMode(int) - Method in class org.drizzle.jdbc.DrizzleParameterMetaData
-
- getParameters() - Method in class org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery
-
- getParameters() - Method in interface org.drizzle.jdbc.internal.common.query.ParameterizedQuery
-
- getParameterType(int) - Method in class org.drizzle.jdbc.DrizzleParameterMetaData
-
- getParameterTypeName(int) - Method in class org.drizzle.jdbc.DrizzleParameterMetaData
-
- getParentLogger() - Method in class org.drizzle.jdbc.DrizzleDataSource
-
Retrieves the parent logger for this data source.
- getParentLogger() - Method in class org.drizzle.jdbc.DrizzleDriver
-
Retrieves the parent logger for this driver.
- getPassword() - Method in class org.drizzle.jdbc.DrizzleConnection
-
returns the password for the connection.
- getPassword() - Method in interface org.drizzle.jdbc.internal.common.Protocol
-
the current password
- getPassword() - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
-
- getPassword() - Method in class org.drizzle.jdbc.JDBCUrl
-
- getPBMSStream(Protocol) - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
-
- getPBMSStream(Protocol) - Method in interface org.drizzle.jdbc.internal.common.ValueObject
-
- getPort() - Method in class org.drizzle.jdbc.DrizzleConnection
-
returns the port for the connection.
- getPort() - Method in interface org.drizzle.jdbc.internal.common.Protocol
-
returns the port we are connected to
- getPort() - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
-
- getPort() - Method in class org.drizzle.jdbc.JDBCUrl
-
- getPrecision(int) - Method in class org.drizzle.jdbc.DrizzleParameterMetaData
-
- getPrecision(int) - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
-
Get the designated column's specified column size.
- getPrimaryKeys(String, String, String) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a description of the given table's primary key columns.
- getPrimaryKeys(String, String, String) - Method in class org.drizzle.jdbc.DrizzleDataBaseMetaData
-
Retrieves a description of the given table's primary key columns.
- getPrimaryKeys(String, String, String) - Method in class org.drizzle.jdbc.MySQLDatabaseMetaData
-
- getProcedureColumns(String, String, String, String) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a description of the given catalog's stored procedure parameter and result columns.
- getProcedures(String, String, String) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a description of the stored procedures available in the given catalog.
- getProcedureTerm() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the database vendor's preferred term for "procedure".
- getPropertyInfo(String, Properties) - Method in class org.drizzle.jdbc.DrizzleDriver
-
get the property info.
- getProtocol() - Method in class org.drizzle.jdbc.DrizzleStatement
-
returns the protocol.
- getProtocolVersion() - Method in class org.drizzle.jdbc.internal.mysql.packet.MySQLGreetingReadPacket
-
- getPseudoColumns(String, String, String, String) - Method in class org.drizzle.jdbc.DrizzleDataBaseMetaData
-
Retrieve a description of the psuedo or hidden columns in a table.
- getPseudoColumns(String, String, String, String) - Method in class org.drizzle.jdbc.MySQLDatabaseMetaData
-
Retrieve a description of the psuedo or hidden columns in a table.
- getQuery() - Method in class org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery
-
- getQuery() - Method in class org.drizzle.jdbc.internal.common.query.DrizzleQuery
-
- getQuery() - Method in interface org.drizzle.jdbc.internal.common.query.ParameterizedQuery
-
- getQuery() - Method in interface org.drizzle.jdbc.internal.common.query.Query
-
- getQueryFactory() - Method in class org.drizzle.jdbc.DrizzleStatement
-
- getQueryPartsArray() - Method in class org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery
-
- getQueryPartsArray() - Method in interface org.drizzle.jdbc.internal.common.query.ParameterizedQuery
-
- getQueryResult() - Method in class org.drizzle.jdbc.DrizzleStatement
-
returns the query result.
- getQueryTimeout() - Method in class org.drizzle.jdbc.DrizzleStatement
-
Retrieves the number of seconds the driver will wait for a Statement object to execute.
- getQueryType() - Method in class org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery
-
- getQueryType() - Method in class org.drizzle.jdbc.internal.common.query.DrizzleQuery
-
- getQueryType() - Method in interface org.drizzle.jdbc.internal.common.query.Query
-
- getRawPacket() - Method in class org.drizzle.jdbc.internal.common.packet.SyncPacketFetcher
-
- getRawPacket() - Method in interface org.drizzle.jdbc.internal.common.PacketFetcher
-
- getReadonly() - Method in interface org.drizzle.jdbc.internal.common.Protocol
-
check if it is possble to execute writing operations on this connection
- getReadonly() - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
-
- getRef(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
Ref object in the Java programming language.
- getRef(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
Ref object in the Java programming language.
- getRemainingSize() - Method in class org.drizzle.jdbc.internal.common.packet.buffer.Reader
-
- getResultSet() - Method in class org.drizzle.jdbc.DrizzleStatement
-
- getResultSetConcurrency() - Method in class org.drizzle.jdbc.DrizzleStatement
-
Retrieves the result set concurrency for ResultSet objects generated by this Statement
object.
- getResultSetHoldability() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves this database's default holdability for ResultSet objects.
- getResultSetHoldability() - Method in class org.drizzle.jdbc.DrizzleStatement
-
Retrieves the result set holdability for ResultSet objects generated by this Statement
object.
- getResultSetType() - Method in class org.drizzle.jdbc.DrizzleStatement
-
Retrieves the result set type for ResultSet objects generated by this Statement
object.
- getResultSetType() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleInsertIdQueryResult
-
- getResultSetType() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleQueryResult
-
- getResultSetType() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleUpdateResult
-
- getResultSetType() - Method in interface org.drizzle.jdbc.internal.common.queryresults.QueryResult
-
- getResultType() - Method in class org.drizzle.jdbc.internal.common.packet.EOFPacket
-
- getResultType() - Method in class org.drizzle.jdbc.internal.common.packet.ErrorPacket
-
- getResultType() - Method in class org.drizzle.jdbc.internal.common.packet.OKPacket
-
- getResultType() - Method in class org.drizzle.jdbc.internal.common.packet.ResultPacket
-
- getResultType() - Method in class org.drizzle.jdbc.internal.common.packet.ResultSetPacket
-
- getRow() - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the current row number.
- getRow() - Method in class org.drizzle.jdbc.internal.drizzle.packet.DrizzleRowPacket
-
- getRow(PacketFetcher) - Method in class org.drizzle.jdbc.internal.mysql.packet.MySQLRowPacket
-
- getRowId(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
java.sql.RowId object in the Java programming language.
- getRowId(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
java.sql.RowId object in the Java programming language.
- getRowIdLifetime() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Indicates whether or not this data source supports the SQL ROWID type, and if so the lifetime for
which a RowId object remains valid.
- getRowPointer() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleInsertIdQueryResult
-
- getRowPointer() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleQueryResult
-
- getRowPointer() - Method in interface org.drizzle.jdbc.internal.common.queryresults.SelectQueryResult
-
gets the current row number
- getRows() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleInsertIdQueryResult
-
- getRows() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleQueryResult
-
- getRows() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleUpdateResult
-
- getRows() - Method in interface org.drizzle.jdbc.internal.common.queryresults.QueryResult
-
- getSavepointId() - Method in class org.drizzle.jdbc.DrizzleSavepoint
-
Retrieves the generated ID for the savepoint that this Savepoint object represents.
- getSavepointName() - Method in class org.drizzle.jdbc.DrizzleSavepoint
-
Retrieves the name of the savepoint that this Savepoint object represents.
- getScale(int) - Method in class org.drizzle.jdbc.DrizzleParameterMetaData
-
- getScale(int) - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
-
Gets the designated column's number of digits to right of the decimal point.
- getSchema() - Method in class org.drizzle.jdbc.DrizzleConnection
-
Set the database schema.
- getSchemaName(int) - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
-
Get the designated column's table's schema.
- getSchemaPattern(String) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
returns a schema name pattern, restricts the search to the current database
- getSchemas() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the schema names available in this database.
- getSchemas(String, String) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the schema names available in this database.
- getSchemaTerm() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the database vendor's preferred term for "schema".
- getSearchStringEscape() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the string that can be used to escape wildcard characters.
- getSeed() - Method in class org.drizzle.jdbc.internal.mysql.packet.MySQLGreetingReadPacket
-
- getServerCapabilities() - Method in class org.drizzle.jdbc.internal.mysql.packet.MySQLGreetingReadPacket
-
- getServerCapabilitiesSet(short) - Static method in enum org.drizzle.jdbc.internal.common.packet.EOFPacket.ServerStatus
-
- getServerCapabilitiesSet(short) - Static method in enum org.drizzle.jdbc.internal.mysql.MySQLServerCapabilities
-
creates an enum set of the server capabilities represented by i
- getServerLanguage() - Method in class org.drizzle.jdbc.internal.mysql.packet.MySQLGreetingReadPacket
-
- getServerStatus() - Method in class org.drizzle.jdbc.internal.common.packet.OKPacket
-
- getServerStatus() - Method in class org.drizzle.jdbc.internal.mysql.packet.MySQLGreetingReadPacket
-
- getServerStatusSet(short) - Static method in enum org.drizzle.jdbc.internal.common.ServerStatus
-
creates an enum set of the bitmasked field i
- getServerThreadID() - Method in class org.drizzle.jdbc.internal.mysql.packet.MySQLGreetingReadPacket
-
- getServerVariable(String) - Method in interface org.drizzle.jdbc.internal.common.Protocol
-
- getServerVariable(String) - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
-
- getServerVersion() - Method in interface org.drizzle.jdbc.internal.common.Protocol
-
returns the server version string
- getServerVersion() - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
-
- getServerVersion() - Method in class org.drizzle.jdbc.internal.mysql.packet.MySQLGreetingReadPacket
-
- getShort(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
- getShort(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
short in the Java programming language.
- getShort() - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
-
- getShort() - Method in interface org.drizzle.jdbc.internal.common.ValueObject
-
- getSilentLengthEncodedBinary() - Method in class org.drizzle.jdbc.internal.common.packet.buffer.Reader
-
- getSQLException(String, Exception) - Static method in class org.drizzle.jdbc.internal.SQLExceptionMapper
-
- getSQLException(String) - Static method in class org.drizzle.jdbc.internal.SQLExceptionMapper
-
- getSQLKeywords() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a comma-separated list of all of this database's SQL keywords that are NOT also SQL:2003 keywords.
- getSqlState() - Method in class org.drizzle.jdbc.internal.common.packet.ErrorPacket
-
- getSqlState() - Method in exception org.drizzle.jdbc.internal.common.QueryException
-
gets the sql state.
- getSqlState() - Method in enum org.drizzle.jdbc.internal.SQLExceptionMapper.SQLStates
-
- getSqlStateMarker() - Method in class org.drizzle.jdbc.internal.common.packet.ErrorPacket
-
- getSQLStateType() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Indicates whether the SQLSTATE returned by SQLException.getSQLState is X/Open (now known as Open
Group) SQL CLI or SQL:2003.
- getSqlType() - Method in interface org.drizzle.jdbc.internal.common.DataType
-
- getSqlType() - Method in class org.drizzle.jdbc.internal.mysql.MySQLType
-
- getSqlType() - Method in enum org.drizzle.jdbc.internal.mysql.MySQLType.Type
-
- getSQLXML(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet as a
java.sql.SQLXML object in the Java programming language.
- getSQLXML(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet as a
java.sql.SQLXML object in the Java programming language.
- getStatement() - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the Statement object that produced this ResultSet object.
- getStatusFlags() - Method in class org.drizzle.jdbc.internal.common.packet.EOFPacket
-
- getString(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
- getString(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
String in the Java programming language.
- getString() - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
-
- getString() - Method in interface org.drizzle.jdbc.internal.common.ValueObject
-
- getStringFunctions() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a comma-separated list of string functions available with this database.
- getSuperTables(String, String, String) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a description of the table hierarchies defined in a particular schema in this database.
- getSuperTypes(String, String, String) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this
database.
- getSystemFunctions() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a comma-separated list of system functions available with this database.
- getTable() - Method in interface org.drizzle.jdbc.internal.common.ColumnInformation
-
- getTable() - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation
-
- getTableName(int) - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
-
Gets the designated column's table name.
- getTablePrivileges(String, String, String) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a description of the access rights for each table available in a catalog.
- getTables(String, String, String, String[]) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a description of the tables available in the given catalog.
- getTables(String, String, String, String[]) - Method in class org.drizzle.jdbc.DrizzleDataBaseMetaData
-
- getTables(String, String, String, String[]) - Method in class org.drizzle.jdbc.MySQLDatabaseMetaData
-
- getTableTypes() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the table types available in this database.
- getTime(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
java.sql.Time object in the Java programming language.
- getTime(int, Calendar) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
java.sql.Time object in the Java programming language.
- getTime(String, Calendar) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
java.sql.Time object in the Java programming language.
- getTime(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
java.sql.Time object in the Java programming language.
- getTime() - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
-
Since drizzle has no TIME datatype, JDBC Time is stored in a packed integer
- getTime(Calendar) - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
-
- getTime() - Method in interface org.drizzle.jdbc.internal.common.ValueObject
-
- getTime(Calendar) - Method in interface org.drizzle.jdbc.internal.common.ValueObject
-
- getTime() - Method in class org.drizzle.jdbc.internal.mysql.MySQLValueObject
-
- getTimeDateFunctions() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a comma-separated list of the time and date functions available with this database.
- getTimeoutExecutor() - Method in class org.drizzle.jdbc.DrizzleConnection
-
- getTimestamp(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
java.sql.Timestamp object in the Java programming language.
- getTimestamp(int, Calendar) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
java.sql.Timestamp object in the Java programming language.
- getTimestamp(String, Calendar) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
java.sql.Timestamp object in the Java programming language.
- getTimestamp(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
java.sql.Timestamp object in the Java programming language.
- getTimestamp() - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
-
- getTimestamp(Calendar) - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
-
- getTimestamp(Calendar) - Method in interface org.drizzle.jdbc.internal.common.ValueObject
-
- getTimestamp() - Method in interface org.drizzle.jdbc.internal.common.ValueObject
-
- getTransactionIsolation() - Method in class org.drizzle.jdbc.DrizzleConnection
-
Retrieves this Connection object's current transaction isolation level.
- getType() - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the type of this ResultSet object.
- getType() - Method in interface org.drizzle.jdbc.internal.common.ColumnInformation
-
- getType() - Method in interface org.drizzle.jdbc.internal.common.DataType
-
- getType() - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation
-
- getType() - Method in class org.drizzle.jdbc.internal.mysql.MySQLType
-
- getTypeInfo() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a description of all the data types supported by this database.
- getTypeMap() - Method in class org.drizzle.jdbc.DrizzleConnection
-
Retrieves the Map object associated with this Connection object.
- getTypeName() - Method in interface org.drizzle.jdbc.internal.common.DataType
-
- getTypeName() - Method in class org.drizzle.jdbc.internal.mysql.MySQLType
-
- getUDTs(String, String, String, int[]) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a description of the user-defined types (UDTs) defined in a particular schema.
- getUnicodeStream(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
- getUnicodeStream(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
- getUpdateCount() - Method in class org.drizzle.jdbc.DrizzleStatement
-
- getUpdateCount() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleUpdateResult
-
- getUpdateCount() - Method in interface org.drizzle.jdbc.internal.common.queryresults.ModifyQueryResult
-
- getURL() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the URL for this DBMS.
- getURL(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
java.net.URL object in the Java programming language.
- getURL(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a
java.net.URL object in the Java programming language.
- getUserName() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves the user name as known to this database.
- getUsername() - Method in class org.drizzle.jdbc.DrizzleConnection
-
returns the username for the connection.
- getUsername() - Method in interface org.drizzle.jdbc.internal.common.Protocol
-
returns the current connected username
- getUsername() - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
-
- getUsername() - Method in class org.drizzle.jdbc.JDBCUrl
-
- getValueObject(int) - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleInsertIdQueryResult
-
- getValueObject(String) - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleInsertIdQueryResult
-
- getValueObject(int) - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleQueryResult
-
gets the value at position i in the result set.
- getValueObject(String) - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleQueryResult
-
- getValueObject(int) - Method in interface org.drizzle.jdbc.internal.common.queryresults.SelectQueryResult
-
gets the value object at position index, starts at 0
- getValueObject(String) - Method in interface org.drizzle.jdbc.internal.common.queryresults.SelectQueryResult
-
gets the value object in column named columnName
- getVersionColumns(String, String, String) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves a description of a table's columns that are automatically updated when any value in a row is updated.
- getWarningCount() - Method in class org.drizzle.jdbc.internal.common.packet.EOFPacket
-
- getWarnings() - Method in class org.drizzle.jdbc.DrizzleConnection
-
Not yet implemented: Protocol needs to store any warnings related to connections
Retrieves the first warning reported by calls on this
Connection object.
- getWarnings() - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Retrieves the first warning reported by calls on this ResultSet object.
- getWarnings() - Method in class org.drizzle.jdbc.DrizzleStatement
-
Retrieves the first warning reported by calls on this Statement object.
- getWarnings() - Method in class org.drizzle.jdbc.internal.common.packet.OKPacket
-
- getWarnings() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleInsertIdQueryResult
-
- getWarnings() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleQueryResult
-
- getWarnings() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleUpdateResult
-
- getWarnings() - Method in interface org.drizzle.jdbc.internal.common.queryresults.QueryResult
-
- safeRead(InputStream, byte[]) - Static method in class org.drizzle.jdbc.internal.common.packet.buffer.ReadUtil
-
Read a number of bytes from the stream and store it in the buffer, and fix the problem with "incomplete" reads by
doing another read if we don't have all of the data yet.
- selectDB(String) - Method in interface org.drizzle.jdbc.internal.common.Protocol
-
selects what database to use
- selectDB(String) - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
-
- SelectDBPacket - Class in org.drizzle.jdbc.internal.common.packet.commands
-
.
- SelectDBPacket(String) - Constructor for class org.drizzle.jdbc.internal.common.packet.commands.SelectDBPacket
-
- SelectQueryResult - Interface in org.drizzle.jdbc.internal.common.queryresults
-
User: marcuse Date: Mar 9, 2009 Time: 8:42:45 PM
- send(OutputStream) - Method in interface org.drizzle.jdbc.internal.common.packet.CommandPacket
-
- send(OutputStream) - Method in class org.drizzle.jdbc.internal.common.packet.commands.ClosePacket
-
- send(OutputStream) - Method in class org.drizzle.jdbc.internal.common.packet.commands.SelectDBPacket
-
- send(OutputStream) - Method in class org.drizzle.jdbc.internal.common.packet.commands.StreamedQueryPacket
-
- send(OutputStream) - Method in class org.drizzle.jdbc.internal.mysql.packet.commands.AbbreviatedMySQLClientAuthPacket
-
- send(OutputStream) - Method in class org.drizzle.jdbc.internal.mysql.packet.commands.MySQLBinlogDumpPacket
-
- send(OutputStream) - Method in class org.drizzle.jdbc.internal.mysql.packet.commands.MySQLClientAuthPacket
-
- send(OutputStream) - Method in class org.drizzle.jdbc.internal.mysql.packet.commands.MySQLClientOldPasswordAuthPacket
-
- send(OutputStream) - Method in class org.drizzle.jdbc.internal.mysql.packet.commands.MySQLPingPacket
-
- SerializableParameter - Class in org.drizzle.jdbc.internal.common.query.parameters
-
User: marcuse Date: Feb 19, 2009 Time: 8:53:14 PM
- SerializableParameter(Object) - Constructor for class org.drizzle.jdbc.internal.common.query.parameters.SerializableParameter
-
- ServerStatus - Enum in org.drizzle.jdbc.internal.common
-
Represents the server status
User: marcuse Date: Feb 27, 2009 Time: 8:36:46 PM
- setArray(int, Array) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given java.sql.Array object.
- setAsciiStream(int, InputStream, long) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
- setAsciiStream(int, InputStream) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
This function reads up the entire stream and stores it in memory since we need to know the length when sending it
to the server use the corresponding method with a length parameter if memory is an issue
Sets the designated parameter to the given input stream.
- setAsciiStream(int, InputStream, int) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
- setAutoCommit(boolean) - Method in class org.drizzle.jdbc.DrizzleConnection
-
Sets whether this connection is auto commited.
- setBatchQueryHandlerFactory(ParameterizedBatchHandlerFactory) - Method in class org.drizzle.jdbc.DrizzleConnection
-
- setBigDecimal(int, BigDecimal) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given java.math.BigDecimal value.
- setBinaryStream(long) - Method in class org.drizzle.jdbc.DrizzleBlob
-
Retrieves a stream that can be used to write to the BLOB value that this Blob object
represents.
- setBinaryStream(int, InputStream, long) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
- setBinaryStream(int, InputStream) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
This function reads up the entire stream and stores it in memory since we need to know the length when sending it
to the server
Sets the designated parameter to the given input stream.
- setBinaryStream(int, InputStream, int) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
- setBlob(int, Blob) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given java.sql.Blob object.
- setBlob(int, InputStream, long) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to a InputStream object.
- setBlob(int, InputStream) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to a InputStream object.
- setBoolean(int, boolean) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
- setByte(int, byte) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given Java byte value.
- setBytes(long, byte[]) - Method in class org.drizzle.jdbc.DrizzleBlob
-
Writes the given array of bytes to the BLOB value that this Blob object represents,
starting at position pos, and returns the number of bytes written.
- setBytes(long, byte[], int, int) - Method in class org.drizzle.jdbc.DrizzleBlob
-
Writes all or part of the given byte array to the BLOB value that this
Blob object represents and returns the number of bytes written.
- setBytes(int, byte[]) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given Java array of bytes.
- setCatalog(String) - Method in class org.drizzle.jdbc.DrizzleConnection
-
Sets the given catalog name in order to select a subspace of this Connection object's database in
which to work.
- setCatalog(String) - Method in interface org.drizzle.jdbc.internal.common.Protocol
-
Sets the given catalog name in order to select a subspace of this Connection object's database in
which to work.
- setCatalog(String) - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
-
Catalogs are not supported in drizzle so this is a no-op with a Drizzle
connection
MySQL treats catalogs as databases.
- setCharacterStream(int, Reader, int) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given Reader object, which is the given number of characters
long.
- setCharacterStream(int, Reader, long) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given Reader object, which is the given number of characters
long.
- setCharacterStream(int, Reader) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given Reader object.
- setClientInfo(String, String) - Method in class org.drizzle.jdbc.DrizzleConnection
-
Sets the value of the client info property specified by name to the value specified by value.
- setClientInfo(Properties) - Method in class org.drizzle.jdbc.DrizzleConnection
-
Sets the value of the connection's client info properties.
- setClob(int, Clob) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given java.sql.Clob object.
- setClob(int, Reader, long) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to a Reader object.
- setClob(int, Reader) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to a Reader object.
- setCursorName(String) - Method in class org.drizzle.jdbc.DrizzleStatement
-
Sets the SQL cursor name to the given String, which will be used by subsequent
Statement object execute methods.
- setDate(int, Date, Calendar) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given java.sql.Date value, using the given
Calendar object.
- setDate(int, Date) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given java.sql.Date value using the default time zone of the
virtual machine that is running the application.
- setDouble(int, double) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given Java double value.
- setEscapeProcessing(boolean) - Method in class org.drizzle.jdbc.DrizzleStatement
-
Sets escape processing on or off.
- setFetchDirection(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Gives a hint as to the direction in which the rows in this ResultSet object will be processed.
- setFetchDirection(int) - Method in class org.drizzle.jdbc.DrizzleStatement
-
Gives the driver a hint as to the direction in which rows will be processed in ResultSet objects
created using this Statement object.
- setFetchSize(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Gives 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 ResultSet object.
- setFetchSize(int) - Method in class org.drizzle.jdbc.DrizzleStatement
-
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are
needed for ResultSet objects genrated by this Statement.
- setFloat(int, float) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given Java float value.
- setHoldability(int) - Method in class org.drizzle.jdbc.DrizzleConnection
-
Changes the default holdability of ResultSet objects created using this Connection
object to the given holdability.
- setInt(int, int) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
- setLocalInfileInputStream(InputStream) - Method in class org.drizzle.jdbc.DrizzleStatement
-
- setLoginTimeout(int) - Method in class org.drizzle.jdbc.DrizzleDataSource
-
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
- setLogWriter(PrintWriter) - Method in class org.drizzle.jdbc.DrizzleDataSource
-
Sets the log writer for this DataSource object to the given java.io.PrintWriter
object.
- setLong(int, long) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given Java long value.
- setMaxFieldSize(int) - Method in class org.drizzle.jdbc.DrizzleStatement
-
Sets the limit for the maximum number of bytes that can be returned for character and binary column values in a
ResultSet object produced by this Statement object.
- setMaxRows(int) - Method in class org.drizzle.jdbc.DrizzleStatement
-
Sets the limit for the maximum number of rows that any ResultSet object generated by this
Statement object can contain to the given number.
- setNCharacterStream(int, Reader, long) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to a Reader object.
- setNCharacterStream(int, Reader) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to a Reader object.
- setNClob(int, NClob) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to a java.sql.NClob object.
- setNClob(int, Reader, long) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to a Reader object.
- setNClob(int, Reader) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to a Reader object.
- setNetworkTimeout(Executor, int) - Method in class org.drizzle.jdbc.DrizzleConnection
-
- setNString(int, String) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated paramter to the given String object.
- setNull(int, int) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to SQL NULL.
- setNull(int, int, String) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to SQL NULL.
- setObject(int, Object, int, int) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object, int) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the value of the designated parameter using the given object.
- setParameter(int, ParameterHolder) - Method in class org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery
-
- setParameter(int, ParameterHolder) - Method in interface org.drizzle.jdbc.internal.common.query.ParameterizedQuery
-
Sets a parameter at a position.
- setPoolable(boolean) - Method in class org.drizzle.jdbc.DrizzleStatement
-
Requests that a Statement be pooled or not pooled.
- setQueryResult(QueryResult) - Method in class org.drizzle.jdbc.DrizzleStatement
-
sets the current query result
- setQueryTimeout(int) - Method in class org.drizzle.jdbc.DrizzleStatement
-
Sets the number of seconds the driver will wait for a Statement object to execute to the given
number of seconds.
- setReadOnly(boolean) - Method in class org.drizzle.jdbc.DrizzleConnection
-
Sets whether this connection is read only.
- setReadonly(boolean) - Method in interface org.drizzle.jdbc.internal.common.Protocol
-
sets whether this connection should be read only
TODO: actually enforce this
- setReadonly(boolean) - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
-
- setRef(int, Ref) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given REF(<structured-type>) value.
- setResultSet(DrizzleResultSet) - Method in class org.drizzle.jdbc.DrizzleStatement
-
- setRowId(int, RowId) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given java.sql.RowId object.
- setSavepoint() - Method in class org.drizzle.jdbc.DrizzleConnection
-
Creates an unnamed savepoint in the current transaction and returns the new Savepoint object that
represents it.
- setSavepoint(String) - Method in class org.drizzle.jdbc.DrizzleConnection
-
Creates a savepoint with the given name in the current transaction and returns the new Savepoint
object that represents it.
- setSavepoint(String) - Method in interface org.drizzle.jdbc.internal.common.Protocol
-
sets a save point
- setSavepoint(String) - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
-
- setSchema(String) - Method in class org.drizzle.jdbc.DrizzleConnection
-
- setShort(int, short) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given Java short value.
- setSQLXML(int, SQLXML) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given java.sql.SQLXML object.
- setString(int, String) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
- setTime(int, Time, Calendar) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given java.sql.Time value, using the given
Calendar object.
- setTime(int, Time) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Since Drizzle has no TIME datatype, time in milliseconds is stored in a packed integer
- setTimestamp(int, Timestamp, Calendar) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given java.sql.Timestamp value, using the given
Calendar object.
- setTimestamp(int, Timestamp) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given java.sql.Timestamp value.
- setTransactionIsolation(int) - Method in class org.drizzle.jdbc.DrizzleConnection
-
Attempts to change the transaction isolation level for this Connection object to the one given.
- setTypeMap(Map<String, Class<?>>) - Method in class org.drizzle.jdbc.DrizzleConnection
-
Installs the given TypeMap object as the type map for this Connection object.
- setUnicodeStream(int, InputStream, int) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Deprecated.
- setUpdateCount(long) - Method in class org.drizzle.jdbc.DrizzleStatement
-
- setURL(int, URL) - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
-
Sets the designated parameter to the given java.net.URL value.
- skipByte() - Method in class org.drizzle.jdbc.internal.common.packet.buffer.Reader
-
- skipBytes(int) - Method in class org.drizzle.jdbc.internal.common.packet.buffer.Reader
-
- skipMe(long) - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation.Builder
-
- sqlEscapeString(String) - Static method in class org.drizzle.jdbc.internal.common.Utils
-
escapes the given string, new string length is at most twice the length of str
- SQLExceptionMapper - Class in org.drizzle.jdbc.internal
-
- SQLExceptionMapper() - Constructor for class org.drizzle.jdbc.internal.SQLExceptionMapper
-
- SQLExceptionMapper.SQLStates - Enum in org.drizzle.jdbc.internal
-
- SQLQueryCancelledException - Exception in org.drizzle.jdbc.exception
-
- SQLQueryCancelledException(String) - Constructor for exception org.drizzle.jdbc.exception.SQLQueryCancelledException
-
- SQLQueryCancelledException(String, String, int, QueryException) - Constructor for exception org.drizzle.jdbc.exception.SQLQueryCancelledException
-
- SQLQueryTimedOutException - Exception in org.drizzle.jdbc.exception
-
- SQLQueryTimedOutException(String, String, int, QueryException) - Constructor for exception org.drizzle.jdbc.exception.SQLQueryTimedOutException
-
- startBinlogDump(int, String) - Method in class org.drizzle.jdbc.DrizzleConnection
-
returns a list of binlog entries.
- startBinlogDump(int, String) - Method in interface org.drizzle.jdbc.internal.common.Protocol
-
- startBinlogDump(int, String) - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
-
- startBinlogDump(int, String) - Method in interface org.drizzle.jdbc.ReplicationConnection
-
- startTimer() - Method in class org.drizzle.jdbc.DrizzleStatement
-
- stopTimer() - Method in class org.drizzle.jdbc.DrizzleStatement
-
- storesLowerCaseIdentifiers() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in
lower case.
- storesLowerCaseQuotedIdentifiers() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in
lower case.
- storesMixedCaseIdentifiers() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in
mixed case.
- storesMixedCaseQuotedIdentifiers() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in
mixed case.
- storesUpperCaseIdentifiers() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in
upper case.
- storesUpperCaseQuotedIdentifiers() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in
upper case.
- StreamedQueryPacket - Class in org.drizzle.jdbc.internal.common.packet.commands
-
User: marcuse Date: Jan 19, 2009 Time: 10:14:32 PM
- StreamedQueryPacket(Query) - Constructor for class org.drizzle.jdbc.internal.common.packet.commands.StreamedQueryPacket
-
- StreamParameter - Class in org.drizzle.jdbc.internal.common.query.parameters
-
Holds a stream parameter.
- StreamParameter(InputStream, long) - Constructor for class org.drizzle.jdbc.internal.common.query.parameters.StreamParameter
-
Create a new StreamParameter.
- StringParameter - Class in org.drizzle.jdbc.internal.common.query.parameters
-
User: marcuse Date: Feb 18, 2009 Time: 10:17:14 PM
- StringParameter(String) - Constructor for class org.drizzle.jdbc.internal.common.query.parameters.StringParameter
-
- stripQuery(String) - Static method in class org.drizzle.jdbc.internal.common.Utils
-
- SupportedDatabases - Enum in org.drizzle.jdbc.internal.common
-
Created by IntelliJ IDEA.
- supportsAlterTableWithAddColumn() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports ALTER TABLE with add column.
- supportsAlterTableWithDropColumn() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports ALTER TABLE with drop column.
- supportsANSI92EntryLevelSQL() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports the ANSI92 entry level SQL grammar.
- supportsANSI92FullSQL() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports the ANSI92 full SQL grammar supported.
- supportsANSI92IntermediateSQL() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports the ANSI92 intermediate SQL grammar supported.
- supportsBatchUpdates() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports batch updates.
- supportsCatalogsInDataManipulation() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether a catalog name can be used in a data manipulation statement.
- supportsCatalogsInIndexDefinitions() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether a catalog name can be used in an index definition statement.
- supportsCatalogsInPrivilegeDefinitions() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether a catalog name can be used in a privilege definition statement.
- supportsCatalogsInProcedureCalls() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether a catalog name can be used in a procedure call statement.
- supportsCatalogsInTableDefinitions() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether a catalog name can be used in a table definition statement.
- supportsColumnAliasing() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports column aliasing.
- supportsConvert() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports the JDBC scalar function CONVERT for the conversion of one
JDBC type to another.
- supportsConvert(int, int) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports the JDBC scalar function CONVERT for conversions between
the JDBC types fromType and toType.
- supportsCoreSQLGrammar() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports the ODBC Core SQL grammar.
- supportsCorrelatedSubqueries() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports correlated subqueries.
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports both data definition and data manipulation statements within a
transaction.
- supportsDataManipulationTransactionsOnly() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports only data manipulation statements within a transaction.
- supportsDifferentTableCorrelationNames() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether, when table correlation names are supported, they are restricted to being different from the
names of the tables.
- supportsExpressionsInOrderBy() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports expressions in ORDER BY lists.
- supportsExtendedSQLGrammar() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports the ODBC Extended SQL grammar.
- supportsFullOuterJoins() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports full nested outer joins.
- supportsGetGeneratedKeys() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether auto-generated keys can be retrieved after a statement has been executed.
- supportsGroupBy() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports some form of GROUP BY clause.
- supportsGroupByBeyondSelect() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports using columns not included in the SELECT statement in a
GROUP BY clause provided that all of the columns in the SELECT statement are included
in the GROUP BY clause.
- supportsGroupByUnrelated() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports using a column that is not in the SELECT statement in a
GROUP BY clause.
- supportsIntegrityEnhancementFacility() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports the SQL Integrity Enhancement Facility.
- supportsLikeEscapeClause() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports specifying a LIKE escape clause.
- supportsLimitedOuterJoins() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database provides limited support for outer joins.
- supportsMinimumSQLGrammar() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports the ODBC Minimum SQL grammar.
- supportsMixedCaseIdentifiers() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database treats mixed case unquoted SQL identifiers as case sensitive and as a result
stores them in mixed case.
- supportsMixedCaseQuotedIdentifiers() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database treats mixed case quoted SQL identifiers as case sensitive and as a result stores
them in mixed case.
- supportsMultipleOpenResults() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether it is possible to have multiple ResultSet objects returned from a
CallableStatement object simultaneously.
- supportsMultipleResultSets() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports getting multiple ResultSet objects from a single call to
the method execute.
- supportsMultipleTransactions() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database allows having multiple transactions open at once (on different connections).
- supportsNamedParameters() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports named parameters to callable statements.
- supportsNonNullableColumns() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether columns in this database may be defined as non-nullable.
- supportsOpenCursorsAcrossCommit() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports keeping cursors open across commits.
- supportsOpenCursorsAcrossRollback() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports keeping cursors open across rollbacks.
- supportsOpenStatementsAcrossCommit() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports keeping statements open across commits.
- supportsOpenStatementsAcrossRollback() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports keeping statements open across rollbacks.
- supportsOrderByUnrelated() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports using a column that is not in the SELECT statement in an
ORDER BY clause.
- supportsOuterJoins() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports some form of outer join.
- supportsPBMS() - Method in interface org.drizzle.jdbc.internal.common.Protocol
-
- supportsPBMS() - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
-
- supportsPositionedDelete() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports positioned DELETE statements.
- supportsPositionedUpdate() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports positioned UPDATE statements.
- supportsResultSetConcurrency(int, int) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports the given concurrency type in combination with the given result set
type.
- supportsResultSetHoldability(int) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports the given result set holdability.
- supportsResultSetType(int) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports the given result set type.
- supportsSavepoints() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports savepoints.
- supportsSchemasInDataManipulation() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether a schema name can be used in a data manipulation statement.
- supportsSchemasInIndexDefinitions() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether a schema name can be used in an index definition statement.
- supportsSchemasInPrivilegeDefinitions() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether a schema name can be used in a privilege definition statement.
- supportsSchemasInProcedureCalls() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether a schema name can be used in a procedure call statement.
- supportsSchemasInTableDefinitions() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether a schema name can be used in a table definition statement.
- supportsSelectForUpdate() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports SELECT FOR UPDATE statements.
- supportsStatementPooling() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports statement pooling.
- supportsStoredFunctionsUsingCallSyntax() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports invoking user-defined or vendor functions using the stored procedure
escape syntax.
- supportsStoredProcedures() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports stored procedure calls that use the stored procedure escape syntax.
- supportsSubqueriesInComparisons() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports subqueries in comparison expressions.
- supportsSubqueriesInExists() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports subqueries in EXISTS expressions.
- supportsSubqueriesInIns() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports subqueries in IN expressions.
- supportsSubqueriesInQuantifieds() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports subqueries in quantified expressions.
- supportsTableCorrelationNames() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports table correlation names.
- supportsTransactionIsolationLevel(int) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports the given transaction isolation level.
- supportsTransactions() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports transactions.
- supportsUnion() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports SQL UNION.
- supportsUnionAll() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database supports SQL UNION ALL.
- SyncPacketFetcher - Class in org.drizzle.jdbc.internal.common.packet
-
- SyncPacketFetcher(InputStream) - Constructor for class org.drizzle.jdbc.internal.common.packet.SyncPacketFetcher
-
- unpackTime(int) - Static method in class org.drizzle.jdbc.internal.common.Utils
-
unpacks an integer packed by packTime
- unwrap(Class<T>) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Returns an object that implements the given interface to allow access to non-standard methods, or standard
methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class org.drizzle.jdbc.DrizzleConnection
-
Returns an object that implements the given interface to allow access to non-standard methods, or standard
methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class org.drizzle.jdbc.DrizzleDataSource
-
Returns an object that implements the given interface to allow access to non-standard methods, or standard
methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class org.drizzle.jdbc.DrizzleParameterMetaData
-
- unwrap(Class<T>) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Returns an object that implements the given interface to allow access to non-standard methods, or standard
methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
-
Returns an object that implements the given interface to allow access to non-standard methods, or standard
methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class org.drizzle.jdbc.DrizzleStatement
-
Returns an object that implements the given interface to allow access to non-standard methods, or standard
methods not exposed by the proxy.
- updateArray(int, Array) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a java.sql.Array value.
- updateArray(String, Array) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a java.sql.Array value.
- updateAsciiStream(int, InputStream, int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
- updateAsciiStream(String, InputStream, int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
- updateAsciiStream(int, InputStream, long) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
- updateAsciiStream(String, InputStream, long) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
- updateAsciiStream(int, InputStream) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with an ascii stream value.
- updateAsciiStream(String, InputStream) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with an ascii stream value.
- updateBigDecimal(int, BigDecimal) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a java.math.BigDecimal value.
- updateBigDecimal(String, BigDecimal) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a java.sql.BigDecimal value.
- updateBinaryStream(int, InputStream, int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a binary stream value, which will have the specified number of bytes.
- updateBinaryStream(String, InputStream, int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a binary stream value, which will have the specified number of bytes.
- updateBinaryStream(int, InputStream, long) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a binary stream value, which will have the specified number of bytes.
- updateBinaryStream(String, InputStream, long) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a binary stream value, which will have the specified number of bytes.
- updateBinaryStream(int, InputStream) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a binary stream value.
- updateBinaryStream(String, InputStream) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a binary stream value.
- updateBlob(int, Blob) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a java.sql.Blob value.
- updateBlob(String, Blob) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a java.sql.Blob value.
- updateBlob(int, InputStream, long) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column using the given input stream, which will have the specified number of bytes.
- updateBlob(String, InputStream, long) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column using the given input stream, which will have the specified number of bytes.
- updateBlob(int, InputStream) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column using the given input stream.
- updateBlob(String, InputStream) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column using the given input stream.
- updateBoolean(int, boolean) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a boolean value.
- updateBoolean(String, boolean) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a boolean value.
- updateByte(int, byte) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a byte value.
- updateByte(String, byte) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a byte value.
- updateBytes(int, byte[]) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a byte array value.
- updateBytes(String, byte[]) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a byte array value.
- updateCharacterStream(int, Reader, int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a character stream value, which will have the specified number of bytes.
- updateCharacterStream(String, Reader, int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a character stream value, which will have the specified number of bytes.
- updateCharacterStream(int, Reader, long) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a character stream value, which will have the specified number of bytes.
- updateCharacterStream(String, Reader, long) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a character stream value, which will have the specified number of bytes.
- updateCharacterStream(int, Reader) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a character stream value.
- updateCharacterStream(String, Reader) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a character stream value.
- updateClob(int, Clob) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a java.sql.Clob value.
- updateClob(String, Clob) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a java.sql.Clob value.
- updateClob(int, Reader, long) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column using the given Reader object, which is the given number of characters
long.
- updateClob(String, Reader, long) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column using the given Reader object, which is the given number of characters
long.
- updateClob(int, Reader) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column using the given Reader object.
- updateClob(String, Reader) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column using the given Reader object.
- updateDate(int, Date) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a java.sql.Date value.
- updateDate(String, Date) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a java.sql.Date value.
- updateDisplaySize(int) - Method in interface org.drizzle.jdbc.internal.common.ColumnInformation
-
- updateDisplaySize(int) - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation
-
- updateDouble(int, double) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a double value.
- updateDouble(String, double) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a double value.
- updateFloat(int, float) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a float value.
- updateFloat(String, float) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a float value.
- updateInt(int, int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with an int value.
- updateInt(String, int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with an int value.
- updateLong(int, long) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a long value.
- updateLong(String, long) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a long value.
- updateNCharacterStream(int, Reader, long) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a character stream value, which will have the specified number of bytes.
- updateNCharacterStream(String, Reader, long) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a character stream value, which will have the specified number of bytes.
- updateNCharacterStream(int, Reader) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a character stream value.
- updateNCharacterStream(String, Reader) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a character stream value.
- updateNClob(int, NClob) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a java.sql.NClob value.
- updateNClob(String, NClob) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a java.sql.NClob value.
- updateNClob(int, Reader, long) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column using the given Reader object, which is the given number of characters
long.
- updateNClob(String, Reader, long) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column using the given Reader object, which is the given number of characters
long.
- updateNClob(int, Reader) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column using the given
Reader
The data will be read from the stream as needed until end-of-stream is reached.
- updateNClob(String, Reader) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column using the given Reader object.
- updateNString(int, String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a String value.
- updateNString(String, String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a String value.
- updateNull(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a null value.
- updateNull(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a null value.
- updateObject(int, Object, int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with an Object value.
- updateObject(int, Object) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with an Object value.
- updateObject(String, Object, int) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with an Object value.
- updateObject(String, Object) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with an Object value.
- updateRef(int, Ref) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a java.sql.Ref value.
- updateRef(String, Ref) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a java.sql.Ref value.
- updateRow() - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the underlying database with the new contents of the current row of this ResultSet object.
- updateRowId(int, RowId) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a RowId value.
- updateRowId(String, RowId) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a RowId value.
- updatesAreDetected(int) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether or not a visible row update can be detected by calling the method
ResultSet.rowUpdated.
- updateShort(int, short) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a short value.
- updateShort(String, short) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a short value.
- updateSQLXML(int, SQLXML) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a java.sql.SQLXML value.
- updateSQLXML(String, SQLXML) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a java.sql.SQLXML value.
- updateString(int, String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a String value.
- updateString(String, String) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a String value.
- updateTime(int, Time) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a java.sql.Time value.
- updateTime(String, Time) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a java.sql.Time value.
- updateTimestamp(int, Timestamp) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a java.sql.Timestamp value.
- updateTimestamp(String, Timestamp) - Method in class org.drizzle.jdbc.DrizzleResultSet
-
Updates the designated column with a java.sql.Timestamp value.
- url(String) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData.Builder
-
- username(String) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData.Builder
-
- usesLocalFilePerTable() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database uses a file for each table.
- usesLocalFiles() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
-
Retrieves whether this database stores tables in a local file.
- Utils - Class in org.drizzle.jdbc.internal.common
-
User: marcuse Date: Feb 19, 2009 Time: 8:40:51 PM
- Utils() - Constructor for class org.drizzle.jdbc.internal.common.Utils
-