A B C D E F G H I J L M N O P Q R S T U V W Z

A

add(StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
add(SqlProcessor, String, String, SqlMetaStatement, List<String>, String...) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
add(SqlProcessor, String, String, SqlMappingRule, List<String>, String...) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
add(SqlProcessor, String, String, String, List<String>, String...) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
add - Variable in class org.sqlproc.engine.impl.SqlProcessResult
The indicator that a partial processing result (of ANSI SQL Query generation) is going to be part of a final ANSI SQL.
add(boolean) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Sets an indicator if a partial processing result will be part of a final ANSI SQL.
addAscOrder(int) - Method in class org.sqlproc.engine.SqlOrder
Adds one more ascending ordering directive into the list of ordering directives.
addAttributeName(String) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Adds a partial name of an attribute.
addColumn(Object, SqlMappingItem, StringBuilder) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
addColumn(Object, SqlMappingItem, StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addColumnAttr(SqlMappingItem, String) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
addColumnAttr(SqlMappingItem, Token) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addConst(String) - Method in class org.sqlproc.engine.impl.SqlMetaConst
Adds a new name.
addConstant(Object, SqlMetaConst, StringBuilder, SqlMetaOperator) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
addConstant(Object, SqlMetaConst, StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addCustomType(SqlInternalType) - Method in class org.sqlproc.engine.SqlSimpleFactory
Adds a new custom META type.
addDatabaseColumn(Object, SqlDatabaseColumn, StringBuilder) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
addDatabaseColumn(Object, SqlDatabaseColumn, StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addDatabaseTable(Object, SqlDatabaseTable, StringBuilder) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
addDatabaseTable(Object, SqlDatabaseTable, StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addDescOrder(int) - Method in class org.sqlproc.engine.SqlOrder
Adds one more descending ordering directive into the list of ordering directives.
addElement(SqlMetaIfItem) - Method in class org.sqlproc.engine.impl.SqlMetaAndOr
Adds a new sub-element.
addElement(SqlMetaIfItem) - Method in class org.sqlproc.engine.impl.SqlMetaIf
Adds a new sub-element.
addElement(SqlMetaElement) - Method in class org.sqlproc.engine.impl.SqlMetaIfItem
Adds a new sub-element.
addElement(SqlMetaLogOperand) - Method in class org.sqlproc.engine.impl.SqlMetaLogExpr
Adds a new sub-element.
addElement(SqlMetaSimple) - Method in class org.sqlproc.engine.impl.SqlMetaOrd
Adds a new sub-element.
addElement(SqlMetaIfItem) - Method in class org.sqlproc.engine.impl.SqlMetaSqlFragment
Adds a new sub-element.
addElement(SqlMetaElement) - Method in class org.sqlproc.engine.impl.SqlMetaStatement
Adds a new sub-element.
addFalse() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Sets an indicator that a partial processing result is going to be part of a final ANSI SQL.
addFeature(String, String, String, List<ErrorMsg>, List<String>, String...) - Method in class org.sqlproc.engine.impl.SqlProcessor
Adds a new optional feature.
addIdent(Object, SqlMetaIdent, StringBuilder, SqlMetaOperator) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
addIdent(String) - Method in class org.sqlproc.engine.impl.SqlMetaIdent
Adds a new name.
addIdent(Object, SqlMetaIdent, StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addIdentities(Map<String, SqlInputValue>) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Adds a new collection of identities.
addIdentity(String, SqlInputValue) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Adds a new identity.
addIdentityIndex(Integer, boolean) - Method in class org.sqlproc.engine.impl.SqlMappingIdentity
Adds a new identity index.
addInputValue(String, SqlInputValue) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Adds a new dynamic input value.
addInputValues(List<String>) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Adds a new collection of dynamic input values.
addMappedInputValues(Map<String, SqlInputValue>) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Adds a new collection of dynamic input values.
addMapping(SqlMappingItem) - Method in class org.sqlproc.engine.impl.SqlMappingResult
Adds a new mapping rule item in the merging process.
addMapping(SqlMappingItem) - Method in class org.sqlproc.engine.impl.SqlMappingRule
Adds a new Mapping item, which is a mapping rule for one column.
addMappingRule(String, String, SqlMappingRule, List<ErrorMsg>, List<String>, String...) - Method in class org.sqlproc.engine.impl.SqlProcessor
Adds a new output value mapping.
addMetaStatement(String, String, SqlMetaStatement, List<ErrorMsg>, List<String>, String...) - Method in class org.sqlproc.engine.impl.SqlProcessor
Adds a new META SQL statement.
addModifier(Object, SqlTypeFactory, String, String) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
addModifier(Object, SqlTypeFactory, String) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
addModifier(SqlTypeFactory, SqlMappingItem, String) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addModifier(SqlTypeFactory, SqlMappingItem, String, String) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addModifier(SqlTypeFactory, SqlMetaIdent, String, Token) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addModifier(SqlTypeFactory, SqlMetaConst, String, Token) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addOperator(Object, SqlMetaOperator, StringBuilder) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
addOperator(Object, SqlMetaOperator, StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addOperator(SqlMetaLogExpr, boolean) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addOrder(int) - Method in class org.sqlproc.engine.SqlOrder
Adds one more ascending or descending ordering directive into the list of ordering directives.
addOutputValue(String, SqlMappingItem) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Adds a new output value.
addOutputValues(Map<String, SqlMappingItem>) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Adds a new collection of output values.
addOutValue(String, SqlInputValue) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Adds a new OUT/INOUT value.
addOutValues(Map<String, SqlInputValue>) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Adds a new collection of OUT/INOUT values.
addScalar(String) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Declares a scalar query result, which is an SQL query execution output value.
addScalar(String, Object) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.jdbc.type.JdbcDefaultType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.jdbc.type.JdbcOracleCursorType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.jdbc.type.JdbcOtherType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(String) - Method in interface org.sqlproc.engine.SqlQuery
Declares a scalar query result, which is an SQL query execution output value.
addScalar(String, Object) - Method in interface org.sqlproc.engine.SqlQuery
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlBigDecimalType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlBigIntegerType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlBlobType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlBooleanType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlByteArrayType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlByteType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlCharType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlClobType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlDateTimeType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlDateType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlDoubleType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlEnumIntegerType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlEnumStringType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlFloatType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlFromDateType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlIdentityType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlIntegerType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlLongType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlMetaType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlOutValueType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlShortType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlStringType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlTextType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlTimestampType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlTimeType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlQuery, String, Class<?>) - Method in class org.sqlproc.engine.type.SqlToDateType
Declares a scalar query result, which is an SQL query execution output value.
addText(Object, StringBuilder) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
addText(Object, StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addTrue() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Sets an indicator that a partial processing result isn't going to be part of a final ANSI SQL.
addWarnings(List<ErrorMsg>) - Method in class org.sqlproc.engine.impl.SqlProcessor
Adds all parsing errors as warnings.
afterChar(String, char) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
afterSql - Variable in class org.sqlproc.engine.plugin.SqlFromToPlugin.LimitType
 
allArtifactsNames - Variable in class org.sqlproc.engine.impl.SqlProcessor
The collection of all artifacts to enable duplicity control.
allIdentityIndexes - Variable in class org.sqlproc.engine.impl.SqlMappingIdentity
The list of all parent alternative identities.
allInputValues - Variable in class org.sqlproc.engine.impl.SqlProcessResult
The list of dynamic input values.
alsoFirst - Variable in class org.sqlproc.engine.plugin.SqlFromToPlugin.LimitType
 
AND - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
AND - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
AND_PREFIX - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
artifactName - Variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ASC_ORDER - Static variable in class org.sqlproc.engine.SqlQueryEngine
The ordering directive list with one ascending ordering rule.
asList(int[]) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
AT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
AT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
attributes - Variable in class org.sqlproc.engine.impl.SqlMappingItem
The list of all partial attribute names in the result class.
attributesMap - Variable in class org.sqlproc.engine.impl.SqlMappingItem
The map of all partial attribute names in the result class.

B

BAND - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
BAND - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
BeanUtils - Class in org.sqlproc.engine.impl
Bean utilities.
BeanUtils() - Constructor for class org.sqlproc.engine.impl.BeanUtils
 
beforeChar(String, char) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
BIG_DECIMAL - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
BIG_INTEGER - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
BLOB - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
BOOLEAN - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
BOR - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
BOR - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
BYTE - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
BYTE_ARRAY - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
BYTE_ARRAY_WRAPPER - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.

C

calculateIdentities() - Method in class org.sqlproc.engine.impl.SqlMappingResult
Calculates all identities related information.
CALL - Static variable in class org.sqlproc.engine.jdbc.JdbcQuery
 
callFunction() - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Executes the statements in the stored function, which return value of any type but the result set.
callFunction(SqlSession, Object) - Method in class org.sqlproc.engine.SqlProcedureEngine
Runs the stored function based on the META SQL statement.
callFunction(SqlSession, Object, Object, int) - Method in class org.sqlproc.engine.SqlProcedureEngine
Runs the stored function based on the META SQL statement.
callFunction(SqlSession, Object, SqlControl) - Method in class org.sqlproc.engine.SqlProcedureEngine
Runs the stored function based on the META SQL statement.
callFunction() - Method in interface org.sqlproc.engine.SqlQuery
Executes the statements in the stored function, which return value of any type but the result set.
callList() - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Returns the stored procedure execution results as a List.
callList() - Method in interface org.sqlproc.engine.SqlQuery
Returns the stored procedure execution results as a List.
callMethod(String, Object, Map<String, String>) - Method in class org.sqlproc.engine.plugin.DefaultSqlPlugins
 
callQuery(SqlSession, Class<E>, Object) - Method in class org.sqlproc.engine.SqlProcedureEngine
Runs the stored procedure based on the META SQL statement to obtain a list of database rows.
callQuery(SqlSession, Class<E>, Object, Object, int) - Method in class org.sqlproc.engine.SqlProcedureEngine
Runs the stored procedure based on the META SQL statement to obtain a list of database rows.
callQuery(SqlSession, Class<E>, Object, SqlControl) - Method in class org.sqlproc.engine.SqlProcedureEngine
Runs the stored procedure based on the META SQL statement to obtain a list of database rows.
calls - Variable in class org.sqlproc.engine.SqlProcessorLoader
The collection of named META SQL CALLABLE statements.
callUnique() - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Convenience method to return a single instance that matches the stored procedure execution, or null if the stored procedure execution returns no results.
callUnique() - Method in interface org.sqlproc.engine.SqlQuery
Convenience method to return a single instance that matches the stored procedure execution, or null if the stored procedure execution returns no results.
callUpdate() - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Executes the update, delete, insert statement or other statements in the stored procedure, which don't return the result set.
callUpdate(SqlSession, Object) - Method in class org.sqlproc.engine.SqlProcedureEngine
Runs the stored procedure based on the META SQL statement.
callUpdate(SqlSession, Object, Object, int) - Method in class org.sqlproc.engine.SqlProcedureEngine
Runs the stored procedure based on the META SQL statement.
callUpdate(SqlSession, Object, SqlControl) - Method in class org.sqlproc.engine.SqlProcedureEngine
Runs the stored procedure based on the META SQL statement.
callUpdate() - Method in interface org.sqlproc.engine.SqlQuery
Executes the update, delete, insert statement or other statements in the stored procedure, which don't return the result set.
CARET - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
CARET - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
caseConversion - Variable in class org.sqlproc.engine.impl.SqlInputValue
Which conversion should be done on inputValue.
caseConversion - Variable in class org.sqlproc.engine.impl.SqlMetaConst
Which conversion should be done on input value.
caseConversion - Variable in class org.sqlproc.engine.impl.SqlMetaIdent
Which conversion should be done on input value.
CHAR - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
checkDynamicInputValues(Object) - Method in class org.sqlproc.engine.SqlEngine
Check the input parameters.
checkProperty(Object, String) - Static method in class org.sqlproc.engine.impl.BeanUtils
 
checkStaticInputValues(Object) - Method in class org.sqlproc.engine.SqlEngine
Check the input parameters.
CLASS_TO_TYPE_MAP - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
The immutable map between the Java class types and the internal types.
classToTypeMap - Variable in class org.sqlproc.engine.type.SqlComposedTypeFactory
The map between a Java class type and an internal type.
CLOB - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
COLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
COLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
column() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
COMMA - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
COMMA - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
compareTo(SqlProcessResult) - Method in class org.sqlproc.engine.impl.SqlProcessResult
In case there're several ordering rules in the final generated ANSI SQL, they should be ordered.
composedTypeFactory - Variable in class org.sqlproc.engine.SqlProcessorLoader
The combined factory for the META types construction.
connection - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The connection to the database.
connection - Variable in class org.sqlproc.engine.jdbc.JdbcSession
The connection to the database.
connection - Variable in class org.sqlproc.engine.jdbc.JdbcSessionFactory
The connection to the database.
connection - Variable in class org.sqlproc.engine.jdbc.JdbcSimpleSession
The connection to the database.
CONST_PREFIX - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
constant() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
constantOperator() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
convertBigDecimal(Class<?>, Object) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
convertBigInteger(Class<?>, Object) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
counter - Static variable in class org.sqlproc.engine.impl.ParserUtils
 
create(String, RecognitionException, String[]) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
create(String, String, RecognitionException, String[]) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
createSqlQuery(String) - Method in class org.sqlproc.engine.jdbc.JdbcSimpleSession
Creates a new instance of SqlQuery, which is a wrapper around the SQL query command.
createSqlQuery(String) - Method in interface org.sqlproc.engine.SqlSession
Creates a new instance of SqlQuery, which is a wrapper around the SQL query command.
cruds - Variable in class org.sqlproc.engine.SqlProcessorLoader
The collection of named META SQL CRUD statements.
currentFeatures - Static variable in class org.sqlproc.engine.impl.SqlProcessContext
The thread local holder for the configuration object.
currentPluginFactory - Static variable in class org.sqlproc.engine.impl.SqlProcessContext
The thread local holder for the factory for the SQL Processor plugins.
currentTypeFactory - Static variable in class org.sqlproc.engine.impl.SqlProcessContext
The thread local holder for the factory responsible for the META types construction.
customTypes - Variable in class org.sqlproc.engine.SqlSimpleFactory
The custom META types.

D

DATE - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
DATE_TIME - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
DB2 - Static variable in interface org.sqlproc.engine.SqlFeature
The filter for DB2 Server devoted optional features.
DB2_DEFAULT_IDSEL - Static variable in interface org.sqlproc.engine.SqlFeature
/** 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 - Static variable in interface org.sqlproc.engine.SqlFeature
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 - Static variable in interface org.sqlproc.engine.SqlFeature
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 - Static variable in interface org.sqlproc.engine.SqlFeature
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.
dbcolumn() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
dbName - Variable in class org.sqlproc.engine.impl.SqlMappingItem
The name of a database query output.
dbtable() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
DDLLoader - Class in org.sqlproc.engine.util
The helper class for the DDL file(s) loading.
DDLLoader(String, Class<?>) - Constructor for class org.sqlproc.engine.util.DDLLoader
Reads the DDL file and creates a new DDLLoader instance.
DDLLoader(List<String>, Class<?>) - Constructor for class org.sqlproc.engine.util.DDLLoader
Reads the DDL files and creates a new DDLLoader instance.
ddls - Variable in class org.sqlproc.engine.util.DDLLoader
DDL statements from the file.
debug - Variable in class org.sqlproc.engine.plugin.DefaultSqlPlugins
 
DEFAULT - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of default type.
DEFAULT_LIKE_STRING - Static variable in interface org.sqlproc.engine.SqlFeature
This is the default value related to the key LIKE_STRING.
DEFAULT_LOG_SQL_COMMAND_FOR_EXCEPTION - Static variable in interface org.sqlproc.engine.SqlFeature
This is the default value related to the key LOG_SQL_COMMAND_FOR_EXCEPTION .
DEFAULT_METHODS_ENUM_IN - Static variable in interface org.sqlproc.engine.SqlFeature
This is the default value related to the key METHODS_ENUM_IN.
DEFAULT_METHODS_ENUM_OUT - Static variable in interface org.sqlproc.engine.SqlFeature
This is the default value related to the key METHODS_ENUM_OUT.
DEFAULT_OPERATOR_ATTRIBUTE - Static variable in interface org.sqlproc.engine.SqlFeature
This is the default value related to the key OPERATOR_ATTRIBUTE.
DEFAULT_OPERATOR_ATTRIBUTE_IN_MAP - Static variable in interface org.sqlproc.engine.SqlFeature
This is the default value related to the key OPERATOR_ATTRIBUTE_IN_MAP.
DEFAULT_SEQ_NAME - Static variable in interface org.sqlproc.engine.SqlFeature
DEFAULT_SEQ_NAME is the default sequence name.
DEFAULT_SURROUND_QUERY_LIKE_PARTIAL - Static variable in interface org.sqlproc.engine.SqlFeature
This is the default value related to the key SURROUND_QUERY_LIKE_PARTIAL .
DEFAULT_SURROUND_QUERY_MIN_LEN - Static variable in interface org.sqlproc.engine.SqlFeature
This is the default value related to the key SURROUND_QUERY_MIN_LEN.
DEFAULT_VERSION_COLUMN - Static variable in interface org.sqlproc.engine.SqlFeature
DEFAULT_VERSION_COLUMN is the default name of the column devoted to the optimistic locking.
DEFAULT_WILDCARD_CHARACTER - Static variable in interface org.sqlproc.engine.SqlFeature
This is the default value related to the key WILDCARD_CHARACTER .
defaultFeatures - Variable in class org.sqlproc.engine.impl.SqlProcessor
The collection of the SQL Processor default optional features.
DefaultSqlPlugins - Class in org.sqlproc.engine.plugin
The SQL Processor plugins standard implementation.
DefaultSqlPlugins() - Constructor for class org.sqlproc.engine.plugin.DefaultSqlPlugins
 
defaultSqlPlugins - Variable in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The SQL Processor plugins standard implementation.
delete(SqlSession, Object) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL delete statement to delete a database row.
delete(SqlSession, Object, Object) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL delete statement to delete a database row.
delete(SqlSession, Object, Object, int) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL delete statement to delete a database row.
delete(SqlSession, Object, SqlControl) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL delete statement to delete a database row.
DESC_ORDER - Static variable in class org.sqlproc.engine.SqlQueryEngine
The ordering directive list with one descending ordering rule.
dfa12 - Variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_accept - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_acceptS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_eof - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_eofS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_eot - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_eotS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_max - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_maxS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_min - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_minS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_special - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_specialS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_transition - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_transitionS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
dfa43 - Variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_accept - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_acceptS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_eof - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_eofS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_eot - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_eotS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_max - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_maxS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_min - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_minS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_special - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_specialS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_transition - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_transitionS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
dfa48 - Variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_accept - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_acceptS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_eof - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_eofS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_eot - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_eotS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_max - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_maxS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_min - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_minS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_special - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_specialS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_transition - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_transitionS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
dfa57 - Variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_accept - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_acceptS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_eof - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_eofS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_eot - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_eotS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_max - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_maxS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_min - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_minS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_special - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_specialS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_transition - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_transitionS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
dfa66 - Variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_accept - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_acceptS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_eof - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_eofS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_eot - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_eotS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_max - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_maxS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_min - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_minS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_special - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_specialS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_transition - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_transitionS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
dfa73 - Variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_accept - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_acceptS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_eof - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_eofS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_eot - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_eotS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_max - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_maxS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_min - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_minS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_special - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_specialS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_transition - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_transitionS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DIGIT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DIGIT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
doIdentitySelect(String) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Runs the select to obtain the value of auto-generated identity.
doSkip(Set<String>, String) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
DOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DOUBLE - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
duplicityControl(String, String, List<String>) - Method in class org.sqlproc.engine.impl.SqlProcessor
Controls if the name of the artifact isn't already used.
dynamicInputValue - Variable in class org.sqlproc.engine.impl.SqlMetaOperator
An indicator the dynamic input values are used.
dynamicInputValues - Variable in class org.sqlproc.engine.impl.SqlProcessContext
The SQL statement dynamic parameters.

E

elements - Variable in class org.sqlproc.engine.impl.SqlMetaAndOr
The list of sub-elements based on ANTLR grammar.
elements - Variable in class org.sqlproc.engine.impl.SqlMetaConst
The list of sub-elements.
elements - Variable in class org.sqlproc.engine.impl.SqlMetaIdent
The list of sub-elements.
elements - Variable in class org.sqlproc.engine.impl.SqlMetaIf
The list of maximum 2 sub-elements based on ANTLR grammar.
elements - Variable in class org.sqlproc.engine.impl.SqlMetaIfItem
The list of sub-elements based on ANTLR grammar.
elements - Variable in class org.sqlproc.engine.impl.SqlMetaLogExpr
The list of sub-elements based on ANTLR grammar.
elements - Variable in class org.sqlproc.engine.impl.SqlMetaOrd
The list of sub-elements based on ANTLR grammar.
elements - Variable in class org.sqlproc.engine.impl.SqlMetaSqlFragment
The list of sub-elements based on ANTLR grammar.
elements - Variable in class org.sqlproc.engine.impl.SqlMetaStatement
All sub-elements based on ANTLR grammar defined in SqlStatement.g.
EMPTY_FOR_NULL - Static variable in interface org.sqlproc.engine.SqlFeature
EMPTY_FOR_NULL is indicator that the NULL values are always empty.
EMPTY_USE_METHOD_IS_NULL - Static variable in interface org.sqlproc.engine.SqlFeature
EMPTY_USE_METHOD_IS_NULL is indicator that the non-emptiness depends the special isNull method.
engines - Variable in class org.sqlproc.engine.SqlProcessorLoader
The collection of named SQL Engines (the primary SQL Processor class) instances.
ENUM_INT - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of Integer based enumeration type.
ENUM_STRING - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
EOF - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
EOF - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
EQUALS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
EQUALS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ErrorMsg - Class in org.sqlproc.engine.impl
Every parser error is encapsulated into the instance of this class.
ErrorMsg(String, String, int, int, int) - Constructor for class org.sqlproc.engine.impl.ErrorMsg
 
errors - Variable in class org.sqlproc.engine.impl.SqlProcessor
The list of all errors.
errors - Variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
errors - Variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
errors - Variable in exception org.sqlproc.engine.SqlEngineException
The list of parsing errors.
ESC_AT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_AT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ESC_BOR - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_BOR - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ESC_CHAR - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_CHAR - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ESC_COLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_COLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ESC_DOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_DOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ESC_HASH - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_HASH - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ESC_LBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_LBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ESC_PERCENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_PERCENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ESC_RBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_RBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ESC_SEMICOLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_SEMICOLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ESC_SLASH - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_SLASH - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ESC_STRING - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_STRING - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
executeBatch(String[]) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeBatch(String[]) - Method in class org.sqlproc.engine.jdbc.JdbcSimpleSession
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeBatch(String[]) - Method in interface org.sqlproc.engine.SqlQuery
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeBatch(String[]) - Method in interface org.sqlproc.engine.SqlSession
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
expression - Variable in class org.sqlproc.engine.impl.SqlMetaIf
The logical expression.

F

factory - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
The private static instance of this factory.
factory - Static variable in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The private static instance of this factory.
features - Variable in class org.sqlproc.engine.impl.SqlProcessor
The collection of the SQL Processor optional features.
features - Variable in class org.sqlproc.engine.impl.SqlStandardControl
The optional features.
features - Variable in class org.sqlproc.engine.SqlEngine
Configuration of the SQL Processor using map of features.
features - Variable in class org.sqlproc.engine.SqlProcessorLoader
The collection of the SQL Processor optional features.
filter - Variable in class org.sqlproc.engine.SqlSimpleFactory
The name of the filter to filter the META SQL statements, mapping rules and optional features.
filterActiveFilters(List<String>) - Method in class org.sqlproc.engine.impl.SqlProcessor
Filter the active filters removing all values, which contain the character '='
filtersControl(String[], List<String>) - Method in class org.sqlproc.engine.impl.SqlProcessor
Runs the business logic for the filters related to the artifact usability.
finish(SqlValidationContext<T>) - Method in interface org.sqlproc.engine.validation.SqlValidator
The SqlValidator visitor method called from inside the main execution methods in SqlCrudEngine.
firstLowerCase(String) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
firstResult - Variable in class org.sqlproc.engine.impl.SqlStandardControl
The first SQL execution output row to be returned in the case we need to skip some rows in the result set.
firstResult - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The first row to retrieve.
FLOAT - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
FOLLOW_AND_in_ifSqlCond1229 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_AT_in_ifSqlFragment951 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_AT_in_sqlFragment513 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BAND_in_ifMetaSql1141 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BAND_in_metaSql705 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_ifMetaSql1080 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_ifMetaSql1109 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_ifMetaSql1122 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_ifMetaSql1156 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_ifMetaSql1172 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_ifMetaSql1187 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_metaSql644 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_metaSql673 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_metaSql686 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_metaSql720 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_metaSql736 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_metaSql751 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COLON_in_ifSqlBool1271 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COLON_in_ifSqlFragment886 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COLON_in_ifSqlFragment914 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COLON_in_ifSqlFragment916 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COLON_in_ordSqlFragment1385 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COLON_in_sqlFragment438 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COLON_in_sqlFragment476 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COLON_in_sqlFragment478 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_column_in_ifSqlFragment955 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_column_in_sqlFragment517 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COMMA_in_column1509 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COMMA_in_column1612 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COMMA_in_constant1736 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COMMA_in_identifier1884 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COMMA_in_mappingItem2362 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COMMA_in_mappingItem2460 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COMMA_in_parse2123 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COMMA_in_parse2189 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COMMA_in_parse2253 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_constant_in_ifSqlBool1291 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_constant_in_ifSqlFragment904 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_constant_in_ordSqlFragment1403 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_constant_in_sqlFragment461 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_constantOperator_in_ifSqlFragment936 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_constantOperator_in_sqlFragment498 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_dbcolumn_in_ifSqlFragment998 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_dbcolumn_in_ordSqlFragment1416 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_dbcolumn_in_sqlFragment561 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_dbtable_in_ifSqlFragment977 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_dbtable_in_sqlFragment540 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_EOF_in_mapping2248 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_EOF_in_meta338 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_EOF_in_parse2303 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_EQUALS_in_constantOperator1991 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_EQUALS_in_identifier1791 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_EQUALS_in_identifierOperator2092 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_EQUALS_in_metaSql767 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_EQUALS_in_parse2135 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_EQUALS_in_parse2201 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_EQUALS_in_parse2265 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_HASH_in_metaSql793 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_DOT_in_column1453 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_DOT_in_column1554 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_DOT_in_constant1681 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_DOT_in_dbcolumn2140 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_DOT_in_dbtable2173 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_DOT_in_identifier1823 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_DOT_in_mappingItem2304 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_DOT_in_mappingItem2400 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_column1459 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_column1486 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_column1514 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_column1560 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_column1588 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_column1617 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_constant1687 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_constant1713 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_constant1746 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_constantOperator1983 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_dbcolumn2146 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_dbtable2179 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_identifier1829 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_identifier1861 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_identifier1894 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_identifierOperator2084 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_mappingItem2283 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_mappingItem2310 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_mappingItem2338 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_mappingItem2367 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_mappingItem2406 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_mappingItem2435 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_mappingItem2465 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_metaSql774 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_parse2110 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_parse2127 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_parse2176 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_parse2193 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_parse2242 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_parse2257 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_identifier_in_ifSqlBool1275 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_identifier_in_ifSqlFragment890 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_identifier_in_ordSqlFragment1389 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_identifier_in_sqlFragment442 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_identifierOperator_in_ifSqlFragment920 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_identifierOperator_in_sqlFragment482 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifMetaSql_in_ifSqlFragment1008 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_ifMetaSql1071 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_ifMetaSql1084 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_ifMetaSql1113 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_ifMetaSql1126 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_ifMetaSql1147 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_ifMetaSql1160 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_ifMetaSql1178 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_ifMetaSql1191 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_metaSql635 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_metaSql648 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_metaSql677 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_metaSql690 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_metaSql711 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_metaSql724 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_metaSql742 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_metaSql755 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_metaSql780 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSqlBool_in_ifSqlCond1221 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSqlBool_in_ifSqlCond1245 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSqlCond_in_ifMetaSql1102 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSqlCond_in_ifSqlBool1307 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSqlCond_in_metaSql666 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSqlFragment_in_ifSql828 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LBRACE_in_ifSqlFragment1006 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LBRACE_in_sqlFragment574 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LESS_THAN_in_identifier1797 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LPAREN_in_column1481 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LPAREN_in_column1583 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LPAREN_in_constant1703 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LPAREN_in_identifier1851 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LPAREN_in_ifSqlBool1303 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LPAREN_in_mappingItem2333 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LPAREN_in_mappingItem2430 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LPAREN_in_parse2114 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LPAREN_in_parse2180 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LPAREN_in_parse2244 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_MAPPING_in_parse2184 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_mapping_in_parse2217 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_mappingItem_in_mapping2224 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_mappingItem_in_mapping2236 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_meta_in_parse2151 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_metaSql_in_sqlFragment576 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_MINUS_in_constant1674 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_MINUS_in_identifier1816 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_MORE_THAN_in_identifier1803 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NOT_in_constant1707 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NOT_in_constant1740 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NOT_in_identifier1855 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NOT_in_identifier1888 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NOT_in_ifSqlBool1268 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NOT_in_ifSqlBool1284 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NOT_in_ifSqlBool1300 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_column1465 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_column1492 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_column1520 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_column1566 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_column1594 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_column1623 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_constant1719 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_constant1752 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_identifier1835 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_identifier1867 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_identifier1900 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_mappingItem2289 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_mappingItem2316 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_mappingItem2344 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_mappingItem2373 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_mappingItem2412 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_mappingItem2441 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_mappingItem2471 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_metaSql797 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_OPTION_in_parse2248 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_option_in_parse2281 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_OR_in_ifSqlCond1235 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ordSql_in_metaSql801 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ordSqlFragment_in_ordSql1334 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_parse2_in_parse52 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_PERCENT_in_ifSqlFragment970 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_PERCENT_in_ifSqlFragment973 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_PERCENT_in_ordSqlFragment1412 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_PERCENT_in_sqlFragment533 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_PERCENT_in_sqlFragment536 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_PLUS_in_constant1668 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_PLUS_in_identifier1810 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_QUESTI_in_ifMetaSql1096 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_QUESTI_in_metaSql660 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RBRACE_in_ifSqlFragment1011 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RBRACE_in_sqlFragment579 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RPAREN_in_column1530 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RPAREN_in_column1634 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RPAREN_in_constant1762 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RPAREN_in_identifier1910 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RPAREN_in_ifSqlBool1309 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RPAREN_in_mappingItem2384 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RPAREN_in_mappingItem2483 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RPAREN_in_parse2133 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RPAREN_in_parse2199 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RPAREN_in_parse2263 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_SEMICOLON_in_parse2156 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_SEMICOLON_in_parse2222 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_SEMICOLON_in_parse2286 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_set_in_ifMetaSql1044 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_set_in_ifSqlFragment850 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_set_in_metaSql604 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_set_in_option2530 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_set_in_ordSqlFragment1361 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_set_in_sqlFragment406 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_sql_in_meta335 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_sqlFragment_in_sql377 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_STATEMENT_in_parse2118 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_STRING_in_ifSqlBool1287 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_STRING_in_ifSqlFragment900 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_STRING_in_ifSqlFragment930 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_STRING_in_ifSqlFragment932 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_STRING_in_mappingItem2299 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_STRING_in_ordSqlFragment1399 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_STRING_in_sqlFragment457 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_STRING_in_sqlFragment492 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_STRING_in_sqlFragment494 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_ifSqlCond1218 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_ifSqlCond1224 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_ifSqlCond1240 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_ifSqlCond1248 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_mapping2217 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_mapping2231 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_mapping2244 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_metaSql769 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_parse2158 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_parse2224 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_parse2288 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_parse293 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FROM_DATE - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
fullName - Variable in class org.sqlproc.engine.impl.SqlMappingAttribute
The full name of an attribute in the result class.
fullName - Variable in class org.sqlproc.engine.impl.SqlMappingItem
The full name of the attribute in the result class in the form name1.name2...nameX.

G

generateProxy(Connection) - Static method in class org.sqlproc.engine.jdbc.JdbcSession
The factory method to obtain this dynamic proxy.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcBigDecimalType
Retrieves the value of the designated column in the current row of this ResultSet object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcBigDecimalType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcBigIntegerType
Retrieves the value of the designated column in the current row of this ResultSet object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcBigIntegerType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcBlobType
Retrieves the value of the designated column in the current row of this ResultSet object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcBlobType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcBooleanType
Retrieves the value of the designated column in the current row of this ResultSet object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcBooleanType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcByteArrayType
 
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcByteArrayType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcByteArrayWrapperType
 
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcByteArrayWrapperType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcByteType
Retrieves the value of the designated column in the current row of this ResultSet object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcByteType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcCharType
 
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcCharType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcClobType
Retrieves the value of the designated column in the current row of this ResultSet object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcClobType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcDateTimeType
Retrieves the value of the designated column in the current row of this ResultSet object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcDateTimeType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcDateType
Retrieves the value of the designated column in the current row of this ResultSet object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcDateType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcDoubleType
Retrieves the value of the designated column in the current row of this ResultSet object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcDoubleType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcEnumIntegerType
Retrieves the value of the designated column in the current row of this ResultSet object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcEnumIntegerType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcEnumStringType
Retrieves the value of the designated column in the current row of this ResultSet object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcEnumStringType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcFloatType
Retrieves the value of the designated column in the current row of this ResultSet object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcFloatType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcFromDateType
Retrieves the value of the designated column in the current row of this ResultSet object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcFromDateType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcIntegerType
Retrieves the value of the designated column in the current row of this ResultSet object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcIntegerType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcLongType
Retrieves the value of the designated column in the current row of this ResultSet object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcLongType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcShortType
Retrieves the value of the designated column in the current row of this ResultSet object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcShortType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in interface org.sqlproc.engine.jdbc.type.JdbcSqlType
Retrieves the value of the designated column in the current row of this ResultSet object as a Java type value.
get(CallableStatement, int) - Method in interface org.sqlproc.engine.jdbc.type.JdbcSqlType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcStringType
Retrieves the value of the designated column in the current row of this ResultSet object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcStringType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcTextType
Retrieves the value of the designated column in the current row of this ResultSet object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcTextType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcTimestampType
Retrieves the value of the designated column in the current row of this ResultSet object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcTimestampType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcTimeType
 
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcTimeType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcToDateType
Retrieves the value of the designated column in the current row of this ResultSet object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcToDateType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(SqlSession, Class<E>, Object) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL query to obtain a unique database row.
get(SqlSession, Class<E>, Object, Object) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL query to obtain a unique database row.
get(SqlSession, Class<E>, Object, Object, Map<String, Class<?>>) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL query to obtain a unique database row.
get(SqlSession, Class<E>, Object, Object, int) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL query to obtain a unique database row.
get(SqlSession, Class<E>, Object, Object, int, Map<String, Class<?>>) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL query to obtain a unique database row.
get(SqlSession, Class<E>, Object, SqlControl) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL query to obtain a unique database row.
get(String) - Method in class org.sqlproc.engine.util.PropertiesLoader
Returns the named property value from the property file.
getAllTypes() - Method in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Returns the collection of all the META types provided by this factory.
getAllTypes() - Method in class org.sqlproc.engine.type.SqlComposedTypeFactory
Returns the collection of all the META types provided by this factory.
getAllTypes() - Method in interface org.sqlproc.engine.type.SqlTypeFactory
Returns the collection of all the META types provided by this factory.
getAscOrder(int) - Static method in class org.sqlproc.engine.SqlOrder
The factory method.
getAttributes() - Method in class org.sqlproc.engine.impl.SqlMappingItem
Returns the list of all partial attribute names in the result class.
getCallSql(Object, Object) - Method in class org.sqlproc.engine.SqlProcedureEngine
Returns the call statement derived from the META SQL statement.
getCheckedCrudEngine(String) - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the named SQL CRUD Engine instance (the primary SQL Processor class).
getCheckedCrudEngine(String) - Method in class org.sqlproc.engine.SqlProcessorLoader
Returns the named SQL CRUD Engine instance (the primary SQL Processor class).
getCheckedCrudEngine(String) - Method in class org.sqlproc.engine.SqlSimpleFactory
Returns the named SQL CRUD Engine instance (the primary SQL Processor class).
getCheckedProcedureEngine(String) - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the named SQL Procedure Engine instance (the primary SQL Processor class).
getCheckedProcedureEngine(String) - Method in class org.sqlproc.engine.SqlProcessorLoader
Returns the named SQL Procedure Engine instance (the primary SQL Processor class).
getCheckedProcedureEngine(String) - Method in class org.sqlproc.engine.SqlSimpleFactory
Returns the named SQL Procedure Engine instance (the primary SQL Processor class).
getCheckedQueryEngine(String) - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the named SQL Query Engine instance (the primary SQL Processor class).
getCheckedQueryEngine(String) - Method in class org.sqlproc.engine.SqlProcessorLoader
Returns the named SQL Query Engine instance (the primary SQL Processor class).
getCheckedQueryEngine(String) - Method in class org.sqlproc.engine.SqlSimpleFactory
Returns the named SQL Query Engine instance (the primary SQL Processor class).
getClassTypes() - Method in class org.sqlproc.engine.jdbc.type.JdbcOracleCursorType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.jdbc.type.JdbcOtherType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlBigDecimalType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlBigIntegerType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlBlobType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlBooleanType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlByteArrayType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlByteType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlCharType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlClobType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlDateTimeType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlDateType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlDoubleType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlEnumIntegerType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlEnumStringType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlFloatType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlFromDateType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlIdentityType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlIntegerType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlInternalType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlLongType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlOutValueType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlShortType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlStringType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlTextType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlTimestampType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlTimeType
The list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlToDateType
The list of Java class types related to this META type.
getConnection() - Method in class org.sqlproc.engine.jdbc.JdbcSimpleSession
Returns the internal connection to the database.
getCrudEngine(String) - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the named SQL CRUD Engine instance (the primary SQL Processor class).
getCrudEngine(String) - Method in class org.sqlproc.engine.SqlProcessorLoader
Returns the named SQL CRUD Engine instance (the primary SQL Processor class).
getCrudEngine(String) - Method in class org.sqlproc.engine.SqlSimpleFactory
Returns the named SQL CRUD Engine instance (the primary SQL Processor class).
getCustomTypes() - Method in class org.sqlproc.engine.SqlSimpleFactory
Returns the custom META types.
getData(Object) - Method in class org.sqlproc.engine.impl.SqlMetaConst
Returns a String representation of input values, after a possible transformation process.
getData(Object) - Method in class org.sqlproc.engine.impl.SqlMetaOperator
Returns a String representation of input values, after a possible transformation process.
getDate(int, int, int) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
getDateTime(int, int, int, int, int, int) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
getDbName() - Method in class org.sqlproc.engine.impl.SqlMappingItem
Returns the name of a database query output.
getDDLs(Class<?>, String) - Static method in class org.sqlproc.engine.util.DDLLoader
Reads the DDL file and creates a new DDLLoader instance.
getDDLs(Class<?>, String...) - Static method in class org.sqlproc.engine.util.DDLLoader
Reads the DDL files and parse DDL statements into a list.
getDdls() - Method in class org.sqlproc.engine.util.DDLLoader
 
getDefaultData() - Method in class org.sqlproc.engine.impl.SqlMetaConst
Returns a default input value in the case the input attribute is null.
getDefaultData() - Method in class org.sqlproc.engine.impl.SqlMetaOperator
Returns a default input value in the case the input attribute is null.
getDefaultFeatures(String) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
getDefaultType() - Method in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Returns the default META type.
getDefaultType() - Method in class org.sqlproc.engine.type.SqlComposedTypeFactory
Returns the default META type.
getDefaultType() - Method in interface org.sqlproc.engine.type.SqlTypeFactory
Returns the default META type.
getDelegates() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
getDelegates() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
getDeleteSql(Object, Object) - Method in class org.sqlproc.engine.SqlCrudEngine
Returns the delete statement derived from the META SQL statement.
getDescOrder(int) - Static method in class org.sqlproc.engine.SqlOrder
The factory method.
getDescription() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer.DFA12
 
getDescription() - Method in class org.sqlproc.engine.impl.SqlProcessorParser.DFA43
 
getDescription() - Method in class org.sqlproc.engine.impl.SqlProcessorParser.DFA48
 
getDescription() - Method in class org.sqlproc.engine.impl.SqlProcessorParser.DFA57
 
getDescription() - Method in class org.sqlproc.engine.impl.SqlProcessorParser.DFA66
 
getDescription() - Method in class org.sqlproc.engine.impl.SqlProcessorParser.DFA73
 
getElements() - Method in class org.sqlproc.engine.impl.SqlMetaConst
Returns the list of sub-elements
getElements() - Method in class org.sqlproc.engine.impl.SqlMetaIdent
Returns the list of sub-elements.
getEnumIntegerType() - Method in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Returns the META type for the enumerations based on Integer internal type.
getEnumIntegerType() - Method in class org.sqlproc.engine.type.SqlComposedTypeFactory
Returns the META type for the enumerations based on Integer internal type.
getEnumIntegerType() - Method in interface org.sqlproc.engine.type.SqlTypeFactory
Returns the META type for the enumerations based on Integer internal type.
getEnumStringType() - Method in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Returns the META type for the enumerations based on String internal type.
getEnumStringType() - Method in class org.sqlproc.engine.type.SqlComposedTypeFactory
Returns the META type for the enumerations based on String internal type.
getEnumStringType() - Method in interface org.sqlproc.engine.type.SqlTypeFactory
Returns the META type for the enumerations based on String internal type.
getEnumToClass(Class) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
getEnumToValue(Object) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
getErrorMessage(RecognitionException, String[]) - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
getErrors() - Method in class org.sqlproc.engine.impl.SqlProcessor
Returns the list of error, which can happen in the process of this instance creation and ALTLR parsing
getErrors() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
getErrors() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
getFeature(String) - Static method in class org.sqlproc.engine.impl.SqlProcessContext
Convenient method to obtain a String feature based on the name.
getFeature(String, String) - Method in class org.sqlproc.engine.impl.SqlProcessor
Builds the correct class instance for the optional feature
getFeatureAsInt(String) - Static method in class org.sqlproc.engine.impl.SqlProcessContext
Convenient method to obtain an Integer feature based on the name.
getFeatureAsObject(String) - Static method in class org.sqlproc.engine.impl.SqlProcessContext
Convenient method to obtain an Object feature based on the name.
getFeatures(String) - Static method in class org.sqlproc.engine.impl.SqlProcessContext
Convenient method to obtain a String array features based on the name.
getFeatures() - Static method in class org.sqlproc.engine.impl.SqlProcessContext
Returns the features for the current thread.
getFeatures() - Method in class org.sqlproc.engine.impl.SqlProcessor
Returns the collection of the SQL Processor optional features.
getFeatures() - Method in class org.sqlproc.engine.impl.SqlStandardControl
Returns the optional features.
getFeatures() - Method in interface org.sqlproc.engine.SqlControl
Returns the optional features.
getFeatures(SqlControl) - Method in class org.sqlproc.engine.SqlEngine
The helper to prevent the NPE
getFieldType(Class<?>, String) - Static method in class org.sqlproc.engine.impl.BeanUtils
 
getFieldType(SqlProcessContext, Class<?>, String) - Method in class org.sqlproc.engine.impl.SqlMetaConst
Returns the static input attribute type.
getFieldType(SqlProcessContext, Class<?>, String) - Method in class org.sqlproc.engine.impl.SqlMetaOperator
Returns the static input attribute type.
getFilter() - Method in class org.sqlproc.engine.SqlSimpleFactory
Returns the name of the filter to filter the META SQL statements, mapping rules and optional features.
getFirstResult() - Method in class org.sqlproc.engine.impl.SqlStandardControl
Returns the first SQL execution output row to be returned in the case we need to skip some rows in the result set.
getFirstResult() - Method in interface org.sqlproc.engine.SqlControl
Returns the first SQL execution output row to be returned in the case we need to skip some rows in the result set.
getFirstResult(SqlControl) - Method in class org.sqlproc.engine.SqlEngine
The helper to prevent the NPE
getFullName() - Method in class org.sqlproc.engine.impl.SqlMappingAttribute
Returns the full name of an attribute.
getFullName() - Method in class org.sqlproc.engine.impl.SqlMappingItem
Returns the full attribute name.
getGeneratedKeys(String, Statement) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Retrieves the value of auto-generated identity from executed prepared statement.
getGetSql(Object, Object) - Method in class org.sqlproc.engine.SqlCrudEngine
Returns the query select statement derived from the META SQL statement.
getGetter(Class<?>, String) - Static method in class org.sqlproc.engine.impl.BeanUtils
 
getGetter(Object, String) - Static method in class org.sqlproc.engine.impl.BeanUtils
 
getGrammarFileName() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
getGrammarFileName() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
getIdentities() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns the collection of identities.
getIdentitiesIndexes() - Method in class org.sqlproc.engine.impl.SqlMappingResult
Return the list of identities indexes in the list of output values
getIdentitySelect() - Method in interface org.sqlproc.engine.type.IdentitySetter
Returns the select command used to obtain the generated identity value.
getIdentityType() - Method in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Returns the META type for an auto-generated identity.
getIdentityType() - Method in class org.sqlproc.engine.type.SqlComposedTypeFactory
Returns the META type for an auto-generated identity.
getIdentityType() - Method in interface org.sqlproc.engine.type.SqlTypeFactory
Returns the META type for an auto-generated identity.
getIds() - Method in class org.sqlproc.engine.impl.SqlMappingResult
Construct the empty structure used for the instances of all already used identities together with the related result instances based on identities indices.
getIdsKey(Object[], Map<String, SqlMappingIdentity>, String) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
getIdsKey(Object[], Integer) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
getInputName() - Method in class org.sqlproc.engine.impl.SqlInputValue
 
getInputValue() - Method in class org.sqlproc.engine.impl.SqlInputValue
 
getInputValue(String) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns the input value .
getInputValues(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaConst
Returns the static or dynamic input values.
getInputValues(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaOperator
Returns the static or dynamic input values.
getInputValues() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns the collection of dynamic input values.
getInsertSql(Object, Object) - Method in class org.sqlproc.engine.SqlCrudEngine
Returns the insert statement derived from the META SQL statement.
getInstance(Class<E>) - Static method in class org.sqlproc.engine.impl.BeanUtils
 
getInstance(String, String, SqlTypeFactory) - Static method in class org.sqlproc.engine.impl.SqlMappingRule
Simple factory method (design pattern).
getInstance(String, String, SqlTypeFactory) - Static method in class org.sqlproc.engine.impl.SqlMetaStatement
Simple factory method (design pattern).
getInstance(StringBuilder, SqlTypeFactory, Map<String, Object>, Set<String>, String...) - Static method in class org.sqlproc.engine.impl.SqlProcessor
Simple factory method (design pattern).
getInstance() - Static method in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
The main method to obtain the singleton instance of this factory.
getInstance() - Static method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The main method to obtain the singleton instance of this factory.
getIsEmptyPlugin() - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Returns the SQL Processor plugin devoted to evaluate the emptiness of the input value.
getIsEmptyPlugin() - Method in interface org.sqlproc.engine.plugin.SqlPluginFactory
Returns the SQL Processor plugin devoted to evaluate the emptiness of the input value.
getIsTruePlugin() - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Returns the SQL Processor plugin devoted to evaluate the boolean value of the logical expression.
getIsTruePlugin() - Method in interface org.sqlproc.engine.plugin.SqlPluginFactory
Returns the SQL Processor plugin devoted to evaluate the boolean value of the logical expression.
getLastToken() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
getLength() - Method in class org.sqlproc.engine.impl.ErrorMsg
 
getLine() - Method in class org.sqlproc.engine.impl.ErrorMsg
 
getLoader() - Method in class org.sqlproc.engine.SqlSimpleFactory
Returns the internal SQL engine or processor loader.
getMainIdentityIndex() - Method in class org.sqlproc.engine.impl.SqlMappingResult
Returns the main identity index in the list of output values.
getMappedInputValues() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns the collection of dynamic input values.
getMappingRules(SqlProcessor.MappingType) - Method in class org.sqlproc.engine.impl.SqlProcessor
Returns the collection of the output value mappings.
getMappingRules(String) - Method in class org.sqlproc.engine.impl.SqlProcessor
Returns the collection of the output value mappings.
getMappings() - Method in class org.sqlproc.engine.impl.SqlMappingRule
Returns a collection of all mapping items in this mapping rule.
getMaxResults() - Method in class org.sqlproc.engine.impl.SqlStandardControl
Returns the max number of SQL execution output rows, which can be returned in the result list.
getMaxResults() - Method in interface org.sqlproc.engine.SqlControl
Returns the max number of SQL execution output rows, which can be returned in the result list.
getMaxResults(SqlControl) - Method in class org.sqlproc.engine.SqlEngine
The helper to prevent the NPE
getMaxTimeout() - Method in class org.sqlproc.engine.impl.SqlStandardControl
Returns the max SQL execution time.
getMaxTimeout() - Method in interface org.sqlproc.engine.SqlControl
Returns the max SQL execution time.
getMaxTimeout(SqlControl) - Method in class org.sqlproc.engine.SqlEngine
The helper to prevent the NPE
getMessage() - Method in exception org.sqlproc.engine.SqlEngineException
Creates a human readable message describing the exception raised in the process of lexer and parser processing.
getMessage() - Method in exception org.sqlproc.engine.SqlProcessorException
 
getMessage() - Method in interface org.sqlproc.engine.validation.SqlValidationResult
Returns the message for the validation result specific for the selected validator implementation.
getMetaFilesNames() - Method in class org.sqlproc.engine.SqlSimpleFactory
Returns the names of files, which holds a collection of META SQL statements, mapping rules and optional features.
getMetaStatements(SqlProcessor.StatementType) - Method in class org.sqlproc.engine.impl.SqlProcessor
Returns the collection of the META SQL statements.
getMetaStatements(String) - Method in class org.sqlproc.engine.impl.SqlProcessor
Returns the collection of the META SQL statements.
getMetaStatements() - Method in class org.sqlproc.engine.SqlSimpleFactory
Returns the String representation of the META SQL statements, mapping rules and optional features.
getMetaType() - Method in class org.sqlproc.engine.impl.SqlType
Returns the internal type.
getMetaType(Class<?>) - Method in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Returns the META type, which can be used to handle input/output values of provided Java type.
getMetaType(String) - Method in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Returns the META type with the provided name.
getMetaType(Class<?>) - Method in class org.sqlproc.engine.type.SqlComposedTypeFactory
Returns the META type, which can be used to handle input/output values of provided Java type.
getMetaType(String) - Method in class org.sqlproc.engine.type.SqlComposedTypeFactory
Returns the META type with the provided name.
getMetaType(Class<?>) - Method in interface org.sqlproc.engine.type.SqlTypeFactory
Returns the META type, which can be used to handle input/output values of provided Java type.
getMetaType(String) - Method in interface org.sqlproc.engine.type.SqlTypeFactory
Returns the META type with the provided name.
getMetaTypes() - Method in class org.sqlproc.engine.jdbc.type.JdbcOracleCursorType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.jdbc.type.JdbcOtherType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlBigDecimalType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlBigIntegerType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlBlobType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlBooleanType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlByteArrayType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlByteType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlCharType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlClobType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlDateTimeType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlDateType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlDoubleType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlEnumIntegerType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlEnumStringType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlFloatType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlFromDateType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlIdentityType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlIntegerType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlInternalType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlLongType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlOutValueType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlShortType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlStringType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlTextType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlTimestampType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlTimeType
The list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlToDateType
The list of names of this META type.
getMonitor() - Method in class org.sqlproc.engine.SqlCrudEngine
Returns the SQL Monitor instance for the runtime statistics gathering.
getMonitor() - Method in class org.sqlproc.engine.SqlProcedureEngine
Returns the SQL Monitor instance for the runtime statistics gathering.
getMonitor() - Method in class org.sqlproc.engine.SqlQueryEngine
Returns the SQL Monitor instance for the runtime statistics gathering.
getMonitorFactory() - Method in class org.sqlproc.engine.SqlSimpleFactory
Returns the monitor factory used in the process of the SQL Monitor instances creation.
getMoreResultClasses() - Method in class org.sqlproc.engine.impl.SqlStandardControl
Returns more result classes used for the return values, like the collections classes or the collections items.
getMoreResultClasses() - Method in interface org.sqlproc.engine.SqlControl
Returns more result classes used for the return values, like the collections classes or the collections items.
getMoreResultClasses(SqlControl) - Method in class org.sqlproc.engine.SqlEngine
The helper to prevent the NPE
getMsg() - Method in class org.sqlproc.engine.impl.ErrorMsg
 
getName() - Method in class org.sqlproc.engine.impl.SqlMappingAttribute
Returns the partial name of an attribute.
getName() - Method in class org.sqlproc.engine.impl.SqlMappingItem
Returns the last attribute name.
getName() - Method in class org.sqlproc.engine.SqlCrudEngine
Returns the name of this META SQL, which uniquely identifies the instance.
getName() - Method in class org.sqlproc.engine.SqlProcedureEngine
Returns the name of this META SQL, which uniquely identifies the instance.
getName() - Method in class org.sqlproc.engine.SqlQueryEngine
Returns the name of this META SQL, which uniquely identifies this instance.
getNames() - Method in class org.sqlproc.engine.SqlProcessorLoader
Returns the collection of names of all initialized/constructed SQL Engine instances.
getOnlyStatements() - Method in class org.sqlproc.engine.SqlSimpleFactory
Returns the only statements and rules, which are picked up from the properties repository.
getOrder(int) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Convenient method to obtain the ordering directive based on the index.
getOrder() - Method in class org.sqlproc.engine.impl.SqlStandardControl
Returns the ordering directive list.
getOrder() - Method in interface org.sqlproc.engine.SqlControl
Returns the ordering directive list.
getOrder(SqlControl) - Method in class org.sqlproc.engine.SqlEngine
The helper to prevent the NPE
getOrder() - Static method in class org.sqlproc.engine.SqlOrder
The factory method.
getOrder(int) - Static method in class org.sqlproc.engine.SqlOrder
The factory method.
getOrderDirection() - Method in class org.sqlproc.engine.SqlOrder
Returns the ordering direction (no ordering, ascending or descending).
getOrderId() - Method in class org.sqlproc.engine.SqlOrder
Returns the ordering id.
getOrderIndex(int) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Convenient method to obtain the index of the ordering directive.
getOrderIndex() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns the index of selected ordering rule (from the list of ordering directives).
getOrders() - Method in class org.sqlproc.engine.SqlOrder
Returns the list of ordering directives.
getOutputValues() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns the collection of output values.
getOutValues() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns the collection of OUT/INOUT values.
getParameters(CallableStatement, boolean) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Gets the value of the designated OUT parameters.
getParent() - Method in class org.sqlproc.engine.impl.SqlMappingAttribute
Returns the pointer back to the parent.
getParentInputValue() - Method in class org.sqlproc.engine.impl.SqlInputValue
 
getPartialErrors() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
getPluginFactory() - Static method in class org.sqlproc.engine.impl.SqlProcessContext
Returns the factory for the current thread responsible for the SQL Processor plugins.
getPluginFactory() - Method in class org.sqlproc.engine.SqlSimpleFactory
Returns the factory for the SQL Processor plugins.
getPrefix() - Method in class org.sqlproc.engine.impl.SqlMetaAndOr
Returns one of the next ANSI SQL fragments: , AND or OR.
getProcedureEngine(String) - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the named SQL Procedure Engine instance (the primary SQL Processor class).
getProcedureEngine(String) - Method in class org.sqlproc.engine.SqlProcessorLoader
Returns the named SQL Procedure Engine instance (the primary SQL Processor class).
getProcedureEngine(String) - Method in class org.sqlproc.engine.SqlSimpleFactory
Returns the named SQL Procedure Engine instance (the primary SQL Processor class).
getProperties(Class<?>, String) - Static method in class org.sqlproc.engine.util.PropertiesLoader
Reads the property file and creates a new PropertiesLoader instance.
getProperties(Class<?>, String...) - Static method in class org.sqlproc.engine.util.PropertiesLoader
Reads the property files and creates a new PropertiesLoader instance.
getProperties() - Method in class org.sqlproc.engine.util.PropertiesLoader
Returns all properties.
getProperty(Object, String) - Static method in class org.sqlproc.engine.impl.BeanUtils
 
getProperty(SqlProcessContext, Object, String) - Method in class org.sqlproc.engine.impl.SqlMetaConst
Returns the static input attribute value.
getProperty(SqlProcessContext, Object, String) - Method in class org.sqlproc.engine.impl.SqlMetaOperator
Returns the static input attribute value.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcBigDecimalType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcBigIntegerType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcBlobType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcBooleanType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcByteArrayType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcByteArrayWrapperType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcByteType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcCharType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcClobType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcDateTimeType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcDateType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcDoubleType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcEnumIntegerType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcEnumStringType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcFloatType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcFromDateType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcIntegerType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcLongType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcOracleCursorType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcOtherType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcShortType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcStringType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcTextType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcTimestampType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcTimeType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.jdbc.type.JdbcToDateType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlNullType() - Method in class org.sqlproc.engine.type.SqlProviderType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcBigDecimalType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcBigIntegerType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcBlobType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcBooleanType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcByteArrayType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcByteArrayWrapperType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcByteType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcCharType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcClobType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcDateTimeType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcDateType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcDoubleType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcEnumIntegerType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcEnumStringType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcFloatType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcFromDateType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcIntegerType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcLongType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcOracleCursorType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcOtherType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcShortType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcStringType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcTextType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcTimestampType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcTimeType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcToDateType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.type.SqlProviderType
Returns the type provided by the stack on top of which the SQL Processor works.
getProxyClassLoader() - Static method in class org.sqlproc.engine.jdbc.JdbcSession
Returns the class loader instance.
getQuery() - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Returns the internal representation of this query.
getQuery() - Method in interface org.sqlproc.engine.SqlQuery
Returns the internal representation of this query.
getQueryEngine(String) - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the named SQL Query Engine instance (the primary SQL Processor class).
getQueryEngine(String) - Method in class org.sqlproc.engine.SqlProcessorLoader
Returns the named SQL Query Engine instance (the primary SQL Processor class).
getQueryEngine(String) - Method in class org.sqlproc.engine.SqlSimpleFactory
Returns the named SQL Query Engine instance (the primary SQL Processor class).
getResult() - Method in exception org.sqlproc.engine.validation.SqlValidationException
Returns the validation result.
getResult() - Method in interface org.sqlproc.engine.validation.SqlValidationResult
Returns the validation result specific for the selected validator implementation.
getResults(ResultSet) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Gets the value of the designated columns as the objects in the Java programming language.
getSetter(Object, String, Class<?>...) - Static method in class org.sqlproc.engine.impl.BeanUtils
 
getSql() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns the final ANSI SQL or a fragment of ANSI SQL, which is dynamically generated from the META SQL based on input values.
getSql(Object, Object, SqlMetaStatement.Type) - Method in class org.sqlproc.engine.SqlCrudEngine
Because SQL Processor is Data Driven Query engine, every input parameters can produce in fact different SQL statement command.
getSql(Object, SqlControl, SqlMetaStatement.Type) - Method in class org.sqlproc.engine.SqlCrudEngine
Because SQL Processor is Data Driven Query engine, every input parameters can produce in fact different SQL statement command.
getSql(Object, Object, SqlMetaStatement.Type) - Method in class org.sqlproc.engine.SqlProcedureEngine
Because SQL Processor is Data Driven Query engine, every input parameters can produce in fact different SQL statement command.
getSql(Object, SqlControl, SqlMetaStatement.Type) - Method in class org.sqlproc.engine.SqlProcedureEngine
Because SQL Processor is Data Driven Query engine, every input parameters can produce in fact different SQL statement command.
getSql(Object, Object, SqlOrder) - Method in class org.sqlproc.engine.SqlQueryEngine
Because the SQL Processor is Data Driven Query engine, every input parameters can produce in fact different SQL query command.
getSql(Object, SqlControl) - Method in class org.sqlproc.engine.SqlQueryEngine
Because the SQL Processor is Data Driven Query engine, every input parameters can produce in fact different SQL query command.
getSqlCommand() - Method in exception org.sqlproc.engine.SqlProcessorException
Returns the failed SQL command.
getSqlCountPlugin() - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Returns the SQL Processor plugin devoted to the COUNT SQL construction.
getSqlCountPlugin() - Method in interface org.sqlproc.engine.plugin.SqlPluginFactory
Returns the SQL Processor plugin devoted to the COUNT SQL construction.
getSqlFromToPlugin() - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Returns the SQL Processor plugin devoted to the FROM-TO SQL construction.
getSqlFromToPlugin() - Method in interface org.sqlproc.engine.plugin.SqlPluginFactory
Returns the SQL Processor plugin devoted to the FROM-TO SQL construction.
getSqlIdentityPlugin() - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Returns the SQL Processor plugin devoted to the identity SELECT SQL construction.
getSqlIdentityPlugin() - Method in interface org.sqlproc.engine.plugin.SqlPluginFactory
Returns the SQL Processor plugin devoted to the identity SELECT SQL construction.
getSqlMonitor(String, Map<String, Object>) - Method in interface org.sqlproc.engine.SqlMonitorFactory
The main contract of this factory.
getSqlSequencePlugin() - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Returns the SQL Processor plugin devoted to the sequence SELECT SQL construction.
getSqlSequencePlugin() - Method in interface org.sqlproc.engine.plugin.SqlPluginFactory
Returns the SQL Processor plugin devoted to the sequence SELECT SQL construction.
getSqlSession() - Method in class org.sqlproc.engine.jdbc.JdbcSessionFactory
The main contract of this factory.
getSqlSession() - Method in interface org.sqlproc.engine.SqlSessionFactory
The main contract of this factory.
getSqlStatementType() - Method in class org.sqlproc.engine.impl.SqlProcessContext
 
getSqlType() - Method in class org.sqlproc.engine.impl.SqlMappingItem
Returns the internal type of an attribute in the result class.
getSqlType() - Method in class org.sqlproc.engine.impl.SqlMetaConst
Returns the type of this input value.
getSqlType() - Method in class org.sqlproc.engine.impl.SqlMetaIdent
Returns the type of this input value.
getSqlValidator() - Method in interface org.sqlproc.engine.validation.SqlValidatorFactory
The main contract of this factory.
getStart() - Method in class org.sqlproc.engine.impl.ErrorMsg
 
getStatements(Class<?>, String) - Static method in class org.sqlproc.engine.SqlFilesLoader
Reads the file(s) content and creates a new SqlFilesLoader instance.
getStatements(Class<?>, String...) - Static method in class org.sqlproc.engine.SqlFilesLoader
Reads the file(s) content and creates a new SqlFilesLoader instance.
getStatements() - Method in class org.sqlproc.engine.SqlFilesLoader
Returns the content of all read files.
getStatementsFeatures() - Method in class org.sqlproc.engine.impl.SqlProcessor
Returns the collection of the SQL Processor optional features in the statement context.
getStatementsFeaturesUnset() - Method in class org.sqlproc.engine.impl.SqlProcessor
Returns the collection of the SQL Processor optional features to be cleared in the statement context.
getStaticInputValues() - Method in class org.sqlproc.engine.impl.SqlStandardControl
Returns the object used for the SQL statement static input values.
getStaticInputValues() - Method in interface org.sqlproc.engine.SqlControl
Returns the object used for the SQL statement static input values.
getStaticInputValues(SqlControl) - Method in class org.sqlproc.engine.SqlEngine
The helper to prevent the NPE
getText(Token) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
getTime(int, int, int) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
getTokenNames() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
getType() - Method in class org.sqlproc.engine.impl.SqlMetaLogOperator
Returns the type of the logical operator.
getTypeFactory() - Static method in class org.sqlproc.engine.impl.SqlProcessContext
Returns the factory for the current thread responsible for the META types construction.
getTypeFactory() - Method in class org.sqlproc.engine.SqlSimpleFactory
Returns the factory for the META types construction.
getUpdateSql(Object, Object) - Method in class org.sqlproc.engine.SqlCrudEngine
Returns the update statement derived from the META SQL statement.
getValidatorFactory() - Method in class org.sqlproc.engine.SqlSimpleFactory
Returns the validator factory used in the process of the SQL Monitor instances creation.
getValue() - Method in class org.sqlproc.engine.impl.SqlType
Returns the value.
getValueToEnum(Class<?>, Object) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
getWarnings() - Method in class org.sqlproc.engine.impl.SqlProcessor
Returns the list of warnings, which can happen in the process of this instance creation and ALTLR parsing

H

handleSqlFragment(StringBuilder, SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaSqlFragment
Handle the SQL fragment based on the statement type and/or the SqlMetaSqlFragment.Type.
HASH - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
HASH - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
hasOutputMapping - Variable in class org.sqlproc.engine.impl.SqlMetaStatement
An indicator for embedded output mapping
hasOutputMapping - Variable in class org.sqlproc.engine.impl.SqlProcessorParser.meta_scope
 
HSQLDB - Static variable in interface org.sqlproc.engine.SqlFeature
The filter for HSQLDB devoted optional features.
HSQLDB_DEFAULT_IDSEL - Static variable in interface org.sqlproc.engine.SqlFeature
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 - Static variable in interface org.sqlproc.engine.SqlFeature
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 - Static variable in interface org.sqlproc.engine.SqlFeature
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 - Static variable in interface org.sqlproc.engine.SqlFeature
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 - Static variable in interface org.sqlproc.engine.SqlFeature
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 - Static variable in interface org.sqlproc.engine.SqlFeature
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.

I

id - Variable in class org.sqlproc.engine.impl.SqlMetaOrd
The ordering id.
ID - Static variable in interface org.sqlproc.engine.SqlFeature
ID is the key for the identity columns.
idenityDistance - Variable in class org.sqlproc.engine.impl.SqlMappingIdentity
The distance from the identity column.
IDENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
IDENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
IDENT_DOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
IDENT_DOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
IDENT_PREFIX - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
IDENT_SEPARATOR - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
identifier() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
identifierOperator() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
identities - Variable in class org.sqlproc.engine.impl.SqlMappingResult
The collection of identities related to all output columns.
identities - Variable in class org.sqlproc.engine.impl.SqlProcessResult
List of all identities, which have values generated using sequences.
identities - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The collection of all (auto-generated) identities.
identitiesIndexes - Variable in class org.sqlproc.engine.impl.SqlMappingResult
The list of identities indexes in the list of output values.
identity - Variable in class org.sqlproc.engine.impl.SqlInputValue
A calculated identity.
identity - Variable in class org.sqlproc.engine.impl.SqlMappingItem
The indicator this is an identity column.
IDENTITY - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of auto-generated identity type.
identityIndexes - Variable in class org.sqlproc.engine.impl.SqlMappingIdentity
The list of all alternative identities.
identitySelect - Variable in class org.sqlproc.engine.impl.SqlInputValue
An SQL select for an identity column.
identitySelect(String, String, String) - Method in class org.sqlproc.engine.plugin.DefaultSqlPlugins
Used to construct the identity SELECT SQL.
identitySelect(String, String, String) - Method in interface org.sqlproc.engine.plugin.SqlIdentityPlugin
Used to construct the identity SELECT SQL.
IdentitySetter - Interface in org.sqlproc.engine.type
The helper contract implemented by SqlInputValue to support the auto-generated identities.
identitySetters - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The collection of all identities setters.
identityTypes - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The collection of all identities types.
IDSEL - Static variable in interface org.sqlproc.engine.SqlFeature
IDSEL is the key for the SQL query pattern used to obtain the value of identities after the INSERT command.
IDSEL_JDBC - Static variable in interface org.sqlproc.engine.SqlFeature
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.
ifMetaSql(SqlMetaIfItem) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
ifSql(SqlMetaIfItem) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
ifSqlBool(SqlMetaLogExpr) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
ifSqlCond() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
ifSqlFragment(SqlMetaIfItem) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
IGNORE_INPROPER_IN - Static variable in interface org.sqlproc.engine.SqlFeature
IGNORE_INPROPER_IN is the key for special handling of input/output values.
IGNORE_INPROPER_OUT - Static variable in interface org.sqlproc.engine.SqlFeature
IGNORE_INPROPER_OUT is the key for special handling of input/output values.
INFORMIX - Static variable in interface org.sqlproc.engine.SqlFeature
The filter for Informix devoted optional features.
INFORMIX_DEFAULT_IDSEL - Static variable in interface org.sqlproc.engine.SqlFeature
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 - Static variable in interface org.sqlproc.engine.SqlFeature
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 - Static variable in interface org.sqlproc.engine.SqlFeature
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 - Static variable in interface org.sqlproc.engine.SqlFeature
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.
init() - Method in class org.sqlproc.engine.SqlSimpleFactory
Dynamic initialization, called mainly from the Spring configuration initialization.
inOutMode - Variable in class org.sqlproc.engine.impl.SqlInputValue
Which mode of callable statement parameter it is.
inOutMode - Variable in class org.sqlproc.engine.impl.SqlMetaIdent
Which mode of callable statement parameter it is.
inputName - Variable in class org.sqlproc.engine.impl.SqlInputValue
A input attribute name.
inputValue - Variable in class org.sqlproc.engine.impl.SqlInputValue
A dynamic input value.
inputValues - Variable in class org.sqlproc.engine.impl.SqlProcessResult
The map of dynamic input values.
inputValueType - Variable in class org.sqlproc.engine.impl.SqlInputValue
The input value Java type.
insert(SqlSession, Object) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL insert statement to persist a database row.
insert(SqlSession, Object, Object) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL insert statement to persist a database row.
insert(SqlSession, Object, Object, int) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL insert statement to persist a database row.
insert(SqlSession, Object, SqlControl) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL insert statement to persist a database row.
inSqlSetOrInsert - Variable in class org.sqlproc.engine.impl.SqlProcessContext
An indicator, that the processing is inside of the special SQL fragment - SET or VALUES.
INTEGER - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
invoke(Object, Method, Object[]) - Method in class org.sqlproc.engine.jdbc.JdbcSession
invokeMethod(Object, String, Object[]) - Static method in class org.sqlproc.engine.impl.BeanUtils
 
isAdd() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns the indicator if a partial processing result will be part of a final ANSI SQL.
isEmpty(StringBuilder) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
isEmpty(Object, Map<String, String>) - Method in class org.sqlproc.engine.plugin.DefaultSqlPlugins
 
IsEmptyPlugin - Interface in org.sqlproc.engine.plugin
The SQL Processor plugin devoted to evaluate the emptiness of the input value.
isEmptyPlugin - Variable in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The SQL Processor plugin devoted to evaluate the emptiness of the input value.
isFeature(String) - Static method in class org.sqlproc.engine.impl.SqlProcessContext
Convenient method to obtain a boolean feature based on the name.
isHasOutputMapping() - Method in class org.sqlproc.engine.impl.SqlMetaStatement
Returns the indicator for embedded output mapping.
isIdentity() - Method in class org.sqlproc.engine.impl.SqlMappingItem
Returns the indicator this is an identity column.
isJdbc() - Method in class org.sqlproc.engine.SqlSimpleFactory
Return the indicator the JDBC stack is used.
isLogError() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns an indicator the failed SQL command should be logged
isNot() - Method in class org.sqlproc.engine.impl.SqlMetaConst
Returns the indicator, which is used to control, how the input value is added to the final ANSI SQL.
isNot() - Method in class org.sqlproc.engine.impl.SqlMetaIdent
Returns the indicator, which is used to control, how the input value is added to the final ANSI SQL.
isNot() - Method in class org.sqlproc.engine.impl.SqlMetaLogExpr
Returns the indicator, which reverses the final logical value.
isNotEmpty(String, Object, Object, SqlMetaType, String, boolean, Map<String, String>, Map<String, Object>) - Method in class org.sqlproc.engine.plugin.DefaultSqlPlugins
Used for the evaluation of the emptiness in the META SQL fragments.
isNotEmpty(String, Object, Object, SqlMetaType, String, boolean, Map<String, String>, Map<String, Object>) - Method in interface org.sqlproc.engine.plugin.IsEmptyPlugin
Used for the evaluation of the emptiness in the META SQL fragments.
isNotEmptyInternal(String, Object, Object, SqlMetaType, String, boolean, Map<String, String>, Map<String, Object>) - Method in class org.sqlproc.engine.plugin.DefaultSqlPlugins
Used for the evaluation of the emptiness in the META SQL fragments.
isSetJDBCIdentity() - Method in class org.sqlproc.engine.jdbc.JdbcQuery
 
isSkipNextText() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns the indicator the next possible SQL statement fragment should be skipped.
isTrue(String, Object, Object, SqlMetaType, String, Map<String, String>, Map<String, Object>) - Method in class org.sqlproc.engine.plugin.DefaultSqlPlugins
Used for the evaluation of the logical expression in the conditional META SQL fragments.
isTrue(String, Object, Object, SqlMetaType, String, Map<String, String>, Map<String, Object>) - Method in interface org.sqlproc.engine.plugin.IsTruePlugin
Used for the evaluation of the logical expression in the conditional META SQL fragments.
IsTruePlugin - Interface in org.sqlproc.engine.plugin
The SQL Processor plugin devoted to evaluate the boolean value of the logical expression.
isTruePlugin - Variable in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The SQL Processor plugin devoted to evaluate the boolean value of the logical expression.
isWhite() - Method in class org.sqlproc.engine.impl.SqlMetaText
Returns an indicator that the text fragment is empty.
item - Variable in class org.sqlproc.engine.impl.SqlMappingIdentity
The related mapping rule element for one output attribute.
itemAttribute - Variable in class org.sqlproc.engine.impl.SqlMappingIdentity
The related mapping rule sub-element for one output attribute.

J

JDBC - Static variable in interface org.sqlproc.engine.SqlFeature
JDBC is the key for the raw JDBC stack usage.
jdbc - Variable in class org.sqlproc.engine.SqlSimpleFactory
The indicator the JDBC stack is used.
JDBC_TYPE - Static variable in class org.sqlproc.engine.jdbc.type.JdbcOracleCursorType
The value of ORACLE_CURSOR.
JdbcBigDecimalType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type BIGDECIMAL.
JdbcBigDecimalType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcBigDecimalType
 
JdbcBigIntegerType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type BIGINTEGER.
JdbcBigIntegerType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcBigIntegerType
 
JdbcBlobType - Class in org.sqlproc.engine.jdbc.type
The SQL META Types for BLOB.
JdbcBlobType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcBlobType
 
JdbcBooleanType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type BOOLEAN.
JdbcBooleanType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcBooleanType
 
JdbcByteArrayType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type BYTEARRAY.
JdbcByteArrayType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcByteArrayType
 
JdbcByteArrayWrapperType - Class in org.sqlproc.engine.jdbc.type
TThe JDBC META type BYTEARRAY.
JdbcByteArrayWrapperType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcByteArrayWrapperType
 
JdbcByteType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type BYTE.
JdbcByteType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcByteType
 
JdbcCharType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type CHARACTER.
JdbcCharType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcCharType
 
JdbcClobType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type CLOB.
JdbcClobType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcClobType
 
JdbcDateTimeType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type DATETIME.
JdbcDateTimeType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcDateTimeType
 
JdbcDateType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type DATE.
JdbcDateType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcDateType
 
JdbcDefaultType - Class in org.sqlproc.engine.jdbc.type
The default META type for the JDBC stack.
JdbcDefaultType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcDefaultType
 
JdbcDoubleType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type DOUBLE.
JdbcDoubleType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcDoubleType
 
JdbcEngineFactory - Class in org.sqlproc.engine.jdbc
The implementation of the SqlEngineFactory optimized for the JDBC stack.
JdbcEngineFactory() - Constructor for class org.sqlproc.engine.jdbc.JdbcEngineFactory
Creates a new instance with default values for the JDBC stack.
JdbcEnumIntegerType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type ENUMINTEGER.
JdbcEnumIntegerType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcEnumIntegerType
 
JdbcEnumStringType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type ENUMSTRING.
JdbcEnumStringType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcEnumStringType
 
JdbcFloatType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type FLOAT.
JdbcFloatType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcFloatType
 
JdbcFromDateType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type FROMDATE.
JdbcFromDateType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcFromDateType
 
JdbcIntegerType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type INTEGER.
JdbcIntegerType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcIntegerType
 
JdbcLongType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type LONG.
JdbcLongType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcLongType
 
JdbcOracleCursorType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type ORACLE_CURSOR (from Oracle jdbc driver).
JdbcOracleCursorType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcOracleCursorType
 
JdbcOtherType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type OTHER.
JdbcOtherType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcOtherType
 
JdbcQuery - Class in org.sqlproc.engine.jdbc
The JDBC stack implementation of the SQL Engine query contract.
JdbcQuery(Connection, String) - Constructor for class org.sqlproc.engine.jdbc.JdbcQuery
Creates a new instance of this adapter.
JdbcSession - Class in org.sqlproc.engine.jdbc
The JDBC stack implementation of the SQL Engine session contract.
JdbcSession(Connection) - Constructor for class org.sqlproc.engine.jdbc.JdbcSession
Creates a new instance of this dynamic proxy.
JdbcSessionFactory - Class in org.sqlproc.engine.jdbc
The simple implementation of the factory SqlSessionFactory for the JDBC stack.
JdbcSessionFactory(Connection) - Constructor for class org.sqlproc.engine.jdbc.JdbcSessionFactory
Creates a new instance.
JdbcShortType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type SHORT.
JdbcShortType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcShortType
 
JdbcSimpleSession - Class in org.sqlproc.engine.jdbc
The JDBC stack implementation of the SQL Engine session contract.
JdbcSimpleSession(Connection) - Constructor for class org.sqlproc.engine.jdbc.JdbcSimpleSession
Creates a new instance.
JdbcSqlType - Interface in org.sqlproc.engine.jdbc.type
The contract which has to be implemented by all JDBC META types.
JdbcStringType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type STRING.
JdbcStringType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcStringType
 
JdbcTextType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type TEXT.
JdbcTextType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcTextType
 
JdbcTimestampType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type TIMESTAMP.
JdbcTimestampType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcTimestampType
 
JdbcTimeType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type TIME.
JdbcTimeType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcTimeType
 
JdbcToDateType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type TODATE.
JdbcToDateType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcToDateType
 
JdbcTypeFactory - Class in org.sqlproc.engine.jdbc.type
The factory definition for the JDBC stack, which can be used to construct the SqlMetaType instances.
JdbcTypeFactory() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
The private constructor.
jdbcTypes - Static variable in class org.sqlproc.engine.jdbc.type.JdbcDefaultType
The map between the Java types and the META types.

L

lastOperator - Variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
LBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
LBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
lCONST_PREFIX - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
length - Variable in class org.sqlproc.engine.impl.ErrorMsg
 
LESS_THAN - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
LESS_THAN - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
lIDENT_PREFIX - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
LIKE_STRING - Static variable in interface org.sqlproc.engine.SqlFeature
LIKE_STRING is the key for the SQL command like.
likeChar - Variable in class org.sqlproc.engine.impl.SqlInputValue
A wildcard character for the SQL command LIKE.
LIMIT_FROM_TO - Static variable in interface org.sqlproc.engine.SqlFeature
LIMIT_FROM_TO is the key for the SQL query pattern used to limit the query results.
LIMIT_FROM_TO_ORDERED - Static variable in interface org.sqlproc.engine.SqlFeature
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 - Static variable in interface org.sqlproc.engine.SqlFeature
LIMIT_TO is the key for the SQL query pattern used to limit the query results.
LIMIT_TO_ORDERED - Static variable in interface org.sqlproc.engine.SqlFeature
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.
limitQuery(String, StringBuilder, Integer, Integer, boolean) - Method in class org.sqlproc.engine.plugin.DefaultSqlPlugins
Used to construct the FROM-TO SQL.
limitQuery(String, SqlFromToPlugin.LimitType, String, StringBuilder, Integer, Integer) - Method in class org.sqlproc.engine.plugin.DefaultSqlPlugins
 
limitQuery(String, StringBuilder, Integer, Integer, boolean) - Method in interface org.sqlproc.engine.plugin.SqlFromToPlugin
Used to construct the FROM-TO SQL.
line - Variable in class org.sqlproc.engine.impl.ErrorMsg
 
LINESEP - Static variable in class org.sqlproc.engine.SqlSimpleFactory
The platform based line separator.
list() - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Returns the query results as a List.
list() - Method in interface org.sqlproc.engine.SqlQuery
Returns the query results as a List.
load(String, Class<?>) - Method in class org.sqlproc.engine.SqlFilesLoader
Reads the file content and creates a String representation of this content.
load(String, Class<?>) - Method in class org.sqlproc.engine.util.DDLLoader
Reads the DDL file and parse DDL statements into a list.
load(String, Class<?>) - Method in class org.sqlproc.engine.util.PropertiesLoader
Reads the property file and creates a new Properties instance.
loadStatementFeatures(String, List<String>) - Method in class org.sqlproc.engine.impl.SqlProcessor
Some filters can be the optional features in the statement context.
loadStatementFeatures(String) - Method in class org.sqlproc.engine.SqlProcessorLoader
Some filters can be the optional features in the statement context.
LOG_SQL_COMMAND_FOR_EXCEPTION - Static variable in interface org.sqlproc.engine.SqlFeature
LOG_SQL_COMMAND_FOR_EXCEPTION is the indicator that in the case of an SQLException the related SQL command should be logged.
logError - Variable in class org.sqlproc.engine.impl.SqlProcessResult
The failed SQL command should be logged.
logError - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The failed SQL command should be logged.
logger - Static variable in class org.sqlproc.engine.impl.BeanUtils
The internal slf4j logger.
logger - Static variable in class org.sqlproc.engine.impl.ParserUtils
 
logger - Variable in class org.sqlproc.engine.impl.SqlDatabaseColumn
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlDatabaseTable
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlInputValue
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlMappingItem
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlMappingResult
The internal slf4j logger.
logger - Static variable in class org.sqlproc.engine.impl.SqlMappingRule
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlMetaAndOr
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlMetaConst
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlMetaIdent
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlMetaIf
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlMetaIfItem
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlMetaLogExpr
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlMetaOrd
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlMetaSqlFragment
The internal slf4j logger.
logger - Static variable in class org.sqlproc.engine.impl.SqlMetaStatement
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlMetaText
The internal slf4j logger.
logger - Static variable in class org.sqlproc.engine.impl.SqlProcessor
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlType
The internal type, which means special processing of the input/output value.
logger - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.plugin.DefaultSqlPlugins
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.SqlEngine
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.SqlFilesLoader
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.SqlProcessorLoader
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.type.SqlMetaType
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.util.DDLLoader
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.util.PropertiesLoader
The internal slf4j logger.
LONG - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
LPAREN - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
LPAREN - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 

M

mainIdentityIndex - Variable in class org.sqlproc.engine.impl.SqlMappingResult
The main identity index in the list of output values.
mAND() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mapPattern - Variable in class org.sqlproc.engine.impl.SqlProcessor
Pattern for MOPT
MAPPING - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
MAPPING - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
mapping(String, SqlTypeFactory, boolean) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
mapping - Variable in class org.sqlproc.engine.SqlEngine
The pre-compiled mapping rule, which is an SQL execution result to Java output classes mapping prescription.
mapping_stack - Variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
mappingItem() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
mappingRules - Variable in class org.sqlproc.engine.impl.SqlProcessor
The collection of the output value mappings.
mappings - Variable in class org.sqlproc.engine.impl.SqlMappingResult
All sub-elements based on ANTLR grammar defined in SqlMapping.g or SqlStatement.g.
mappings - Variable in class org.sqlproc.engine.impl.SqlMappingRule
All sub-elements based on ANTLR grammar defined in SqlMapping.g.
mAT() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
maxBeforeFirst - Variable in class org.sqlproc.engine.plugin.SqlFromToPlugin.LimitType
 
maxResults - Variable in class org.sqlproc.engine.impl.SqlStandardControl
The max number of SQL execution output rows, which can be returned in the result list.
maxResults - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The maximum number of rows to retrieve.
maxTimeout - Variable in class org.sqlproc.engine.impl.SqlStandardControl
The max SQL execution time.
mBAND() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mBOR() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mCARET() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mCOLON() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mCOMMA() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mDIGIT() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mDOT() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mEQUALS() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
merge(SqlMappingItem) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Merge mapping rules for one output column based on SqlMapping.g and SqlStatement.g.
merge(SqlMappingRule, Map<String, SqlMappingItem>) - Method in class org.sqlproc.engine.impl.SqlMappingResult
Merge mapping rule for one META SQL query based on SqlMapping.g and SqlStatement.g.
merge(SqlMappingRule, SqlProcessResult) - Static method in class org.sqlproc.engine.impl.SqlMappingRule
Merge mapping rule for one META SQL query based on SqlMapping.g and SqlStatement.g.
mESC_AT() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mESC_BOR() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mESC_CHAR() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mESC_COLON() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mESC_DOT() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mESC_HASH() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mESC_LBRACE() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mESC_PERCENT() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mESC_RBRACE() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mESC_SEMICOLON() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mESC_SLASH() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mESC_STRING() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
meta(String, SqlTypeFactory, boolean) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
meta_stack - Variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
META_TO_TYPE_MAP - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
The immutable map between the META types name and the internal types.
metaFilesNames - Variable in class org.sqlproc.engine.SqlSimpleFactory
The names of files, which hold a collection of the SQL Processor artifacts (META SQL statements, mapping rules and optional features).
metaSql(SqlMetaStatement) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
metaStatements - Variable in class org.sqlproc.engine.impl.SqlProcessor
The collection of the META SQL statements.
metaStatements - Variable in class org.sqlproc.engine.SqlSimpleFactory
The String representation of all SQL Processor artifacts (META SQL statements, mapping rules and optional features).
metaToTypeMap - Variable in class org.sqlproc.engine.type.SqlComposedTypeFactory
The map between a String representation of an internal type and an internal type.
metaType - Variable in class org.sqlproc.engine.impl.SqlType
The internal META type, which means special processing of the input/output value.
METHODS_ENUM_IN - Static variable in interface org.sqlproc.engine.SqlFeature
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 - Static variable in interface org.sqlproc.engine.SqlFeature
METHODS_ENUM_OUT lists the methods used in the translation from a JDBC datatype to a Java type for enumerations based output values.
mHASH() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mIDENT() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mIDENT_DOT() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
minLikeLength - Variable in class org.sqlproc.engine.impl.SqlInputValue
The minimum length of inputValue to enable likeChar special treatment.
MINUS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
MINUS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ML_COMMENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ML_COMMENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
mLBRACE() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mLESS_THAN() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mLPAREN() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mMAPPING() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mMINUS() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mML_COMMENT() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mMORE_THAN() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mNOT() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mNUMBER() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
MODIFIER_ANY - Static variable in interface org.sqlproc.engine.plugin.Modifiers
The modifier used to detect the empty value and true value.
MODIFIER_ANYSET - Static variable in interface org.sqlproc.engine.plugin.Modifiers
The modifier used to detect the empty value and true value for the collections.
MODIFIER_CALL - Static variable in interface org.sqlproc.engine.plugin.Modifiers
The modifier used to detect the method call invoked on the parent object.
MODIFIER_DISCRIMINATOR - Static variable in interface org.sqlproc.engine.plugin.Modifiers
The modifier used to detect the discriminator column/attribute.
MODIFIER_EMPTY - Static variable in interface org.sqlproc.engine.plugin.Modifiers
The modifier used to detect the empty value and true value.
MODIFIER_GTYPE - Static variable in interface org.sqlproc.engine.plugin.Modifiers
The modifier used to detect the generic type of the embedded attribute in a result class.
MODIFIER_ID - Static variable in interface org.sqlproc.engine.plugin.Modifiers
The modifier used to detect the primary key in the SQL command execution output.
MODIFIER_IDENTITY_SELECT - Static variable in interface org.sqlproc.engine.plugin.Modifiers
The modifier used to detect the identity selectusage.
MODIFIER_NOTEMPTY - Static variable in interface org.sqlproc.engine.plugin.Modifiers
The modifier used to detect the empty value and true value.
MODIFIER_NOTNULL - Static variable in interface org.sqlproc.engine.plugin.Modifiers
The modifier used to detect the empty value and true value.
MODIFIER_NULL - Static variable in interface org.sqlproc.engine.plugin.Modifiers
The modifier used to detect the empty value and true value.
MODIFIER_SEQUENCE - Static variable in interface org.sqlproc.engine.plugin.Modifiers
The modifier used to detect the sequence usage.
MODIFIER_TYPE - Static variable in interface org.sqlproc.engine.plugin.Modifiers
The modifier used to detect the dynamic type of the embedded attribute in a result class.
Modifiers - Interface in org.sqlproc.engine.plugin
The modifiers are used as the supplement values in the processing of the META SQL statements.
monitor - Variable in class org.sqlproc.engine.SqlEngine
Monitor for the runtime statistics gathering.
monitorFactory - Variable in class org.sqlproc.engine.SqlSimpleFactory
The monitor factory used in the process of the SQL Monitor instances creation.
mOPTION() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mOR() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
MORE_THAN - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
MORE_THAN - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
moreResultClasses - Variable in class org.sqlproc.engine.impl.SqlStandardControl
More result classes used for the return values, like the collections classes or the collections items.
mPERCENT() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mPLUS() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mQUESTI() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mRBRACE() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mREST() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mRPAREN() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mSEMICOLON() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
msg - Variable in class org.sqlproc.engine.impl.ErrorMsg
 
mSL_COMMENT() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
MSSQL - Static variable in interface org.sqlproc.engine.SqlFeature
The filter for MS SQL Server devoted optional features.
MSSQL_DEFAULT_IDSEL - Static variable in interface org.sqlproc.engine.SqlFeature
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 - Static variable in interface org.sqlproc.engine.SqlFeature
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.
mSTATEMENT() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mSTRING() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mTokens() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
mWS() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
MYSQL - Static variable in interface org.sqlproc.engine.SqlFeature
The filter for MySQL devoted optional features.
MYSQL_DEFAULT_IDSEL - Static variable in interface org.sqlproc.engine.SqlFeature
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 - Static variable in interface org.sqlproc.engine.SqlFeature
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 - Static variable in interface org.sqlproc.engine.SqlFeature
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.

N

name - Variable in class org.sqlproc.engine.impl.ErrorMsg
 
name - Variable in class org.sqlproc.engine.impl.SqlDatabaseColumn
The name of a database column.
name - Variable in class org.sqlproc.engine.impl.SqlDatabaseTable
The name of a database table.
name - Variable in class org.sqlproc.engine.impl.SqlMappingAttribute
The partial name of an attribute in the result class.
name - Variable in class org.sqlproc.engine.SqlEngine
Name of the META SQL query or statement, which uniquely identifies this instance.
nameControl(Set<String>, String) - Method in class org.sqlproc.engine.impl.SqlProcessor
Controls, if the artifact name is listed in the provided container
newColumn(String) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
newColumn(String) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
newConstant(String, String) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
newConstant(Token, Token) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
newConstOperator(Token) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
newDatabaseColumn(String) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
newDatabaseColumn(Token) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
newDatabaseTable(String) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
newDatabaseTable(Token) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
newIdent(String, String, String) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
newIdent(Token, Token, Token) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
newIdentOperator(Token) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
newOperator(boolean, String) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
newSqlMetaIfItem() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
newSqlMetaStatement() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
newSqlProcessorException(SQLException, String) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
 
NO_ORDER - Static variable in class org.sqlproc.engine.SqlQueryEngine
The ordering directive list with no ordering rule.
not - Variable in class org.sqlproc.engine.impl.SqlMetaConst
An indicator, which is used to control, how the input value is added to the final ANSI SQL.
not - Variable in class org.sqlproc.engine.impl.SqlMetaIdent
An indicator, which is used to control, how the input value is added to the final ANSI SQL.
not - Variable in class org.sqlproc.engine.impl.SqlMetaLogExpr
The indicator, which reverses the final logical value.
NOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
NOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
nullCounter() - Static method in class org.sqlproc.engine.impl.ParserUtils
 
nullFeatures() - Static method in class org.sqlproc.engine.impl.SqlProcessContext
THIS METHOD IS NOT PART OF THE SQL PROCESSOR PUBLIC API.
nullPluginFactory() - Static method in class org.sqlproc.engine.impl.SqlProcessContext
THIS METHOD IS NOT PART OF THE SQL PROCESSOR PUBLIC API.
nullTypeFactory() - Static method in class org.sqlproc.engine.impl.SqlProcessContext
THIS METHOD IS NOT PART OF THE SQL PROCESSOR PUBLIC API.
NUMBER - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
NUMBER - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 

O

onlyStatements - Variable in class org.sqlproc.engine.impl.SqlProcessor
Only statements and rules with the names in this set are picked up from the statements' repository.
onlyStatements - Variable in class org.sqlproc.engine.SqlSimpleFactory
Only statements and rules with the names in this set are picked up from the properties repository.
OPERATOR_ATTRIBUTE - Static variable in interface org.sqlproc.engine.SqlFeature
OPERATOR_ATTRIBUTE is the operator atribute name suffix.
OPERATOR_ATTRIBUTE_IN_MAP - Static variable in interface org.sqlproc.engine.SqlFeature
OPERATOR_ATTRIBUTE_IN_MAP is the map name of the operators name suffix.
oppositeFeatures(String) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
optimistic - Variable in class org.sqlproc.engine.impl.SqlMetaSqlFragment
The indicator for the types WHERE and SET in the case of optimistic locking.
OPTION - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
OPTION - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
option(String) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
OR - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
OR - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
OR_PREFIX - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
ORACLE - Static variable in interface org.sqlproc.engine.SqlFeature
The filter for Oracle devoted optional features.
ORACLE_CURSOR - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of auto-generated identity type.
ORACLE_DEFAULT_LIMIT_FROM_TO - Static variable in interface org.sqlproc.engine.SqlFeature
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 - Static variable in interface org.sqlproc.engine.SqlFeature
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 - Static variable in interface org.sqlproc.engine.SqlFeature
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.
order - Variable in class org.sqlproc.engine.impl.SqlProcessContext
The list of ordering directives.
order - Variable in class org.sqlproc.engine.impl.SqlStandardControl
The ordering directive list.
orderDirection - Variable in class org.sqlproc.engine.SqlOrder
The ordering direction (no ordering, ascending or descending).
ordered - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The SQL output is sorted.
orderId - Variable in class org.sqlproc.engine.SqlOrder
The ordering id.
orderIndex - Variable in class org.sqlproc.engine.impl.SqlProcessResult
The index of selected ordering rule (from the list of ordering directives).
orders - Variable in class org.sqlproc.engine.SqlOrder
The list of all ordering directives.
ordSql(SqlMetaOrd) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
ordSqlFragment(SqlMetaOrd) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
org.sqlproc.engine - package org.sqlproc.engine
The public part of the SQL Processor implementation.
org.sqlproc.engine.annotation - package org.sqlproc.engine.annotation
The annotations used by the SQL Processor Eclipse Plugin.
org.sqlproc.engine.impl - package org.sqlproc.engine.impl
The private part of the SQL Processor implementation.
org.sqlproc.engine.jdbc - package org.sqlproc.engine.jdbc
The adapters and proxies for the JDBC stack.
org.sqlproc.engine.jdbc.type - package org.sqlproc.engine.jdbc.type
All the META types staff for the JDBC stack devoted to special handling of input/output values.
org.sqlproc.engine.plugin - package org.sqlproc.engine.plugin
The plugins are used to alter the behavior of the SQL Processor.
org.sqlproc.engine.type - package org.sqlproc.engine.type
All the META types staff devoted to special handling of input/output values.
org.sqlproc.engine.util - package org.sqlproc.engine.util
 
org.sqlproc.engine.validation - package org.sqlproc.engine.validation
The validator is used to validate input values in INSERT or UPDATE statements.
OTHER - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
outputValues - Variable in class org.sqlproc.engine.impl.SqlProcessResult
The list of output values.
outs - Variable in class org.sqlproc.engine.SqlProcessorLoader
The collection of named explicitly defined mapping rules.
outValue - Variable in class org.sqlproc.engine.impl.SqlInputValue
A dynamic input value can be also an output value.
outValues - Variable in class org.sqlproc.engine.impl.SqlProcessResult
List of all input values, which are in fact OUT or INOUT parameters.
OutValueSetter - Interface in org.sqlproc.engine.type
The helper contract implemented by SqlInputValue to support the OUT and INOUT input values.

P

parameterOutValueSetters - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The collection of all parameters output value setters.
parameterOutValuesToPickup - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The collection of all parameters, which have to be picked-up.
parameterOutValueTypes - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The collection of all parameters types for output values.
parameters - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The collection of all parameters (input value declarations).
parameterTypes - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The collection of all parameters types.
parameterValues - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The collection of all parameters values.
parent - Variable in class org.sqlproc.engine.impl.SqlMappingAttribute
The pointer back to the parent.
parentInputValue - Variable in class org.sqlproc.engine.impl.SqlInputValue
A parent of a dynamic input value.
parse() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
parse2(SqlTypeFactory, Map<String, Object>, Set<String>, String[]) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
ParserUtils - Class in org.sqlproc.engine.impl
Parser utilities.
ParserUtils() - Constructor for class org.sqlproc.engine.impl.ParserUtils
 
partialErrors - Variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
partialLike - Variable in class org.sqlproc.engine.impl.SqlInputValue
a wildcard character is going to be only a postfix
patternColumns - Static variable in class org.sqlproc.engine.impl.SqlMetaSqlFragment
 
patternSet - Static variable in class org.sqlproc.engine.impl.SqlMetaSqlFragment
 
patternValues - Static variable in class org.sqlproc.engine.impl.SqlMetaSqlFragment
 
patternWhere - Static variable in class org.sqlproc.engine.impl.SqlMetaSqlFragment
 
PERCENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
PERCENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
pluginFactory - Variable in class org.sqlproc.engine.SqlEngine
The factory for the SQL Processor plugins.
pluginFactory - Variable in class org.sqlproc.engine.SqlProcessorLoader
The factory for the SQL Processor plugins.
pluginFactory - Variable in class org.sqlproc.engine.SqlSimpleFactory
The factory for the SQL Processor plugins.
PLUS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
PLUS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
Pojo - Annotation Type in org.sqlproc.engine.annotation
This annotation is used by the advanced template pojos.
POSTGRESQL - Static variable in interface org.sqlproc.engine.SqlFeature
The filter for PostgreSQL devoted optional features.
POSTGRESQL_DEFAULT_LIMIT_FROM_TO - Static variable in interface org.sqlproc.engine.SqlFeature
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 - Static variable in interface org.sqlproc.engine.SqlFeature
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 - Static variable in interface org.sqlproc.engine.SqlFeature
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.
postProcess() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Post processing, like identities setting into a result class.
process(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlDatabaseColumn
The main contract for a dynamic ANSI SQL Query generation.
process(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlDatabaseTable
The main contract for a dynamic ANSI SQL Query generation.
process(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMappingItem
The main contract for a dynamic ANSI SQL Query generation.
process(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaAndOr
The main contract for a dynamic ANSI SQL Query generation.
process(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaConst
The main contract for a dynamic ANSI SQL Query generation.
process(SqlProcessContext) - Method in interface org.sqlproc.engine.impl.SqlMetaElement
The main contract for a dynamic ANSI SQL Query generation.
process(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaIdent
The main contract for a dynamic ANSI SQL Query generation.
process(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaIf
The main contract for a dynamic ANSI SQL Query generation.
process(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaIfItem
The main contract for a dynamic ANSI SQL Query generation.
process(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaLogExpr
The main contract for a dynamic ANSI SQL Query generation.
process(StringBuilder, SqlOrder.Order) - Method in class org.sqlproc.engine.impl.SqlMetaOrd
Returns ANSI SQL ORDER command for one ordering rule.
process(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaOrd
The main contract for a dynamic ANSI SQL Query generation.
process(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaSqlFragment
The main contract for a dynamic ANSI SQL Query generation.
process(SqlMetaStatement.Type, Object, Object, List<SqlOrder>, Map<String, Object>, Map<String, Object>, SqlTypeFactory, SqlPluginFactory) - Method in class org.sqlproc.engine.impl.SqlMetaStatement
The main contract for a dynamic ANSI SQL Query generation.
process(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaStatement
The main contract for a dynamic ANSI SQL Query generation.
process(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaText
The main contract for a dynamic ANSI SQL Query generation.
processExpression(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaConst
The main contract to evaluate a logical value of META SQL sub-elements.
processExpression(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaIdent
The main contract to evaluate a logical value of META SQL sub-elements.
processExpression(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaLogExpr
The main contract to evaluate a logical value of META SQL sub-elements.
processExpression(SqlProcessContext) - Method in interface org.sqlproc.engine.impl.SqlMetaLogOperand
The main contract to evaluate a logical value of META SQL sub-elements.
processExpression(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaLogOperator
The main contract to evaluate a logical value of META SQL sub-elements.
processLike(Object) - Method in class org.sqlproc.engine.impl.SqlInputValue
A special treatment of dynamic input value for SQL command LIKE.
processorLoader - Variable in class org.sqlproc.engine.SqlSimpleFactory
The helper class for the META SQL statements and mapping rules parsing.
processReplaceChars(Object) - Method in class org.sqlproc.engine.impl.SqlInputValue
A special treatment of dynamic input value for SQL command LIKE.
properties - Variable in class org.sqlproc.engine.util.PropertiesLoader
Properties from the property file.
PropertiesLoader - Class in org.sqlproc.engine.util
The helper class for the property file loading.
PropertiesLoader(String, Class<?>) - Constructor for class org.sqlproc.engine.util.PropertiesLoader
Reads the property file and creates a new PropertiesLoader instance.
PropertiesLoader(List<String>, Class<?>) - Constructor for class org.sqlproc.engine.util.PropertiesLoader
Reads the property files and creates a new PropertiesLoader instance.
PROXY_INTERFACES - Static variable in class org.sqlproc.engine.jdbc.JdbcSession
The contracts implemented by this dynamic proxy.

Q

query(SqlSession, Class<E>) - Method in class org.sqlproc.engine.SqlQueryEngine
Runs the META SQL query to obtain a list of database rows.
query(SqlSession, Class<E>, Object) - Method in class org.sqlproc.engine.SqlQueryEngine
Runs the META SQL query to obtain a list of database rows.
query(SqlSession, Class<E>, Object, SqlOrder) - Method in class org.sqlproc.engine.SqlQueryEngine
Runs the META SQL query to obtain a list of database rows.
query(SqlSession, Class<E>, Object, Object) - Method in class org.sqlproc.engine.SqlQueryEngine
Runs the META SQL query to obtain a list of database rows.
query(SqlSession, Class<E>, Object, Object, Map<String, Class<?>>) - Method in class org.sqlproc.engine.SqlQueryEngine
Runs the META SQL query to obtain a list of database rows.
query(SqlSession, Class<E>, Object, Object, SqlOrder) - Method in class org.sqlproc.engine.SqlQueryEngine
Runs the META SQL query to obtain a list of database rows.
query(SqlSession, Class<E>, Object, Object, SqlOrder, Map<String, Class<?>>) - Method in class org.sqlproc.engine.SqlQueryEngine
Runs the META SQL query to obtain a list of database rows.
query(SqlSession, Class<E>, Object, int, int) - Method in class org.sqlproc.engine.SqlQueryEngine
Runs the META SQL query to obtain a list of database rows.
query(SqlSession, Class<E>, Object, Object, int, int) - Method in class org.sqlproc.engine.SqlQueryEngine
Runs the META SQL query to obtain a list of database rows.
query(SqlSession, Class<E>, Object, Object, SqlOrder, int, int, int) - Method in class org.sqlproc.engine.SqlQueryEngine
Runs the META SQL query to obtain a list of database rows.
query(SqlSession, Class<E>, Object, Object, SqlOrder, int, int, int, Map<String, Class<?>>) - Method in class org.sqlproc.engine.SqlQueryEngine
Runs the META SQL query to obtain a list of database rows.
query(SqlSession, Class<E>, Object, SqlControl) - Method in class org.sqlproc.engine.SqlQueryEngine
Runs the META SQL query to obtain a list of database rows.
queryCount(SqlSession) - Method in class org.sqlproc.engine.SqlQueryEngine
Runs the META SQL query to obtain the number of database rows.
queryCount(SqlSession, Object) - Method in class org.sqlproc.engine.SqlQueryEngine
Runs the META SQL query to obtain the number of database rows.
queryCount(SqlSession, Object, Object) - Method in class org.sqlproc.engine.SqlQueryEngine
Runs the META SQL query to obtain the number of database rows.
queryCount(SqlSession, Object, Object, SqlOrder, int) - Method in class org.sqlproc.engine.SqlQueryEngine
Runs META SQL query to obtain the number of database rows.
queryCount(SqlSession, Object, SqlControl) - Method in class org.sqlproc.engine.SqlQueryEngine
Runs META SQL query to obtain the number of database rows.
queryString - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The SQL query/statement command.
QUESTI - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
QUESTI - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 

R

RBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
RBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
REPLACE_LIKE_CHARS - Static variable in interface org.sqlproc.engine.SqlFeature
REPLACE_LIKE_CHARS is the key for the special SQL Processor behavior related to the SQL command like.
replaceChars - Variable in class org.sqlproc.engine.impl.SqlInputValue
A map of characters to be replaced in input value;
reportError(RecognitionException) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
REST - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
REST - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
result - Variable in exception org.sqlproc.engine.validation.SqlValidationException
The result of the validation.
rowidBasedMax - Variable in class org.sqlproc.engine.plugin.SqlFromToPlugin.LimitType
 
RPAREN - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
RPAREN - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
run(SqlMonitor.Runner, Class<E>) - Method in class org.sqlproc.engine.impl.SqlEmptyMonitor
The SQLMonitor visitor method called from inside the main execution methods in SqlCrudEngine and SqlCrudEngine.
run(SqlMonitor.Runner, Class<E>) - Method in interface org.sqlproc.engine.SqlMonitor
The SQLMonitor visitor method called from inside the main execution methods in SqlCrudEngine and SqlCrudEngine.
run() - Method in interface org.sqlproc.engine.SqlMonitor.Runner
The main contract, which is invoked from inside SQLMonitor
runList(SqlMonitor.Runner, Class<E>) - Method in class org.sqlproc.engine.impl.SqlEmptyMonitor
The SQLMonitor visitor method called from inside the main execution methods in SqlQueryEngine.
runList(SqlMonitor.Runner, Class<E>) - Method in interface org.sqlproc.engine.SqlMonitor
The SQLMonitor visitor method called from inside the main execution methods in SqlQueryEngine.

S

sbStatements - Variable in class org.sqlproc.engine.SqlFilesLoader
The string representation of the file(s) content.
scalars - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The collection of all scalars (output values declarations).
scalarTypes - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The collection of all scalars types.
SEMICOLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
SEMICOLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
SEQ - Static variable in interface org.sqlproc.engine.SqlFeature
SEQ is the key for the SQL query pattern used for the sequences.
sequence - Variable in class org.sqlproc.engine.impl.SqlInputValue
A database sequence for an identity column.
sequenceSelect(String) - Method in class org.sqlproc.engine.plugin.DefaultSqlPlugins
Used to construct the sequence SELECT SQL.
sequenceSelect(String) - Method in interface org.sqlproc.engine.plugin.SqlSequencePlugin
Used to construct the sequence SELECT SQL.
serialVersionUID - Static variable in exception org.sqlproc.engine.SqlEngineException
 
serialVersionUID - Static variable in exception org.sqlproc.engine.SqlProcessorException
 
serialVersionUID - Static variable in exception org.sqlproc.engine.SqlRuntimeException
 
serialVersionUID - Static variable in exception org.sqlproc.engine.validation.SqlValidationException
 
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcBigDecimalType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcBigIntegerType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcBlobType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcBooleanType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcByteArrayType
 
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcByteArrayWrapperType
 
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcByteType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcCharType
 
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcClobType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcDateTimeType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcDateType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcDoubleType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcEnumIntegerType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcEnumStringType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcFloatType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcFromDateType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcIntegerType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcLongType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcShortType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in interface org.sqlproc.engine.jdbc.type.JdbcSqlType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcStringType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcTextType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcTimestampType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcTimeType
 
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcToDateType
Sets the designated parameter to the given Java value.
SET_PREFIX - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
setAscOrder(int) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the ordering directive list.
setAttributes(List<SqlMappingAttribute>) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Sets the list of all partial attribute names in the result class.
setAttributesMap(Map<String, SqlMappingAttribute>) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Sets the map of all partial attribute names in the result class.
setAttributeValue(String, String) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Injects value to the named attribute.
setCustomTypes(List<SqlInternalType>) - Method in class org.sqlproc.engine.SqlSimpleFactory
Sets the custom META types.
setCustomTypes(SqlInternalType...) - Method in class org.sqlproc.engine.SqlSimpleFactory
Sets the custom META types.
setDescOrder(int) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the ordering directive list.
setElements(List<String>) - Method in class org.sqlproc.engine.impl.SqlMetaConst
Sets the list of sub-elements.
setExpression(SqlMetaLogExpr) - Method in class org.sqlproc.engine.impl.SqlMetaIf
Sets a logical expression.
setFeature(String, Object) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the optional feature in the stament's execution scope.
setFeature(String, Object) - Method in class org.sqlproc.engine.SqlEngine
Sets the optional feature in the stament's or global scope.
setFeatures(Map<String, Object>, Map<String, Object>) - Static method in class org.sqlproc.engine.impl.SqlProcessContext
THIS METHOD IS NOT PART OF THE SQL PROCESSOR PUBLIC API.
setFeatures(Map<String, Object>) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the optional features.
setFilter(String) - Method in class org.sqlproc.engine.SqlSimpleFactory
Sets the name of the filter to filter the META SQL statements, mapping rules and optional features.
setFirstResult(int) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the first SQL execution output row to be returned in the case we need to skip some rows in the result set.
setFirstResult(int) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Sets the first row to retrieve.
setFirstResult(int) - Method in interface org.sqlproc.engine.SqlQuery
Sets the first row to retrieve.
setFullName(String) - Method in class org.sqlproc.engine.impl.SqlMappingAttribute
Sets the full name of an attribute.
setHasOutputMapping(boolean) - Method in class org.sqlproc.engine.impl.SqlMetaStatement
Sets the indicator for embedded output mapping.
setIdentity(Object) - Method in interface org.sqlproc.engine.type.IdentitySetter
Sets the result of select command for the generated identity value.
setIdentityResult(String) - Method in class org.sqlproc.engine.impl.SqlInputValue
Sets the generated identity value to an input value attribute.
setIsEmptyPlugin(IsEmptyPlugin) - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Sets the SQL Processor plugin devoted to evaluate the emptiness of the input value.
setIsTruePlugin(IsTruePlugin) - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Sets the SQL Processor plugin devoted to evaluate the boolean value of the logical expression.
setJdbc(boolean) - Method in class org.sqlproc.engine.SqlSimpleFactory
Sets the indicator the JDBC stack is used.
setLike(String, Integer, boolean) - Method in class org.sqlproc.engine.impl.SqlInputValue
Sets a special treatment of a dynamic input value.
setLimits(PreparedStatement, SqlFromToPlugin.LimitType, int, boolean) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Sets the limit related parameters.
setLogError(boolean) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Sets an indicator the failed SQL command should be logged
setLogError(boolean) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Sets an indicator the failed SQL command should be logged
setLogError(boolean) - Method in interface org.sqlproc.engine.SqlQuery
Sets an indicator the failed SQL command should be logged
setMaxResults(int) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the max number of SQL execution output rows, which can be returned in the result list.
setMaxResults(int) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Sets the maximum number of rows to retrieve.
setMaxResults(int) - Method in interface org.sqlproc.engine.SqlQuery
Sets the maximum number of rows to retrieve.
setMaxTimeout(int) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the max SQL execution time.
setMetaFilesNames(List<String>) - Method in class org.sqlproc.engine.SqlSimpleFactory
Sets the names of files, which holds a collection of META SQL statements, mapping rules and optional features.
setMetaFilesNames(String...) - Method in class org.sqlproc.engine.SqlSimpleFactory
Sets the names of files, which holds a collection of META SQL statements, mapping rules and optional features.
setMetaStatements(StringBuilder) - Method in class org.sqlproc.engine.SqlSimpleFactory
Sets the String representation of the META SQL statements, mapping rules and optional features.
setMetaType(SqlMetaType) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Assigns the internal type.
setMetaType(SqlMetaType) - Method in class org.sqlproc.engine.impl.SqlMetaConst
Sets the internal type of this input value.
setMetaType(SqlMetaType) - Method in class org.sqlproc.engine.impl.SqlMetaIdent
Sets the internal type of this input value.
setMonitorFactory(SqlMonitorFactory) - Method in class org.sqlproc.engine.SqlSimpleFactory
Sets the monitor factory used in the process of the SQL Monitor instances creation.
setMoreResultClasses(Map<String, Class<?>>) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets more result classes used for the return values, like the collections classes or the collections items.
setName(String) - Method in class org.sqlproc.engine.impl.SqlMappingAttribute
Sets the partial name of an attribute.
setNot(boolean) - Method in class org.sqlproc.engine.impl.SqlMetaConst
Sets the indicator, which is used to control, how the input value is added to the final ANSI SQL.
setNot(boolean) - Method in class org.sqlproc.engine.impl.SqlMetaIdent
Sets the indicator, which is used to control, how the input value is added to the final ANSI SQL.
setNot(boolean) - Method in class org.sqlproc.engine.impl.SqlMetaLogExpr
Sets the indicator, which reverses the final logical value.
setOnlyStatements(String[]) - Method in class org.sqlproc.engine.SqlSimpleFactory
Sets the only statements and rules, which are picked up from the properties repository.
setOrder(SqlOrder) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the ordering directive list.
setOrdered(boolean) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Sets the indicator the SQL output is sorted.
setOrdered(boolean) - Method in interface org.sqlproc.engine.SqlQuery
Sets the indicator the SQL output is sorted.
setOrderIndex(Integer) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Sets an index of selected ordering rule (from the list of ordering directives).
setOutValue(Object) - Method in interface org.sqlproc.engine.type.OutValueSetter
Sets the result of the callable statement execution for the output parameter.
setOutValueResult(String) - Method in class org.sqlproc.engine.impl.SqlInputValue
Sets the OUT/INOUT value to an input value attribute.
setParameter(SqlQuery, String, Object, Class<?>) - Method in class org.sqlproc.engine.impl.SqlType
Bind an input value to a named query parameter.
setParameter(String, Object) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Binds a value to a named query parameter.
setParameter(String, Object, Object) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Binds a value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.jdbc.type.JdbcDefaultType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.jdbc.type.JdbcOracleCursorType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.jdbc.type.JdbcOtherType
Binds an input value to a named query parameter.
setParameter(String, Object) - Method in interface org.sqlproc.engine.SqlQuery
Binds a value to a named query parameter.
setParameter(String, Object, Object) - Method in interface org.sqlproc.engine.SqlQuery
Binds a value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlBigDecimalType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlBigIntegerType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlBlobType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlBooleanType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlByteArrayType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlByteType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlCharType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlClobType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlDateTimeType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlDateType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlDoubleType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlEnumIntegerType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlEnumStringType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlFloatType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlFromDateType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlIdentityType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlIntegerType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlLongType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlMetaType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlOutValueType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlShortType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlStringType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlTextType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlTimestampType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlTimeType
Binds an input value to a named query parameter.
setParameter(SqlQuery, String, Object, Class<?>, boolean) - Method in class org.sqlproc.engine.type.SqlToDateType
Binds an input value to a named query parameter.
setParameterList(String, Object[]) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Binds multiple values to a named query parameter.
setParameterList(String, Object[], Object) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Binds multiple values to a named query parameter.
setParameterList(String, Object[]) - Method in interface org.sqlproc.engine.SqlQuery
Binds multiple values to a named query parameter.
setParameterList(String, Object[], Object) - Method in interface org.sqlproc.engine.SqlQuery
Binds multiple values to a named query parameter.
setParameters(PreparedStatement, SqlFromToPlugin.LimitType, int) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Sets the value of the designated parameters.
setParent(SqlMappingItem) - Method in class org.sqlproc.engine.impl.SqlMappingAttribute
Sets the pointer back to the parent.
setPluginFactory(SqlPluginFactory) - Static method in class org.sqlproc.engine.impl.SqlProcessContext
THIS METHOD IS NOT PART OF THE SQL PROCESSOR PUBLIC API.
setPluginFactory(SqlPluginFactory) - Method in class org.sqlproc.engine.SqlSimpleFactory
Sets the factory for the SQL Processor plugins.
setProperty(Object, String, Object) - Static method in class org.sqlproc.engine.impl.BeanUtils
 
setQueryParam(SqlSession, SqlQuery, String) - Method in class org.sqlproc.engine.impl.SqlInputValue
Bind a dynamic input value to a named query parameter.
setQueryParams(SqlSession, SqlQuery) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Bind an input values to a named query parameters.
setQueryResultData(Object, int, Object[], Map<String, Object>, Map<String, Object>, Map<String, SqlMappingIdentity>, Map<String, Class<?>>) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Initializes the attribute of the result class with the output value from the SQL query execution.
setQueryResultData(Object, Object[], Map<String, Object>, Map<String, Class<?>>) - Method in class org.sqlproc.engine.impl.SqlMappingResult
Fills the instance of the result class with output values from the SQL query execution.
setQueryResultMapping(Class<?>, Map<String, Class<?>>, SqlQuery) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Declares a scalar query result for this mapping rule item.
setQueryResultMapping(Class<?>, Map<String, Class<?>>, SqlQuery) - Method in class org.sqlproc.engine.impl.SqlMappingResult
Declares a scalar query results for all mapping rule items.
setReplaceChars(Map<String, String>) - Method in class org.sqlproc.engine.impl.SqlInputValue
Sets a special treatment of a dynamic input value.
setResult(Object, String, Object) - Method in class org.sqlproc.engine.impl.SqlType
Initializes the attribute of the result class with output values from SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.jdbc.type.JdbcDefaultType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.jdbc.type.JdbcOracleCursorType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.jdbc.type.JdbcOtherType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlBigDecimalType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlBigIntegerType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlBlobType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlBooleanType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlByteArrayType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlByteType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlCharType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlClobType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlDateTimeType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlDateType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlDoubleType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlEnumIntegerType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlEnumStringType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlFloatType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlFromDateType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlIdentityType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlIntegerType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlLongType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlMetaType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlOutValueType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlShortType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlStringType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlTextType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlTimestampType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlTimeType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlToDateType
Initializes the attribute of the result class with output value from the SQL query execution.
setSkipNextText(boolean) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Sets the indicator the next possible SQL statement fragment should be skipped.
setSql(StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Sets the final ANSI SQL or a fragment of ANSI SQL, which is dynamically generated from the META SQL based on input values.
setSqlCountPlugin(SqlCountPlugin) - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Sets the SQL Processor plugin devoted to the COUNT SQL construction.
setSqlFromToPlugin(SqlFromToPlugin) - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Sets the SQL Processor plugin devoted to the FROM-TO SQL construction.
setSqlIdentityPlugin(SqlIdentityPlugin) - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Sets the SQL Processor plugin devoted to the identity SELECT SQL construction.
setSqlSequencePlugin(SqlSequencePlugin) - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Sets the SQL Processor plugin devoted to the sequence SELECT SQL construction.
setSqlType(SqlType) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Sets the internal type of an attribute in the result class.
setStaticInputValues(Object) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the object used for the SQL statement static input values.
setTimeout(int) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Sets a timeout for the underlying query.
setTimeout(int) - Method in interface org.sqlproc.engine.SqlQuery
Sets a timeout for the underlying query.
setTypeFactory(SqlTypeFactory) - Static method in class org.sqlproc.engine.impl.SqlProcessContext
THIS METHOD IS NOT PART OF THE SQL PROCESSOR PUBLIC API.
setTypeFactory(SqlTypeFactory) - Method in class org.sqlproc.engine.SqlSimpleFactory
Sets the factory for the META types construction.
setValidator(SqlValidator) - Method in class org.sqlproc.engine.SqlEngine
Injects a validator.
setValidatorFactory(SqlValidatorFactory) - Method in class org.sqlproc.engine.SqlSimpleFactory
Sets the validator factory used in the process of the SQL Monitor instances creation.
setValue(String) - Method in class org.sqlproc.engine.impl.SqlType
Sets the value.
setValues(String, String) - Method in class org.sqlproc.engine.impl.SqlMappingAttribute
Sets the modifiers.
setValues(String, String) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Sets the modifiers.
setValues(String, String, String) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Sets the modifiers.
setValues(String, String) - Method in class org.sqlproc.engine.impl.SqlMetaConst
Sets the values.
setValues(String, String) - Method in class org.sqlproc.engine.impl.SqlMetaIdent
Sets the values for a special identifier handling, for example a sequence for an identity.
SHORT - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
simpleInvokeMethod(Method, Object, Object) - Static method in class org.sqlproc.engine.impl.BeanUtils
 
SimpleSqlPluginFactory - Class in org.sqlproc.engine.plugin
The simple implementation of the SqlPluginFactory.
SimpleSqlPluginFactory() - Constructor for class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The private constructor.
skip - Variable in class org.sqlproc.engine.impl.SqlProcessorParser.mapping_scope
 
skip - Variable in class org.sqlproc.engine.impl.SqlProcessorParser.meta_scope
 
skipNextText - Variable in class org.sqlproc.engine.impl.SqlProcessResult
The indicator that a the next possible text has to be skipped.
SL_COMMENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
SL_COMMENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
specialStateTransition(int, IntStream) - Method in class org.sqlproc.engine.impl.SqlProcessorLexer.DFA12
 
sql - Variable in class org.sqlproc.engine.impl.SqlMetaText
An ANSI SQL fragment from META SQL.
sql(SqlMetaStatement) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
sql - Variable in class org.sqlproc.engine.impl.SqlProcessResult
The final ANSI SQL or the fragment of ANSI SQL, which is dynamically generated from the META SQL based on input values.
SqlBigDecimalType - Class in org.sqlproc.engine.type
The META type BIGDECIMAL.
SqlBigDecimalType() - Constructor for class org.sqlproc.engine.type.SqlBigDecimalType
 
SqlBigIntegerType - Class in org.sqlproc.engine.type
The META types BIGINTEGER.
SqlBigIntegerType() - Constructor for class org.sqlproc.engine.type.SqlBigIntegerType
 
SqlBlobType - Class in org.sqlproc.engine.type
The META type BLOB.
SqlBlobType() - Constructor for class org.sqlproc.engine.type.SqlBlobType
 
SqlBooleanType - Class in org.sqlproc.engine.type
The META type BOOLEAN.
SqlBooleanType() - Constructor for class org.sqlproc.engine.type.SqlBooleanType
 
SqlByteArrayType - Class in org.sqlproc.engine.type
The META type BYTEARRAY.
SqlByteArrayType() - Constructor for class org.sqlproc.engine.type.SqlByteArrayType
 
SqlByteType - Class in org.sqlproc.engine.type
The META type BYTE.
SqlByteType() - Constructor for class org.sqlproc.engine.type.SqlByteType
 
SqlCharType - Class in org.sqlproc.engine.type
The META type CHARACTER.
SqlCharType() - Constructor for class org.sqlproc.engine.type.SqlCharType
 
SqlClobType - Class in org.sqlproc.engine.type
The META type CLOB.
SqlClobType() - Constructor for class org.sqlproc.engine.type.SqlClobType
 
sqlCommand - Variable in exception org.sqlproc.engine.SqlProcessorException
The failed SQL command.
SqlComposedTypeFactory - Class in org.sqlproc.engine.type
The factory definition, which can be used to construct the SqlMetaType instances.
SqlComposedTypeFactory(SqlTypeFactory) - Constructor for class org.sqlproc.engine.type.SqlComposedTypeFactory
Creates a new instance of this factory.
SqlComposedTypeFactory(SqlTypeFactory, List<SqlInternalType>) - Constructor for class org.sqlproc.engine.type.SqlComposedTypeFactory
Creates a new instance of this factory.
SqlControl - Interface in org.sqlproc.engine
The compound parameters controlling the META SQL execution.
sqlCount(StringBuilder) - Method in class org.sqlproc.engine.plugin.DefaultSqlPlugins
Used to construct the COUNT SQL.
sqlCount(StringBuilder) - Method in interface org.sqlproc.engine.plugin.SqlCountPlugin
Used to construct the COUNT SQL.
sqlCountPlugin - Variable in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The SQL Processor plugin devoted to the COUNT SQL construction.
SqlCountPlugin - Interface in org.sqlproc.engine.plugin
The SQL Processor plugin devoted to the COUNT SQL construction.
SqlCrudEngine - Class in org.sqlproc.engine
The primary SQL Processor class for the META SQL CRUD statement execution.
SqlCrudEngine(String, String, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlCrudEngine
Creates a new instance of the SqlCrudEngine from one META SQL statement string.
SqlCrudEngine(String, String, SqlMonitor, Map<String, Object>, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlCrudEngine
Creates a new instance of the SqlCrudEngine from one META SQL statement string.
SqlCrudEngine(String, SqlMetaStatement, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlCrudEngine
Creates a new instance of the SqlCrudEngine from one META SQL statement instance.
SqlCrudEngine(String, SqlMetaStatement, SqlMonitor, Map<String, Object>, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlCrudEngine
Creates a new instance of the SqlCrudEngine from one META SQL statement instance.
SqlCrudEngine(String, SqlMetaStatement, SqlMappingRule, SqlMonitor, Map<String, Object>, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlCrudEngine
Creates a new instance of the SqlCrudEngine from one META SQL statement instance.
SqlDatabaseColumn - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlDatabaseColumn(String) - Constructor for class org.sqlproc.engine.impl.SqlDatabaseColumn
Creates a new instance.
SqlDatabaseTable - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlDatabaseTable(String) - Constructor for class org.sqlproc.engine.impl.SqlDatabaseTable
Creates a new instance.
SqlDateTimeType - Class in org.sqlproc.engine.type
The META type DATETIME.
SqlDateTimeType() - Constructor for class org.sqlproc.engine.type.SqlDateTimeType
 
SqlDateType - Class in org.sqlproc.engine.type
The META type DATE.
SqlDateType() - Constructor for class org.sqlproc.engine.type.SqlDateType
 
SqlDoubleType - Class in org.sqlproc.engine.type
The META type DOUBLE.
SqlDoubleType() - Constructor for class org.sqlproc.engine.type.SqlDoubleType
 
SqlEmptyMonitor - Class in org.sqlproc.engine.impl
The empty implementation of SqlMonitor interface.
SqlEmptyMonitor() - Constructor for class org.sqlproc.engine.impl.SqlEmptyMonitor
 
SqlEngine - Class in org.sqlproc.engine
Common ancestor for SqlQueryEngine and SqlCrudEngine.
SqlEngine(String, SqlMetaStatement, SqlMappingRule, SqlMonitor, Map<String, Object>, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlEngine
Creates a new instance of the SqlEngine from one META SQL statement and one SQL Mapping rule instance.
SqlEngineException - Exception in org.sqlproc.engine
The general exception class for the SQL Processor parser.
SqlEngineException(String) - Constructor for exception org.sqlproc.engine.SqlEngineException
Creates a new instance of the exception in the process of lexer and parser processing.
SqlEngineException(String, List<ErrorMsg>, List<ErrorMsg>, List<ErrorMsg>) - Constructor for exception org.sqlproc.engine.SqlEngineException
Creates a new instance of the exception in the process of lexer and parser processing.
SqlEngineException(String, List<ErrorMsg>, List<ErrorMsg>) - Constructor for exception org.sqlproc.engine.SqlEngineException
Creates a new instance of the exception in the process of lexer and parser processing.
SqlEngineFactory - Interface in org.sqlproc.engine
The factory definition, which can be used to construct the SqlEngine instances.
SqlEnumIntegerType - Class in org.sqlproc.engine.type
The META type ENUMINTEGER.
SqlEnumIntegerType() - Constructor for class org.sqlproc.engine.type.SqlEnumIntegerType
 
SqlEnumStringType - Class in org.sqlproc.engine.type
The META type ENUMSTRING.
SqlEnumStringType() - Constructor for class org.sqlproc.engine.type.SqlEnumStringType
 
SqlFeature - Interface in org.sqlproc.engine
The optional features are used to alter the behavior of the SQL Processor.
SqlFilesLoader - Class in org.sqlproc.engine
The helper class for the file(s) loading.
SqlFilesLoader(String, Class<?>) - Constructor for class org.sqlproc.engine.SqlFilesLoader
Reads the file(s) content and creates a new SqlFilesLoader instance.
SqlFilesLoader(List<String>, Class<?>) - Constructor for class org.sqlproc.engine.SqlFilesLoader
Reads the file(s) content and creates a new SqlFilesLoader instance.
SqlFloatType - Class in org.sqlproc.engine.type
The META type FLOAT.
SqlFloatType() - Constructor for class org.sqlproc.engine.type.SqlFloatType
 
sqlFragment(SqlMetaStatement) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
SqlFromDateType - Class in org.sqlproc.engine.type
The META type FROMDATE.
SqlFromDateType() - Constructor for class org.sqlproc.engine.type.SqlFromDateType
 
sqlFromToPlugin - Variable in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The SQL Processor plugin devoted to the FROM-TO SQL construction.
SqlFromToPlugin - Interface in org.sqlproc.engine.plugin
The SQL Processor plugin devoted to the FROM-TO SQL construction.
SqlFromToPlugin.LimitType - Class in org.sqlproc.engine.plugin
The characteristic of FROM and TO restrictions used in SqlQuery.list().
SqlFromToPlugin.LimitType() - Constructor for class org.sqlproc.engine.plugin.SqlFromToPlugin.LimitType
 
sqlIdentityPlugin - Variable in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The SQL Processor plugin devoted to the identity SELECT SQL construction.
SqlIdentityPlugin - Interface in org.sqlproc.engine.plugin
The SQL Processor plugin devoted to the identity SELECT SQL construction.
SqlIdentityType - Class in org.sqlproc.engine.type
The META type for an auto-generated identity.
SqlIdentityType() - Constructor for class org.sqlproc.engine.type.SqlIdentityType
 
SqlInputValue - Class in org.sqlproc.engine.impl
The entity for a dynamic input value.
SqlInputValue(SqlInputValue.Type, Object, Object, Class<?>, SqlInputValue.Code, SqlInputValue.Mode, SqlType, String) - Constructor for class org.sqlproc.engine.impl.SqlInputValue
Creates a new instance of this entity.
SqlInputValue(SqlInputValue.Type, Object, Object, Class<?>, String, SqlType) - Constructor for class org.sqlproc.engine.impl.SqlInputValue
Creates a new instance of this entity.
SqlInputValue.Code - Enum in org.sqlproc.engine.impl
Enumeration for no/upper/lower case conversion.
SqlInputValue.Code() - Constructor for enum org.sqlproc.engine.impl.SqlInputValue.Code
 
SqlInputValue.Mode - Enum in org.sqlproc.engine.impl
Enumeration for IN/OUT/INOUT mode of callable statement parameter.
SqlInputValue.Mode() - Constructor for enum org.sqlproc.engine.impl.SqlInputValue.Mode
 
SqlInputValue.Type - Enum in org.sqlproc.engine.impl
Enumeration for the type of input value.
SqlInputValue.Type() - Constructor for enum org.sqlproc.engine.impl.SqlInputValue.Type
 
SqlIntegerType - Class in org.sqlproc.engine.type
The META type INTEGER.
SqlIntegerType() - Constructor for class org.sqlproc.engine.type.SqlIntegerType
 
SqlInternalType - Class in org.sqlproc.engine.type
The common ancestor of all generic META types with assigned names and the related Java class types.
SqlInternalType() - Constructor for class org.sqlproc.engine.type.SqlInternalType
 
SqlLongType - Class in org.sqlproc.engine.type
The META type LONG.
SqlLongType() - Constructor for class org.sqlproc.engine.type.SqlLongType
 
SqlMappingAttribute - Class in org.sqlproc.engine.impl
The mapping rule sub-element for one output attribute.
SqlMappingAttribute(SqlMappingItem, String, String) - Constructor for class org.sqlproc.engine.impl.SqlMappingAttribute
Creates a new instance.
SqlMappingIdentity - Class in org.sqlproc.engine.impl
The identity related to one output attribute.
SqlMappingIdentity(SqlMappingItem) - Constructor for class org.sqlproc.engine.impl.SqlMappingIdentity
Creates a new instance.
SqlMappingIdentity(SqlMappingItem, SqlMappingAttribute) - Constructor for class org.sqlproc.engine.impl.SqlMappingIdentity
Creates a new instance.
SqlMappingItem - Class in org.sqlproc.engine.impl
The mapping rule element for one output attribute, which is a mapping item.
SqlMappingItem(String) - Constructor for class org.sqlproc.engine.impl.SqlMappingItem
Creates a new instance.
SqlMappingResult - Class in org.sqlproc.engine.impl
Holds the results of an explicit and an implicit mapping rules merging.
SqlMappingResult(SqlMappingRule, Map<String, SqlMappingItem>) - Constructor for class org.sqlproc.engine.impl.SqlMappingResult
Creates a new instance.
SqlMappingRule - Class in org.sqlproc.engine.impl
The precompiled mapping entity for one external META SQL mapping rule.
SqlMappingRule() - Constructor for class org.sqlproc.engine.impl.SqlMappingRule
Creates a new instance.
SqlMetaAndOr - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlMetaAndOr(SqlMetaAndOr.Type) - Constructor for class org.sqlproc.engine.impl.SqlMetaAndOr
Creates a new instance.
SqlMetaAndOr.Type - Enum in org.sqlproc.engine.impl
The enumeration of types.
SqlMetaAndOr.Type() - Constructor for enum org.sqlproc.engine.impl.SqlMetaAndOr.Type
 
SqlMetaConst - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlMetaConst(SqlInputValue.Code) - Constructor for class org.sqlproc.engine.impl.SqlMetaConst
Creates a new instance of this entity.
SqlMetaConst(SqlInputValue.Code, boolean) - Constructor for class org.sqlproc.engine.impl.SqlMetaConst
Creates a new instance of this entity.
SqlMetaConst(SqlInputValue.Code, boolean, SqlType) - Constructor for class org.sqlproc.engine.impl.SqlMetaConst
Creates a new instance of this entity.
SqlMetaElement - Interface in org.sqlproc.engine.impl
The parents of all ANTLR grammar based elements for META SQL.
SqlMetaIdent - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlMetaIdent(SqlInputValue.Code, SqlInputValue.Mode) - Constructor for class org.sqlproc.engine.impl.SqlMetaIdent
Creates a new instance of this entity.
SqlMetaIdent(SqlInputValue.Code, SqlInputValue.Mode, boolean) - Constructor for class org.sqlproc.engine.impl.SqlMetaIdent
Creates a new instance of this entity.
SqlMetaIdent(SqlInputValue.Code, SqlInputValue.Mode, boolean, SqlType) - Constructor for class org.sqlproc.engine.impl.SqlMetaIdent
Creates a new instance of this entity.
SqlMetaIf - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlMetaIf() - Constructor for class org.sqlproc.engine.impl.SqlMetaIf
Creates a new instance.
SqlMetaIfItem - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlMetaIfItem() - Constructor for class org.sqlproc.engine.impl.SqlMetaIfItem
Creates a new instance.
SqlMetaLogExpr - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlMetaLogExpr() - Constructor for class org.sqlproc.engine.impl.SqlMetaLogExpr
Creates a new instance.
SqlMetaLogExpr(boolean) - Constructor for class org.sqlproc.engine.impl.SqlMetaLogExpr
Creates a new instance of this entity.
SqlMetaLogOperand - Interface in org.sqlproc.engine.impl
The ancestor of META SQL sub-elements, which can be used in SqlMetaLogExpr.
SqlMetaLogOperator - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlMetaLogOperator(SqlMetaLogOperator.Type) - Constructor for class org.sqlproc.engine.impl.SqlMetaLogOperator
Creates a new instance.
SqlMetaLogOperator.Type - Enum in org.sqlproc.engine.impl
The enumeration of the logical operator types.
SqlMetaLogOperator.Type() - Constructor for enum org.sqlproc.engine.impl.SqlMetaLogOperator.Type
 
SqlMetaOperator - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlMetaOperator(SqlInputValue.Code, boolean, SqlType) - Constructor for class org.sqlproc.engine.impl.SqlMetaOperator
Creates a new instance of this entity.
SqlMetaOperator(SqlInputValue.Code, boolean) - Constructor for class org.sqlproc.engine.impl.SqlMetaOperator
Creates a new instance of this entity.
SqlMetaOperator(SqlInputValue.Code) - Constructor for class org.sqlproc.engine.impl.SqlMetaOperator
Creates a new instance of this entity.
SqlMetaOperator(boolean, List<String>) - Constructor for class org.sqlproc.engine.impl.SqlMetaOperator
Creates a new instance of this entity using the list of sub-elements.
SqlMetaOrd - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlMetaOrd(int) - Constructor for class org.sqlproc.engine.impl.SqlMetaOrd
Creates a new instance.
SqlMetaSimple - Interface in org.sqlproc.engine.impl
The ancestor of simple META SQL sub-elements.
SqlMetaSqlFragment - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlMetaSqlFragment(SqlMetaSqlFragment.Type) - Constructor for class org.sqlproc.engine.impl.SqlMetaSqlFragment
Creates a new instance.
SqlMetaSqlFragment(String) - Constructor for class org.sqlproc.engine.impl.SqlMetaSqlFragment
Creates a new instance.
SqlMetaSqlFragment.Type - Enum in org.sqlproc.engine.impl
The enumeration of types.
SqlMetaSqlFragment.Type() - Constructor for enum org.sqlproc.engine.impl.SqlMetaSqlFragment.Type
 
SqlMetaStatement - Class in org.sqlproc.engine.impl
Precompiled META SQL statement.
SqlMetaStatement() - Constructor for class org.sqlproc.engine.impl.SqlMetaStatement
Creates a new instance.
SqlMetaStatement.Type - Enum in org.sqlproc.engine.impl
The SQL command type.
SqlMetaStatement.Type() - Constructor for enum org.sqlproc.engine.impl.SqlMetaStatement.Type
 
SqlMetaText - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlMetaText(String) - Constructor for class org.sqlproc.engine.impl.SqlMetaText
Creates a new instance.
SqlMetaType - Class in org.sqlproc.engine.type
The common ancestor of all META types.
SqlMetaType() - Constructor for class org.sqlproc.engine.type.SqlMetaType
 
SqlMonitor - Interface in org.sqlproc.engine
The vehicle interface definition, which can be used to monitor the duration of all SQL queries execution.
SqlMonitor.Runner - Interface in org.sqlproc.engine
This interface is implemented in SqlQueryEngine and SqlCrudEngine main public methods.
SqlMonitorFactory - Interface in org.sqlproc.engine
The factory definition, which can be used to construct the SqlMonitor instances.
SqlOrder - Class in org.sqlproc.engine
The list of ordering directives for the SQL Processor queries execution.
SqlOrder() - Constructor for class org.sqlproc.engine.SqlOrder
Creates a new empty ordering directive list.
SqlOrder(int, SqlOrder.Order) - Constructor for class org.sqlproc.engine.SqlOrder
Creates a new ordering directive list.
SqlOrder.Order - Enum in org.sqlproc.engine
The enumeration for the ordering directives.
SqlOrder.Order() - Constructor for enum org.sqlproc.engine.SqlOrder.Order
 
SqlOutValueType - Class in org.sqlproc.engine.type
The META type for an auto-generated identity.
SqlOutValueType() - Constructor for class org.sqlproc.engine.type.SqlOutValueType
 
SqlPluginFactory - Interface in org.sqlproc.engine.plugin
The factory definition, which can be used to construct the SQL Processor plugins instances.
SqlProcedureEngine - Class in org.sqlproc.engine
The primary SQL Processor class for the META SQL stored procedures execution.
SqlProcedureEngine(String, String, String, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlProcedureEngine
Creates a new instance of the SqlProcedureEngine from one stored procedure execution META SQL statement and one SQL mapping rule string.
SqlProcedureEngine(String, String, String, SqlMonitor, Map<String, Object>, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlProcedureEngine
Creates a new instance of the SqlProcedureEngine from one stored procedure execution META SQL statement string and one SQL Mapping rule string.
SqlProcedureEngine(String, SqlMetaStatement, SqlMappingRule, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlProcedureEngine
Creates a new instance of the SqlProcedureEngine from one stored procedure execution META SQL statement and one SQL mapping rule instances.
SqlProcedureEngine(String, SqlMetaStatement, SqlMappingRule, SqlMonitor, Map<String, Object>, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlProcedureEngine
Creates a new instance of the SqlProcedureEngine from one stored procedure execution META SQL statement and one SQL mapping rule instances.
SqlProcessContext - Class in org.sqlproc.engine.impl
The crate (design pattern) for all input parameters for the 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.
SqlProcessContext(SqlMetaStatement.Type, Object, Object, List<SqlOrder>, Map<String, Object>, Map<String, Object>, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.impl.SqlProcessContext
Creates a new instance.
SqlProcessor - Class in org.sqlproc.engine.impl
Pre-compiled META SQL statements, output mappings and optional features (also known as the SQL Processor artifacts).
SqlProcessor(Map<String, Object>, Set<String>) - Constructor for class org.sqlproc.engine.impl.SqlProcessor
Creates a new instance.
SqlProcessor.FeatureType - Enum in org.sqlproc.engine.impl
The mapping rule type.
SqlProcessor.FeatureType() - Constructor for enum org.sqlproc.engine.impl.SqlProcessor.FeatureType
 
SqlProcessor.FilterStatus - Enum in org.sqlproc.engine.impl
This status is the result of the filters processing, based on the next rules:
in the case there are no filters
- there are activeFilters, the artifact is dead - NOK
- otherwise the artifact is ok - OK
in the case there are filters
- there are no activeFilters, the artifact is ok, but lower priority - OK_LOWER
- there are activeFilters, and the intersection is not empty, the artifact is ok - OK
- there are activeFilters, and the intersection is empty, the artifact is dead - NOK
SqlProcessor.FilterStatus() - Constructor for enum org.sqlproc.engine.impl.SqlProcessor.FilterStatus
 
SqlProcessor.MappingType - Enum in org.sqlproc.engine.impl
The mapping rule type.
SqlProcessor.MappingType() - Constructor for enum org.sqlproc.engine.impl.SqlProcessor.MappingType
 
SqlProcessor.StatementType - Enum in org.sqlproc.engine.impl
The META SQL statement type.
SqlProcessor.StatementType() - Constructor for enum org.sqlproc.engine.impl.SqlProcessor.StatementType
 
SqlProcessorException - Exception in org.sqlproc.engine
The general runtime exception class for the SQL Processor engine.
SqlProcessorException() - Constructor for exception org.sqlproc.engine.SqlProcessorException
Creates a new instance of the exception.
SqlProcessorException(String) - Constructor for exception org.sqlproc.engine.SqlProcessorException
Creates a new instance of the exception.
SqlProcessorException(Throwable) - Constructor for exception org.sqlproc.engine.SqlProcessorException
Creates a new instance of the exception.
SqlProcessorException(String, Throwable) - Constructor for exception org.sqlproc.engine.SqlProcessorException
Creates a new instance of the exception.
SqlProcessorException(Throwable, String) - Constructor for exception org.sqlproc.engine.SqlProcessorException
Creates a new instance of the exception.
SqlProcessorException(String, Throwable, String) - Constructor for exception org.sqlproc.engine.SqlProcessorException
Creates a new instance of the exception.
SqlProcessorLexer - Class in org.sqlproc.engine.impl
 
SqlProcessorLexer() - Constructor for class org.sqlproc.engine.impl.SqlProcessorLexer
 
SqlProcessorLexer(CharStream) - Constructor for class org.sqlproc.engine.impl.SqlProcessorLexer
 
SqlProcessorLexer(CharStream, RecognizerSharedState) - Constructor for class org.sqlproc.engine.impl.SqlProcessorLexer
 
SqlProcessorLexer.DFA12 - Class in org.sqlproc.engine.impl
 
SqlProcessorLexer.DFA12(BaseRecognizer) - Constructor for class org.sqlproc.engine.impl.SqlProcessorLexer.DFA12
 
SqlProcessorLoader - Class in org.sqlproc.engine
The helper class for the META SQL statements and mapping rules parsing.
SqlProcessorLoader(StringBuilder, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlProcessorLoader
Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlProcessorLoader(StringBuilder, SqlTypeFactory, SqlPluginFactory, String) - Constructor for class org.sqlproc.engine.SqlProcessorLoader
Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlProcessorLoader(StringBuilder, SqlTypeFactory, SqlPluginFactory, String, SqlMonitorFactory) - Constructor for class org.sqlproc.engine.SqlProcessorLoader
Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlProcessorLoader(StringBuilder, SqlTypeFactory, SqlPluginFactory, String, SqlMonitorFactory, String...) - Constructor for class org.sqlproc.engine.SqlProcessorLoader
Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlProcessorLoader(StringBuilder, SqlTypeFactory, SqlPluginFactory, String, SqlMonitorFactory, List<SqlInternalType>, String...) - Constructor for class org.sqlproc.engine.SqlProcessorLoader
Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlProcessorLoader(StringBuilder, SqlTypeFactory, SqlPluginFactory, String, SqlMonitorFactory, SqlValidatorFactory, List<SqlInternalType>, String...) - Constructor for class org.sqlproc.engine.SqlProcessorLoader
Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlProcessorParser - Class in org.sqlproc.engine.impl
 
SqlProcessorParser(TokenStream) - Constructor for class org.sqlproc.engine.impl.SqlProcessorParser
 
SqlProcessorParser(TokenStream, RecognizerSharedState) - Constructor for class org.sqlproc.engine.impl.SqlProcessorParser
 
SqlProcessorParser.DFA43 - Class in org.sqlproc.engine.impl
 
SqlProcessorParser.DFA43(BaseRecognizer) - Constructor for class org.sqlproc.engine.impl.SqlProcessorParser.DFA43
 
SqlProcessorParser.DFA48 - Class in org.sqlproc.engine.impl
 
SqlProcessorParser.DFA48(BaseRecognizer) - Constructor for class org.sqlproc.engine.impl.SqlProcessorParser.DFA48
 
SqlProcessorParser.DFA57 - Class in org.sqlproc.engine.impl
 
SqlProcessorParser.DFA57(BaseRecognizer) - Constructor for class org.sqlproc.engine.impl.SqlProcessorParser.DFA57
 
SqlProcessorParser.DFA66 - Class in org.sqlproc.engine.impl
 
SqlProcessorParser.DFA66(BaseRecognizer) - Constructor for class org.sqlproc.engine.impl.SqlProcessorParser.DFA66
 
SqlProcessorParser.DFA73 - Class in org.sqlproc.engine.impl
 
SqlProcessorParser.DFA73(BaseRecognizer) - Constructor for class org.sqlproc.engine.impl.SqlProcessorParser.DFA73
 
SqlProcessorParser.mapping_scope - Class in org.sqlproc.engine.impl
 
SqlProcessorParser.mapping_scope() - Constructor for class org.sqlproc.engine.impl.SqlProcessorParser.mapping_scope
 
SqlProcessorParser.meta_scope - Class in org.sqlproc.engine.impl
 
SqlProcessorParser.meta_scope() - Constructor for class org.sqlproc.engine.impl.SqlProcessorParser.meta_scope
 
SqlProcessResult - Class in org.sqlproc.engine.impl
Holds the results of ANSI SQL query generation.
SqlProcessResult() - Constructor for class org.sqlproc.engine.impl.SqlProcessResult
Creates a new instance.
SqlProcessResult(String) - Constructor for class org.sqlproc.engine.impl.SqlProcessResult
Creates a new instance with a SQL fragment from SqlMetaText.
SqlProviderType - Class in org.sqlproc.engine.type
The META type contract for types provided by the stack on top of which the SQL Processor works.
SqlProviderType() - Constructor for class org.sqlproc.engine.type.SqlProviderType
 
SqlQuery - Interface in org.sqlproc.engine
The SQL Engine query contract definition.
SqlQueryEngine - Class in org.sqlproc.engine
The primary SQL Processor class for the META SQL query execution.
SqlQueryEngine(String, String, String, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlQueryEngine
Creates a new instance of the SqlQueryEngine from one META SQL query string and one SQL mapping rule string.
SqlQueryEngine(String, String, String, SqlMonitor, Map<String, Object>, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlQueryEngine
Creates a new instance of the SqlQueryEngine from one META SQL statement string and one SQL Mapping rule string.
SqlQueryEngine(String, SqlMetaStatement, SqlMappingRule, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlQueryEngine
Creates a new instance of the SqlQueryEngine from one META SQL statement and one SQL mapping rule instances.
SqlQueryEngine(String, SqlMetaStatement, SqlMappingRule, SqlMonitor, Map<String, Object>, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlQueryEngine
Creates a new instance of the SqlQueryEngine from one META SQL statement and one SQL mapping rule instances.
SqlRuntimeException - Exception in org.sqlproc.engine
The general runtime exception class for the SQL Processor engine.
SqlRuntimeException() - Constructor for exception org.sqlproc.engine.SqlRuntimeException
Creates a new instance of the exception.
SqlRuntimeException(String) - Constructor for exception org.sqlproc.engine.SqlRuntimeException
Creates a new instance of the exception.
SqlRuntimeException(Throwable) - Constructor for exception org.sqlproc.engine.SqlRuntimeException
Creates a new instance of the exception.
SqlRuntimeException(String, Throwable) - Constructor for exception org.sqlproc.engine.SqlRuntimeException
Creates a new instance of the exception.
sqls - Variable in class org.sqlproc.engine.SqlProcessorLoader
The collection of named META SQL queries.
sqlSequencePlugin - Variable in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The SQL Processor plugin devoted to the sequence SELECT SQL construction.
SqlSequencePlugin - Interface in org.sqlproc.engine.plugin
The SQL Processor plugin devoted to the sequence SELECT SQL construction.
SqlSession - Interface in org.sqlproc.engine
The SQL Engine session contract definition.
SqlSessionFactory - Interface in org.sqlproc.engine
The factory definition, which can be used to construct the SqlSession instances.
SqlShortType - Class in org.sqlproc.engine.type
The META type SHORT.
SqlShortType() - Constructor for class org.sqlproc.engine.type.SqlShortType
 
SqlSimpleFactory - Class in org.sqlproc.engine
The simple implementation of the SqlEngineFactory.
SqlSimpleFactory() - Constructor for class org.sqlproc.engine.SqlSimpleFactory
Creates a new instance with no default values.
SqlStandardControl - Class in org.sqlproc.engine.impl
The compound parameters controlling the META SQL execution.
SqlStandardControl() - Constructor for class org.sqlproc.engine.impl.SqlStandardControl
Standard constructor.
SqlStandardControl(SqlControl) - Constructor for class org.sqlproc.engine.impl.SqlStandardControl
Merging constructor.
sqlStatementType - Variable in class org.sqlproc.engine.impl.SqlProcessContext
The SQL command type.
SqlStringType - Class in org.sqlproc.engine.type
The META type STRING.
SqlStringType() - Constructor for class org.sqlproc.engine.type.SqlStringType
 
SqlTextType - Class in org.sqlproc.engine.type
The META type TEXT.
SqlTextType() - Constructor for class org.sqlproc.engine.type.SqlTextType
 
SqlTimestampType - Class in org.sqlproc.engine.type
The META type TIMESTAMP.
SqlTimestampType() - Constructor for class org.sqlproc.engine.type.SqlTimestampType
 
SqlTimeType - Class in org.sqlproc.engine.type
The META type TIME.
SqlTimeType() - Constructor for class org.sqlproc.engine.type.SqlTimeType
 
SqlToDateType - Class in org.sqlproc.engine.type
The META type TODATE.
SqlToDateType() - Constructor for class org.sqlproc.engine.type.SqlToDateType
 
sqlType - Variable in class org.sqlproc.engine.impl.SqlMappingItem
The (META) type of an attribute in the result class and/or the database column type.
sqlType - Variable in class org.sqlproc.engine.impl.SqlMetaConst
The type of this input value.
sqlType - Variable in class org.sqlproc.engine.impl.SqlMetaIdent
The type of this input value.
SqlType - Class in org.sqlproc.engine.impl
The SQL type of a dynamic input value (SQL statement parameter) or an output value (SQL query scalar).
SqlType() - Constructor for class org.sqlproc.engine.impl.SqlType
Creates a new instance with unspecified internal type.
SqlType(SqlMetaType) - Constructor for class org.sqlproc.engine.impl.SqlType
Creates a new instance with specified internal type.
SqlTypeFactory - Interface in org.sqlproc.engine.type
The factory definition, which can be used to construct the SqlMetaType instances.
SqlUtils - Class in org.sqlproc.engine.impl
SQL Processor utilities.
SqlUtils() - Constructor for class org.sqlproc.engine.impl.SqlUtils
 
SqlValidationContext<T> - Interface in org.sqlproc.engine.validation
The generic interface definition for the validation context.
SqlValidationException - Exception in org.sqlproc.engine.validation
The general runtime exception class for the SQL Processor engine.
SqlValidationException() - Constructor for exception org.sqlproc.engine.validation.SqlValidationException
Creates a new instance of the exception.
SqlValidationException(String) - Constructor for exception org.sqlproc.engine.validation.SqlValidationException
Creates a new instance of the exception.
SqlValidationException(Throwable) - Constructor for exception org.sqlproc.engine.validation.SqlValidationException
Creates a new instance of the exception.
SqlValidationException(String, Throwable) - Constructor for exception org.sqlproc.engine.validation.SqlValidationException
Creates a new instance of the exception.
SqlValidationException(SqlValidationResult<T>) - Constructor for exception org.sqlproc.engine.validation.SqlValidationException
Creates a new instance of the exception.
SqlValidationException(String, SqlValidationResult<T>) - Constructor for exception org.sqlproc.engine.validation.SqlValidationException
Creates a new instance of the exception.
SqlValidationResult<T> - Interface in org.sqlproc.engine.validation
The generic interface definition for the validation result.
SqlValidator - Interface in org.sqlproc.engine.validation
The vehicle interface definition, which can be used to validate input values in INSERT or UPDATE statements.
SqlValidatorFactory - Interface in org.sqlproc.engine.validation
The factory definition, which can be used to construct the SqlValidator instances.
start - Variable in class org.sqlproc.engine.impl.ErrorMsg
 
start(Class<T>) - Method in interface org.sqlproc.engine.validation.SqlValidator
The SqlValidator visitor method called from inside the main execution methods in SqlCrudEngine.
STATEMENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
STATEMENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
statement - Variable in class org.sqlproc.engine.SqlEngine
The pre-compiled META SQL query or statement.
statementsFeatures - Variable in class org.sqlproc.engine.impl.SqlProcessor
The collection of the SQL Processor optional features in the statement context.
statementsFeatures - Variable in class org.sqlproc.engine.SqlProcessorLoader
The collection of the SQL Processor optional features in the statement context.
statementsFeaturesUnset - Variable in class org.sqlproc.engine.impl.SqlProcessor
The collection of the SQL Processor optional features to be cleared in the statement context.
statementsFeaturesUnset - Variable in class org.sqlproc.engine.SqlProcessorLoader
The collection of the SQL Processor optional features to be cleared in the statement context.
staticInputValues - Variable in class org.sqlproc.engine.impl.SqlProcessContext
The SQL statement static parameters.
staticInputValues - Variable in class org.sqlproc.engine.impl.SqlStandardControl
The object used for the SQL statement dynamic input values.
STRING - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
STRING - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
STRING - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
SUPPVAL_DISCRIMINATOR_ - Static variable in class org.sqlproc.engine.impl.ParserUtils
 
SUPPVAL_DTYPE_ - Static variable in class org.sqlproc.engine.impl.ParserUtils
 
SUPPVAL_GTYPE_ - Static variable in class org.sqlproc.engine.impl.ParserUtils
 
SUPPVAL_TYPE_ - Static variable in class org.sqlproc.engine.impl.ParserUtils
 
SURROUND_QUERY_LIKE_FULL - Static variable in interface org.sqlproc.engine.SqlFeature
SURROUND_QUERY_LIKE is the key for the special SQL Processor behavior.
SURROUND_QUERY_LIKE_PARTIAL - Static variable in interface org.sqlproc.engine.SqlFeature
SURROUND_QUERY_LIKE_PARTIAL is the key for the special SQL Processor behavior.
SURROUND_QUERY_MIN_LEN - Static variable in interface org.sqlproc.engine.SqlFeature
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.

T

text - Variable in class org.sqlproc.engine.impl.SqlProcessorParser.meta_scope
 
TEXT - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
TIME - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
timeout - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
A timeout for the underlying query.
TIMESTAMP - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
TO_DATE - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
toBytes(byte[]) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
toBytes(Byte[]) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
tokenNames - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
toString() - Method in class org.sqlproc.engine.impl.ErrorMsg
 
toString() - Method in class org.sqlproc.engine.impl.SqlInputValue
For debug purposes.
toString() - Method in class org.sqlproc.engine.impl.SqlMappingAttribute
For debug purposes.
toString() - Method in class org.sqlproc.engine.impl.SqlMappingIdentity
For debug purposes.
toString() - Method in class org.sqlproc.engine.impl.SqlMappingItem
For debug purposes.
toString() - Method in class org.sqlproc.engine.impl.SqlProcessResult
For debug purposes.
toString() - Method in class org.sqlproc.engine.impl.SqlStandardControl
toString() - Method in class org.sqlproc.engine.SqlFilesLoader
Returns a string representation of the object.
type - Variable in class org.sqlproc.engine.impl.SqlInputValue
The input value META type.
type - Variable in class org.sqlproc.engine.impl.SqlMetaAndOr
The type if this element.
type - Variable in class org.sqlproc.engine.impl.SqlMetaLogOperator
The type of the logical operator.
type - Variable in class org.sqlproc.engine.impl.SqlMetaSqlFragment
The type if this element.
typeFactory - Variable in class org.sqlproc.engine.impl.SqlProcessorParser.mapping_scope
 
typeFactory - Variable in class org.sqlproc.engine.impl.SqlProcessorParser.meta_scope
 
typeFactory - Variable in class org.sqlproc.engine.SqlEngine
The factory for the META types construction.
typeFactory - Variable in class org.sqlproc.engine.SqlSimpleFactory
The factory for the META types construction.
typeFactory - Variable in class org.sqlproc.engine.type.SqlComposedTypeFactory
The factory of the underlying stack.
TYPES - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instances of generic types.

U

unique() - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Convenience method to return a single instance that matches the query, or null if the query returns no results.
unique() - Method in interface org.sqlproc.engine.SqlQuery
Convenience method to return a single instance that matches the query, or null if the query returns no results.
uniqueArtifactName(String, String, List<String>) - Method in class org.sqlproc.engine.impl.SqlProcessor
Builds the unique artifact name.
unsetFeatures(Set<String>) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Clears the optional features in the stament's or execution scope.
unsetFeatures(Set<String>) - Method in class org.sqlproc.engine.SqlEngine
Clears the optional features in the stament's or global scope.
update() - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Executes the update, delete or insert statement.
update(SqlSession, Object) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL update statement to persist a database row.
update(SqlSession, Object, Object) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL update statement to persist a database row.
update(SqlSession, Object, Object, int) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL update statement to persist a database row.
update(SqlSession, Object, SqlControl) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL update statement to persist a database row.
update() - Method in interface org.sqlproc.engine.SqlQuery
Executes the update, delete or insert statement.

V

validate(SqlValidator) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Validates the processed input attributes and their values.
validate(SqlValidationContext<T>, Class<T>, String, Object) - Method in interface org.sqlproc.engine.validation.SqlValidator
The SqlValidator visitor method called from inside the main execution methods in SqlCrudEngine.
validator - Variable in class org.sqlproc.engine.SqlEngine
The injected validator.
validatorFactory - Variable in class org.sqlproc.engine.SqlSimpleFactory
The validator factory used in the process of the SQL Monitor instances creation.
value - Variable in class org.sqlproc.engine.impl.SqlType
Right now only for the special of the enumeration type of the input value.
valueOf(String) - Static method in enum org.sqlproc.engine.impl.SqlInputValue.Code
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sqlproc.engine.impl.SqlInputValue.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sqlproc.engine.impl.SqlInputValue.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sqlproc.engine.impl.SqlMetaAndOr.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sqlproc.engine.impl.SqlMetaLogOperator.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sqlproc.engine.impl.SqlMetaSqlFragment.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sqlproc.engine.impl.SqlMetaStatement.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sqlproc.engine.impl.SqlProcessor.FeatureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sqlproc.engine.impl.SqlProcessor.FilterStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sqlproc.engine.impl.SqlProcessor.MappingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sqlproc.engine.impl.SqlProcessor.StatementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sqlproc.engine.SqlOrder.Order
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.sqlproc.engine.impl.SqlInputValue.Code
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sqlproc.engine.impl.SqlInputValue.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sqlproc.engine.impl.SqlInputValue.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.sqlproc.engine.impl.SqlMappingItem
Supplements values for a special handling, for example the identification of an identity column or the partial attribute type.
values() - Static method in enum org.sqlproc.engine.impl.SqlMetaAndOr.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.sqlproc.engine.impl.SqlMetaConst
Values for a special identifier handling, for example a sequence for an identity.
values - Variable in class org.sqlproc.engine.impl.SqlMetaIdent
Values for a special identifier handling, for example a sequence for an identity.
values() - Static method in enum org.sqlproc.engine.impl.SqlMetaLogOperator.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sqlproc.engine.impl.SqlMetaSqlFragment.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sqlproc.engine.impl.SqlMetaStatement.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sqlproc.engine.impl.SqlProcessor.FeatureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sqlproc.engine.impl.SqlProcessor.FilterStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sqlproc.engine.impl.SqlProcessor.MappingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sqlproc.engine.impl.SqlProcessor.StatementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sqlproc.engine.SqlOrder.Order
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES_PREFIX - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
valueType - Variable in class org.sqlproc.engine.impl.SqlInputValue
The type of the input value, please see SqlInputValue.Type.

W

warnings - Variable in class org.sqlproc.engine.impl.SqlProcessor
The list of all warnings.
WHERE_PREFIX - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
WILDCARD_CHARACTER - Static variable in interface org.sqlproc.engine.SqlFeature
WILDCARD_CHARACTER is the key for the wildcard character for the SQL like command.
WS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
WS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 

Z

zeroBasedFirst - Variable in class org.sqlproc.engine.plugin.SqlFromToPlugin.LimitType
 

A B C D E F G H I J L M N O P Q R S T U V W Z

Copyright © 2013. All Rights Reserved.