|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
SqlQuery
, which is a wrapper around the SQL query command.
SqlQuery
, which is a wrapper around the SQL query command.
DB2_DEFAULT_IDSEL
is the default value related to the key IDSEL
in the case the
filter value DB2
is used for the SqlProcessorLoader
instance creation.
DB2_DEFAULT_LIMIT_FROM_TO
is the default value related to the key LIMIT_FROM_TO
in the
case the filter value DB2
is used for the SqlProcessorLoader
instance creation.
DB2_DEFAULT_LIMIT_TO
is the default value related to the key LIMIT_TO
in the case the
filter value DB2
is used for the SqlProcessorLoader
instance creation.
DB2_DEFAULT_SEQ
is the default value related to the key SEQ
in the case the filter
value DB2
is used for the SqlProcessorLoader
instance creation.
LIKE_STRING
.
LOG_SQL_COMMAND_FOR_EXCEPTION
.
METHODS_ENUM_IN
.
METHODS_ENUM_OUT
.
OPERATOR_ATTRIBUTE
.
OPERATOR_ATTRIBUTE_IN_MAP
.
DEFAULT_SEQ_NAME
is the default sequence name.
SURROUND_QUERY_LIKE_PARTIAL
.
SURROUND_QUERY_MIN_LEN
.
DEFAULT_VERSION_COLUMN
is the default name of the column devoted to the optimistic locking.
WILDCARD_CHARACTER
.
EMPTY_FOR_NULL
is indicator that the NULL values are always empty.
EMPTY_USE_METHOD_IS_NULL
is indicator that the non-emptiness depends the special isNull method.
ResultSet
object as a Java
type value.
CallableStatement
object as a Java type value.
ResultSet
object as a Java
type value.
CallableStatement
object as a Java type value.
ResultSet
object as a Java
type value.
CallableStatement
object as a Java type value.
ResultSet
object as a Java
type value.
CallableStatement
object as a Java type value.
CallableStatement
object as a Java type value.
CallableStatement
object as a Java type value.
ResultSet
object as a Java
type value.
CallableStatement
object as a Java type value.
CallableStatement
object as a Java type value.
ResultSet
object as a Java
type value.
CallableStatement
object as a Java type value.
ResultSet
object as a Java
type value.
CallableStatement
object as a Java type value.
ResultSet
object as a Java
type value.
CallableStatement
object as a Java type value.
ResultSet
object as a Java
type value.
CallableStatement
object as a Java type value.
ResultSet
object as a Java
type value.
CallableStatement
object as a Java type value.
ResultSet
object as a Java
type value.
CallableStatement
object as a Java type value.
ResultSet
object as a Java
type value.
CallableStatement
object as a Java type value.
ResultSet
object as a Java
type value.
CallableStatement
object as a Java type value.
ResultSet
object as a Java
type value.
CallableStatement
object as a Java type value.
ResultSet
object as a Java
type value.
CallableStatement
object as a Java type value.
ResultSet
object as a Java
type value.
CallableStatement
object as a Java type value.
ResultSet
object as a Java
type value.
CallableStatement
object as a Java type value.
ResultSet
object as a Java
type value.
CallableStatement
object as a Java type value.
ResultSet
object as a Java
type value.
CallableStatement
object as a Java type value.
ResultSet
object as a Java
type value.
CallableStatement
object as a Java type value.
CallableStatement
object as a Java type value.
ResultSet
object as a Java
type value.
CallableStatement
object as a Java type value.
, AND
or OR
.
SqlMetaSqlFragment.Type
.
HSQLDB_DEFAULT_IDSEL
is the default value related to the key IDSEL
in the case the
filter value HSQLDB
is used for the SqlProcessorLoader
instance creation.
HSQLDB_DEFAULT_LIMIT_FROM_TO
is the default value related to the key LIMIT_FROM_TO
in
the case the filter value HSQLDB
is used for the SqlProcessorLoader
instance creation.
HSQLDB_DEFAULT_LIMIT_FROM_TO_ORDERED
is the default value related to the key
LIMIT_FROM_TO_ORDERED
in the case the filter value HSQLDB
is used for the
SqlProcessorLoader
instance creation.
HSQLDB_DEFAULT_LIMIT_TO
is the default value related to the key LIMIT_TO
in the case
the filter value HSQLDB
is used for the SqlProcessorLoader
instance creation.
HSQLDB_DEFAULT_LIMIT_TO_ORDERED
is the default value related to the key
LIMIT_TO_ORDERED
in the case the filter value HSQLDB
is used for the
SqlProcessorLoader
instance creation.
HSQLDB_DEFAULT_SEQ
is the default value related to the key SEQ
in the case the filter
value HSQLDB
is used for the SqlProcessorLoader
instance creation.
ID
is the key for the identity columns.
IDSEL
is the key for the SQL query pattern used to obtain the value of identities after the INSERT
command.
IDSEL_JDBC
is the special value related to the key IDSEL
indicating that the generated
identity value is determined using JDBC capabilities to return generated keys for SQL statement.
IGNORE_INPROPER_IN
is the key for special handling of input/output values.
IGNORE_INPROPER_OUT
is the key for special handling of input/output values.
INFORMIX_DEFAULT_IDSEL
is the default value related to the key IDSEL
in the case the
filter value INFORMIX
is used for the SqlProcessorLoader
instance creation.
INFORMIX_DEFAULT_LIMIT_FROM_TO
is the default value related to the key LIMIT_FROM_TO
in
the case the filter value INFORMIX
is used for the SqlProcessorLoader
instance creation.
INFORMIX_DEFAULT_LIMIT_TO
is the default value related to the key LIMIT_TO
in the case
the filter value INFORMIX
is used for the SqlProcessorLoader
instance creation.
INFORMIX_DEFAULT_SEQ
is the default value related to the key SEQ
in the case the filter
value INFORMIX
is used for the SqlProcessorLoader
instance creation.
JDBC
is the key for the raw JDBC stack usage.
SqlEngineFactory
optimized for the JDBC stack.SqlSessionFactory
for the JDBC stack.SqlMetaType
instances.LIKE_STRING
is the key for the SQL command like
.
LIKE
.
LIMIT_FROM_TO
is the key for the SQL query pattern used to limit the query results.
LIMIT_FROM_TO_ORDERED
is the key for the SQL query pattern used to limit the query results in the
case the query output is sorted.
LIMIT_TO
is the key for the SQL query pattern used to limit the query results.
LIMIT_TO_ORDERED
is the key for the SQL query pattern used to limit the query results in the case
the query output is sorted.
LOG_SQL_COMMAND_FOR_EXCEPTION
is the indicator that in the case of an SQLException the related SQL
command should be logged.
METHODS_ENUM_IN
lists the methods used in the translation from a Java type to a JDBC datatype for
enumerations based input values.
METHODS_ENUM_OUT
lists the methods used in the translation from a JDBC datatype to a Java type for
enumerations based output values.
MSSQL_DEFAULT_IDSEL
is the default value related to the key IDSEL
in the case the
filter value MSSQL
is used for the SqlProcessorLoader
instance creation.
MSSQL_DEFAULT_LIMIT_TO
is the default value related to the key LIMIT_TO
in the case the
filter value MSSQL
is used for the SqlProcessorLoader
instance creation.
MYSQL_DEFAULT_IDSEL
is the default value related to the key IDSEL
in the case the
filter value MYSQL
is used for the SqlProcessorLoader
instance creation.
MYSQL_DEFAULT_LIMIT_FROM_TO
is the default value related to the key LIMIT_FROM_TO
in
the case the filter value MYSQL
is used for the SqlProcessorLoader
instance creation.
MYSQL_DEFAULT_LIMIT_TO
is the default value related to the key LIMIT_TO
in the case the
filter value MYSQL
is used for the SqlProcessorLoader
instance creation.
OPERATOR_ATTRIBUTE
is the operator atribute name suffix.
OPERATOR_ATTRIBUTE_IN_MAP
is the map name of the operators name suffix.
ORACLE_DEFAULT_LIMIT_FROM_TO
is the default value related to the key LIMIT_FROM_TO
in
the case the filter value ORACLE
is used for the SqlProcessorLoader
instance creation.
ORACLE_DEFAULT_LIMIT_TO
is the default value related to the key LIMIT_TO
in the case
the filter value ORACLE
is used for the SqlProcessorLoader
instance creation.
ORACLE_DEFAULT_SEQ
is the default value related to the key SEQ
in the case the filter
value ORACLE
is used for the SqlProcessorLoader
instance creation.
POSTGRESQL_DEFAULT_LIMIT_FROM_TO
is the default value related to the key LIMIT_FROM_TO
in the case the filter value POSTGRESQL
is used for the SqlProcessorLoader
instance
creation.
POSTGRESQL_DEFAULT_LIMIT_TO
is the default value related to the key LIMIT_TO
in the
case the filter value POSTGRESQL
is used for the SqlProcessorLoader
instance creation.
POSTGRESQL_DEFAULT_SEQ
is the default value related to the key SEQ
in the case the
filter value POSTGRESQL
is used for the SqlProcessorLoader
instance creation.
LIKE
.
SqlCrudEngine
and
SqlCrudEngine
.
SqlCrudEngine
and
SqlCrudEngine
.
SqlQueryEngine
.
SqlQueryEngine
.
SEQ
is the key for the SQL query pattern used for the sequences.
SqlPluginFactory
.SqlMetaType
instances.SqlMonitor
interface.SqlQueryEngine
and SqlCrudEngine
.SqlEngine
instances.SqlQuery.list()
.SqlMetaLogExpr
.SqlQueryEngine
and SqlCrudEngine
main public methods.SqlMonitor
instances.SqlMetaStatement.process(org.sqlproc.engine.impl.SqlMetaStatement.Type, Object, Object, List, Map, Map, SqlTypeFactory, SqlPluginFactory)
Also can work as a context for a dynamic ANSI SQL query generation.SqlSession
instances.SqlEngineFactory
.SqlMetaType
instances.SURROUND_QUERY_LIKE
is the key for the special SQL Processor behavior.
SURROUND_QUERY_LIKE_PARTIAL
is the key for the special SQL Processor behavior.
SURROUND_QUERY_MIN_LEN
is the minimal length of the string input values for the SQL
like
command to switch on the SQL Processor special behavior described above in the runtime.
SqlInputValue.Type
.
WILDCARD_CHARACTER
is the key for the wildcard character for the SQL like
command.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |