A B C D E F G H I J L M N O P Q R S T U V W

A

AbbreviatedMySQLClientAuthPacket - Class in org.drizzle.jdbc.internal.mysql.packet.commands
used for starting ssl connections!
AbbreviatedMySQLClientAuthPacket(Set<MySQLServerCapabilities>) - Constructor for class org.drizzle.jdbc.internal.mysql.packet.commands.AbbreviatedMySQLClientAuthPacket
 
absolute(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
Moves the cursor to the given row number in this ResultSet object.
AbstractValueObject - Class in org.drizzle.jdbc.internal.common
Created by IntelliJ IDEA.
AbstractValueObject(byte[], DataType) - Constructor for class org.drizzle.jdbc.internal.common.AbstractValueObject
 
acceptsURL(String) - Method in class org.drizzle.jdbc.DrizzleDriver
returns true if the driver can accept the url.
addBatch() - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
Adds a set of parameters to this PreparedStatement object's batch of commands.
addBatch(String) - Method in class org.drizzle.jdbc.DrizzleStatement
Adds the given SQL command to the current list of commmands for this Statement object.
addBatch(byte[]) - Method in class org.drizzle.jdbc.DrizzleStatement
 
addToBatch(ParameterizedQuery) - Method in class org.drizzle.jdbc.internal.common.DefaultParameterizedBatchHandler
 
addToBatch(ParameterizedQuery) - Method in interface org.drizzle.jdbc.internal.common.ParameterizedBatchHandler
called when a set of parameters are added to a batch.
addToBatch(Query) - Method in interface org.drizzle.jdbc.internal.common.Protocol
adds a query to the batch
addToBatch(ParameterizedQuery) - Method in class org.drizzle.jdbc.internal.common.RewriteParameterizedBatchHandler
 
addToBatch(Query) - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
 
afterLast() - Method in class org.drizzle.jdbc.DrizzleResultSet
Moves the cursor to the end of this ResultSet object, just after the last row.
allProceduresAreCallable() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Retrieves whether the current user can call all the procedures returned by the method getProcedures.
allTablesAreSelectable() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Retrieves whether the current user can use all the tables returned by the method getTables in a SELECT statement.
appendPacket(RawPacket) - Method in class org.drizzle.jdbc.internal.common.packet.buffer.Reader
 
appendPacket(RawPacket) - Method in class org.drizzle.jdbc.internal.mysql.packet.MySQLRowPacket
 
autoCommitFailureClosesAllResultSets() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Retrieves whether a SQLException while autoCommit is true inidcates that all open ResultSets are closed, even ones that are holdable.

B

beforeFirst() - Method in class org.drizzle.jdbc.DrizzleResultSet
Moves the cursor to the front of this ResultSet object, just before the first row.
BigDecimalParameter - Class in org.drizzle.jdbc.internal.common.query.parameters
User: marcuse Date: Feb 27, 2009 Time: 10:07:00 PM
BigDecimalParameter(BigDecimal) - Constructor for class org.drizzle.jdbc.internal.common.query.parameters.BigDecimalParameter
 
BinlogDumpException - Exception in org.drizzle.jdbc.internal.common
Created by IntelliJ IDEA.
BinlogDumpException(String, IOException) - Constructor for exception org.drizzle.jdbc.internal.common.BinlogDumpException
 
BlobStreamingParameter - Class in org.drizzle.jdbc.internal.common.query.parameters
Holds a blobstreaming parameter.
BlobStreamingParameter(InputStream, String, String, String) - Constructor for class org.drizzle.jdbc.internal.common.query.parameters.BlobStreamingParameter
Create a new StreamParameter.
BufferedReaderParameter - Class in org.drizzle.jdbc.internal.common.query.parameters
.
BufferedReaderParameter(Reader) - Constructor for class org.drizzle.jdbc.internal.common.query.parameters.BufferedReaderParameter
 
BufferedStreamParameter - Class in org.drizzle.jdbc.internal.common.query.parameters
.
BufferedStreamParameter(InputStream) - Constructor for class org.drizzle.jdbc.internal.common.query.parameters.BufferedStreamParameter
 
build() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData.Builder
 
build() - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation.Builder
 
byteArrayToByte(byte[]) - Static method in class org.drizzle.jdbc.internal.common.Utils
 
byteArrayToInt(byte[]) - Static method in class org.drizzle.jdbc.internal.common.Utils
convert a byte array to an int sums negative numbers since Integer.MIN_VALUE < -Integer.MAX_VALUE
byteArrayToLong(byte[]) - Static method in class org.drizzle.jdbc.internal.common.Utils
 
byteArrayToShort(byte[]) - Static method in class org.drizzle.jdbc.internal.common.Utils
 
ByteParameter - Class in org.drizzle.jdbc.internal.common.query.parameters
.
ByteParameter(byte[]) - Constructor for class org.drizzle.jdbc.internal.common.query.parameters.ByteParameter
 

C

cancel() - Method in class org.drizzle.jdbc.DrizzleStatement
Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.
cancelCurrentQuery() - Method in interface org.drizzle.jdbc.internal.common.Protocol
 
cancelCurrentQuery() - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
cancels the current query - clones the current protocol and executes a query using the new connection

thread safe

cancelRowUpdates() - Method in class org.drizzle.jdbc.DrizzleResultSet
Cancels the updates made to the current row in this ResultSet object.
catalog(String) - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation.Builder
 
charsetNumber(short) - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation.Builder
 
classifyQuery(String) - Static method in enum org.drizzle.jdbc.internal.common.query.QueryType
 
clearBatch() - Method in class org.drizzle.jdbc.DrizzleStatement
Empties this Statement object's current list of SQL commands.
clearBatch() - Method in interface org.drizzle.jdbc.internal.common.Protocol
clears the current batch
clearBatch() - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
 
clearInputStream() - Method in class org.drizzle.jdbc.internal.common.packet.SyncPacketFetcher
 
clearInputStream() - Method in interface org.drizzle.jdbc.internal.common.PacketFetcher
 
clearParameters() - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
Clears the current parameter values immediately.
clearParameters() - Method in class org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery
 
clearParameters() - Method in interface org.drizzle.jdbc.internal.common.query.ParameterizedQuery
clears the parameters.
clearWarnings() - Method in class org.drizzle.jdbc.DrizzleConnection
Clears all warnings reported for this Connection object.
clearWarnings() - Method in class org.drizzle.jdbc.DrizzleResultSet
Clears all warnings reported on this ResultSet object.
clearWarnings() - Method in class org.drizzle.jdbc.DrizzleStatement
Clears all the warnings reported on this Statement object.
close() - Method in class org.drizzle.jdbc.DrizzleConnection
close the connection.
close() - Method in class org.drizzle.jdbc.DrizzleResultSet
 
close() - Method in class org.drizzle.jdbc.DrizzleStatement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class org.drizzle.jdbc.internal.common.HttpClient
 
close() - Method in class org.drizzle.jdbc.internal.common.packet.SyncPacketFetcher
 
close() - Method in interface org.drizzle.jdbc.internal.common.PacketFetcher
 
close() - Method in interface org.drizzle.jdbc.internal.common.Protocol
closes the connection to the server
close() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleInsertIdQueryResult
 
close() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleQueryResult
 
close() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleUpdateResult
 
close() - Method in interface org.drizzle.jdbc.internal.common.queryresults.QueryResult
 
close() - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
Closes socket and stream readers/writers
ClosePacket - Class in org.drizzle.jdbc.internal.common.packet.commands
.
ClosePacket() - Constructor for class org.drizzle.jdbc.internal.common.packet.commands.ClosePacket
 
ColumnFlags - Enum in org.drizzle.jdbc.internal.common.queryresults
.
ColumnInformation - Interface in org.drizzle.jdbc.internal.common
.
columnInformationFactory(RawPacket) - Static method in class org.drizzle.jdbc.internal.mysql.packet.MySQLFieldPacket
 
CommandPacket - Interface in org.drizzle.jdbc.internal.common.packet
.
commit() - Method in class org.drizzle.jdbc.DrizzleConnection
sends commit to the server.
commit() - Method in interface org.drizzle.jdbc.internal.common.Protocol
commits the current transaction
commit() - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
 
CommonDatabaseMetaData - Class in org.drizzle.jdbc
TODO: complete it! User: marcuse Date: Jan 31, 2009 Time: 8:59:57 PM
CommonDatabaseMetaData(CommonDatabaseMetaData.Builder) - Constructor for class org.drizzle.jdbc.CommonDatabaseMetaData
 
CommonDatabaseMetaData.Builder - Class in org.drizzle.jdbc
 
CommonDatabaseMetaData.Builder(SupportedDatabases, Connection) - Constructor for class org.drizzle.jdbc.CommonDatabaseMetaData.Builder
 
connect(String, Properties) - Method in class org.drizzle.jdbc.DrizzleDriver
Connect to the given connection string.
copyRange(byte[], int, int) - Static method in class org.drizzle.jdbc.internal.common.Utils
Copies from original byte array to a new byte array.
copyWithLength(byte[], int) - Static method in class org.drizzle.jdbc.internal.common.Utils
Copies the original byte array content to a new byte array.
countChars(String, char) - Static method in class org.drizzle.jdbc.internal.common.Utils
Counts the number of occurrences of a character in a string.
createArrayOf(String, Object[]) - Method in class org.drizzle.jdbc.DrizzleConnection
Factory method for creating Array objects.
createBlob() - Method in class org.drizzle.jdbc.DrizzleConnection
Constructs an object that implements the Blob interface.
createClob() - Method in class org.drizzle.jdbc.DrizzleConnection
Constructs an object that implements the Clob interface.
createDB() - Method in interface org.drizzle.jdbc.internal.common.Protocol
should a database be created if it does not exist ?
createDB() - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
 
createNClob() - Method in class org.drizzle.jdbc.DrizzleConnection
Constructs an object that implements the NClob interface.
createParameterizedQuery(String) - Method in class org.drizzle.jdbc.internal.common.query.DrizzleQueryFactory
 
createParameterizedQuery(ParameterizedQuery) - Method in class org.drizzle.jdbc.internal.common.query.DrizzleQueryFactory
 
createParameterizedQuery(String) - Method in interface org.drizzle.jdbc.internal.common.query.QueryFactory
 
createParameterizedQuery(ParameterizedQuery) - Method in interface org.drizzle.jdbc.internal.common.query.QueryFactory
 
createQuery(String) - Method in class org.drizzle.jdbc.internal.common.query.DrizzleQueryFactory
 
createQuery(byte[]) - Method in class org.drizzle.jdbc.internal.common.query.DrizzleQueryFactory
 
createQuery(String) - Method in interface org.drizzle.jdbc.internal.common.query.QueryFactory
 
createQuery(byte[]) - Method in interface org.drizzle.jdbc.internal.common.query.QueryFactory
 
createQueryParts(String) - Static method in class org.drizzle.jdbc.internal.common.Utils
 
createResultPacket(RawPacket) - Static method in class org.drizzle.jdbc.internal.common.packet.ResultPacketFactory
 
createSQLXML() - Method in class org.drizzle.jdbc.DrizzleConnection
Constructs an object that implements the SQLXML interface.
createStatement() - Method in class org.drizzle.jdbc.DrizzleConnection
creates a new statement.
createStatement(int, int) - Method in class org.drizzle.jdbc.DrizzleConnection
Creates a Statement object that will generate ResultSet objects with the given type and concurrency.
createStatement(int, int, int) - Method in class org.drizzle.jdbc.DrizzleConnection
Creates a Statement object that will generate ResultSet objects with the given type, concurrency, and holdability.
createStruct(String, Object[]) - Method in class org.drizzle.jdbc.DrizzleConnection
Factory method for creating Struct objects.

D

databaseProductName(String) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData.Builder
 
dataDefinitionCausesTransactionCommit() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Retrieves whether a data definition statement within a transaction forces the transaction to commit.
dataDefinitionIgnoredInTransactions() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Retrieves whether this database ignores a data definition statement within a transaction.
dataType - Variable in class org.drizzle.jdbc.internal.common.AbstractValueObject
 
DataType - Interface in org.drizzle.jdbc.internal.common
Created by IntelliJ IDEA.
dataTypeClause - Variable in class org.drizzle.jdbc.CommonDatabaseMetaData
Retrieves a description of a table's optimal set of columns that uniquely identifies a row.
DateParameter - Class in org.drizzle.jdbc.internal.common.query.parameters
Represents a time stamp

User: marcuse Date: Feb 19, 2009 Time: 8:50:52 PM

DateParameter(long) - Constructor for class org.drizzle.jdbc.internal.common.query.parameters.DateParameter
Represents a timestamp, constructed with time in millis since epoch
DateParameter(long, Calendar) - Constructor for class org.drizzle.jdbc.internal.common.query.parameters.DateParameter
 
db(String) - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation.Builder
 
decimals(byte) - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation.Builder
 
DefaultParameterizedBatchHandler - Class in org.drizzle.jdbc.internal.common
 
DefaultParameterizedBatchHandler(Protocol) - Constructor for class org.drizzle.jdbc.internal.common.DefaultParameterizedBatchHandler
 
DefaultParameterizedBatchHandlerFactory - Class in org.drizzle.jdbc.internal.common
Created by IntelliJ IDEA.
DefaultParameterizedBatchHandlerFactory() - Constructor for class org.drizzle.jdbc.internal.common.DefaultParameterizedBatchHandlerFactory
 
deleteRow() - Method in class org.drizzle.jdbc.DrizzleResultSet
Deletes the current row from this ResultSet object and from the underlying database.
deletesAreDetected(int) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Retrieves whether or not a visible row delete can be detected by calling the method ResultSet.rowDeleted.
doesMaxRowSizeIncludeBlobs() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Retrieves whether the return value for the method getMaxRowSize includes the SQL data types LONGVARCHAR and LONGVARBINARY.
DoubleParameter - Class in org.drizzle.jdbc.internal.common.query.parameters
.
DoubleParameter(double) - Constructor for class org.drizzle.jdbc.internal.common.query.parameters.DoubleParameter
 
DrizzleBlob - Class in org.drizzle.jdbc
Represents a Blob.
DrizzleBlob() - Constructor for class org.drizzle.jdbc.DrizzleBlob
creates an empty blob.
DrizzleBlob(byte[]) - Constructor for class org.drizzle.jdbc.DrizzleBlob
creates a blob with content.
DrizzleConnection - Class in org.drizzle.jdbc
A JDBC Connection.
DrizzleConnection(Protocol, QueryFactory) - Constructor for class org.drizzle.jdbc.DrizzleConnection
Creates a new connection with a given protocol and query factory.
DrizzleDataBaseMetaData - Class in org.drizzle.jdbc
 
DrizzleDataBaseMetaData(CommonDatabaseMetaData.Builder) - Constructor for class org.drizzle.jdbc.DrizzleDataBaseMetaData
 
DrizzleDataSource - Class in org.drizzle.jdbc
User: marcuse Date: Feb 7, 2009 Time: 10:53:22 PM
DrizzleDataSource(String, int, String) - Constructor for class org.drizzle.jdbc.DrizzleDataSource
 
DrizzleDriver - Class in org.drizzle.jdbc
The base SQL DrizzleDriver class.
DrizzleDriver() - Constructor for class org.drizzle.jdbc.DrizzleDriver
 
DrizzleInsertIdQueryResult - Class in org.drizzle.jdbc.internal.common.queryresults
.
DrizzleInsertIdQueryResult(long, long, String) - Constructor for class org.drizzle.jdbc.internal.common.queryresults.DrizzleInsertIdQueryResult
 
DrizzleParameterizedQuery - Class in org.drizzle.jdbc.internal.common.query
.
DrizzleParameterizedQuery(String) - Constructor for class org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery
 
DrizzleParameterizedQuery(ParameterizedQuery) - Constructor for class org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery
 
DrizzleParameterMetaData - Class in org.drizzle.jdbc
Very basic info about the parameterized query, only reliable method is getParameterCount();
DrizzleParameterMetaData(ParameterizedQuery) - Constructor for class org.drizzle.jdbc.DrizzleParameterMetaData
 
DrizzlePreparedStatement - Class in org.drizzle.jdbc
User: marcuse Date: Jan 27, 2009 Time: 10:49:42 PM
DrizzlePreparedStatement(Protocol, DrizzleConnection, String, QueryFactory, ParameterizedBatchHandler) - Constructor for class org.drizzle.jdbc.DrizzlePreparedStatement
 
DrizzleQuery - Class in org.drizzle.jdbc.internal.common.query
.
DrizzleQuery(String) - Constructor for class org.drizzle.jdbc.internal.common.query.DrizzleQuery
 
DrizzleQuery(byte[]) - Constructor for class org.drizzle.jdbc.internal.common.query.DrizzleQuery
 
DrizzleQueryFactory - Class in org.drizzle.jdbc.internal.common.query
.
DrizzleQueryFactory() - Constructor for class org.drizzle.jdbc.internal.common.query.DrizzleQueryFactory
 
DrizzleQueryResult - Class in org.drizzle.jdbc.internal.common.queryresults

User: marcuse Date: Jan 23, 2009 Time: 8:15:55 PM

DrizzleQueryResult(List<ColumnInformation>, List<List<ValueObject>>, short) - Constructor for class org.drizzle.jdbc.internal.common.queryresults.DrizzleQueryResult
 
DrizzleResultSet - Class in org.drizzle.jdbc
.
DrizzleResultSet(QueryResult, Statement, Protocol) - Constructor for class org.drizzle.jdbc.DrizzleResultSet
 
DrizzleResultSetMetaData - Class in org.drizzle.jdbc
TODO: finish implem.
DrizzleResultSetMetaData(List<ColumnInformation>) - Constructor for class org.drizzle.jdbc.DrizzleResultSetMetaData
 
DrizzleRowPacket - Class in org.drizzle.jdbc.internal.drizzle.packet
User: marcuse Date: Jan 23, 2009 Time: 9:28:43 PM
DrizzleRowPacket(RawPacket, List<ColumnInformation>) - Constructor for class org.drizzle.jdbc.internal.drizzle.packet.DrizzleRowPacket
 
DrizzleSavepoint - Class in org.drizzle.jdbc
.
DrizzleSavepoint(String, int) - Constructor for class org.drizzle.jdbc.DrizzleSavepoint
 
DrizzleStatement - Class in org.drizzle.jdbc
A sql statement.
DrizzleStatement(Protocol, DrizzleConnection, QueryFactory) - Constructor for class org.drizzle.jdbc.DrizzleStatement
Creates a new Statement.
DrizzleUpdateResult - Class in org.drizzle.jdbc.internal.common.queryresults
.
DrizzleUpdateResult(long, short, String, long) - Constructor for class org.drizzle.jdbc.internal.common.queryresults.DrizzleUpdateResult
 
DrizzleValueObject - Class in org.drizzle.jdbc.internal.drizzle
Contains the raw value returned from the server

Is immutable

User: marcuse Date: Feb 16, 2009 Time: 9:18:26 PM

DrizzleValueObject(byte[], DataType) - Constructor for class org.drizzle.jdbc.internal.drizzle.DrizzleValueObject
 

E

EMPTY - Static variable in class org.drizzle.jdbc.DrizzleResultSet
 
encryptPassword(String, byte[]) - Static method in class org.drizzle.jdbc.internal.common.Utils
encrypts a password

protocol for authentication is like this: 1.

eofIsNext(RawPacket) - Static method in class org.drizzle.jdbc.internal.common.packet.buffer.ReadUtil
Checks whether the next packet is EOF.
EOFPacket - Class in org.drizzle.jdbc.internal.common.packet
.
EOFPacket(RawPacket) - Constructor for class org.drizzle.jdbc.internal.common.packet.EOFPacket
 
EOFPacket.ServerStatus - Enum in org.drizzle.jdbc.internal.common.packet
 
equals(Object) - Method in class org.drizzle.jdbc.internal.common.query.DrizzleQuery
 
ErrorPacket - Class in org.drizzle.jdbc.internal.common.packet
.
ErrorPacket(RawPacket) - Constructor for class org.drizzle.jdbc.internal.common.packet.ErrorPacket
 
execute() - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
 
execute(String) - Method in class org.drizzle.jdbc.DrizzleStatement
executes a query.
execute(String, int) - Method in class org.drizzle.jdbc.DrizzleStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.
execute(String, int[]) - Method in class org.drizzle.jdbc.DrizzleStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String, String[]) - Method in class org.drizzle.jdbc.DrizzleStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeBatch() - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
 
