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 - 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.
add(StringBuilder) - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
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.SqlStatementParser
 
addConst(String) - Method in class org.sqlproc.engine.impl.SqlMetaConst
Adds a new name.
addConst(SqlMetaConstItem) - Method in class org.sqlproc.engine.impl.SqlMetaConst
Adds a new name.
addConstant(Object, SqlMetaConst, StringBuilder) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
addConstant(Object, SqlMetaConst, StringBuilder) - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
addCustomType(SqlInternalType) - Method in class org.sqlproc.engine.SqlSimpleFactory
Adds a new custom META types.
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.
addIdent(Object, SqlMetaIdent, StringBuilder) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
addIdent(String) - Method in class org.sqlproc.engine.impl.SqlMetaIdent
Adds a new name.
addIdent(SqlMetaIdentItem) - Method in class org.sqlproc.engine.impl.SqlMetaIdent
Adds a new name.
addIdent(Object, SqlMetaIdent, StringBuilder) - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
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.
addOperator(SqlMetaLogExpr, boolean) - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
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.
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(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.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.SqlStatementParser
 
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.
afterSql - Variable in class org.sqlproc.engine.impl.SqlUtils.LimitType
 
allInputValues - Variable in class org.sqlproc.engine.impl.SqlProcessResult
The list of dynamic input values.
alsoFirst - Variable in class org.sqlproc.engine.impl.SqlUtils.LimitType
 
AND - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
AND - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
AND_PREFIX - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
ASC_ORDER - Static variable in class org.sqlproc.engine.SqlQueryEngine
The ordering directive list with one ascending ordering rule.
AT - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
AT - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
attributes - Variable in class org.sqlproc.engine.impl.SqlMappingItem
The list of all partial attribute names in the result class.

B

BAND - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
BAND - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
BeanUtils - Class in org.sqlproc.engine.impl
Bean utilities.
BeanUtils() - Constructor for class org.sqlproc.engine.impl.BeanUtils
 
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.SqlStatementLexer
 
BOR - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
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.
CARET - Static variable in class org.sqlproc.engine.impl.SqlMappingLexer
 
CARET - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
CARET - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
CARET - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
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.
changedIdentities(Object[], Object[]) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
changedIdentity(boolean[], Integer) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
changedIdentity(boolean[], List<Integer>) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
CHAR - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
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.SqlStatementLexer
 
COLON - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
column() - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
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.SqlEngineLoader
 
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.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.SqlStatementParser
 
counter - Static variable in class org.sqlproc.engine.impl.ParserUtils
 
countSql(SqlProcessResult) - Method in class org.sqlproc.engine.SqlQueryEngine
 
create(RecognitionException, String[]) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
create(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.
CRUD_PREFIX - Static variable in class org.sqlproc.engine.SqlEngineLoader
 
cruds - Variable in class org.sqlproc.engine.SqlEngineLoader
The collection of named META SQL CRUD statements.
ctx - Variable in class org.sqlproc.engine.impl.SqlProcessResult
Context of the processing;
currentFeatures - Static variable in class org.sqlproc.engine.impl.SqlProcessContext
The thread local holder for the configuration object.
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.
dbName - Variable in class org.sqlproc.engine.impl.SqlMappingItem
The name of a database query output.
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 SET_LIKE_STRING.
DEFAULT_META_PROPS_NAME - Static variable in class org.sqlproc.engine.SqlSimpleFactory
Default value for SqlSimpleFactory.metaPropsName.
DEFAULT_METHODS_ENUM_IN - Static variable in interface org.sqlproc.engine.SqlFeature
This is the default value related to the key SET_METHODS_ENUM_IN.
DEFAULT_METHODS_ENUM_OUT - Static variable in interface org.sqlproc.engine.SqlFeature
This is the default value related to the key SET_METHODS_ENUM_OUT.
DEFAULT_SURROUND_QUERY_MIN_LEN - Static variable in interface org.sqlproc.engine.SqlFeature
This is the default value related to the key SET_SURROUND_QUERY_MIN_LEN.
DEFAULT_WILDCARD_CHARACTER - Static variable in interface org.sqlproc.engine.SqlFeature
This is the default value related to the key SET_WILDCARD_CHARACTER .
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.
DESC_ORDER - Static variable in class org.sqlproc.engine.SqlQueryEngine
The ordering directive list with one descending ordering rule.
dfa3 - Variable in class org.sqlproc.engine.impl.SqlMappingParser
 
DFA3_accept - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
DFA3_acceptS - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
DFA3_eof - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
DFA3_eofS - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
DFA3_eot - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
DFA3_eotS - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
DFA3_max - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
DFA3_maxS - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
DFA3_min - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
DFA3_minS - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
DFA3_special - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
DFA3_specialS - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
DFA3_transition - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
DFA3_transitionS - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
dfa5 - Variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
DFA5_accept - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
DFA5_acceptS - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
DFA5_eof - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
DFA5_eofS - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
DFA5_eot - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
DFA5_eotS - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
DFA5_max - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
DFA5_maxS - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
DFA5_min - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
DFA5_minS - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
DFA5_special - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
DFA5_specialS - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
DFA5_transition - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
DFA5_transitionS - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
DIGIT - Static variable in class org.sqlproc.engine.impl.SqlMappingLexer
 
DIGIT - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
DIGIT - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
DIGIT - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
doIdentitySelect(String) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Runs the select to obtain the value of auto-generated identity.
DOT - Static variable in class org.sqlproc.engine.impl.SqlMappingLexer
 
DOT - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
DOT - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
DOT - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
DOUBLE - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
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.
engines - Variable in class org.sqlproc.engine.SqlEngineLoader
The collection of named SQL Engine (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.SqlMappingLexer
 
EOF - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
EOF - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
EOF - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
EQUALS - Static variable in class org.sqlproc.engine.impl.SqlMappingLexer
 
EQUALS - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
EQUALS - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
EQUALS - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
ErrorMsg - Class in org.sqlproc.engine.impl
Every parser error is encapsulated into the instance of this class.
ErrorMsg(String, int, int, int) - Constructor for class org.sqlproc.engine.impl.ErrorMsg
 
errors - Variable in class org.sqlproc.engine.impl.SqlMappingLexer
 
errors - Variable in class org.sqlproc.engine.impl.SqlMappingParser
 
errors - Variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
errors - Variable in class org.sqlproc.engine.impl.SqlStatementParser
 
errors - Variable in exception org.sqlproc.engine.SqlEngineException
The list of parsing errors.
ESC_AT - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
ESC_AT - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
ESC_BOR - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
ESC_BOR - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
ESC_COLON - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
ESC_COLON - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
ESC_HASH - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
ESC_HASH - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
ESC_LBRACE - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
ESC_LBRACE - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
ESC_RBRACE - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
ESC_RBRACE - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
ESC_STRING - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
ESC_STRING - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
executeUpdate() - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Executes the update, delete or insert statement.
executeUpdate() - Method in interface org.sqlproc.engine.SqlQuery
Executes the update, delete or insert statement.
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.
features - Variable in class org.sqlproc.engine.SqlEngine
Configuration of the SQL Processor using map of features.
features - Variable in class org.sqlproc.engine.SqlEngineLoader
The collection of the SQL Processor optional features.
fields - Variable in class org.sqlproc.engine.SqlEngineLoader
The collection of named explicitly defined mapping rules.
FIELDS_REFERENCE - Static variable in class org.sqlproc.engine.SqlEngineLoader
 
filter - Variable in class org.sqlproc.engine.SqlSimpleFactory
The properties name prefix to filter the META SQL statements, mapping rules and optional features.
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_ifSqlCond1061 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_AT_in_ifSql744 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_AT_in_sql251 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_BAND_in_ifMetaSql973 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_BAND_in_metaSql475 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_BOR_in_ifMetaSql1004 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_BOR_in_ifMetaSql1019 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_BOR_in_ifMetaSql912 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_BOR_in_ifMetaSql941 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_BOR_in_ifMetaSql954 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_BOR_in_ifMetaSql988 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_BOR_in_metaSql414 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_BOR_in_metaSql443 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_BOR_in_metaSql456 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_BOR_in_metaSql490 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_BOR_in_metaSql506 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_BOR_in_metaSql521 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_CARET_in_column1353 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_CARET_in_column1374 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_CARET_in_constant1474 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_CARET_in_constant1495 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_CARET_in_identifier1595 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_CARET_in_identifier1616 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_CARET_in_mappingValues267 - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
FOLLOW_COLON_in_ifSql703 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_COLON_in_ifSqlBool1103 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_COLON_in_ordSql1278 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_COLON_in_sql200 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_column_in_ifSql748 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_column_in_sql255 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_constant_in_ifSql725 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_constant_in_ifSqlBool1123 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_constant_in_ordSql1300 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_constant_in_sql227 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_DOT_in_mapping175 - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
FOLLOW_EOF_in_parse68 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_EOF_in_parse91 - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
FOLLOW_EQUALS_in_column1390 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_EQUALS_in_constant1511 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_EQUALS_in_identifier1632 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_EQUALS_in_mappingValues283 - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
FOLLOW_EQUALS_in_metaSql537 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_HASH_in_metaSql563 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_IDENT_DOT_in_column1328 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_IDENT_DOT_in_constant1449 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_IDENT_DOT_in_identifier1570 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_IDENT_in_column1334 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_IDENT_in_column1357 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_IDENT_in_column1379 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_IDENT_in_column1394 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_IDENT_in_constant1455 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_IDENT_in_constant1478 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_IDENT_in_constant1500 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_IDENT_in_constant1515 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_IDENT_in_identifier1576 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_IDENT_in_identifier1599 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_IDENT_in_identifier1621 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_IDENT_in_identifier1636 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_IDENT_in_mapping119 - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
FOLLOW_IDENT_in_mapping150 - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
FOLLOW_IDENT_in_mapping179 - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
FOLLOW_IDENT_in_mappingType235 - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
FOLLOW_IDENT_in_mappingValues272 - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
FOLLOW_IDENT_in_mappingValues287 - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
FOLLOW_IDENT_in_metaSql544 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_identifier_in_ifSql707 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_identifier_in_ifSqlBool1107 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_identifier_in_ordSql1282 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_identifier_in_sql204 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifMetaSql_in_ifSql769 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSql_in_ifMetaSql1010 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSql_in_ifMetaSql1023 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSql_in_ifMetaSql903 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSql_in_ifMetaSql916 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSql_in_ifMetaSql945 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSql_in_ifMetaSql958 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSql_in_ifMetaSql979 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSql_in_ifMetaSql992 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSql_in_ifSql696 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSql_in_ifSql714 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSql_in_ifSql732 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSql_in_ifSql760 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSql_in_ifSql774 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSql_in_metaSql405 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSql_in_metaSql418 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSql_in_metaSql447 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSql_in_metaSql460 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSql_in_metaSql481 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSql_in_metaSql494 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSql_in_metaSql512 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSql_in_metaSql525 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSql_in_metaSql550 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSqlBool_in_ifSqlCond1053 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSqlBool_in_ifSqlCond1077 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSqlCond_in_ifMetaSql934 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSqlCond_in_ifSqlBool1139 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ifSqlCond_in_metaSql436 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_LBRACE_in_ifSql767 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_LBRACE_in_sql279 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_LPAREN_in_ifSqlBool1135 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_mapping_in_parse68 - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
FOLLOW_mapping_in_parse80 - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
FOLLOW_mappingType_in_mapping133 - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
FOLLOW_mappingValues_in_mapping159 - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
FOLLOW_mappingValues_in_mapping189 - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
FOLLOW_metaSql_in_sql281 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_MINUS_in_constant1442 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_MINUS_in_identifier1563 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_NOT_in_ifSqlBool1100 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_NOT_in_ifSqlBool1116 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_NOT_in_ifSqlBool1132 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_NUMBER_in_column1402 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_NUMBER_in_constant1523 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_NUMBER_in_identifier1644 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_NUMBER_in_mappingValues295 - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
FOLLOW_NUMBER_in_metaSql567 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_OR_in_ifSqlCond1067 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ordSql_in_metaSql571 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ordSql_in_ordSql1271 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ordSql_in_ordSql1289 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_ordSql_in_ordSql1306 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_PLUS_in_constant1436 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_PLUS_in_identifier1557 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_QUESTI_in_ifMetaSql928 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_QUESTI_in_metaSql430 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_RBRACE_in_ifSql772 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_RBRACE_in_sql284 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_RPAREN_in_ifSqlBool1141 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_set_in_ifMetaSql804 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_set_in_ifSql604 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_set_in_metaSql315 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_set_in_ordSql1167 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_set_in_sql92 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_sql_in_parse65 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_sql_in_sql193 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_sql_in_sql211 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_sql_in_sql239 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_sql_in_sql267 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_sql_in_sql286 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_STRING_in_ifSql721 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_STRING_in_ifSqlBool1119 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_STRING_in_mapping127 - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
FOLLOW_STRING_in_mapping141 - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
FOLLOW_STRING_in_ordSql1296 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_STRING_in_sql223 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_WS_in_ifSqlCond1050 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_WS_in_ifSqlCond1056 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_WS_in_ifSqlCond1072 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_WS_in_ifSqlCond1080 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_WS_in_metaSql539 - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
FOLLOW_WS_in_parse61 - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
FOLLOW_WS_in_parse75 - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
FOLLOW_WS_in_parse88 - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
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(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(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(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(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcByteArrayType
 
get(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcByteArrayWrapperType
 
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(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcCharType
 
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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(ResultSet, String) - Method in class org.sqlproc.engine.jdbc.type.JdbcTimeType
 
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(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(String) - Method in class org.sqlproc.engine.SqlPropertiesLoader
Returns the named property value from the properties 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.
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.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.SqlEngineLoader
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.
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.
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.
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.SqlMappingParser.DFA3
 
getDescription() - Method in class org.sqlproc.engine.impl.SqlStatementLexer.DFA5
 
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.
getEnumToValue(Object) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
getErrorMessage(RecognitionException, String[]) - Method in class org.sqlproc.engine.impl.SqlMappingLexer
 
getErrorMessage(RecognitionException, String[]) - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
getErrors() - Method in class org.sqlproc.engine.impl.SqlMappingLexer
 
getErrors() - Method in class org.sqlproc.engine.impl.SqlMappingParser
 
getErrors() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
getErrors() - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
getFeature(String) - Static method in class org.sqlproc.engine.impl.SqlProcessContext
Convenient method to obtain a String feature based on the name.
getFeature(Map<String, Object>, String) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
getFeatureAsInt(String) - Static method in class org.sqlproc.engine.impl.SqlProcessContext
Convenient method to obtain an Integer 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.
getFieldType(Class<?>, String) - Static method in class org.sqlproc.engine.impl.BeanUtils
 
getFilter() - Method in class org.sqlproc.engine.SqlSimpleFactory
Returns the properties name prefix to filter the META SQL statements, mapping rules and optional features.
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.
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.SqlMappingLexer
 
getGrammarFileName() - Method in class org.sqlproc.engine.impl.SqlMappingParser
 
getGrammarFileName() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
getGrammarFileName() - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
getIdentities() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns the collection of identities.
getIdentitySelect() - Method in class org.sqlproc.engine.impl.SqlInputValue
Returns the select command used to obtain the generated identity value.
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.
getInputValue(String) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns the input value .
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, SqlTypeFactory) - Static method in class org.sqlproc.engine.impl.SqlMappingRule
Simple factory method (design pattern).
getInstance(String, SqlTypeFactory) - Static method in class org.sqlproc.engine.impl.SqlMetaStatement
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.
getLastToken() - Method in class org.sqlproc.engine.impl.SqlMappingParser
 
getLastToken() - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
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 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.
getMappingRule(String) - Method in class org.sqlproc.engine.SqlEngineLoader
Returns the named mapping rule.
getMappings() - Method in class org.sqlproc.engine.impl.SqlMappingRule
Returns a collection of all mapping items in this mapping rule.
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.
getMetaProps() - Method in class org.sqlproc.engine.SqlSimpleFactory
Returns the collection of META SQL statements, mapping rules and optional features.
getMetaPropsName() - Method in class org.sqlproc.engine.SqlSimpleFactory
Returns the name of file, which holds a collection of META SQL statements, mapping rules and optional features.
getMetaSql(String) - Method in class org.sqlproc.engine.SqlEngineLoader
Returns the named META SQL query/statement.
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.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.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.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.
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.impl.SqlMetaConstItem
Returns the name of related attribute.
getName() - Method in class org.sqlproc.engine.impl.SqlMetaIdentItem
Returns the name of related attribute.
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.SqlQueryEngine
Returns the name of this META SQL, which uniquely identifies this instance.
getNames() - Method in class org.sqlproc.engine.SqlEngineLoader
Returns the collection of names of all initialized/constructed SQL Engine instances.
getOrder(int) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Convenient method to obtain the ordering directive based on the index.
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.
getOrderDirrection() - 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.
getParent() - Method in class org.sqlproc.engine.impl.SqlMappingAttribute
Returns the pointer back to the parent.
getPrefix() - Method in class org.sqlproc.engine.impl.SqlMetaAndOr
Returns one of the next ANSI SQL fragments: , AND or OR.
getProperties() - Method in class org.sqlproc.engine.SqlPropertiesLoader
Returns all properties.
getProperty(Object, String) - Static method in class org.sqlproc.engine.impl.BeanUtils
 
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.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.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.SqlEngineLoader
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).
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.
getSelectQueries() - Method in class org.sqlproc.engine.SqlSimpleFactory
Returns the only statements and rules, which are picked up from the properties repository.
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, 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.
getSqlMonitor(String, Map<String, Object>) - Method in interface org.sqlproc.engine.SqlMonitorFactory
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.
getStart() - Method in class org.sqlproc.engine.impl.ErrorMsg
 
getText(Token) - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
getTime(int, int, int) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
getTokenNames() - Method in class org.sqlproc.engine.impl.SqlMappingParser
 
getTokenNames() - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
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.
getValue() - Method in class org.sqlproc.engine.impl.SqlType
Returns the value.
getValueToEnum(Class<?>, Object) - Static method in class org.sqlproc.engine.impl.SqlUtils
 

H

handleBigDecimal(Class<?>, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcDefaultType
 
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.SqlStatementLexer
 
HASH - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
hasOutputMapping - Variable in class org.sqlproc.engine.impl.SqlMetaStatement
An indicator for embedded output mapping
hasOutputMapping - Variable in class org.sqlproc.engine.impl.SqlStatementParser.parse_scope
 
HSQLDB_DEFAULT_IDSEL - Static variable in interface org.sqlproc.engine.SqlFeature
HSQLDB_DEFAULT_IDSEL is the default value related to the key SET_IDSEL in the case the filter value HSQLDB is used for the SqlEngineLoader 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 SET_LIMIT_FROM_TO in the case the filter value HSQLDB is used for the SqlEngineLoader 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 SET_LIMIT_TO in the case the filter value HSQLDB is used for the SqlEngineLoader instance creation.
HSQLDB_DEFAULT_SEQ - Static variable in interface org.sqlproc.engine.SqlFeature
HSQLDB_DEFAULT_SEQ is the default value related to the key SET_SEQ in the case the filter value HSQLDB is used for the SqlEngineLoader instance creation.

I

id - Variable in class org.sqlproc.engine.impl.SqlMetaOrd
The ordering id.
ID - Static variable in interface org.sqlproc.engine.SqlFeature
SET_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.SqlMappingLexer
 
IDENT - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
IDENT - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
IDENT - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
IDENT_DOT - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
IDENT_DOT - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
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.SqlStatementParser
 
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 String based enumeration 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.
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
SET_IDSEL is the key for the SQL query pattern used to obtain the value of identities after the INSERT command.
ifMetaSql(SqlMetaIfItem) - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
ifSql(SqlMetaIfItem) - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
ifSqlBool(SqlMetaLogExpr) - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
ifSqlCond() - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
IGNORE_INPROPER_IN - Static variable in interface org.sqlproc.engine.SqlFeature
SET_IGNORE_INPROPER_IN is the key for special handling of input/output values.
IGNORE_INPROPER_OUT - Static variable in interface org.sqlproc.engine.SqlFeature
SET_IGNORE_INPROPER_OUT is the key for special handling of input/output values.
init() - Method in class org.sqlproc.engine.SqlSimpleFactory
Dynamic init, called mainly from the Spring configuration initialization.
INPUT_MAPPING_PREFIX - Static variable in class org.sqlproc.engine.SqlEngineLoader
 
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.
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(Object, SqlType, boolean) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
isEmpty(StringBuilder) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
isFeature(String) - Static method in class org.sqlproc.engine.impl.SqlProcessContext
Convenient method to obtain a boolean feature based on the name.
isFeature(Map<String, Object>, String, Boolean) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
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.
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.
isSkipNextText() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns the indicator the next possible SQL statement fragment should be skipped.
isTrue(Object, SqlType) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
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
SET_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.
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
 
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.
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

LBRACE - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
LBRACE - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
lCONST_PREFIX - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
lCRUD_PREFIX - Static variable in class org.sqlproc.engine.SqlEngineLoader
 
length - Variable in class org.sqlproc.engine.impl.ErrorMsg
 
lFIELDS_REFERENCE - Static variable in class org.sqlproc.engine.SqlEngineLoader
 
lIDENT_PREFIX - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
LIKE_STRING - Static variable in interface org.sqlproc.engine.SqlFeature
SET_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
SET_LIMIT_FROM_TO is the key for the SQL query pattern used to limit the query results.
LIMIT_TO - Static variable in interface org.sqlproc.engine.SqlFeature
SET_LIMIT_TO is the key for the SQL query pattern used to limit the query results.
limitQuery(String, StringBuilder, Integer, Integer) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
limitQuery(String, SqlUtils.LimitType, String, StringBuilder, Integer, Integer) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
line - Variable in class org.sqlproc.engine.impl.ErrorMsg
 
lINPUT_MAPPING_PREFIX - Static variable in class org.sqlproc.engine.SqlEngineLoader
 
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.
loader - Variable in class org.sqlproc.engine.SqlSimpleFactory
The helper class for the META SQL statements and mapping rules parsing.
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.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.SqlMetaConstItem
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.SqlMetaIdentItem
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 - 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.SqlEngine
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.SqlEngineLoader
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.SqlPropertiesLoader
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.type.SqlMetaType
The internal slf4j logger.
LONG - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
lOUTPUT_MAPPING_PREFIX - Static variable in class org.sqlproc.engine.SqlEngineLoader
 
LPAREN - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
LPAREN - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
lQUERY_PREFIX - Static variable in class org.sqlproc.engine.SqlEngineLoader
 
lSET_PREFIX - Static variable in class org.sqlproc.engine.SqlEngineLoader
 

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.SqlStatementLexer
 
mapping() - Method in class org.sqlproc.engine.impl.SqlMappingParser
 
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.
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.
mappingType(SqlMappingItem) - Method in class org.sqlproc.engine.impl.SqlMappingParser
 
mappingValues(SqlMappingAttribute) - Method in class org.sqlproc.engine.impl.SqlMappingParser
 
mAT() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
maxBeforeFirst - Variable in class org.sqlproc.engine.impl.SqlUtils.LimitType
 
maxResults - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The maximum number of rows to retrieve.
mBAND() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mBOR() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mCARET() - Method in class org.sqlproc.engine.impl.SqlMappingLexer
 
mCARET() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mCOLON() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mDIGIT() - Method in class org.sqlproc.engine.impl.SqlMappingLexer
 
mDIGIT() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mDOT() - Method in class org.sqlproc.engine.impl.SqlMappingLexer
 
mDOT() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mEQUALS() - Method in class org.sqlproc.engine.impl.SqlMappingLexer
 
mEQUALS() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
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.SqlStatementLexer
 
mESC_BOR() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mESC_COLON() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mESC_HASH() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mESC_LBRACE() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mESC_RBRACE() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mESC_STRING() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
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.
metaProps - Variable in class org.sqlproc.engine.SqlSimpleFactory
The collection of META SQL statements, mapping rules and optional features.
metaPropsName - Variable in class org.sqlproc.engine.SqlSimpleFactory
The name of file, which holds a collection of META SQL statements, mapping rules and optional features.
metaSql(SqlMetaStatement) - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
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
SET_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
SET_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.SqlStatementLexer
 
mIDENT() - Method in class org.sqlproc.engine.impl.SqlMappingLexer
 
mIDENT() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mIDENT_DOT() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
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.SqlStatementLexer
 
MINUS - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
mLBRACE() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mLPAREN() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mMINUS() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mNOT() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mNUMBER() - Method in class org.sqlproc.engine.impl.SqlMappingLexer
 
mNUMBER() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
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.
mOR() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mPLUS() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mQUESTI() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mRBRACE() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mREST() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mRPAREN() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
msg - Variable in class org.sqlproc.engine.impl.ErrorMsg
 
mSTRING() - Method in class org.sqlproc.engine.impl.SqlMappingLexer
 
mSTRING() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mTokens() - Method in class org.sqlproc.engine.impl.SqlMappingLexer
 
mTokens() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
mWS() - Method in class org.sqlproc.engine.impl.SqlMappingLexer
 
mWS() - Method in class org.sqlproc.engine.impl.SqlStatementLexer
 
MYSQL_DEFAULT_IDSEL - Static variable in interface org.sqlproc.engine.SqlFeature
MYSQL_DEFAULT_IDSEL is the default value related to the key SET_IDSEL in the case the filter value MYSQL is used for the SqlEngineLoader 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 SET_LIMIT_FROM_TO in the case the filter value MYSQL is used for the SqlEngineLoader 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 SET_LIMIT_TO in the case the filter value MYSQL is used for the SqlEngineLoader instance creation.

N

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.impl.SqlMetaConstItem
The name of related attribute.
name - Variable in class org.sqlproc.engine.impl.SqlMetaIdentItem
The name of related attribute.
name - Variable in class org.sqlproc.engine.SqlEngine
Name of the META SQL query or statement, which uniquely identifies this instance.
newColumn(String) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
newColumn(Token) - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
newConstant(String, String) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
newConstant(Token, Token) - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
newIdent(String, String) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
newIdent(Token, Token) - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
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.SqlStatementLexer
 
NOT - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
nullCounter() - Static method in class org.sqlproc.engine.impl.ParserUtils
 
NUMBER - Static variable in class org.sqlproc.engine.impl.SqlMappingLexer
 
NUMBER - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
NUMBER - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
NUMBER - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 

O

OR - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
OR - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
OR_PREFIX - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
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 SET_LIMIT_FROM_TO in the case the filter value ORACLE is used for the SqlEngineLoader 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 SET_LIMIT_TO in the case the filter value ORACLE is used for the SqlEngineLoader instance creation.
ORACLE_DEFAULT_SEQ - Static variable in interface org.sqlproc.engine.SqlFeature
ORACLE_DEFAULT_SEQ is the default value related to the key SET_SEQ in the case the filter value ORACLE is used for the SqlEngineLoader instance creation.
order - Variable in class org.sqlproc.engine.impl.SqlProcessContext
The list of ordering directives.
orderDirrection - Variable in class org.sqlproc.engine.SqlOrder
The ordering direction (no ordering, ascending or descending).
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.SqlStatementParser
 
org.sqlproc.engine - package org.sqlproc.engine
The public part of the SQL Processor implementation.
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.type - package org.sqlproc.engine.type
All the META types staff devoted to special handling of input/output values.
OUTPUT_MAPPING_PREFIX - Static variable in class org.sqlproc.engine.SqlEngineLoader
 
outputValues - Variable in class org.sqlproc.engine.impl.SqlProcessResult
The list of output values.

P

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.
parse(SqlTypeFactory) - Method in class org.sqlproc.engine.impl.SqlMappingParser
 
parse(SqlTypeFactory) - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
parse_stack - Variable in class org.sqlproc.engine.impl.SqlMappingParser
 
parse_stack - Variable in class org.sqlproc.engine.impl.SqlStatementParser
 
ParserUtils - Class in org.sqlproc.engine.impl
Parser utilities.
ParserUtils() - Constructor for class org.sqlproc.engine.impl.ParserUtils
 
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
 
PLUS - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
PLUS - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
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.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>, SqlTypeFactory) - 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 comman LIKE.
properties - Variable in class org.sqlproc.engine.SqlPropertiesLoader
Properties from the properties file.
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_PREFIX - Static variable in class org.sqlproc.engine.SqlEngineLoader
 
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.
queryString - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The SQL query/statement command.
QUESTI - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
QUESTI - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 

R

RBRACE - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
RBRACE - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
reportError(RecognitionException) - Method in class org.sqlproc.engine.impl.SqlMappingParser
 
reportError(RecognitionException) - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
REST - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
REST - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
rowidBasedMax - Variable in class org.sqlproc.engine.impl.SqlUtils.LimitType
 
RPAREN - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
RPAREN - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
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

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.
selectQueries - Variable in class org.sqlproc.engine.SqlSimpleFactory
Only statements and rules with the names in this set are picked up from the properties repository.
SEQ - Static variable in interface org.sqlproc.engine.SqlFeature
SET_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.
sequence(String) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
set(Map<String, Object>) - Static method in class org.sqlproc.engine.impl.SqlProcessContext
THIS METHOD IS NOT PART OF THE SQL PROCESSOR PUBLIC API.
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
 
SET_PREFIX - Static variable in class org.sqlproc.engine.SqlEngineLoader
 
setAttributes(List<SqlMappingAttribute>) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Sets the list of all partial attribute names in the result class.
setCustomTypes(List<SqlInternalType>) - Method in class org.sqlproc.engine.SqlSimpleFactory
Sets the custom META types.
setExpression(SqlMetaLogExpr) - Method in class org.sqlproc.engine.impl.SqlMetaIf
Sets a logical expression.
setFilter(String) - Method in class org.sqlproc.engine.SqlSimpleFactory
Sets the properties name prefix to filter the META SQL statements, mapping rules and optional features.
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 class org.sqlproc.engine.impl.SqlInputValue
Sets the result of select command for the generated identity value.
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.
setJdbc(boolean) - Method in class org.sqlproc.engine.SqlSimpleFactory
Sets the indicator the JDBC stack is used.
setLike(String, Integer) - Method in class org.sqlproc.engine.impl.SqlInputValue
Sets a special treatment of dynamic input value.
setLimits(PreparedStatement, SqlUtils.LimitType, int, boolean) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Sets the limit related parameters.
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.
setMetaProps(Properties) - Method in class org.sqlproc.engine.SqlSimpleFactory
Sets the collection of META SQL statements, mapping rules and optional features.
setMetaPropsName(String) - Method in class org.sqlproc.engine.SqlSimpleFactory
Sets the name of file, which holds a collection of META SQL statements, mapping rules and optional features.
setMetaType(SqlMetaType) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Assigns the internal type.
setMetaType(SqlTypeFactory, SqlMappingItem, String) - Method in class org.sqlproc.engine.impl.SqlMappingParser
 
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.
setMetaType(SqlTypeFactory, SqlMappingItem, String) - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
setMetaType(SqlTypeFactory, SqlMetaIdent, String) - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
setMetaType(SqlTypeFactory, SqlMetaConst, String) - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
setMonitorFactory(SqlMonitorFactory) - Method in class org.sqlproc.engine.SqlSimpleFactory
Sets the monitor factory used in the process of the SQL Monitor instances creation.
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.
setOrderIndex(Integer) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Sets an index of selected ordering rule (from the list of ordering directives).
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(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.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, SqlUtils.LimitType) - 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.
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, Object, Map<String, Object>, Set<String>, boolean[], 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>, boolean[], 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.
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.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.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.
setSelectQueries(String[]) - Method in class org.sqlproc.engine.SqlSimpleFactory
Sets the only statements and rules, which are picked up from the properties repository.
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.
setSqlType(SqlType) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Sets the internal type of an attribute in the result class.
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.
setType(SqlMetaConstItem.Type) - Method in class org.sqlproc.engine.impl.SqlMetaConstItem
Sets the type if this sub-element, which represents an embedded class or a leaf attribute.
setType(SqlMetaIdentItem.Type) - Method in class org.sqlproc.engine.impl.SqlMetaIdentItem
Sets the type if this sub-element, which represents an embedded class or a leaf attribute.
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.
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 supplement values.
setValues(String, String) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Sets the supplement values.
setValues(String, String, String) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Sets the supplement values.
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
 
skipNextText - Variable in class org.sqlproc.engine.impl.SqlProcessResult
The indicator that a the next possible text has to be skipped.
specialStateTransition(int, IntStream) - Method in class org.sqlproc.engine.impl.SqlStatementLexer.DFA5
 
sql - Variable in class org.sqlproc.engine.impl.SqlMetaText
An ANSI SQL fragment from META SQL.
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.
sql(SqlMetaStatement) - Method in class org.sqlproc.engine.impl.SqlStatementParser
 
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
 
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.
SqlCrudEngine - Class in org.sqlproc.engine
The primary SQL Processor class for the META SQL CRUD statement execution.
SqlCrudEngine(String, String, SqlTypeFactory) - 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) - Constructor for class org.sqlproc.engine.SqlCrudEngine
Creates a new instance of the SqlCrudEngine from one META SQL statement string.
SqlCrudEngine(String, SqlMetaStatement, SqlTypeFactory) - 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) - Constructor for class org.sqlproc.engine.SqlCrudEngine
Creates a new instance of the SqlCrudEngine from one META SQL statement 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) - 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>) - 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.
SqlEngineLoader - Class in org.sqlproc.engine
The helper class for the META SQL statements and mapping rules parsing.
SqlEngineLoader(Properties, SqlTypeFactory) - Constructor for class org.sqlproc.engine.SqlEngineLoader
Creates a new instance of the SqlEngineLoader from the properties repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlEngineLoader(Properties, SqlTypeFactory, String) - Constructor for class org.sqlproc.engine.SqlEngineLoader
Creates a new instance of the SqlEngineLoader from the properties repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlEngineLoader(Properties, SqlTypeFactory, String, SqlMonitorFactory) - Constructor for class org.sqlproc.engine.SqlEngineLoader
Creates a new instance of the SqlEngineLoader from the properties repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlEngineLoader(Properties, SqlTypeFactory, String, SqlMonitorFactory, String...) - Constructor for class org.sqlproc.engine.SqlEngineLoader
Creates a new instance of the SqlEngineLoader from the properties repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlEngineLoader(Properties, SqlTypeFactory, String, SqlMonitorFactory, List<SqlInternalType>, String...) - Constructor for class org.sqlproc.engine.SqlEngineLoader
Creates a new instance of the SqlEngineLoader from the properties repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
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.
SqlFloatType - Class in org.sqlproc.engine.type
The META type FLOAT.
SqlFloatType() - Constructor for class org.sqlproc.engine.type.SqlFloatType
 
SqlFromDateType - Class in org.sqlproc.engine.type
The META type FROMDATE.
SqlFromDateType() - Constructor for class org.sqlproc.engine.type.SqlFromDateType
 
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, Class<?>, SqlInputValue.Case, SqlType) - Constructor for class org.sqlproc.engine.impl.SqlInputValue
Creates a new instance of this entity.
SqlInputValue(SqlInputValue.Type, Object, Class<?>, String, SqlType) - Constructor for class org.sqlproc.engine.impl.SqlInputValue
Creates a new instance of this entity.
SqlInputValue.Case - Enum in org.sqlproc.engine.impl
Enumeration for no/upper/lower case conversion.
SqlInputValue.Case() - Constructor for enum org.sqlproc.engine.impl.SqlInputValue.Case
 
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.
SqlMappingLexer - Class in org.sqlproc.engine.impl
 
SqlMappingLexer() - Constructor for class org.sqlproc.engine.impl.SqlMappingLexer
 
SqlMappingLexer(CharStream) - Constructor for class org.sqlproc.engine.impl.SqlMappingLexer
 
SqlMappingLexer(CharStream, RecognizerSharedState) - Constructor for class org.sqlproc.engine.impl.SqlMappingLexer
 
SqlMappingParser - Class in org.sqlproc.engine.impl
 
SqlMappingParser(TokenStream) - Constructor for class org.sqlproc.engine.impl.SqlMappingParser
 
SqlMappingParser(TokenStream, RecognizerSharedState) - Constructor for class org.sqlproc.engine.impl.SqlMappingParser
 
SqlMappingParser.DFA3 - Class in org.sqlproc.engine.impl
 
SqlMappingParser.DFA3(BaseRecognizer) - Constructor for class org.sqlproc.engine.impl.SqlMappingParser.DFA3
 
SqlMappingParser.parse_scope - Class in org.sqlproc.engine.impl
 
SqlMappingParser.parse_scope() - Constructor for class org.sqlproc.engine.impl.SqlMappingParser.parse_scope
 
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.Case) - Constructor for class org.sqlproc.engine.impl.SqlMetaConst
Creates a new instance of this entity.
SqlMetaConst(SqlInputValue.Case, boolean) - Constructor for class org.sqlproc.engine.impl.SqlMetaConst
Creates a new instance of this entity.
SqlMetaConst(SqlInputValue.Case, boolean, SqlType) - Constructor for class org.sqlproc.engine.impl.SqlMetaConst
Creates a new instance of this entity.
SqlMetaConstItem - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlMetaConstItem(String, SqlMetaConstItem.Type) - Constructor for class org.sqlproc.engine.impl.SqlMetaConstItem
Creates a new instance of this entity.
SqlMetaConstItem.Type - Enum in org.sqlproc.engine.impl
The enumeration of types of this sub-element.
SqlMetaConstItem.Type() - Constructor for enum org.sqlproc.engine.impl.SqlMetaConstItem.Type
 
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.Case) - Constructor for class org.sqlproc.engine.impl.SqlMetaIdent
Creates a new instance of this entity.
SqlMetaIdent(SqlInputValue.Case, boolean) - Constructor for class org.sqlproc.engine.impl.SqlMetaIdent
Creates a new instance of this entity.
SqlMetaIdent(SqlInputValue.Case, boolean, SqlType) - Constructor for class org.sqlproc.engine.impl.SqlMetaIdent
Creates a new instance of this entity.
SqlMetaIdentItem - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlMetaIdentItem(String, SqlMetaIdentItem.Type) - Constructor for class org.sqlproc.engine.impl.SqlMetaIdentItem
Creates a new instance of this entity.
SqlMetaIdentItem.Type - Enum in org.sqlproc.engine.impl
The enumeration of types of this sub-element.
SqlMetaIdentItem.Type() - Constructor for enum org.sqlproc.engine.impl.SqlMetaIdentItem.Type
 
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
 
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
 
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, SqlTypeFactory) .
SqlProcessContext(SqlMetaStatement.Type, Object, Object, List<SqlOrder>, Map<String, Object>, SqlTypeFactory) - Constructor for class org.sqlproc.engine.impl.SqlProcessContext
Creates a new instance.
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.
SqlProcessResult - Class in org.sqlproc.engine.impl
Holds the results of ANSI SQL query generation.
SqlProcessResult(SqlProcessContext) - Constructor for class org.sqlproc.engine.impl.SqlProcessResult
Creates a new instance.
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.
SqlPropertiesLoader - Class in org.sqlproc.engine
The helper class for the properties file loading.
SqlPropertiesLoader(String, Class<?>) - Constructor for class org.sqlproc.engine.SqlPropertiesLoader
Reads the properties file and create's a new SqlPropertiesLoader instance.
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) - 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) - 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) - 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) - 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.SqlEngineLoader
The collection of named META SQL queries.
SqlSession - Interface in org.sqlproc.engine
The SQL Engine session contract definition.
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.
SqlStatementLexer - Class in org.sqlproc.engine.impl
 
