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