Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- call(SQLConnectionFunction<R>) - Method in class com.blackrook.sql.SQLAbstractDAO
-
Gets a connection and performs a function on it, returning the result.
- callBatch(PreparedStatement, int, Object[][]) - Static method in class com.blackrook.sql.SQL
-
Performs a series of update queries on a single statement on a connection and returns the batch result.
- callBatch(PreparedStatement, int, Collection<Object[]>) - Static method in class com.blackrook.sql.SQL
-
Performs a series of update queries on a single statement on a connection and returns the batch result.
- callBatch(PreparedStatement, Object[][]) - Static method in class com.blackrook.sql.SQL
-
Performs a series of update queries on a single statement on a connection and returns the batch result, using a default batching amount (1024).
- callBatch(PreparedStatement, Collection<Object[]>) - Static method in class com.blackrook.sql.SQL
-
Performs a series of update queries on a single statement on a connection and returns the batch result, using a default batching amount (1024).
- callLargeBatch(PreparedStatement, int, Object[][]) - Static method in class com.blackrook.sql.SQL
-
Performs a series of update queries on a single statement on a connection and returns the batch result.
- callLargeBatch(PreparedStatement, int, Collection<Object[]>) - Static method in class com.blackrook.sql.SQL
-
Performs a series of update queries on a single statement on a connection and returns the batch result.
- callLargeBatch(PreparedStatement, Object[][]) - Static method in class com.blackrook.sql.SQL
-
Performs a series of update queries on a single statement on a connection and returns the batch result, using a default batching amount (1024).
- callLargeBatch(PreparedStatement, Collection<Object[]>) - Static method in class com.blackrook.sql.SQL
-
Performs a series of update queries on a single statement on a connection and returns the batch result, using a default batching amount (1024).
- callStatement(PreparedStatement, boolean, Object...) - Static method in class com.blackrook.sql.SQL
-
Performs a query on a connection and extracts the data into a SQLResult object.
- close() - Method in class com.blackrook.sql.SQLConnection
-
Closes this connection.
- close() - Method in class com.blackrook.sql.SQLConnection.Transaction
-
If this transaction is not finished, this aborts it.
- close() - Method in class com.blackrook.sql.SQLPool
-
Closes all open connections in the pool.
- column(String, SQLAbstractDAO.Operator, Object) - Static method in class com.blackrook.sql.SQLAbstractDAO
-
Creates a column operation criterion.
- columnIn(String, Object...) - Static method in class com.blackrook.sql.SQLAbstractDAO
-
Creates a column "in" criterion.
- columnIsNull(String) - Static method in class com.blackrook.sql.SQLAbstractDAO
-
Creates a null column criterion.
- columnNames - Variable in class com.blackrook.sql.SQLResult
-
Query Columns.
- columnNotIn(String, Object...) - Static method in class com.blackrook.sql.SQLAbstractDAO
-
Creates a column "not in" criterion.
- com.blackrook.sql - package com.blackrook.sql
-
Contains classes relevant to querying SQL databases.
- com.blackrook.sql.hints - package com.blackrook.sql.hints
-
Contains annotations for hinting at various uses of data types and fields concerning database operations.
- com.blackrook.sql.struct - package com.blackrook.sql.struct
-
Additional helper data structures and methods.
- com.blackrook.sql.util - package com.blackrook.sql.util
-
Contains Utility classes.
- commit() - Method in class com.blackrook.sql.SQLConnection.Transaction
-
Commits the actions completed so far in this transaction.
- complete() - Method in class com.blackrook.sql.SQLConnection.Transaction
-
Completes this transaction and prevents further calls on it.
- construct(Constructor<T>, Object...) - Static method in class com.blackrook.sql.struct.Utils
-
Creates a new instance of a class from a class type.
- create(Class<T>) - Static method in class com.blackrook.sql.struct.Utils
-
Creates a new instance of a class from a class type.
- createObjectFromResultRow(Class<T>, ResultSet) - Static method in class com.blackrook.sql.SQL
-
Creates a new object from the current result row and sets the fields on it using row information.
- createObjectFromResultRow(Class<T>, ResultSet, String[]) - Static method in class com.blackrook.sql.SQL
-
Creates a new object from the current result row and sets the fields on it using row information.
- createObjectsFromResultSet(Class<T>, ResultSet) - Static method in class com.blackrook.sql.SQL
-
Creates new objects from the result set and sets the fields on them using row information.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form