Package org.dalesbred.query
Helpers for building
SqlQuery
-objects.-
Interface Summary Interface Description VariableResolver Resolves values for variables appearing in SQL queries with named parameters. -
Class Summary Class Description QueryBuilder A very simple builder that can be used to build queries dynamically.SqlQuery Represents an SQL query along all of its arguments. -
Enum Summary Enum Description FetchDirection Represents fetch direction that can be given as a hint toSqlQuery.setFetchDirection(FetchDirection)
. -
Exception Summary Exception Description SqlSyntaxException Exception thrown when parsing SQL fails.VariableResolutionException Exception thrown when a variable could not be resolved.