executeBatch() - Method in class org.drizzle.jdbc.DrizzleStatement
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeBatch() - Method in class org.drizzle.jdbc.internal.common.DefaultParameterizedBatchHandler
 
executeBatch() - Method in interface org.drizzle.jdbc.internal.common.ParameterizedBatchHandler
execute the batch using protocol.
executeBatch() - Method in interface org.drizzle.jdbc.internal.common.Protocol
executes the batch of queries
executeBatch() - Method in class org.drizzle.jdbc.internal.common.RewriteParameterizedBatchHandler
 
executeBatch() - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
 
executeQuery() - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
 
executeQuery(String) - Method in class org.drizzle.jdbc.DrizzleStatement
executes a select query.
executeQuery(Query) - Method in interface org.drizzle.jdbc.internal.common.Protocol
executes a query
executeQuery(Query, InputStream) - Method in interface org.drizzle.jdbc.internal.common.Protocol
 
executeQuery(Query) - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
 
executeQuery(Query, InputStream) - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
 
executeUpdate() - Method in class org.drizzle.jdbc.DrizzlePreparedStatement
Executes the SQL statement in this PreparedStatement object, which must be an SQL Data Manipulation Language (DML) statement, such as INSERT, UPDATE or DELETE; or an SQL statement that returns nothing, such as a DDL statement.
executeUpdate(String) - Method in class org.drizzle.jdbc.DrizzleStatement
Executes an update.
executeUpdate(String, int) - Method in class org.drizzle.jdbc.DrizzleStatement
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeUpdate(String, int[]) - Method in class org.drizzle.jdbc.DrizzleStatement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String, String[]) - Method in class org.drizzle.jdbc.DrizzleStatement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.

