Uses of Package
com.blackrook.sql
Packages that use com.blackrook.sql
Package
Description
Contains classes relevant to querying SQL databases.
Contains Utility classes.
-
Classes in com.blackrook.sql used by com.blackrook.sqlClassDescriptionA single criterion.Exception thrown when a Data Access Object fails at storage or retrieval unexpectedly.A criterion operator.A single ordering criterion.Query string builder.The interface used for all SQL connections that can have queries performed through them.A wrapped SQL connection for ease-of-querying.A transaction object that holds a connection that guarantees an isolation level of some kind.Enumeration of transaction levels.Core database JDBC connector object.This is a database connection pool class for a bunch of shared, managed connections.The data encapsulation of the result of a query
ResultSet
.The iterator returned to iterate through this result.SQLRow object. -
Classes in com.blackrook.sql used by com.blackrook.sql.utilClassDescriptionA wrapped SQL connection for ease-of-querying.A transaction object that holds a connection that guarantees an isolation level of some kind.