パッケージ org.nkjmlab.sorm4j.sql
Package for write SQL and bind parameters.
-
インタフェースの概要 インタフェース 説明 BasicCommand Command An executable requestNamedParameterCommand An executable request with named parameters.NamedParameterSql A SQL statement with named parameters.OrderedParameterCommand An executable request with ordered parameters.OrderedParameterSql SQL with ordered parameters.ParameterizedSql This class represents a SQL statement with ordered parameters.ParameterizedSqlParser SqlKeyword Sql keywords wrapped with space.TableMetaData -
クラスの概要 クラス 説明 SelectSql API of creates a select SQL statement.SelectSql.Builder SelectSql.Condition Value object represents conditions of where clause or having clause.SelectSql.OrderBy Value object for order by clause.