SqlStatementLexer() - Constructor for class org.sqlproc.engine.impl.SqlStatementLexer
 
SqlStatementLexer(CharStream) - Constructor for class org.sqlproc.engine.impl.SqlStatementLexer
 
SqlStatementLexer(CharStream, RecognizerSharedState) - Constructor for class org.sqlproc.engine.impl.SqlStatementLexer
 
SqlStatementLexer.DFA5 - Class in org.sqlproc.engine.impl
 
SqlStatementLexer.DFA5(BaseRecognizer) - Constructor for class org.sqlproc.engine.impl.SqlStatementLexer.DFA5
 
SqlStatementParser - Class in org.sqlproc.engine.impl
 
SqlStatementParser(TokenStream) - Constructor for class org.sqlproc.engine.impl.SqlStatementParser
 
SqlStatementParser(TokenStream, RecognizerSharedState) - Constructor for class org.sqlproc.engine.impl.SqlStatementParser
 
SqlStatementParser.parse_scope - Class in org.sqlproc.engine.impl
 
SqlStatementParser.parse_scope() - Constructor for class org.sqlproc.engine.impl.SqlStatementParser.parse_scope
 
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
 
SqlUtils.LimitType - Class in org.sqlproc.engine.impl
 
SqlUtils.LimitType() - Constructor for class org.sqlproc.engine.impl.SqlUtils.LimitType
 
