パッケージ org.nkjmlab.sorm4j.sql
Package of
SqlStatement
which support to write SQL statements.
-
インタフェースの概要 インタフェース 説明 InsertResult<T> Represents a result from an insert operation with auto-generated keys.LazyResultSet<T> A object wrapsResultSet.NamedParameterQuery<T> Query with named parameters.NamedParameterRequest NamedParameterSql A SQL statement with named parameters.OrderedParameterQuery<T> Query with ordered parameters.OrderedParameterRequest OrderedParameterSql SQL with ordered parameters.Query<T> A query for reading and mapping a relation to object.Request SelectBuilder API of creates a select SQL statement.SelectQuery<T> A query with builder for reading and mapping a relation to object.SqlStatement This class represents a sql statement with ordered parameters.SqlStatementSupplier -
クラスの概要 クラス 説明 SelectBuilder.Condition Value object represents conditions of where clause or having clause.SelectBuilder.OrderBy Value object for order by clause.