F

findColumn(String) - Method in class org.drizzle.jdbc.DrizzleResultSet
Maps the given ResultSet column label to its ResultSet column index.
first() - Method in class org.drizzle.jdbc.DrizzleResultSet
Moves the cursor to the first row in this ResultSet object.
flag() - Method in enum org.drizzle.jdbc.internal.common.queryresults.ColumnFlags
 
flags(Set<ColumnFlags>) - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation.Builder
 
free() - Method in class org.drizzle.jdbc.DrizzleBlob
This method frees the Blob object and releases the resources that it holds.
fromServer(byte) - Static method in class org.drizzle.jdbc.internal.mysql.MySQLType
 
fromSet(Set<MySQLServerCapabilities>) - Static method in enum org.drizzle.jdbc.internal.mysql.MySQLServerCapabilities
creates a bitmasked short from an enum set
fromString(String) - Static method in enum org.drizzle.jdbc.internal.SQLExceptionMapper.SQLStates
 
fromVersionString(String) - Static method in enum org.drizzle.jdbc.internal.common.SupportedDatabases
 

G

GeneratedIdValueObject - Class in org.drizzle.jdbc.internal.common
Created by IntelliJ IDEA.
GeneratedIdValueObject(long) - Constructor for class org.drizzle.jdbc.internal.common.GeneratedIdValueObject
 
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 class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation
 
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.
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(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(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
 
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
 
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.
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
Deprecated. use getCharacterStream instead
getUnicodeStream(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
Deprecated. use getCharacterStream in place of getUnicodeStream
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
 

H

hexdump(byte[], int) - Static method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
 
hexdump(ByteBuffer, int) - Static method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
 
HttpClient - Class in org.drizzle.jdbc.internal.common
 
HttpClient(String) - Constructor for class org.drizzle.jdbc.internal.common.HttpClient
 

I

IllegalParameterException - Exception in org.drizzle.jdbc.internal.common.query
.
IllegalParameterException(String) - Constructor for exception org.drizzle.jdbc.internal.common.query.IllegalParameterException
 
insertRow() - Method in class org.drizzle.jdbc.DrizzleResultSet
Inserts the contents of the insert row into this ResultSet object and into the database.
insertsAreDetected(int) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Retrieves whether or not a visible row insert can be detected by calling the method ResultSet.rowInserted.
IntParameter - Class in org.drizzle.jdbc.internal.common.query.parameters
.
IntParameter(int) - Constructor for class org.drizzle.jdbc.internal.common.query.parameters.IntParameter
 
intToByteArray(int) - Static method in class org.drizzle.jdbc.internal.common.packet.buffer.WriteBuffer
 
isAfterLast() - Method in class org.drizzle.jdbc.DrizzleResultSet
Retrieves whether the cursor is after the last row in this ResultSet object.
isAutoIncrement(int) - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
Indicates whether the designated column is automatically numbered.
isBeforeFirst() - Method in class org.drizzle.jdbc.DrizzleResultSet
Retrieves whether the cursor is before the first row in this ResultSet object.
isCaseSensitive(int) - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
Indicates whether a column's case matters.
isCatalogAtStart() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Retrieves whether a catalog appears at the start of a fully qualified table name.
isClosed() - Method in class org.drizzle.jdbc.DrizzleConnection
checks if the connection is closed.
isClosed() - Method in class org.drizzle.jdbc.DrizzleResultSet
Retrieves whether this ResultSet object has been closed.
isClosed() - Method in class org.drizzle.jdbc.DrizzleStatement
Retrieves whether this Statement object has been closed.
isClosed() - Method in interface org.drizzle.jdbc.internal.common.Protocol
returns true if the connection has been closed
isClosed() - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
 
isCurrency(int) - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
Indicates whether the designated column is a cash value.
isDefinitelyWritable(int) - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
Indicates whether a write on the designated column will definitely succeed.
isErrorPacket(RawPacket) - Static method in class org.drizzle.jdbc.internal.common.packet.buffer.ReadUtil
 
isFirst() - Method in class org.drizzle.jdbc.DrizzleResultSet
Retrieves whether the cursor is on the first row of this ResultSet object.
isJava5() - Static method in class org.drizzle.jdbc.internal.common.Utils
Returns if it is a Java version up to Java 5.
isLast() - Method in class org.drizzle.jdbc.DrizzleResultSet
Retrieves whether the cursor is on the last row of this ResultSet object.
isNull() - Method in class org.drizzle.jdbc.internal.common.AbstractValueObject
 
isNull() - Method in interface org.drizzle.jdbc.internal.common.ValueObject
 
isNullable(int) - Method in class org.drizzle.jdbc.DrizzleParameterMetaData
 
isNullable(int) - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
Indicates the nullability of values in the designated column.
isPacketComplete() - Method in class org.drizzle.jdbc.internal.mysql.packet.MySQLRowPacket
 
isPoolable() - Method in class org.drizzle.jdbc.DrizzleStatement
Returns a value indicating whether the Statement is poolable or not.
isReadOnly() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Retrieves whether this database is in read-only mode.
isReadOnly() - Method in class org.drizzle.jdbc.DrizzleConnection
Retrieves whether this Connection object is in read-only mode.
isReadOnly(int) - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
Indicates whether the designated column is definitely not writable.
isSearchable(int) - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
Indicates whether the designated column can be used in a where clause.
isSigned(int) - Method in class org.drizzle.jdbc.DrizzleParameterMetaData
 
isSigned(int) - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
Indicates whether values in the designated column are signed numbers.
isValid(int) - Method in class org.drizzle.jdbc.DrizzleConnection
Returns true if the connection has not been closed and is still valid.
isWrapperFor(Class<?>) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class org.drizzle.jdbc.DrizzleConnection
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class org.drizzle.jdbc.DrizzleDataSource
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class org.drizzle.jdbc.DrizzleParameterMetaData
 
isWrapperFor(Class<?>) - Method in class org.drizzle.jdbc.DrizzleResultSet
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class org.drizzle.jdbc.DrizzleStatement
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWritable(int) - Method in class org.drizzle.jdbc.DrizzleResultSetMetaData
Indicates whether it is possible for a write on the designated column to succeed.

J

jdbcCompliant() - Method in class org.drizzle.jdbc.DrizzleDriver
checks if the driver is jdbc compliant (not yet!).
JDBCUrl - Class in org.drizzle.jdbc
Parses a jdbc url.
JDBCUrl.DBType - Enum in org.drizzle.jdbc
 

L

last() - Method in class org.drizzle.jdbc.DrizzleResultSet
Moves the cursor to the last row in this ResultSet object.
length() - Method in class org.drizzle.jdbc.DrizzleBlob
Returns the number of bytes in the BLOB value designated by this Blob object.
length() - Method in class org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery
 
length() - Method in class org.drizzle.jdbc.internal.common.query.DrizzleQuery
 
length() - Method in class org.drizzle.jdbc.internal.common.query.parameters.BigDecimalParameter
 
length() - Method in class org.drizzle.jdbc.internal.common.query.parameters.BlobStreamingParameter
Returns the length of the parameter - this is the length of the blob reference Since we don't know the length of the reference before it has been uploaded, it is uploaded in this method.
length() - Method in class org.drizzle.jdbc.internal.common.query.parameters.BufferedReaderParameter
 
length() - Method in class org.drizzle.jdbc.internal.common.query.parameters.BufferedStreamParameter
 
length() - Method in class org.drizzle.jdbc.internal.common.query.parameters.ByteParameter
 
length() - Method in class org.drizzle.jdbc.internal.common.query.parameters.DateParameter
 
length() - Method in class org.drizzle.jdbc.internal.common.query.parameters.DoubleParameter
 
length() - Method in class org.drizzle.jdbc.internal.common.query.parameters.IntParameter
 
length() - Method in class org.drizzle.jdbc.internal.common.query.parameters.LongParameter
 
length() - Method in class org.drizzle.jdbc.internal.common.query.parameters.NullParameter
 
length() - Method in interface org.drizzle.jdbc.internal.common.query.parameters.ParameterHolder
 
length() - Method in class org.drizzle.jdbc.internal.common.query.parameters.ReaderParameter
 
length() - Method in class org.drizzle.jdbc.internal.common.query.parameters.SerializableParameter
 
length() - Method in class org.drizzle.jdbc.internal.common.query.parameters.StreamParameter
Returns the length of the parameter - this is the total amount of bytes that will be sent.
length() - Method in class org.drizzle.jdbc.internal.common.query.parameters.StringParameter
 
length() - Method in class org.drizzle.jdbc.internal.common.query.parameters.TimeParameter
 
length() - Method in class org.drizzle.jdbc.internal.common.query.parameters.TimestampParameter
 
length() - Method in interface org.drizzle.jdbc.internal.common.query.Query
 
length(int) - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation.Builder
 
locatorsUpdateCopy() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Indicates whether updates made to a LOB are made on a copy or directly to the LOB.
LongParameter - Class in org.drizzle.jdbc.internal.common.query.parameters
.
LongParameter(long) - Constructor for class org.drizzle.jdbc.internal.common.query.parameters.LongParameter
 
longToByteArray(long) - Static method in class org.drizzle.jdbc.internal.common.packet.buffer.WriteBuffer
 

M

ModifyQueryResult - Interface in org.drizzle.jdbc.internal.common.queryresults
.
moveRowPointerTo(int) - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleInsertIdQueryResult
 
moveRowPointerTo(int) - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleQueryResult
 
moveRowPointerTo(int) - Method in interface org.drizzle.jdbc.internal.common.queryresults.SelectQueryResult
moves the row pointer to position i
moveToCurrentRow() - Method in class org.drizzle.jdbc.DrizzleResultSet
Moves the cursor to the remembered cursor position, usually the current row.
moveToInsertRow() - Method in class org.drizzle.jdbc.DrizzleResultSet
Moves the cursor to the insert row.
MySQLBinlogDumpPacket - Class in org.drizzle.jdbc.internal.mysql.packet.commands
 
MySQLBinlogDumpPacket(int, String) - Constructor for class org.drizzle.jdbc.internal.mysql.packet.commands.MySQLBinlogDumpPacket
 
MySQLClientAuthPacket - Class in org.drizzle.jdbc.internal.mysql.packet.commands
4 client_flags 4 max_packet_size 1 charset_number 23 (filler) always 0x00...
MySQLClientAuthPacket(String, String, String, Set<MySQLServerCapabilities>, byte[], byte) - Constructor for class org.drizzle.jdbc.internal.mysql.packet.commands.MySQLClientAuthPacket
 
MySQLClientOldPasswordAuthPacket - Class in org.drizzle.jdbc.internal.mysql.packet.commands
 
MySQLClientOldPasswordAuthPacket(String, byte[], int) - Constructor for class org.drizzle.jdbc.internal.mysql.packet.commands.MySQLClientOldPasswordAuthPacket
 
MySQLColumnInformation - Class in org.drizzle.jdbc.internal.mysql
User: marcuse Date: Mar 9, 2009 Time: 8:53:40 PM
MySQLColumnInformation.Builder - Class in org.drizzle.jdbc.internal.mysql
 
MySQLColumnInformation.Builder() - Constructor for class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation.Builder
 
MySQLDatabaseMetaData - Class in org.drizzle.jdbc
 
MySQLDatabaseMetaData(CommonDatabaseMetaData.Builder) - Constructor for class org.drizzle.jdbc.MySQLDatabaseMetaData
 
MySQLFieldPacket - Class in org.drizzle.jdbc.internal.mysql.packet
Creates column information from field packets.
MySQLFieldPacket() - Constructor for class org.drizzle.jdbc.internal.mysql.packet.MySQLFieldPacket
 
MySQLGreetingReadPacket - Class in org.drizzle.jdbc.internal.mysql.packet
Greeting from drizzle looks like this User: marcuse Date: Jan 15, 2009 Time: 3:18:11 PM
MySQLGreetingReadPacket(RawPacket) - Constructor for class org.drizzle.jdbc.internal.mysql.packet.MySQLGreetingReadPacket
 
MySQLPingPacket - Class in org.drizzle.jdbc.internal.mysql.packet.commands
.
MySQLPingPacket() - Constructor for class org.drizzle.jdbc.internal.mysql.packet.commands.MySQLPingPacket
 
MySQLProtocol - Class in org.drizzle.jdbc.internal.mysql
TODO: refactor, clean up TODO: when should i read up the resultset? TODO: thread safety? TODO: exception handling User: marcuse Date: Jan 14, 2009 Time: 4:06:26 PM
MySQLProtocol(String, int, String, String, String, Properties) - Constructor for class org.drizzle.jdbc.internal.mysql.MySQLProtocol
Get a protocol instance
MySQLRowPacket - Class in org.drizzle.jdbc.internal.mysql.packet
 
MySQLRowPacket(RawPacket, List<ColumnInformation>) - Constructor for class org.drizzle.jdbc.internal.mysql.packet.MySQLRowPacket
 
MySQLServerCapabilities - Enum in org.drizzle.jdbc.internal.mysql
Represents what the server is capable of

User: marcuse Date: Feb 27, 2009 Time: 9:01:29 PM

MySQLType - Class in org.drizzle.jdbc.internal.mysql
User: marcuse Date: Feb 23, 2009 Time: 10:42:02 PM
MySQLType(MySQLType.Type) - Constructor for class org.drizzle.jdbc.internal.mysql.MySQLType
 
MySQLType.Type - Enum in org.drizzle.jdbc.internal.mysql
 
MySQLValueObject - Class in org.drizzle.jdbc.internal.mysql
Contains the raw value returned from the server

Is immutable

User: marcuse Date: Feb 16, 2009 Time: 9:18:26 PM

MySQLValueObject(byte[], DataType) - Constructor for class org.drizzle.jdbc.internal.mysql.MySQLValueObject
 

N

name(String) - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation.Builder
 
nativeSQL(String) - Method in class org.drizzle.jdbc.DrizzleConnection
currently does nothing.
needsEscaping(byte) - Static method in class org.drizzle.jdbc.internal.common.Utils
returns true if the byte b needs to be escaped
next() - Method in class org.drizzle.jdbc.DrizzleResultSet
 
next() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleInsertIdQueryResult
 
next() - Method in class org.drizzle.jdbc.internal.common.queryresults.DrizzleQueryResult
 
next() - Method in interface org.drizzle.jdbc.internal.common.queryresults.SelectQueryResult
move pointer forward
NoSuchColumnException - Exception in org.drizzle.jdbc.internal.common.queryresults
Created by IntelliJ IDEA.
NoSuchColumnException(String) - Constructor for exception org.drizzle.jdbc.internal.common.queryresults.NoSuchColumnException
 
NullParameter - Class in org.drizzle.jdbc.internal.common.query.parameters
.
NullParameter() - Constructor for class org.drizzle.jdbc.internal.common.query.parameters.NullParameter
 
nullPlusNonNullIsNull() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Retrieves whether this database supports concatenations between NULL and non-NULL values being NULL.
nullsAreSortedAtEnd() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Retrieves whether NULL values are sorted at the end regardless of sort order.
nullsAreSortedAtStart() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Retrieves whether NULL values are sorted at the start regardless of sort order.
nullsAreSortedHigh() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Retrieves whether NULL values are sorted high.
nullsAreSortedLow() - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Retrieves whether NULL values are sorted low.

O

OKPacket - Class in org.drizzle.jdbc.internal.common.packet
.
OKPacket(RawPacket) - Constructor for class org.drizzle.jdbc.internal.common.packet.OKPacket
 
org.drizzle.jdbc - package org.drizzle.jdbc
 
org.drizzle.jdbc.exception - package org.drizzle.jdbc.exception
 
org.drizzle.jdbc.internal - package org.drizzle.jdbc.internal
 
org.drizzle.jdbc.internal.common - package org.drizzle.jdbc.internal.common
 
org.drizzle.jdbc.internal.common.packet - package org.drizzle.jdbc.internal.common.packet
 
org.drizzle.jdbc.internal.common.packet.buffer - package org.drizzle.jdbc.internal.common.packet.buffer
 
org.drizzle.jdbc.internal.common.packet.commands - package org.drizzle.jdbc.internal.common.packet.commands
 
org.drizzle.jdbc.internal.common.query - package org.drizzle.jdbc.internal.common.query
 
org.drizzle.jdbc.internal.common.query.parameters - package org.drizzle.jdbc.internal.common.query.parameters
 
org.drizzle.jdbc.internal.common.queryresults - package org.drizzle.jdbc.internal.common.queryresults
 
org.drizzle.jdbc.internal.drizzle - package org.drizzle.jdbc.internal.drizzle
 
org.drizzle.jdbc.internal.drizzle.packet - package org.drizzle.jdbc.internal.drizzle.packet
 
org.drizzle.jdbc.internal.mysql - package org.drizzle.jdbc.internal.mysql
 
org.drizzle.jdbc.internal.mysql.packet - package org.drizzle.jdbc.internal.mysql.packet
 
org.drizzle.jdbc.internal.mysql.packet.commands - package org.drizzle.jdbc.internal.mysql.packet.commands
 
originalName(String) - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation.Builder
 
originalTable(String) - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation.Builder
 
othersDeletesAreVisible(int) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Retrieves whether deletes made by others are visible.
othersInsertsAreVisible(int) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Retrieves whether inserts made by others are visible.
othersUpdatesAreVisible(int) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Retrieves whether updates made by others are visible.
ownDeletesAreVisible(int) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Retrieves whether a result set's own deletes are visible.
ownInsertsAreVisible(int) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Retrieves whether a result set's own inserts are visible.
ownUpdatesAreVisible(int) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData
Retrieves whether for the given type of ResultSet object, the result set's own updates are visible.

P

PacketFetcher - Interface in org.drizzle.jdbc.internal.common
Created by IntelliJ IDEA.
packTime(long) - Static method in class org.drizzle.jdbc.internal.common.Utils
packs the time portion of a millisecond time stamp into an int

format:

ParameterHolder - Interface in org.drizzle.jdbc.internal.common.query.parameters
.
ParameterizedBatchHandler - Interface in org.drizzle.jdbc.internal.common
Interface that defines a parameterized batch handler.
ParameterizedBatchHandlerFactory - Interface in org.drizzle.jdbc.internal.common
Serves out new parameterized batch handlers
ParameterizedQuery - Interface in org.drizzle.jdbc.internal.common.query
.
parse(String) - Static method in class org.drizzle.jdbc.JDBCUrl
 
ping() - Method in interface org.drizzle.jdbc.internal.common.Protocol
checks whether the connectiion is still valid
ping() - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
 
position(byte[], long) - Method in class org.drizzle.jdbc.DrizzleBlob
Retrieves the byte position at which the specified byte array pattern begins within the BLOB value that this Blob object represents.
position(Blob, long) - Method in class org.drizzle.jdbc.DrizzleBlob
Retrieves the byte position in the BLOB value designated by this Blob object at which pattern begins.
prepareCall(String) - Method in class org.drizzle.jdbc.DrizzleConnection
not implemented.
prepareCall(String, int, int) - Method in class org.drizzle.jdbc.DrizzleConnection
Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
prepareCall(String, int, int, int) - Method in class org.drizzle.jdbc.DrizzleConnection
Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String) - Method in class org.drizzle.jdbc.DrizzleConnection
creates a new prepared statement.
prepareStatement(String, int, int) - Method in class org.drizzle.jdbc.DrizzleConnection
Creates a PreparedStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String, int, int, int) - Method in class org.drizzle.jdbc.DrizzleConnection
Creates a PreparedStatement object that will generate ResultSet objects with the given type, concurrency, and holdability.
prepareStatement(String, int) - Method in class org.drizzle.jdbc.DrizzleConnection
Creates a default PreparedStatement object that has the capability to retrieve auto-generated keys.
prepareStatement(String, int[]) - Method in class org.drizzle.jdbc.DrizzleConnection
Creates a default PreparedStatement object capable of returning the auto-generated keys designated by the given array.
prepareStatement(String, String[]) - Method in class org.drizzle.jdbc.DrizzleConnection
Creates a default PreparedStatement object capable of returning the auto-generated keys designated by the given array.
previous() - Method in class org.drizzle.jdbc.DrizzleResultSet
Moves the cursor to the previous row in this ResultSet object.
Protocol - Interface in org.drizzle.jdbc.internal.common
User: marcuse Date: Jan 14, 2009 Time: 4:05:47 PM
put(InputStream) - Method in class org.drizzle.jdbc.internal.common.HttpClient
 

Q

Query - Interface in org.drizzle.jdbc.internal.common.query
.
QueryException - Exception in org.drizzle.jdbc.internal.common
.
QueryException(String) - Constructor for exception org.drizzle.jdbc.internal.common.QueryException
Creates a default query exception with errorCode -1 and sqlState HY0000.
QueryException(String, short, String) - Constructor for exception org.drizzle.jdbc.internal.common.QueryException
Creates a query exception with a message.
QueryException(String, int, String, Throwable) - Constructor for exception org.drizzle.jdbc.internal.common.QueryException
creates a query exception with a message and a cause.
QueryFactory - Interface in org.drizzle.jdbc.internal.common.query
.
QueryResult - Interface in org.drizzle.jdbc.internal.common.queryresults
.
QueryType - Enum in org.drizzle.jdbc.internal.common.query
Created by IntelliJ IDEA.

R

RawPacket - Class in org.drizzle.jdbc.internal.common.packet
Class to represent a raw packet as transferred over the wire.
read24bitword() - Method in class org.drizzle.jdbc.internal.common.packet.buffer.Reader
 
readByte() - Method in class org.drizzle.jdbc.internal.common.packet.buffer.Reader
reads a byte from the buffer
Reader - Class in org.drizzle.jdbc.internal.common.packet.buffer
.
Reader(RawPacket) - Constructor for class org.drizzle.jdbc.internal.common.packet.buffer.Reader
 
ReaderParameter - Class in org.drizzle.jdbc.internal.common.query.parameters
User: marcuse Date: Feb 27, 2009 Time: 9:35:10 PM
ReaderParameter(Reader, long) - Constructor for class org.drizzle.jdbc.internal.common.query.parameters.ReaderParameter
 
readInt() - Method in class org.drizzle.jdbc.internal.common.packet.buffer.Reader
read a int (4 bytes) from the buffer;
readLong() - Method in class org.drizzle.jdbc.internal.common.packet.buffer.Reader
read a long (8 bytes) from the buffer;
readRawBytes(int) - Method in class org.drizzle.jdbc.internal.common.packet.buffer.Reader
 
readShort() - Method in class org.drizzle.jdbc.internal.common.packet.buffer.Reader
read a short (2 bytes) from the buffer;
readString(String) - Method in class org.drizzle.jdbc.internal.common.packet.buffer.Reader
Reads a string from the buffer, looks for a 0 to end the string
ReadUtil - Class in org.drizzle.jdbc.internal.common.packet.buffer
.
refreshRow() - Method in class org.drizzle.jdbc.DrizzleResultSet
Refreshes the current row with its most recent value in the database.
relative(int) - Method in class org.drizzle.jdbc.DrizzleResultSet
Moves the cursor a relative number of rows, either positive or negative.
releaseSavepoint(Savepoint) - Method in class org.drizzle.jdbc.DrizzleConnection
Removes the specified Savepoint and subsequent Savepoint objects from the current transaction.
releaseSavepoint(String) - Method in interface org.drizzle.jdbc.internal.common.Protocol
releases the savepoint
releaseSavepoint(String) - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
 
ReplicationConnection - Interface in org.drizzle.jdbc
Created by IntelliJ IDEA.
ResultPacket - Class in org.drizzle.jdbc.internal.common.packet
.
ResultPacket() - Constructor for class org.drizzle.jdbc.internal.common.packet.ResultPacket
 
ResultPacket.ResultType - Enum in org.drizzle.jdbc.internal.common.packet
 
ResultPacketFactory - Class in org.drizzle.jdbc.internal.common.packet
Creates result packets only handles error, ok, eof and result set packets since field and row packets require a previous result set packet User: marcuse Date: Jan 16, 2009 Time: 1:12:23 PM
ResultSetPacket - Class in org.drizzle.jdbc.internal.common.packet
.
ResultSetPacket(RawPacket) - Constructor for class org.drizzle.jdbc.internal.common.packet.ResultSetPacket
 
ResultSetType - Enum in org.drizzle.jdbc.internal.common.queryresults
.
RewriteParameterizedBatchHandler - Class in org.drizzle.jdbc.internal.common
Rewrites queries on the form (INSERT INTO xyz (a,b,c) VALUES (?,?,?))* to INSERT INTO xyz (a,b,c) VALUES ((?,?,?),)*
RewriteParameterizedBatchHandler(Protocol, String, String, String) - Constructor for class org.drizzle.jdbc.internal.common.RewriteParameterizedBatchHandler
Constructs a new handler
RewriteParameterizedBatchHandlerFactory - Class in org.drizzle.jdbc.internal.common
 
RewriteParameterizedBatchHandlerFactory() - Constructor for class org.drizzle.jdbc.internal.common.RewriteParameterizedBatchHandlerFactory
 
rollback() - Method in class org.drizzle.jdbc.DrizzleConnection
rolls back a transaction.
rollback(Savepoint) - Method in class org.drizzle.jdbc.DrizzleConnection
Undoes all changes made after the given Savepoint object was set.
rollback() - Method in interface org.drizzle.jdbc.internal.common.Protocol
rolls back the current transaction
rollback(String) - Method in interface org.drizzle.jdbc.internal.common.Protocol
rolls back to the given save point
rollback() - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
 
rollback(String) - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
 
rowDeleted() - Method in class org.drizzle.jdbc.DrizzleResultSet
Retrieves whether a row has been deleted.
rowInserted() - Method in class org.drizzle.jdbc.DrizzleResultSet
Retrieves whether the current row has had an insertion.
rowUpdated() - Method in class org.drizzle.jdbc.DrizzleResultSet
Retrieves whether the current row has been updated.

S

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.
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.
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
 
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
 

T

table(String) - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation.Builder
 
timeOut() - Method in interface org.drizzle.jdbc.internal.common.Protocol
 
timeOut() - Method in class org.drizzle.jdbc.internal.mysql.MySQLProtocol
 
TimeParameter - Class in org.drizzle.jdbc.internal.common.query.parameters
 
TimeParameter(long) - Constructor for class org.drizzle.jdbc.internal.common.query.parameters.TimeParameter
 
TimestampParameter - Class in org.drizzle.jdbc.internal.common.query.parameters
Represents a time stamp

User: marcuse Date: Feb 19, 2009 Time: 8:50:52 PM

TimestampParameter(long) - Constructor for class org.drizzle.jdbc.internal.common.query.parameters.TimestampParameter
Represents a timestamp, constructed with time in millis since epoch
TimestampParameter(long, Calendar) - Constructor for class org.drizzle.jdbc.internal.common.query.parameters.TimestampParameter
 
toByteArrayWithLength(byte) - Method in class org.drizzle.jdbc.internal.common.packet.buffer.WriteBuffer
 
toString() - Method in class org.drizzle.jdbc.DrizzleSavepoint
 
toString() - Method in class org.drizzle.jdbc.internal.common.packet.EOFPacket
 
toString() - Method in class org.drizzle.jdbc.internal.common.packet.OKPacket
 
toString() - Method in class org.drizzle.jdbc.internal.mysql.packet.MySQLGreetingReadPacket
 
truncate(long) - Method in class org.drizzle.jdbc.DrizzleBlob
Truncates the BLOB value that this Blob object represents to be len bytes in length.
type(DataType) - Method in class org.drizzle.jdbc.internal.mysql.MySQLColumnInformation.Builder
 

U

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
 

V

ValueObject - Interface in org.drizzle.jdbc.internal.common
.
valueOf(String) - Static method in enum org.drizzle.jdbc.internal.common.packet.EOFPacket.ServerStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.drizzle.jdbc.internal.common.packet.ResultPacket.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.drizzle.jdbc.internal.common.query.QueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.drizzle.jdbc.internal.common.queryresults.ColumnFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.drizzle.jdbc.internal.common.queryresults.ResultSetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.drizzle.jdbc.internal.common.ServerStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.drizzle.jdbc.internal.common.SupportedDatabases
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.drizzle.jdbc.internal.mysql.MySQLServerCapabilities
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.drizzle.jdbc.internal.mysql.MySQLType.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.drizzle.jdbc.internal.SQLExceptionMapper.SQLStates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.drizzle.jdbc.JDBCUrl.DBType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.drizzle.jdbc.internal.common.packet.EOFPacket.ServerStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.drizzle.jdbc.internal.common.packet.ResultPacket.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.drizzle.jdbc.internal.common.query.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.drizzle.jdbc.internal.common.queryresults.ColumnFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.drizzle.jdbc.internal.common.queryresults.ResultSetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.drizzle.jdbc.internal.common.ServerStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.drizzle.jdbc.internal.common.SupportedDatabases
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.drizzle.jdbc.internal.mysql.MySQLServerCapabilities
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.drizzle.jdbc.internal.mysql.MySQLType.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.drizzle.jdbc.internal.SQLExceptionMapper.SQLStates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.drizzle.jdbc.JDBCUrl.DBType
Returns an array containing the constants of this enum type, in the order they are declared.
version(String) - Method in class org.drizzle.jdbc.CommonDatabaseMetaData.Builder
 

W

wasNull() - Method in class org.drizzle.jdbc.DrizzleResultSet
Reports whether the last column read had a value of SQL NULL.
write(int) - Method in class org.drizzle.jdbc.DrizzleBlob
Writes the specified byte to this output stream.
WriteBuffer - Class in org.drizzle.jdbc.internal.common.packet.buffer
.
WriteBuffer() - Constructor for class org.drizzle.jdbc.internal.common.packet.buffer.WriteBuffer
 
WriteBuffer(int) - Constructor for class org.drizzle.jdbc.internal.common.packet.buffer.WriteBuffer
 
writeByte(byte) - Method in class org.drizzle.jdbc.internal.common.packet.buffer.WriteBuffer
 
writeByteArray(byte[]) - Method in class org.drizzle.jdbc.internal.common.packet.buffer.WriteBuffer
 
writeBytes(byte, int) - Method in class org.drizzle.jdbc.internal.common.packet.buffer.WriteBuffer
 
writeInt(int) - Method in class org.drizzle.jdbc.internal.common.packet.buffer.WriteBuffer
 
writeShort(short) - Method in class org.drizzle.jdbc.internal.common.packet.buffer.WriteBuffer
 
writeString(String) - Method in class org.drizzle.jdbc.internal.common.packet.buffer.WriteBuffer
 
writeTo(OutputStream) - Method in class org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery
 
writeTo(OutputStream, int, int) - Method in class org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery
 
writeTo(OutputStream) - Method in class org.drizzle.jdbc.internal.common.query.DrizzleQuery
 
writeTo(OutputStream, int, int) - Method in class org.drizzle.jdbc.internal.common.query.DrizzleQuery
 
writeTo(OutputStream, int, int) - Method in class org.drizzle.jdbc.internal.common.query.parameters.BigDecimalParameter
 
writeTo(OutputStream, int, int) - Method in class org.drizzle.jdbc.internal.common.query.parameters.BlobStreamingParameter
Writes the parameter to an outputstream.
writeTo(OutputStream, int, int) - Method in class org.drizzle.jdbc.internal.common.query.parameters.BufferedReaderParameter
 
writeTo(OutputStream, int, int) - Method in class org.drizzle.jdbc.internal.common.query.parameters.BufferedStreamParameter
 
writeTo(OutputStream, int, int) - Method in class org.drizzle.jdbc.internal.common.query.parameters.ByteParameter
 
writeTo(OutputStream, int, int) - Method in class org.drizzle.jdbc.internal.common.query.parameters.DateParameter
 
writeTo(OutputStream, int, int) - Method in class org.drizzle.jdbc.internal.common.query.parameters.DoubleParameter
 
writeTo(OutputStream, int, int) - Method in class org.drizzle.jdbc.internal.common.query.parameters.IntParameter
 
writeTo(OutputStream, int, int) - Method in class org.drizzle.jdbc.internal.common.query.parameters.LongParameter
 
writeTo(OutputStream, int, int) - Method in class org.drizzle.jdbc.internal.common.query.parameters.NullParameter
 
writeTo(OutputStream, int, int) - Method in interface org.drizzle.jdbc.internal.common.query.parameters.ParameterHolder
Write at most maxWriteSize, return the amont actually written
writeTo(OutputStream, int, int) - Method in class org.drizzle.jdbc.internal.common.query.parameters.ReaderParameter
 
writeTo(OutputStream, int, int) - Method in class org.drizzle.jdbc.internal.common.query.parameters.SerializableParameter
 
writeTo(OutputStream, int, int) - Method in class org.drizzle.jdbc.internal.common.query.parameters.StreamParameter
Writes the parameter to an outputstream.
writeTo(OutputStream, int, int) - Method in class org.drizzle.jdbc.internal.common.query.parameters.StringParameter
 
writeTo(OutputStream, int, int) - Method in class org.drizzle.jdbc.internal.common.query.parameters.TimeParameter
 
writeTo(OutputStream, int, int) - Method in class org.drizzle.jdbc.internal.common.query.parameters.TimestampParameter
 
writeTo(OutputStream) - Method in interface org.drizzle.jdbc.internal.common.query.Query
 
writeTo(OutputStream, int, int) - Method in interface org.drizzle.jdbc.internal.common.query.Query
 

A B C D E F G H I J L M N O P Q R S T U V W

Copyright © 2012. All Rights Reserved.