start - Variable in class org.sqlproc.engine.impl.ErrorMsg
 
statement - Variable in class org.sqlproc.engine.SqlEngine
The pre-compiled META SQL query or statement.
staticInputValues - Variable in class org.sqlproc.engine.impl.SqlProcessContext
The SQL statement static parameters.
STRING - Static variable in class org.sqlproc.engine.impl.SqlMappingLexer
 
STRING - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
STRING - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
STRING - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
STRING - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type.
SUPPVAL_ANY - Static variable in class org.sqlproc.engine.impl.SqlUtils
 
SUPPVAL_GTYPE - Static variable in class org.sqlproc.engine.impl.SqlUtils
 
SUPPVAL_ID - Static variable in class org.sqlproc.engine.impl.SqlUtils
 
SUPPVAL_IDENTITY_SELECT - Static variable in class org.sqlproc.engine.impl.SqlUtils
 
SUPPVAL_NOTNULL - Static variable in class org.sqlproc.engine.impl.SqlUtils
 
SUPPVAL_NULL - Static variable in class org.sqlproc.engine.impl.SqlUtils
 
SUPPVAL_SEQUENCE - Static variable in class org.sqlproc.engine.impl.SqlUtils
 
SUPPVAL_TYPE - Static variable in class org.sqlproc.engine.impl.SqlUtils
 
SURROUND_QUERY_LIKE - Static variable in interface org.sqlproc.engine.SqlFeature
SET_SURROUND_QUERY_LIKE is the key for the special SQL Processor behavior.
SURROUND_QUERY_MIN_LEN - Static variable in interface org.sqlproc.engine.SqlFeature
SET_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.SqlStatementParser.parse_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.SqlMappingParser
 
tokenNames - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 
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.SqlPropertiesLoader
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.SqlMetaConstItem
The type if this sub-element, which represents an embedded class or a leaf attribute.
type - Variable in class org.sqlproc.engine.impl.SqlMetaIdentItem
The type if this sub-element, which represents an embedded class or a leaf attribute.
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.SqlMappingParser.parse_scope
 
typeFactory - Variable in class org.sqlproc.engine.impl.SqlStatementParser.parse_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

uniqueResult() - 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.
uniqueResult() - 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.
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.

V

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.Case
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.SqlMetaConstItem.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sqlproc.engine.impl.SqlMetaIdentItem.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.SqlOrder.Order
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.sqlproc.engine.impl.SqlInputValue.Case
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() - Static method in enum org.sqlproc.engine.impl.SqlMetaConstItem.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.SqlMetaIdent
Values for a special identifier handling, for example a sequence for an identity.
values() - Static method in enum org.sqlproc.engine.impl.SqlMetaIdentItem.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.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.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

WHERE_PREFIX - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
WILDCARD_CHARACTER - Static variable in interface org.sqlproc.engine.SqlFeature
SET_WILDCARD_CHARACTER is the key for the wildcard character for the SQL like command.
WS - Static variable in class org.sqlproc.engine.impl.SqlMappingLexer
 
WS - Static variable in class org.sqlproc.engine.impl.SqlMappingParser
 
WS - Static variable in class org.sqlproc.engine.impl.SqlStatementLexer
 
WS - Static variable in class org.sqlproc.engine.impl.SqlStatementParser
 

Z

zeroBasedFirst - Variable in class org.sqlproc.engine.impl.SqlUtils.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 © 2011. All Rights Reserved.