Index

A B C D E F G H I J L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

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.SqlProcessorLazyParser
 
add(StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
add(SqlProcessor, String, String, String, List<String>, String...) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
add(SqlProcessor, String, String, String, List<String>, String...) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
add(SqlProcessor, String, String, SqlMappingRule, List<String>, String...) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
add(SqlProcessor, String, String, SqlMetaStatement, List<String>, String...) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addAscOrder(int) - Method in class org.sqlproc.engine.SqlOrder
Deprecated.
addAscOrder(String) - Method in class org.sqlproc.engine.SqlOrder
Adds one more ascending ordering directive into the list of ordering directives.
addAscOrderNullsLast(int) - Method in class org.sqlproc.engine.SqlOrder
Deprecated.
addAscOrderNullsLast(String) - 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.SqlProcessorLazyParser
 
addColumn(Object, SqlMappingItem, StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addColumnAttr(SqlMappingItem, String) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
addColumnAttr(SqlMappingItem, Token) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
addColumnAttr(SqlMappingItem, Token) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addConst(String) - Method in class org.sqlproc.engine.impl.SqlMetaConst
Adds a new name.
addConstant(Object, SqlMetaConst, StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
addConstant(Object, SqlMetaConst, StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addConstant(Object, SqlMetaConst, StringBuilder, SqlMetaOperator) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
addCrudEngine(String) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Adds the CRUD Engine to the container of initialized engines.
addCustomType(SqlMetaType) - Method in class org.sqlproc.engine.SqlDefaultFactory
Adds a new custom META type.
addDatabaseColumn(Object, SqlDatabaseColumn, StringBuilder) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
addDatabaseColumn(Object, SqlDatabaseColumn, StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
addDatabaseColumn(Object, SqlDatabaseColumn, StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addDatabaseTable(Object, SqlDatabaseTable, StringBuilder) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
addDatabaseTable(Object, SqlDatabaseTable, StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
addDatabaseTable(Object, SqlDatabaseTable, StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addDescOrder(int) - Method in class org.sqlproc.engine.SqlOrder
Deprecated.
addDescOrder(String) - Method in class org.sqlproc.engine.SqlOrder
Adds one more descending ordering directive into the list of ordering directives.
addDescOrderNullsFirst(int) - Method in class org.sqlproc.engine.SqlOrder
Deprecated.
addDescOrderNullsFirst(String) - Method in class org.sqlproc.engine.SqlOrder
Adds one more descending ordering directive into the list of ordering directives.
addDynamicCrudEngine(String, String) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Adds the dynamic CRUD Engine to the container of initialized engines.
addDynamicProcedureEngine(String, String) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Adds the dynamic Procedure Engine to the container of initialized engines.
addDynamicQueryEngine(String, String) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Adds the dynamic Query Engine to the container of initialized engines.
addElement(SqlMetaElement) - Method in class org.sqlproc.engine.impl.SqlMetaIfItem
Adds a new sub-element.
addElement(SqlMetaElement) - Method in class org.sqlproc.engine.impl.SqlMetaStatement
Adds a new sub-element.
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(SqlMetaIfItem) - Method in class org.sqlproc.engine.impl.SqlMetaSqlFragment
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.
addEngine(String, ConcurrentHashMap<String, AtomicInteger>) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Adds the SQL Engine to the container of initialized engines.
addFalse() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Sets an indicator that a partial processing result is going to be part of a final ANSI SQL.
addFeature(String, String, String, List<ErrorMsg>, List<String>, String...) - Method in class org.sqlproc.engine.impl.SqlProcessor
Adds a new optional feature.
addIdent(Object, SqlMetaIdent, StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
addIdent(Object, SqlMetaIdent, StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addIdent(Object, SqlMetaIdent, StringBuilder, SqlMetaOperator) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
addIdent(String) - Method in class org.sqlproc.engine.impl.SqlMetaIdent
Adds a new name.
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.
addMapping(SqlProcessor, String, String, String, List<String>, String...) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
addMappingRule(String, String, String, SqlMappingRule, List<ErrorMsg>, List<String>, String...) - Method in class org.sqlproc.engine.impl.SqlProcessor
Adds a new output value mapping.
addMetaStatement(String, String, String, SqlMetaStatement, List<ErrorMsg>, List<String>, String...) - Method in class org.sqlproc.engine.impl.SqlProcessor
Adds a new META SQL statement.
addModifier(Object, SqlTypeFactory, String) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
addModifier(Object, SqlTypeFactory, String, String) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
addModifier(SqlTypeFactory, SqlMappingItem, String) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
addModifier(SqlTypeFactory, SqlMappingItem, String) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addModifier(SqlTypeFactory, SqlMappingItem, String, String) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
addModifier(SqlTypeFactory, SqlMappingItem, String, String) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addModifier(SqlTypeFactory, SqlMetaConst, String, Token) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
addModifier(SqlTypeFactory, SqlMetaConst, String, Token) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addModifier(SqlTypeFactory, SqlMetaIdent, String, Token) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
addModifier(SqlTypeFactory, SqlMetaIdent, String, Token) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addOperator(Object, SqlMetaOperator, StringBuilder) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
addOperator(Object, SqlMetaOperator, StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
addOperator(Object, SqlMetaOperator, StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addOperator(SqlMetaLogExpr, boolean) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
addOperator(SqlMetaLogExpr, boolean) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addOrder(int) - Method in class org.sqlproc.engine.SqlOrder
Deprecated.
addOutputValue(String, SqlMappingItem) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Adds a new output value.
addOutputValues(Map<String, SqlMappingItem>) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Adds a new collection of output values.
addOutValue(String, SqlInputValue) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Adds a new OUT/INOUT value.
addOutValues(Map<String, SqlInputValue>) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Adds a new collection of OUT/INOUT values.
addProcedureEngine(String) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Adds the Procedure Engine to the container of initialized engines.
addQueryEngine(String) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Adds the Query Engine to the container of initialized engines.
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) - Method in interface org.sqlproc.engine.SqlQuery
Declares a scalar query result, which is an SQL query execution output value.
addScalar(String, Object, Class<?>...) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Declares a scalar query result, which is an SQL query execution output value.
addScalar(String, Object, Class<?>...) - Method in interface org.sqlproc.engine.SqlQuery
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlTypeFactory, SqlQuery, String, Class<?>...) - Method in class org.sqlproc.engine.jdbc.type.JdbcOracleCursorType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlTypeFactory, SqlQuery, String, Class<?>...) - Method in class org.sqlproc.engine.jdbc.type.JdbcOtherType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlTypeFactory, SqlQuery, String, Class<?>...) - Method in class org.sqlproc.engine.type.SqlDefaultType
Declares a scalar query result, which is an SQL query execution output value.
addScalar(SqlTypeFactory, 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(SqlTypeFactory, SqlQuery, String, Class<?>...) - Method in interface org.sqlproc.engine.type.SqlMetaType
Declares a scalar query result, which is an SQL query execution output value.
addScalarEntryLog(Logger, SqlMetaType, SqlTypeFactory, SqlQuery, String, Class<?>...) - Method in interface org.sqlproc.engine.type.SqlMetaType
 
addStatement(SqlProcessor, String, String, String, List<String>, String...) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
addText(Object, StringBuilder) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
addText(Object, StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
addText(Object, StringBuilder) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
addTrue() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Sets an indicator that a partial processing result isn't going to be part of a final ANSI SQL.
addWarnings(List<ErrorMsg>) - Method in class org.sqlproc.engine.impl.SqlProcessor
Adds all parsing errors as warnings.
afterChar(String, char) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
afterSql - Variable in class org.sqlproc.engine.plugin.SqlFromToPlugin.LimitType
 
allArtifactsNames - Variable in class org.sqlproc.engine.impl.SqlProcessor
The collection of all artifacts to enable duplicity control.
allIdentityIndexes - Variable in class org.sqlproc.engine.impl.SqlMappingIdentity
The list of all parent alternative identities.
allInputValues - Variable in class org.sqlproc.engine.impl.SqlProcessResult
The list of dynamic input values.
alsoFirst - Variable in class org.sqlproc.engine.plugin.SqlFromToPlugin.LimitType
 
AND - Enum constant in enum class org.sqlproc.engine.impl.SqlMetaAndOr.Type
The type for the element prefix {&.
AND - Enum constant in enum class org.sqlproc.engine.impl.SqlMetaLogOperator.Type
The logical operator is a conjunction.
AND - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
AND - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
AND - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
AND - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
AND_PREFIX - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
areTheSameParameters(Class<?>, Class<?>) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
artifactName - Variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
artifactName - Variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ASC - Enum constant in enum class org.sqlproc.engine.SqlOrder.Order
ascending ordering
ASC_NULLS_FIRST - Enum constant in enum class org.sqlproc.engine.SqlOrder.Order
ascending ordering, NULL values should be returned before non-NULL values
ASC_NULLS_LAST - Enum constant in enum class org.sqlproc.engine.SqlOrder.Order
ascending ordering, NULL values should be returned after non-NULL values
ASC_ORDER - Static variable in class org.sqlproc.engine.SqlQueryEngine
Deprecated.
asList(int[]) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
AsyncEngineInit(String, SqlProcessorLoader.EngineType, ConcurrentHashMap<String, String>) - Constructor for class org.sqlproc.engine.SqlProcessorLoader.AsyncEngineInit
 
asyncInitThreads - Variable in class org.sqlproc.engine.config.SqlEngineConfiguration
The number of threads used for asynchronous initialization.
asyncInitThreads - Variable in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
asyncInitThreads - Variable in class org.sqlproc.engine.SqlDefaultFactory
The number of threads used for asynchronous initialization.
AT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
AT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
AT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
AT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
attributes - Variable in class org.sqlproc.engine.impl.SqlMappingItem
The list of all partial attribute names in the result class.
attributesMap - Variable in class org.sqlproc.engine.impl.SqlMappingItem
The map of all partial attribute names in the result class.
attrTypes2String(Class<?>...) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 

B

BAND - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
BAND - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
BAND - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
BAND - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
BeanUtilsPlugin - Interface in org.sqlproc.engine.plugin
Bean utilities API for the SQL Processor.
BeanUtilsPlugin.GetterType - Class in org.sqlproc.engine.plugin
Holder for the getter types (standard and generic ones).
beforeChar(String, char) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
beforeSqlExecution(String, String) - Method in class org.sqlproc.engine.plugin.DefaultSqlPlugins
Used to possible SQL query/command modification just before it is executed.
beforeSqlExecution(String, String) - Method in interface org.sqlproc.engine.plugin.SqlExecutionPlugin
Used to possible SQL query/command modification just before it is executed.
Beta - Annotation Interface in org.sqlproc.engine.annotation
This annotation is used to signify that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release..
BIG_DECIMAL - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type BIG_DECIMAL.
BIG_INTEGER - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type BIG_INTEGER.
BLOB - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type BLOB.
BOOLEAN - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type BOOLEAN.
BOPT - Enum constant in enum class org.sqlproc.engine.impl.SqlProcessor.FeatureType
Boolean option
BOR - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
BOR - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
BOR - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
BOR - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
BYTE - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type BYTE.
BYTE_ARRAY - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type BYTE_ARRAY.
BYTE_ARRAY_WRAPPER - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type BYTE_ARRAY_WRAPPER.

C

Cache() - Constructor for class org.sqlproc.engine.SqlProcessorLoader.Cache
 
calculateIdentities() - Method in class org.sqlproc.engine.impl.SqlMappingResult
Calculates all identities related information.
CALL - Enum constant in enum class org.sqlproc.engine.impl.SqlMetaStatement.Type
SQL CALL
CALL - Enum constant in enum class org.sqlproc.engine.impl.SqlProcessor.StatementType
SQL CALL
CALL - Static variable in class org.sqlproc.engine.jdbc.JdbcQuery
 
callFunction() - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Executes the statements in the stored function, which return value of any type but the result set.
callFunction() - Method in interface org.sqlproc.engine.SqlQuery
Executes the statements in the stored function, which return value of any type but the result set.
callFunction(SqlQuery, SqlProcessResult, SqlMappingResult) - Method in class org.sqlproc.engine.SqlProcedureEngine
Internal callFunction implementation
callFunction(SqlSession, Object) - Method in class org.sqlproc.engine.SqlProcedureEngine
Runs the stored function based on the META SQL statement.
callFunction(SqlSession, Object, Object, int) - Method in class org.sqlproc.engine.SqlProcedureEngine
Runs the stored function based on the META SQL statement.
callFunction(SqlSession, Object, SqlControl) - Method in class org.sqlproc.engine.SqlProcedureEngine
Runs the stored function based on the META SQL statement.
callList(SqlRuntimeContext) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Returns the stored procedure execution results as a List.
callList(SqlRuntimeContext) - Method in interface org.sqlproc.engine.SqlQuery
Returns the stored procedure execution results as a List.
callMethod(SqlRuntimeContext, String, Object, Map<String, String>) - Method in class org.sqlproc.engine.plugin.DefaultSqlPlugins
 
callQuery(SqlQuery, SqlMappingResult, Class<E>) - Method in class org.sqlproc.engine.SqlProcedureEngine
Internal callQuery implementation
callQuery(SqlSession, Class<E>, Object) - Method in class org.sqlproc.engine.SqlProcedureEngine
Runs the stored procedure based on the META SQL statement to obtain a list of database rows.
callQuery(SqlSession, Class<E>, Object, Object, int) - Method in class org.sqlproc.engine.SqlProcedureEngine
Runs the stored procedure based on the META SQL statement to obtain a list of database rows.
callQuery(SqlSession, Class<E>, Object, SqlControl) - Method in class org.sqlproc.engine.SqlProcedureEngine
Runs the stored procedure based on the META SQL statement to obtain a list of database rows.
calls - Variable in class org.sqlproc.engine.SqlProcessorLoader.Cache
 
calls - Variable in class org.sqlproc.engine.SqlProcessorLoader
The collection of named META SQL CALLABLE statements.
calls - Variable in class org.sqlproc.engine.SqlProcessorLoader.Engine
 
callUnique(SqlRuntimeContext) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Convenience method to return a single instance that matches the stored procedure execution, or null if the stored procedure execution returns no results.
callUnique(SqlRuntimeContext) - Method in interface org.sqlproc.engine.SqlQuery
Convenience method to return a single instance that matches the stored procedure execution, or null if the stored procedure execution returns no results.
callUpdate(SqlQuery, SqlProcessResult) - Method in class org.sqlproc.engine.SqlProcedureEngine
Internal callUpdate implementation
callUpdate(SqlRuntimeContext) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Executes the update, delete, insert statement or other statements in the stored procedure, which don't return the result set.
callUpdate(SqlRuntimeContext) - Method in interface org.sqlproc.engine.SqlQuery
Executes the update, delete, insert statement or other statements in the stored procedure, which don't return the result set.
callUpdate(SqlSession, Object) - Method in class org.sqlproc.engine.SqlProcedureEngine
Runs the stored procedure based on the META SQL statement.
callUpdate(SqlSession, Object, Object, int) - Method in class org.sqlproc.engine.SqlProcedureEngine
Runs the stored procedure based on the META SQL statement.
callUpdate(SqlSession, Object, SqlControl) - Method in class org.sqlproc.engine.SqlProcedureEngine
Runs the stored procedure based on the META SQL statement.
CARET - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
CARET - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
CARET - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
CARET - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
caseConversion - Variable in class org.sqlproc.engine.impl.SqlInputValue
Which conversion should be done on inputValue.
caseConversion - Variable in class org.sqlproc.engine.impl.SqlMetaConst
Which conversion should be done on input value.
caseConversion - Variable in class org.sqlproc.engine.impl.SqlMetaIdent
Which conversion should be done on input value.
CASSANDRA - Enum constant in enum class org.sqlproc.engine.SqlFeature
The filter for Cassandra devoted optional features.
CHAR - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type CHAR.
check(String, SqlEngine) - Method in class org.sqlproc.engine.SqlDefaultFactory
Check the SQL Engine instance is not null
checkAttribute(Object, String) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Checks the attribute getter method existence.
checkAttribute(Object, String) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Checks the attribute getter method existence.
checkAttribute(SqlRuntimeContext, Object, String) - Method in interface org.sqlproc.engine.plugin.BeanUtilsPlugin
Checks the attribute getter method existence.
checkAttribute(SqlRuntimeContext, Object, String) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
Checks the attribute getter method existence.
checkDynamicInputValues(Object) - Method in class org.sqlproc.engine.SqlEngine
Check the input parameters.
checkMethod(Class<?>, String, Class<?>...) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Checks the class method existence.
checkMethod(Class<?>, String, Class<?>...) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Checks the class method existence.
checkMethod(Object, String, Object...) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Checks the bean method existence.
checkMethod(Object, String, Object...) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Checks the bean method existence.
checkMethod(SqlRuntimeContext, Class<?>, String, Class<?>...) - Method in interface org.sqlproc.engine.plugin.BeanUtilsPlugin
Checks the class method existence.
checkMethod(SqlRuntimeContext, Class<?>, String, Class<?>...) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
Checks the class method existence.
checkMethod(SqlRuntimeContext, Object, String, Object...) - Method in interface org.sqlproc.engine.plugin.BeanUtilsPlugin
Checks the bean method existence.
checkMethod(SqlRuntimeContext, Object, String, Object...) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
Checks the bean method existence.
checkStaticInputValues(Object) - Method in class org.sqlproc.engine.SqlEngine
Check the input parameters.
CLASS_TO_TYPE_MAP - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
The immutable map between the Java class types and the internal types.
classToTypeMap - Variable in class org.sqlproc.engine.type.SqlComposedTypeFactory
The map between a Java class type and an internal type.
clear() - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Reset the state of the dynamic configuration instance.
clearConfiguration() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Resets the state of the dynamic configuration instance.
clearConfigurationUsage() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Reset the engines' usage counters.
clearUsage() - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Reset the engines' usage counters.
CLOB - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type CLOB.
CMD_DISTINCT - Static variable in class org.sqlproc.engine.plugin.DefaultSqlPlugins
 
Code() - Constructor for enum class org.sqlproc.engine.impl.SqlInputValue.Code
 
COLLECTIONS_ARE_STANDARD_TYPES - Enum constant in enum class org.sqlproc.engine.SqlFeature
COLLECTIONS_ARE_STANDARD_TYPES is indicator that Collections should be handled as standard types.
collectionsAreStandardTypes - Variable in class org.sqlproc.engine.SqlDefaultFactory
The indicator that Collections should be handled as standard types.
COLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
COLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
COLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
COLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
column() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
COLUMNS - Enum constant in enum class org.sqlproc.engine.impl.SqlMetaSqlFragment.Type
The type for the element prefix {= columns.
COMMA - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
COMMA - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
COMMA - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
COMMA - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
compareTo(SqlEngineConfiguration.NameValue) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration.NameValue
 
compareTo(SqlProcessResult) - Method in class org.sqlproc.engine.impl.SqlProcessResult
In case there're several ordering rules in the final generated ANSI SQL, they should be ordered.
composedTypeFactory - Variable in class org.sqlproc.engine.SqlProcessorLoader
The combined factory for the META types construction.
configuration - Variable in class org.sqlproc.engine.SqlDefaultFactory
The overall configuration, which can be persisted.
configuration - Variable in class org.sqlproc.engine.SqlEngine
The overall configuration, which can be persisted.
configuration - Variable in class org.sqlproc.engine.SqlProcessorLoader
The overall configuration, which can be persisted.
connection - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The connection to the database.
connection - Variable in class org.sqlproc.engine.jdbc.JdbcSession
The connection to the database.
connection - Variable in class org.sqlproc.engine.jdbc.JdbcSessionFactory
The connection to the database.
connection - Variable in class org.sqlproc.engine.jdbc.JdbcSimpleSession
The connection to the database.
CONST_PREFIX - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
constant() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
constantOperator() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
constructors - Variable in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
CONTAINER_TYPES - Static variable in class org.sqlproc.engine.impl.SqlMappingItem
 
convertBigDecimal(Class<?>, Object) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
convertBigInteger(Class<?>, Object) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
copyDyn(ConcurrentHashMap<String, String>, List<XmlEngineConfiguration.EngineSql>) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
copyDyn(List<XmlEngineConfiguration.EngineSql>) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
copyEng(ConcurrentHashMap<String, AtomicInteger>, List<XmlEngineConfiguration.EngineUsage>) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
copyEng(List<XmlEngineConfiguration.EngineUsage>) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
COUNT_COLNAME - Static variable in class org.sqlproc.engine.plugin.DefaultSqlPlugins
 
COUNT_TYPE - Static variable in class org.sqlproc.engine.plugin.DefaultSqlPlugins
 
counter - Static variable in class org.sqlproc.engine.impl.ParserUtils
 
create(String, String, RecognitionException, String[]) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
create(String, RecognitionException, String[]) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
CREATE - Enum constant in enum class org.sqlproc.engine.impl.SqlMetaStatement.Type
SQL INSERT
createEngine(String, SqlProcessorLoader.EngineType, SqlMetaStatement, String) - Method in class org.sqlproc.engine.SqlProcessorLoader
Creates a new instance of the SQL Engine instance (the primary SQL Processor class).
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 - Enum constant in enum class org.sqlproc.engine.SqlProcessorLoader.EngineType
 
CRUD - Enum constant in enum class org.sqlproc.engine.impl.SqlProcessor.StatementType
CRUD, can be GET, INSERT, UPDATE, DELETE
crudEngines - Variable in class org.sqlproc.engine.config.SqlEngineConfiguration
The container of initialized CRUD Engines' names (static or dynamic ones) together with the number of their usage.
crudEngines - Variable in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
cruds - Variable in class org.sqlproc.engine.SqlProcessorLoader.Cache
 
cruds - Variable in class org.sqlproc.engine.SqlProcessorLoader
The collection of named META SQL CRUD statements.
cruds - Variable in class org.sqlproc.engine.SqlProcessorLoader.Engine
 
ctx - Variable in class org.sqlproc.engine.impl.SqlInputValue
the crate for all input parameters and the context of processing.
ctx - Variable in class org.sqlproc.engine.impl.SqlMappingResult
The crate for all input parameters and the context of processing.
ctx - Variable in class org.sqlproc.engine.impl.SqlProcessResult
The crate for all input parameters and the context of processing.
customTypes - Variable in class org.sqlproc.engine.SqlDefaultFactory
The custom META types.

D

DATE - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type DATE.
DATE_TIME - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type DATE_TIME.
DB2 - Enum constant in enum class org.sqlproc.engine.SqlFeature
The filter for DB2 Server devoted optional features.
dbcolumn() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
dbIdentityName - Variable in class org.sqlproc.engine.impl.SqlInputValue
A database identity column name
dbName - Variable in class org.sqlproc.engine.impl.SqlMappingItem
The name of a database query output.
dbtable() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
DDLLoader - Class in org.sqlproc.engine.util
The helper class for the DDL file(s) loading.
DDLLoader(String, Class<?>) - Constructor for class org.sqlproc.engine.util.DDLLoader
Reads the DDL file and creates a new DDLLoader instance.
DDLLoader(List<String>, Class<?>) - Constructor for class org.sqlproc.engine.util.DDLLoader
Reads the DDL files and creates a new DDLLoader instance.
ddls - Variable in class org.sqlproc.engine.util.DDLLoader
DDL statements from the file.
debug - Variable in class org.sqlproc.engine.plugin.DefaultSqlPlugins
 
debugInfo(String, Object, Method, Object...) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
DEFAULT - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of default type.
DefaultBeanUtilsPlugin - Class in org.sqlproc.engine.plugin
Standard bean utilities implementation.
DefaultBeanUtilsPlugin() - Constructor for class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
defaultFeatures - Variable in class org.sqlproc.engine.impl.SqlProcessor
The collection of the SQL Processor default optional features.
defaultSqlBeansPlugin - Variable in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The SQL Processor plugin devoted to beans handlingstandard implementation.
defaultSqlPlugins - Variable in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The SQL Processor plugins standard implementation.
DefaultSqlPlugins - Class in org.sqlproc.engine.plugin
The SQL Processor plugins standard implementation.
DefaultSqlPlugins() - Constructor for class org.sqlproc.engine.plugin.DefaultSqlPlugins
 
delete(SqlQuery, SqlProcessResult) - Method in class org.sqlproc.engine.SqlCrudEngine
Internal delete implementation
delete(SqlSession, Object) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL delete statement to delete a database row.
delete(SqlSession, Object, Object) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL delete statement to delete a database row.
delete(SqlSession, Object, Object, int) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL delete statement to delete a database row.
delete(SqlSession, Object, SqlControl) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL delete statement to delete a database row.
DELETE - Enum constant in enum class org.sqlproc.engine.impl.SqlMetaStatement.Type
SQL DELETE/DROP
DESC - Enum constant in enum class org.sqlproc.engine.SqlOrder.Order
descending ordering
DESC_NULLS_FIRST - Enum constant in enum class org.sqlproc.engine.SqlOrder.Order
descending ordering, NULL values should be returned before non-NULL values
DESC_NULLS_LAST - Enum constant in enum class org.sqlproc.engine.SqlOrder.Order
descending ordering, NULL values should be returned after non-NULL values
DESC_ORDER - Static variable in class org.sqlproc.engine.SqlQueryEngine
Deprecated.
descriptors - Variable in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
dfa12 - Variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
dfa12 - Variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12(BaseRecognizer) - Constructor for class org.sqlproc.engine.impl.SqlProcessorLazyLexer.DFA12
 
DFA12(BaseRecognizer) - Constructor for class org.sqlproc.engine.impl.SqlProcessorLexer.DFA12
 
DFA12_accept - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
DFA12_accept - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_acceptS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
DFA12_acceptS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_eof - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
DFA12_eof - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_eofS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
DFA12_eofS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_eot - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
DFA12_eot - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_eotS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
DFA12_eotS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_max - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
DFA12_max - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_maxS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
DFA12_maxS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_min - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
DFA12_min - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_minS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
DFA12_minS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_special - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
DFA12_special - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_specialS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
DFA12_specialS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_transition - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
DFA12_transition - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DFA12_transitionS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
DFA12_transitionS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
dfa43 - Variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43(BaseRecognizer) - Constructor for class org.sqlproc.engine.impl.SqlProcessorParser.DFA43
 
DFA43_accept - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_acceptS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_eof - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_eofS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_eot - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_eotS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_max - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_maxS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_min - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_minS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_special - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_specialS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_transition - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA43_transitionS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
dfa48 - Variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48(BaseRecognizer) - Constructor for class org.sqlproc.engine.impl.SqlProcessorParser.DFA48
 
DFA48_accept - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_acceptS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_eof - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_eofS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_eot - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_eotS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_max - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_maxS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_min - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_minS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_special - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_specialS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_transition - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA48_transitionS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
dfa57 - Variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57(BaseRecognizer) - Constructor for class org.sqlproc.engine.impl.SqlProcessorParser.DFA57
 
DFA57_accept - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_acceptS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_eof - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_eofS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_eot - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_eotS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_max - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_maxS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_min - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_minS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_special - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_specialS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_transition - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA57_transitionS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
dfa66 - Variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66(BaseRecognizer) - Constructor for class org.sqlproc.engine.impl.SqlProcessorParser.DFA66
 
DFA66_accept - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_acceptS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_eof - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_eofS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_eot - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_eotS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_max - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_maxS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_min - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_minS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_special - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_specialS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_transition - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA66_transitionS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
dfa73 - Variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73(BaseRecognizer) - Constructor for class org.sqlproc.engine.impl.SqlProcessorParser.DFA73
 
DFA73_accept - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_acceptS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_eof - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_eofS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_eot - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_eotS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_max - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_maxS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_min - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_minS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_special - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_specialS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_transition - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DFA73_transitionS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DIGIT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
DIGIT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
DIGIT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DIGIT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
directory - Variable in class org.sqlproc.engine.impl.config.store.SimpleJaxbStore
 
DISTINCT - Static variable in class org.sqlproc.engine.plugin.DefaultSqlPlugins
 
doIdentitySelect(String) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Runs the select to obtain the value of auto-generated identity.
dontProcessingCacheEngines - Variable in class org.sqlproc.engine.config.SqlEngineConfiguration
Negative list of engines, for which the processing cache can be used.
dontProcessingCacheEngines - Variable in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
doProcessingCacheEngines - Variable in class org.sqlproc.engine.config.SqlEngineConfiguration
Positive list of engines, for which the processing cache can be used.
doProcessingCacheEngines - Variable in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
doSkip(Set<String>, String) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
doSkip(Set<String>, String) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
DOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
DOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
DOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
DOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
DOUBLE - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type DOUBLE.
duplicityControl(String, String, List<String>) - Method in class org.sqlproc.engine.impl.SqlProcessor
Controls if the name of the artifact isn't already used.
dynamicCrudEngines - Variable in class org.sqlproc.engine.config.SqlEngineConfiguration
The container of initialized dynamic CRUD Engines' names together with their SQL statement.
dynamicCrudEngines - Variable in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
dynamicEngines - Variable in class org.sqlproc.engine.SqlProcessorLoader
The collection of named dynamic SQL Engines (the primary SQL Processor class) instances.
dynamicInputValue - Variable in class org.sqlproc.engine.impl.SqlMetaOperator
An indicator the dynamic input values are used.
dynamicInputValues - Variable in class org.sqlproc.engine.impl.SqlProcessContext
The SQL statement dynamic parameters.
dynamicProcedureEngines - Variable in class org.sqlproc.engine.config.SqlEngineConfiguration
The container of initialized dynamic Procedure Engines' names together with their SQL statement.
dynamicProcedureEngines - Variable in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
dynamicQueryEngines - Variable in class org.sqlproc.engine.config.SqlEngineConfiguration
The container of initialized dynamic Query Engines' names together with their SQL statement.
dynamicQueryEngines - Variable in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
dynamicUpdateValues - Variable in class org.sqlproc.engine.impl.SqlStandardControl
The object used for the SQL update statement dynamic input values.

E

elements - Variable in class org.sqlproc.engine.impl.SqlMetaAndOr
The list of sub-elements based on ANTLR grammar.
elements - Variable in class org.sqlproc.engine.impl.SqlMetaConst
The list of sub-elements.
elements - Variable in class org.sqlproc.engine.impl.SqlMetaIdent
The list of sub-elements.
elements - Variable in class org.sqlproc.engine.impl.SqlMetaIf
The list of maximum 2 sub-elements based on ANTLR grammar.
elements - Variable in class org.sqlproc.engine.impl.SqlMetaIfItem
The list of sub-elements based on ANTLR grammar.
elements - Variable in class org.sqlproc.engine.impl.SqlMetaLogExpr
The list of sub-elements based on ANTLR grammar.
elements - Variable in class org.sqlproc.engine.impl.SqlMetaOrd
The list of sub-elements based on ANTLR grammar.
elements - Variable in class org.sqlproc.engine.impl.SqlMetaSqlFragment
The list of sub-elements based on ANTLR grammar.
elements - Variable in class org.sqlproc.engine.impl.SqlMetaStatement
All sub-elements based on ANTLR grammar defined in SqlStatement.g.
EMPTY_FOR_NULL - Enum constant in enum class org.sqlproc.engine.SqlFeature
EMPTY_FOR_NULL is indicator that the NULL values are always empty.
EMPTY_USE_METHOD_IS_NULL - Enum constant in enum class org.sqlproc.engine.SqlFeature
EMPTY_USE_METHOD_IS_NULL is indicator that the non-emptiness depends the special isNull method.
Engine() - Constructor for class org.sqlproc.engine.SqlProcessorLoader.Engine
 
engines - Variable in class org.sqlproc.engine.SqlProcessorLoader
The collection of named SQL Engines (the primary SQL Processor class) instances.
enginesInitErrors - Variable in class org.sqlproc.engine.SqlProcessorLoader.AsyncEngineInit
 
enginesInitErrors - Variable in class org.sqlproc.engine.SqlProcessorLoader
The result of initialization.
EngineSql() - Constructor for class org.sqlproc.engine.config.store.XmlEngineConfiguration.EngineSql
 
EngineSql(String, String) - Constructor for class org.sqlproc.engine.config.store.XmlEngineConfiguration.EngineSql
 
engineType - Variable in class org.sqlproc.engine.SqlProcessorLoader.AsyncEngineInit
 
EngineType() - Constructor for enum class org.sqlproc.engine.SqlProcessorLoader.EngineType
 
EngineUsage() - Constructor for class org.sqlproc.engine.config.store.XmlEngineConfiguration.EngineUsage
 
EngineUsage(String, AtomicInteger) - Constructor for class org.sqlproc.engine.config.store.XmlEngineConfiguration.EngineUsage
 
ENUM_INT - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of Integer based enumeration type ENUM_INT.
ENUM_STRING - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type ENUM_STRING.
enumsIn - Variable in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
enumsOut - Variable in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
EOF - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
EOF - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
EOF - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
EOF - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
EQUALS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
EQUALS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
EQUALS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
EQUALS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
error(Logger, boolean, String) - Method in interface org.sqlproc.engine.type.SqlMetaType
Log or throw error.
ErrorMsg - Class in org.sqlproc.engine.impl
Every parser error is encapsulated into the instance of this class.
ErrorMsg(String, String, int, int, int) - Constructor for class org.sqlproc.engine.impl.ErrorMsg
 
errors - Variable in class org.sqlproc.engine.impl.SqlProcessor
The list of all errors.
errors - Variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
errors - Variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
errors - Variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
errors - Variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
errors - Variable in exception class org.sqlproc.engine.SqlEngineException
The list of parsing errors.
ESC_AT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
ESC_AT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
ESC_AT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_AT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ESC_BOR - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
ESC_BOR - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
ESC_BOR - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_BOR - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ESC_CHAR - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
ESC_CHAR - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
ESC_CHAR - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_CHAR - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ESC_COLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
ESC_COLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
ESC_COLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_COLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ESC_DOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
ESC_DOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
ESC_DOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_DOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ESC_HASH - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
ESC_HASH - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
ESC_HASH - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_HASH - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ESC_LBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
ESC_LBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
ESC_LBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_LBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ESC_PERCENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
ESC_PERCENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
ESC_PERCENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_PERCENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ESC_RBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
ESC_RBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
ESC_RBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_RBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ESC_SEMICOLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
ESC_SEMICOLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
ESC_SEMICOLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_SEMICOLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ESC_SLASH - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
ESC_SLASH - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
ESC_SLASH - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_SLASH - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
ESC_STRING - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
ESC_STRING - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
ESC_STRING - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
ESC_STRING - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
execute(Class<E>, SqlControl, SqlRowProcessor<E>, SqlRuntimeContext) - Method in class org.sqlproc.engine.SqlQueryEngine.QueryExecutor
 
execute(Class<E>, SqlControl, SqlRuntimeContext) - Method in class org.sqlproc.engine.SqlQueryEngine.QueryExecutor
 
execute(SqlRuntimeContext, Map<String, Object>, Class<E>, SqlControl, SqlRowProcessor<E>, Map<String, Object>, boolean) - Method in class org.sqlproc.engine.SqlQueryEngine.QueryExecutor
 
executeBatch(String[]) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeBatch(String...) - Method in class org.sqlproc.engine.jdbc.JdbcSimpleSession
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeBatch(String[]) - Method in interface org.sqlproc.engine.SqlQuery
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeBatch(String...) - Method in interface org.sqlproc.engine.SqlSession
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeCount(SqlRuntimeContext) - Method in class org.sqlproc.engine.SqlQueryEngine.QueryExecutor
 
executor - Variable in class org.sqlproc.engine.SqlDefaultFactory
The asynchronous SQL Processor engines initialization executor.
executorTerminated - Variable in class org.sqlproc.engine.SqlDefaultFactory
The flag indicating the asynchronous SQL Processor engines initialization has been finished.
expression - Variable in class org.sqlproc.engine.impl.SqlMetaIf
The logical expression.

F

factory - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
The private static instance of this factory.
factory - Static variable in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The private static instance of this factory.
factory - Variable in class org.sqlproc.engine.SqlDefaultFactory.SqlThreadPoolExecutor
 
features - Variable in class org.sqlproc.engine.impl.SqlProcessor
The collection of the SQL Processor optional features.
features - Variable in class org.sqlproc.engine.impl.SqlStandardControl
The optional features.
features - Variable in class org.sqlproc.engine.SqlEngine
Configuration of the SQL Processor using map of features.
features - Variable in class org.sqlproc.engine.SqlProcessorLoader
The collection of the SQL Processor optional features.
FEATURES - Static variable in class org.sqlproc.engine.impl.SqlDefaultFeatures
 
FeatureType() - Constructor for enum class org.sqlproc.engine.impl.SqlProcessor.FeatureType
 
fetchSize - Variable in class org.sqlproc.engine.impl.SqlStandardControl
Returns the fetch size of SQL execution output rows, which can be returned in one SQL statement.
fetchSize - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
- * The fetch size of rows to retrieve in one SQL.
file - Variable in class org.sqlproc.engine.impl.config.store.SimpleJaxbStore
 
fileName - Variable in class org.sqlproc.engine.impl.config.store.SimpleJaxbStore
 
filter - Variable in class org.sqlproc.engine.SqlDefaultFactory
The name of the filter to filter the META SQL statements, mapping rules and optional features.
FILTER - Enum constant in enum class org.sqlproc.engine.SqlFeature
FILTER is the main filter in SqlProcessorLoader, if any.
filterActiveFilters(List<String>) - Method in class org.sqlproc.engine.impl.SqlProcessor
Filter the active filters removing all values, which contain the character '='
FILTERED_FEATURES - Static variable in class org.sqlproc.engine.impl.SqlDefaultFeatures
 
filtersControl(String[], List<String>) - Method in class org.sqlproc.engine.impl.SqlProcessor
Runs the business logic for the filters related to the artifact usability.
FilterStatus() - Constructor for enum class org.sqlproc.engine.impl.SqlProcessor.FilterStatus
 
finish(SqlValidationContext<T>) - Method in interface org.sqlproc.engine.validation.SqlValidator
The SqlValidator visitor method called from inside the main execution methods in SqlCrudEngine.
firstLowerCase(String) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
firstResult - Variable in class org.sqlproc.engine.impl.SqlStandardControl
The first SQL execution output row to be returned in the case we need to skip some rows in the result set.
firstResult - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The first row to retrieve.
FLOAT - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type FLOAT.
FOLLOW_AND_in_ifSqlCond1219 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_AT_in_ifSqlFragment943 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_AT_in_sqlFragment507 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BAND_in_ifMetaSql1131 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BAND_in_metaSql693 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_ifMetaSql1070 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_ifMetaSql1099 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_ifMetaSql1112 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_ifMetaSql1146 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_ifMetaSql1162 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_ifMetaSql1177 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_metaSql632 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_metaSql661 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_metaSql674 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_metaSql708 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_metaSql724 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_BOR_in_metaSql739 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COLON_in_ifSqlBool1261 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COLON_in_ifSqlFragment880 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COLON_in_ifSqlFragment908 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COLON_in_ifSqlFragment910 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COLON_in_ordSqlFragment1375 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COLON_in_sqlFragment438 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COLON_in_sqlFragment472 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COLON_in_sqlFragment474 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_column_in_ifSqlFragment947 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_column_in_sqlFragment511 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COMMA_in_column1499 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COMMA_in_column1602 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COMMA_in_constant1726 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COMMA_in_identifier1874 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COMMA_in_mappingItem2352 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COMMA_in_mappingItem2450 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COMMA_in_parse2123 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_COMMA_in_parse2123 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COMMA_in_parse2189 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_COMMA_in_parse2189 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_COMMA_in_parse2253 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_COMMA_in_parse2253 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_constant_in_ifSqlBool1281 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_constant_in_ifSqlFragment898 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_constant_in_ordSqlFragment1393 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_constant_in_sqlFragment459 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_constantOperator_in_ifSqlFragment930 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_constantOperator_in_sqlFragment494 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_dbcolumn_in_ifSqlFragment988 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_dbcolumn_in_ordSqlFragment1406 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_dbcolumn_in_sqlFragment553 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_dbtable_in_ifSqlFragment967 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_dbtable_in_sqlFragment532 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_EOF_in_mapping2238 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_EOF_in_meta338 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_EOF_in_parse2303 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_EOF_in_parse2303 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_EQUALS_in_constantOperator1981 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_EQUALS_in_identifier1781 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_EQUALS_in_identifierOperator2082 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_EQUALS_in_metaSql755 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_EQUALS_in_parse2135 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_EQUALS_in_parse2135 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_EQUALS_in_parse2201 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_EQUALS_in_parse2201 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_EQUALS_in_parse2265 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_EQUALS_in_parse2265 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_HASH_in_metaSql781 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_DOT_in_column1443 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_DOT_in_column1544 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_DOT_in_constant1671 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_DOT_in_dbcolumn2130 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_DOT_in_dbtable2163 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_DOT_in_identifier1813 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_DOT_in_mappingItem2294 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_DOT_in_mappingItem2390 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_column1449 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_column1476 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_column1504 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_column1550 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_column1578 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_column1607 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_constant1677 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_constant1703 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_constant1736 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_constantOperator1973 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_dbcolumn2136 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_dbtable2169 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_identifier1819 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_identifier1851 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_identifier1884 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_identifierOperator2074 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_mappingItem2273 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_mappingItem2300 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_mappingItem2328 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_mappingItem2357 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_mappingItem2396 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_mappingItem2425 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_mappingItem2455 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_metaSql762 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_parse2110 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_IDENT_in_parse2110 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_parse2127 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_IDENT_in_parse2127 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_parse2176 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_IDENT_in_parse2176 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_parse2193 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_IDENT_in_parse2193 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_parse2242 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_IDENT_in_parse2242 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_IDENT_in_parse2257 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_IDENT_in_parse2257 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_identifier_in_ifSqlBool1265 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_identifier_in_ifSqlFragment884 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_identifier_in_ordSqlFragment1379 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_identifier_in_sqlFragment442 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_identifierOperator_in_ifSqlFragment914 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_identifierOperator_in_sqlFragment478 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifMetaSql_in_ifSqlFragment998 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_ifMetaSql1061 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_ifMetaSql1074 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_ifMetaSql1103 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_ifMetaSql1116 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_ifMetaSql1137 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_ifMetaSql1150 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_ifMetaSql1168 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_ifMetaSql1181 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_metaSql623 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_metaSql636 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_metaSql665 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_metaSql678 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_metaSql699 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_metaSql712 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_metaSql730 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_metaSql743 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSql_in_metaSql768 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSqlBool_in_ifSqlCond1211 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSqlBool_in_ifSqlCond1235 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSqlCond_in_ifMetaSql1092 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSqlCond_in_ifSqlBool1297 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSqlCond_in_metaSql654 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ifSqlFragment_in_ifSql822 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LBRACE_in_ifSqlFragment996 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LBRACE_in_sqlFragment564 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LESS_THAN_in_identifier1787 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LPAREN_in_column1471 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LPAREN_in_column1573 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LPAREN_in_constant1693 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LPAREN_in_identifier1841 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LPAREN_in_ifSqlBool1293 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LPAREN_in_mappingItem2323 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LPAREN_in_mappingItem2420 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LPAREN_in_parse2114 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_LPAREN_in_parse2114 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LPAREN_in_parse2180 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_LPAREN_in_parse2180 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_LPAREN_in_parse2244 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_LPAREN_in_parse2244 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_MAPPING_in_parse2184 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_MAPPING_in_parse2184 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_mapping_in_parse2217 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_mappingItem_in_mapping2214 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_mappingItem_in_mapping2226 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_meta_in_parse2151 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_metaSql_in_sqlFragment566 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_MINUS_in_constant1664 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_MINUS_in_identifier1806 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_MORE_THAN_in_identifier1793 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NOT_in_constant1697 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NOT_in_constant1730 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NOT_in_identifier1845 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NOT_in_identifier1878 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NOT_in_ifSqlBool1258 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NOT_in_ifSqlBool1274 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NOT_in_ifSqlBool1290 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_column1455 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_column1482 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_column1510 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_column1556 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_column1584 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_column1613 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_constant1709 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_constant1742 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_identifier1825 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_identifier1857 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_identifier1890 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_mappingItem2279 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_mappingItem2306 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_mappingItem2334 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_mappingItem2363 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_mappingItem2402 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_mappingItem2431 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_NUMBER_in_mappingItem2461 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_option_in_parse2151 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_option_in_parse2217 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_OPTION_in_parse2248 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_OPTION_in_parse2248 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_option_in_parse2281 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_option_in_parse2281 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_OR_in_ifSqlCond1225 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ordSql_in_metaSql795 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_ordSqlFragment_in_ordSql1324 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_parse2_in_parse52 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_parse2_in_parse52 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_PERCENT_in_ifSqlFragment960 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_PERCENT_in_ifSqlFragment963 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_PERCENT_in_ordSqlFragment1402 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_PERCENT_in_sqlFragment525 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_PERCENT_in_sqlFragment528 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_PLUS_in_constant1658 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_PLUS_in_identifier1800 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_QUESTI_in_ifMetaSql1086 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_QUESTI_in_metaSql648 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RBRACE_in_ifSqlFragment1001 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RBRACE_in_sqlFragment569 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RPAREN_in_column1520 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RPAREN_in_column1624 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RPAREN_in_constant1752 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RPAREN_in_identifier1900 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RPAREN_in_ifSqlBool1299 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RPAREN_in_mappingItem2374 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RPAREN_in_mappingItem2473 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RPAREN_in_parse2133 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_RPAREN_in_parse2133 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RPAREN_in_parse2199 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_RPAREN_in_parse2199 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_RPAREN_in_parse2263 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_RPAREN_in_parse2263 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_SEMICOLON_in_parse2156 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_SEMICOLON_in_parse2156 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_SEMICOLON_in_parse2222 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_SEMICOLON_in_parse2222 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_SEMICOLON_in_parse2286 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_SEMICOLON_in_parse2286 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_set_in_ifMetaSql1034 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_set_in_ifSqlFragment844 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_set_in_metaSql592 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_set_in_metaSql785 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_set_in_option2520 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_set_in_option331 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_set_in_ordSqlFragment1351 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_set_in_sqlFragment406 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_sql_in_meta335 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_sqlFragment_in_sql377 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_STATEMENT_in_parse2118 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_STATEMENT_in_parse2118 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_STRING_in_ifSqlBool1277 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_STRING_in_ifSqlFragment894 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_STRING_in_ifSqlFragment924 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_STRING_in_ifSqlFragment926 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_STRING_in_mappingItem2289 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_STRING_in_ordSqlFragment1389 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_STRING_in_sqlFragment455 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_STRING_in_sqlFragment488 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_STRING_in_sqlFragment490 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_ifSqlCond1208 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_ifSqlCond1214 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_ifSqlCond1230 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_ifSqlCond1238 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_mapping2207 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_mapping2221 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_mapping2234 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_metaSql757 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_parse2158 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_WS_in_parse2158 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_parse2224 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_WS_in_parse2224 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_parse2288 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_WS_in_parse2288 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FOLLOW_WS_in_parse293 - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
FOLLOW_WS_in_parse293 - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
FROM - Static variable in class org.sqlproc.engine.plugin.DefaultSqlPlugins
 
FROM_DATE - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type FROM_DATE.
fullInputName - Variable in class org.sqlproc.engine.impl.SqlInputValue
A input attribute full name.
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.
generateProxy(Connection, String) - Static method in class org.sqlproc.engine.jdbc.JdbcSession
The factory method to obtain this dynamic proxy.
genericType - Variable in class org.sqlproc.engine.plugin.BeanUtilsPlugin.GetterType
 
get(String) - Method in class org.sqlproc.engine.util.PropertiesLoader
Returns the named property value from the property file.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcBigDecimalType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcBigIntegerType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcBlobType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcBooleanType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcByteArrayType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcByteArrayWrapperType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcByteType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcCharType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcClobType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcDateTimeType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcDateType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcDoubleType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcEnumIntegerType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcEnumStringType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcFloatType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcFromDateType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcInstantType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcIntegerType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcLocalDateTimeType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcLocalDateType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcLocalTimeType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcLongType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcShortType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in interface org.sqlproc.engine.jdbc.type.JdbcSqlType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcStringType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcTextType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcTimestampType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcTimeType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(CallableStatement, int) - Method in class org.sqlproc.engine.jdbc.type.JdbcToDateType
Retrieves the value of the designated parameter from CallableStatement object as a Java type value.
get(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.JdbcInstantType
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.JdbcLocalDateTimeType
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.JdbcLocalDateType
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.JdbcLocalTimeType
 
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(SqlProcessorLoader.EngineType) - Method in class org.sqlproc.engine.SqlProcessorLoader.Cache
 
get(SqlProcessorLoader.EngineType) - Method in class org.sqlproc.engine.SqlProcessorLoader.Engine
 
get(SqlQuery, SqlMappingResult, Class<E>, SqlControl) - Method in class org.sqlproc.engine.SqlCrudEngine
Internal get implementation
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, int) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL query to obtain a unique database row.
get(SqlSession, Class<E>, Object, Object, int, Map<String, Class<?>>) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL query to obtain a unique database row.
get(SqlSession, Class<E>, Object, 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, SqlControl) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL query to obtain a unique database row.
getAllAttributeTypes(Class<?>, Class<?>[], Class<?>) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
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
Deprecated.
getAscOrder(String) - Static method in class org.sqlproc.engine.SqlOrder
The factory method.
getAscOrderNullsLast(int) - Static method in class org.sqlproc.engine.SqlOrder
Deprecated.
getAscOrderNullsLast(String) - Static method in class org.sqlproc.engine.SqlOrder
The factory method.
getAsyncInitThreads() - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Returns the number of threads used for asynchronous initialization
getAsyncInitThreads() - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
getAsyncInitThreads() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the number of threads used for asynchronous initialization
getAsyncInitThreads() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the number of threads used for asynchronous initialization
getAsyncInitThreads() - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the number of threads used for asynchronous initialization
getAttribute(Object, String) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Returns the value of the specified simple attribute of the specified bean.
getAttribute(Object, String) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Returns the value of the specified simple attribute of the specified bean.
getAttribute(SqlRuntimeContext, Object, String) - Method in interface org.sqlproc.engine.plugin.BeanUtilsPlugin
Returns the value of the specified simple attribute of the specified bean.
getAttribute(SqlRuntimeContext, Object, String) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
Returns the value of the specified simple attribute of the specified bean.
getAttributeDescriptor(Class<?>, String) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
getAttributeParameterizedTypes(Class<?>, String) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Returns the Java parameterized type info for the attribute, if there is one.
getAttributeParameterizedTypes(Class<?>, String) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Returns the Java parameterized type info for the attribute, if there is one.
getAttributeParameterizedTypes(SqlRuntimeContext, Class<?>, String) - Method in interface org.sqlproc.engine.plugin.BeanUtilsPlugin
Returns the Java parameterized type info for the attribute, if there is one.
getAttributeParameterizedTypes(SqlRuntimeContext, Class<?>, String) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
getAttributes() - Method in class org.sqlproc.engine.impl.SqlMappingItem
Returns the list of all partial attribute names in the result class.
getAttributeType(Class<?>, String) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Returns the Java type info for the attribute, if there is one.
getAttributeType(Class<?>, String) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Returns the Java type info for the attribute, if there is one.
getAttributeType(SqlRuntimeContext, Class<?>, String) - Method in interface org.sqlproc.engine.plugin.BeanUtilsPlugin
Returns the Java type info for the attribute, if there is one.
getAttributeType(SqlRuntimeContext, Class<?>, String) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
getCallSql(Object, Object) - Method in class org.sqlproc.engine.SqlProcedureEngine
Returns the call statement derived from the META SQL statement.
getCheckedCrudEngine(String) - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the named static or dynamic SQL CRUD Engine instance (the primary SQL Processor class).
getCheckedCrudEngine(String) - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the named static or dynamic SQL CRUD Engine instance (the primary SQL Processor class).
getCheckedProcedureEngine(String) - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the named static or dynamic SQL Procedure Engine instance (the primary SQL Processor class).
getCheckedProcedureEngine(String) - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the named static or dynamic SQL Procedure Engine instance (the primary SQL Processor class).
getCheckedQueryEngine(String) - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the named static or dynamic SQL Query Engine instance (the primary SQL Processor class).
getCheckedQueryEngine(String) - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the named static or dynamic SQL Query Engine instance (the primary SQL Processor class).
getCheckedStaticCrudEngine(String) - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the named static SQL CRUD Engine instance (the primary SQL Processor class).
getCheckedStaticCrudEngine(String) - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the named static SQL CRUD Engine instance (the primary SQL Processor class).
getCheckedStaticProcedureEngine(String) - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the named static SQL Procedure Engine instance (the primary SQL Processor class).
getCheckedStaticProcedureEngine(String) - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the named static SQL Procedure Engine instance (the primary SQL Processor class).
getCheckedStaticQueryEngine(String) - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the named static SQL Query Engine instance (the primary SQL Processor class).
getCheckedStaticQueryEngine(String) - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the named static SQL Query Engine instance (the primary SQL Processor class).
getClassTypes() - Method in class org.sqlproc.engine.jdbc.type.JdbcByteArrayType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.jdbc.type.JdbcByteArrayWrapperType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.jdbc.type.JdbcDefaultType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.jdbc.type.JdbcOracleCursorType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.jdbc.type.JdbcOtherType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlBigDecimalType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlBigIntegerType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlBlobType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlBooleanType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlByteArrayType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlByteType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlCharType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlClobType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlDateTimeType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlDateType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlDoubleType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlEnumIntegerType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlEnumStringType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlFloatType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlFromDateType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlIdentityType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlInstantType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlIntegerType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlLocalDateTimeType
 
getClassTypes() - Method in class org.sqlproc.engine.type.SqlLocalDateType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlLocalTimeType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlLongType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlOutValueType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlShortType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlStringType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in interface org.sqlproc.engine.type.SqlTaggedMetaType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlTextType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlTimestampType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlTimeType
Returns the list of Java class types related to this META type.
getClassTypes() - Method in class org.sqlproc.engine.type.SqlToDateType
Returns the list of Java class types related to this META type.
getClassTypesForDefault() - Method in class org.sqlproc.engine.type.SqlDateTimeType
Returns the list of Java class types related to this META type for SqlDefaultType processing.
getClassTypesForDefault() - Method in class org.sqlproc.engine.type.SqlDateType
Returns the list of Java class types related to this META type for SqlDefaultType processing.
getClassTypesForDefault() - Method in class org.sqlproc.engine.type.SqlDefaultType
Returns the list of Java class types related to this META type for SqlDefaultType processing.
getClassTypesForDefault() - Method in class org.sqlproc.engine.type.SqlTextType
Returns the list of Java class types related to this META type for SqlDefaultType processing.
getClassTypesForDefault() - Method in class org.sqlproc.engine.type.SqlTimestampType
Returns the list of Java class types related to this META type for SqlDefaultType processing.
getClassTypesForDefault() - Method in class org.sqlproc.engine.type.SqlTimeType
Returns the list of Java class types related to this META type for SqlDefaultType processing.
getConfiguration() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the dynamic SQL Processor configuration ant checks it's not null
getConfiguration() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the overall dynamic configuration
getConfiguration() - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the overall dynamic configuration
getConnection() - Method in class org.sqlproc.engine.jdbc.JdbcSimpleSession
Returns the internal connection to the database.
getCrudDynamicEngines() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the collection of names of all initialized/constructed dynamic SQL CRUD Engine instances.
getCrudDynamicEngines() - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the collection of names of all initialized/constructed dynamic SQL CRUD Engine instances.
getCrudDynamicNames() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the collection of names of all initialized/constructed dynamic SQL CRUD Engine instances.
getCrudDynamicNames() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the collection of names of all initialized/constructed dynamic SQL CRUD Engine instances.
getCrudDynamicNames() - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the collection of names of all initialized/constructed dynamic SQL CRUD Engine instances.
getCrudEngine(String) - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the named static or dynamic SQL CRUD Engine instance (the primary SQL Processor class).
getCrudEngine(String) - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the named static or dynamic SQL CRUD Engine instance (the primary SQL Processor class).
getCrudEngineProcessingCache(String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the processing cache used for the selected SQL CRUD Engine
getCrudEngineProcessingCacheStatistics(String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the processing cache statistics used for the selected SQL CRUD Engine
getCrudEngines() - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Returns the container of initialized CRUD Engines' names (static or dynamic ones) together with the number of their usage
getCrudEngines() - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
getCrudEngines() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the collection of named dynamic SQL CRUD Engines (the primary SQL Processor class) instances.
getCrudEngines() - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the collection of named dynamic SQL CRUD Engines (the primary SQL Processor class) instances.
getCrudEnginesToInit() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the container of the CRUD Engines' names, which has to be initialized.
getCrudEnginesToInit(Integer) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Returns the container of the CRUD Engines' names, which has to be initialized.
getCrudEngineUsage(String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the CRUD Engine usage number.
getCrudNames() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the collection of names of all initialized/constructed static SQL CRUD Engine instances.
getCrudNames() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the collection of names of all initialized/constructed static SQL CRUD Engine instances.
getCrudNames() - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the collection of names of all initialized/constructed static SQL CRUD Engine instances.
getCtx() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns the crate for all input parameters and the context of processing.
getCustomTypes() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the custom META types.
getData(SqlProcessContext, Object) - Method in class org.sqlproc.engine.impl.SqlMetaConst
Returns a String representation of input values, after a possible transformation process.
getData(SqlProcessContext, Object) - Method in class org.sqlproc.engine.impl.SqlMetaOperator
Returns a String representation of input values, after a possible transformation process.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcBigDecimalType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcBigIntegerType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcBlobType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcBooleanType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcByteArrayType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcByteArrayWrapperType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcByteType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcCharType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcClobType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcDateTimeType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcDateType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcDoubleType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcEnumIntegerType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcEnumStringType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcFloatType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcFromDateType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcInstantType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcIntegerType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcLocalDateTimeType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcLocalDateType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcLocalTimeType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcLongType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcShortType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in interface org.sqlproc.engine.jdbc.type.JdbcSqlType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcStringType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcTextType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcTimestampType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcTimeType
Returns the type provided by the stack on top of which the SQL Processor works.
getDatabaseSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcToDateType
Returns the type provided by the stack on top of which the SQL Processor works.
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
 
getDbIdentityName() - Method in class org.sqlproc.engine.impl.SqlInputValue
Returns a database identity column name.
getDbName() - Method in class org.sqlproc.engine.impl.SqlMappingItem
Returns the name of a database query output.
getDdls() - Method in class org.sqlproc.engine.util.DDLLoader
 
getDDLs(Class<?>, String) - Static method in class org.sqlproc.engine.util.DDLLoader
Reads the DDL file and creates a new DDLLoader instance.
getDDLs(Class<?>, String...) - Static method in class org.sqlproc.engine.util.DDLLoader
Reads the DDL files and parse DDL statements into a list.
getDefaultData() - Method in class org.sqlproc.engine.impl.SqlMetaConst
Returns a default input value in the case the input attribute is null.
getDefaultData() - Method in class org.sqlproc.engine.impl.SqlMetaOperator
Returns a default input value in the case the input attribute is null.
getDefaultType() - Method in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Returns the default META type.
getDefaultType() - Method in class org.sqlproc.engine.type.SqlComposedTypeFactory
Returns the default META type.
getDefaultType() - Method in interface org.sqlproc.engine.type.SqlTypeFactory
Returns the default META type.
getDelegates() - Method in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
getDelegates() - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
getDelegates() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
getDelegates() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
getDeleteSql(Object, Object) - Method in class org.sqlproc.engine.SqlCrudEngine
Returns the delete statement derived from the META SQL statement.
getDescOrder(int) - Static method in class org.sqlproc.engine.SqlOrder
Deprecated.
getDescOrder(String) - Static method in class org.sqlproc.engine.SqlOrder
The factory method.
getDescOrderNullsFirst(int) - Static method in class org.sqlproc.engine.SqlOrder
Deprecated.
getDescOrderNullsFirst(String) - Static method in class org.sqlproc.engine.SqlOrder
The factory method.
getDescription() - Method in class org.sqlproc.engine.impl.SqlProcessorLazyLexer.DFA12
 
getDescription() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer.DFA12
 
getDescription() - Method in class org.sqlproc.engine.impl.SqlProcessorParser.DFA43
 
getDescription() - Method in class org.sqlproc.engine.impl.SqlProcessorParser.DFA48
 
getDescription() - Method in class org.sqlproc.engine.impl.SqlProcessorParser.DFA57
 
getDescription() - Method in class org.sqlproc.engine.impl.SqlProcessorParser.DFA66
 
getDescription() - Method in class org.sqlproc.engine.impl.SqlProcessorParser.DFA73
 
getDescriptors(Class<?>) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
getDontProcessingCacheEngines() - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Returns the list of engines, for which the processing cache can't be used
getDontProcessingCacheEngines() - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
getDontProcessingCacheEngines() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the list of engines, for which the processing cache can't be used
getDoProcessingCacheEngines() - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Returns the list of engines, for which the processing cache can be used
getDoProcessingCacheEngines() - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
getDoProcessingCacheEngines() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the list of engines, for which the processing cache can be used
getDynamicCrudEngine(String, String) - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the named dynamic SQL CRUD Engine instance (the primary SQL Processor class).
getDynamicCrudEngine(String, String) - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the named dynamic SQL CRUD Engine instance (the primary SQL Processor class).
getDynamicCrudEngines() - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Returns the container of initialized dynamic CRUD Engines' names together with their SQL statement
getDynamicCrudEngines() - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
getDynamicEngine(String, SqlProcessorLoader.EngineType, String) - Method in class org.sqlproc.engine.SqlProcessorLoader
Returns the named dynamic SQL Engine instance (the primary SQL Processor class).
getDynamicEngines(SqlProcessorLoader.EngineType) - Method in class org.sqlproc.engine.SqlProcessorLoader
Returns all dynamic engines of the required type
getDynamicInputValues() - Method in class org.sqlproc.engine.impl.SqlProcessContext
Returns the SQL statement dynamic parameters.
getDynamicProcedureEngine(String, String) - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the named dynamic SQL Procedure Engine instance (the primary SQL Processor class).
getDynamicProcedureEngine(String, String) - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the named dynamic SQL Procedure Engine instance (the primary SQL Processor class).
getDynamicProcedureEngines() - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Returns the container of initialized dynamic Procedure Engines' names together with their SQL statement
getDynamicProcedureEngines() - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
getDynamicQueryEngine(String, String) - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the named dynamic SQL Query Engine instance (the primary SQL Processor class).
getDynamicQueryEngine(String, String) - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the named dynamic SQL Query Engine instance (the primary SQL Processor class).
getDynamicQueryEngines() - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Returns the container of initialized dynamic Query Engines' names together with their SQL statement
getDynamicQueryEngines() - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
getDynamicUpdateValues() - Method in class org.sqlproc.engine.impl.SqlStandardControl
The object used for the SQL update statement dynamic input values.
getDynamicUpdateValues() - Method in interface org.sqlproc.engine.SqlControl
The object used for the SQL update statement dynamic input values.
getDynamicUpdateValues(SqlControl) - Static method in class org.sqlproc.engine.SqlEngine
The helper to prevent the NPE
getElements() - Method in class org.sqlproc.engine.impl.SqlMetaConst
Returns the list of sub-elements
getElements() - Method in class org.sqlproc.engine.impl.SqlMetaIdent
Returns the list of sub-elements.
getEngine(String, SqlProcessorLoader.EngineType) - Method in class org.sqlproc.engine.SqlProcessorLoader
Returns the named static or dynamic SQL Engine instance (the primary SQL Processor class).
getEngines(SqlProcessorLoader.EngineType) - Method in class org.sqlproc.engine.SqlProcessorLoader
Returns all static engines of the required type
getEnginesInitErrors() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the result of engines initialization process.
getEnginesInitErrors() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the result of engines initialization process.
getEnginesInitErrors() - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the result of engines initialization process.
getEnginesInitErrors() - Method in class org.sqlproc.engine.SqlProcessorLoader
Returns the result of engines initialization process.
getEnginesInitErrorsMsg() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the result of engines initialization process.
getEnginesInitErrorsMsg() - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the result of engines initialization process.
getEnginesInitErrorsMsg() - Method in class org.sqlproc.engine.SqlProcessorLoader
Returns the result of engines initialization process.
getEnginesToInit(ConcurrentHashMap<String, AtomicInteger>, Integer) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Returns the container of the SQL Engines' names, which has to be initialized.
getEnumIntegerType() - Method in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Returns the META type for the enumerations based on Integer internal type.
getEnumIntegerType() - Method in class org.sqlproc.engine.type.SqlComposedTypeFactory
Returns the META type for the enumerations based on Integer internal type.
getEnumIntegerType() - Method in interface org.sqlproc.engine.type.SqlTypeFactory
Returns the META type for the enumerations based on Integer internal type.
getEnumStringType() - Method in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Returns the META type for the enumerations based on String internal type.
getEnumStringType() - Method in class org.sqlproc.engine.type.SqlComposedTypeFactory
Returns the META type for the enumerations based on String internal type.
getEnumStringType() - Method in interface org.sqlproc.engine.type.SqlTypeFactory
Returns the META type for the enumerations based on String internal type.
getEnumToClass(Class<?>) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Returns the bean enumeration type.
getEnumToClass(Class<?>) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Returns the bean enumeration type.
getEnumToClass(SqlRuntimeContext, Class<?>) - Method in interface org.sqlproc.engine.plugin.BeanUtilsPlugin
Returns the bean enumeration type.
getEnumToClass(SqlRuntimeContext, Class<?>) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
Returns the bean enumeration type.
getEnumToValue(Object) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Returns the bean enumeration value.
getEnumToValue(Object) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Returns the bean enumeration value.
getEnumToValue(SqlRuntimeContext, Object) - Method in interface org.sqlproc.engine.plugin.BeanUtilsPlugin
Returns the bean enumeration value.
getEnumToValue(SqlRuntimeContext, Object) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
Returns the bean enumeration value.
getErrorMessage(RecognitionException, String[]) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
getErrorMessage(RecognitionException, String[]) - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
getErrors() - Method in class org.sqlproc.engine.impl.SqlProcessor
Returns the list of error, which can happen in the process of this instance creation and ALTLR parsing
getErrors() - Method in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
getErrors() - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
getErrors() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
getErrors() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
getExecutor() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the asynchronous SQL Processor engines initialization executor.
getFeature(String) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Convenient method to obtain a String feature based on the name.
getFeature(String) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Convenient method to obtain a String feature based on the name.
getFeature(String, String) - Method in class org.sqlproc.engine.impl.SqlProcessor
Builds the correct class instance for the optional feature
getFeature(SqlFeature) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Convenient method to obtain a String feature based on the name.
getFeature(SqlFeature) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Convenient method to obtain a String feature based on the name.
getFeature(SqlFeature, String) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Convenient method to obtain a String feature based on the name.
getFeature(SqlFeature, String) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Convenient method to obtain a String feature based on the name.
getFeatureAsInt(SqlFeature) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Convenient method to obtain an Integer feature based on the name.
getFeatureAsInt(SqlFeature) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Convenient method to obtain an Integer feature based on the name.
getFeatureAsObject(SqlFeature) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Convenient method to obtain an Object feature based on the name.
getFeatureAsObject(SqlFeature) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Convenient method to obtain an Object feature based on the name.
getFeatures() - Method in class org.sqlproc.engine.impl.SqlProcessor
Returns the collection of the SQL Processor optional features.
getFeatures() - Method in class org.sqlproc.engine.impl.SqlStandardControl
Returns the optional features.
getFeatures() - Method in interface org.sqlproc.engine.SqlControl
Returns the optional features.
getFeatures() - Method in class org.sqlproc.engine.SqlEngine
Returns the optional features, which can alter the SQL Processor runtime behavior.
getFeatures(String) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Convenient method to obtain a String array features based on the name.
getFeatures(String) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Convenient method to obtain a String array features based on the name.
getFeatures(SqlControl) - Static method in class org.sqlproc.engine.SqlEngine
The helper to prevent the NPE
getFetchSize() - Method in class org.sqlproc.engine.impl.SqlStandardControl
Returns the fetch size of SQL execution output rows, which can be returned in one SQL statement.
getFetchSize() - Method in interface org.sqlproc.engine.SqlControl
Returns the fetch size of SQL execution output rows, which can be returned in one SQL statement.
getFetchSize(SqlControl) - Static method in class org.sqlproc.engine.SqlEngine
The helper to prevent the NPE
getFieldType(SqlProcessContext, Class<?>, String) - Method in class org.sqlproc.engine.impl.SqlMetaConst
Returns the static input attribute type.
getFieldType(SqlProcessContext, Class<?>, String) - Method in class org.sqlproc.engine.impl.SqlMetaOperator
Returns the static input attribute type.
getFilter() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the name of the filter to filter the META SQL statements, mapping rules and optional features.
getFilteredFeatures(String) - Static method in class org.sqlproc.engine.impl.SqlDefaultFeatures
Returns filtered features.
getFirstResult() - Method in class org.sqlproc.engine.impl.SqlStandardControl
Returns the first SQL execution output row to be returned in the case we need to skip some rows in the result set.
getFirstResult() - Method in interface org.sqlproc.engine.SqlControl
Returns the first SQL execution output row to be returned in the case we need to skip some rows in the result set.
getFirstResult(SqlControl) - Static method in class org.sqlproc.engine.SqlEngine
The helper to prevent the NPE
getFullName() - Method in class org.sqlproc.engine.impl.SqlMappingAttribute
Returns the full name of an attribute.
getFullName() - Method in class org.sqlproc.engine.impl.SqlMappingItem
Returns the full attribute name.
getFunctionResultData(Map<String, Object>) - Method in class org.sqlproc.engine.impl.SqlMappingResult
Devoted to function output value conversion.
getGeneratedKeys(String, Statement) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Retrieves the value of auto-generated identity from executed prepared statement.
getGetSql(Object, Object) - Method in class org.sqlproc.engine.SqlCrudEngine
Returns the query select statement derived from the META SQL statement.
getGetter(SqlRuntimeContext, Class<?>, String, boolean) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
getGetterType(Class<?>, String) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Returns the attribute getter method types, if there is one.
getGetterType(Class<?>, String) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Returns the attribute getter method types, if there is one.
getGetterType(Object, String) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Returns the attribute getter method types, if there is one.
getGetterType(Object, String) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Returns the attribute getter method types, if there is one.
getGetterType(SqlRuntimeContext, Class<?>, String) - Method in interface org.sqlproc.engine.plugin.BeanUtilsPlugin
Returns the attribute getter method types, if there is one.
getGetterType(SqlRuntimeContext, Class<?>, String) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
Returns the attribute getter method types, if there is one.
getGetterType(SqlRuntimeContext, Object, String) - Method in interface org.sqlproc.engine.plugin.BeanUtilsPlugin
Returns the attribute getter method types, if there is one.
getGetterType(SqlRuntimeContext, Object, String) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
Returns the attribute getter method types, if there is one.
getGrammarFileName() - Method in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
getGrammarFileName() - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
getGrammarFileName() - Method in class org.sqlproc.engine.impl.SqlProcessorLexer
 
getGrammarFileName() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
getIdentities() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns the collection of identities.
getIdentitiesIndexes() - Method in class org.sqlproc.engine.impl.SqlMappingResult
Return the list of identities indexes in the list of output values
getIdentitySelect() - Method in interface org.sqlproc.engine.type.IdentitySetter
Returns the select command used to obtain the generated identity value.
getIdentityType() - Method in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Returns the META type for an auto-generated identity.
getIdentityType() - Method in class org.sqlproc.engine.type.SqlComposedTypeFactory
Returns the META type for an auto-generated identity.
getIdentityType() - Method in interface org.sqlproc.engine.type.SqlTypeFactory
Returns the META type for an auto-generated identity.
getIds() - Method in class org.sqlproc.engine.impl.SqlMappingResult
Construct the empty structure used for the instances of all already used identities together with the related result instances based on identities indices.
getIdsKey(Object[], Integer) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
getIdsKey(Object[], Map<String, SqlMappingIdentity>, String) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
getInitClearUsage() - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Returns the indicator that after the engines instantiations the users should be cleared
getInitClearUsage() - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
getInitInUsageOrder() - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Returns the indicator that the most frequently used engines should be initialized preferentially
getInitInUsageOrder() - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
getInitInUsageOrder() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the indicator that the most frequently used engines should be initialized preferentially
getInitTreshold() - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Returns the initialization threshold.
getInitTreshold() - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
getInitTreshold() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the initialization threshold.
getInputName() - Method in class org.sqlproc.engine.impl.SqlInputValue
Returns a input attribute name.
getInputValue() - Method in class org.sqlproc.engine.impl.SqlInputValue
Returns a dynamic input value.
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.
getInputValues(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaConst
Returns the static or dynamic input values.
getInputValues(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaOperator
Returns the static or dynamic input values.
getInsertSql(Object, Object) - Method in class org.sqlproc.engine.SqlCrudEngine
Returns the insert statement derived from the META SQL statement.
getInSetOrInsert() - Method in class org.sqlproc.engine.impl.SqlInputValue
Returns the indicator the input value is bounded to the SET or VALUES fragment of META SQL
getInstance() - Static method in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
The main method to obtain the singleton instance of this factory.
getInstance() - Static method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The main method to obtain the singleton instance of this factory.
getInstance(Class<?>) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Returns the new class instance
getInstance(Class<?>) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Returns the new class instance
getInstance(StringBuilder, SqlTypeFactory, Map<String, Object>, Set<String>, String...) - Static method in class org.sqlproc.engine.impl.SqlProcessor
Simple factory method (design pattern).
getInstance(String, String, SqlTypeFactory) - Static method in class org.sqlproc.engine.impl.SqlMappingRule
Simple factory method (design pattern).
getInstance(String, String, SqlTypeFactory) - Static method in class org.sqlproc.engine.impl.SqlMetaStatement
Simple factory method (design pattern).
getInstance(SqlRuntimeContext, Class<?>) - Method in interface org.sqlproc.engine.plugin.BeanUtilsPlugin
Returns the new class instance
getInstance(SqlRuntimeContext, Class<?>) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
Returns the new class instance
getInstanceConstructor(SqlRuntimeContext, Class<?>) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
getInterfaceMethod(Class<?>, String, Class<?>[]) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
getIsEmptyPlugin() - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Returns the SQL Processor plugin devoted to evaluate the emptiness of the input value.
getIsEmptyPlugin() - Method in interface org.sqlproc.engine.plugin.SqlPluginFactory
Returns the SQL Processor plugin devoted to evaluate the emptiness of the input value.
getIsTruePlugin() - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Returns the SQL Processor plugin devoted to evaluate the boolean value of the logical expression.
getIsTruePlugin() - Method in interface org.sqlproc.engine.plugin.SqlPluginFactory
Returns the SQL Processor plugin devoted to evaluate the boolean value of the logical expression.
getLastToken() - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
getLastToken() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
getLazyInit() - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Returns the indicator to speed up the initialization process
getLazyInit() - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
getLazyInstance(StringBuilder, SqlTypeFactory, Map<String, Object>, Set<String>, String...) - Static method in class org.sqlproc.engine.impl.SqlProcessor
Simple factory method (design pattern).
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.SqlDefaultFactory
Returns the internal SQL engine or processor loader.
getLowLevelSqlCallback() - Method in class org.sqlproc.engine.impl.SqlStandardControl
Returns the low level SQL callback handler
getLowLevelSqlCallback() - Method in interface org.sqlproc.engine.SqlControl
Returns the low level SQL callback handler
getMainIdentityIndex() - Method in class org.sqlproc.engine.impl.SqlMappingResult
Returns the main identity index in the list of output values.
getMappedInputValues() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns the collection of dynamic input values.
getMappingRules(String) - Method in class org.sqlproc.engine.impl.SqlProcessor
Returns the collection of the output value mappings.
getMappingRules(SqlProcessor.MappingType) - Method in class org.sqlproc.engine.impl.SqlProcessor
Returns the collection of the output value mappings.
getMappings() - Method in class org.sqlproc.engine.impl.SqlMappingRule
Returns a collection of all mapping items in this mapping rule.
getMaxResults() - Method in class org.sqlproc.engine.impl.SqlStandardControl
Returns the max number of SQL execution output rows, which can be returned in the result list.
getMaxResults() - Method in interface org.sqlproc.engine.SqlControl
Returns the max number of SQL execution output rows, which can be returned in the result list.
getMaxResults(SqlControl) - Static method in class org.sqlproc.engine.SqlEngine
The helper to prevent the NPE
getMaxTimeout() - Method in class org.sqlproc.engine.impl.SqlStandardControl
Returns the max SQL execution time.
getMaxTimeout() - Method in interface org.sqlproc.engine.SqlControl
Returns the max SQL execution time.
getMaxTimeout(SqlControl) - Static method in class org.sqlproc.engine.SqlEngine
The helper to prevent the NPE
getMessage() - Method in exception class org.sqlproc.engine.SqlEngineException
Creates a human readable message describing the exception raised in the process of lexer and parser processing.
getMessage() - Method in exception class org.sqlproc.engine.SqlProcessorException
 
getMessage() - Method in interface org.sqlproc.engine.validation.SqlValidationResult
Returns the message for the validation result specific for the selected validator implementation.
getMetaFilesNames() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the names of files, which holds a collection of META SQL statements, mapping rules and optional features.
getMetaStatements() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the String representation of the META SQL statements, mapping rules and optional features.
getMetaStatements(String) - Method in class org.sqlproc.engine.impl.SqlProcessor
Returns the collection of the META SQL statements.
getMetaStatements(SqlProcessor.StatementType) - Method in class org.sqlproc.engine.impl.SqlProcessor
Returns the collection of the META SQL statements.
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(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(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 class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Returns the META type with the provided name.
getMetaType(String) - Method in class org.sqlproc.engine.type.SqlComposedTypeFactory
Returns the META type with the provided name.
getMetaType(String) - Method in interface org.sqlproc.engine.type.SqlTypeFactory
Returns the META type with the provided name.
getMetaType(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlType
Returns the internal type.
getMetaTypeName() - Method in class org.sqlproc.engine.impl.SqlType
Returns the name of the internal META type.
getMetaTypes() - Method in class org.sqlproc.engine.jdbc.type.JdbcByteArrayWrapperType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.jdbc.type.JdbcDefaultType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.jdbc.type.JdbcOracleCursorType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.jdbc.type.JdbcOtherType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlBigDecimalType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlBigIntegerType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlBlobType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlBooleanType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlByteArrayType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlByteType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlCharType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlClobType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlDateTimeType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlDateType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlDoubleType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlEnumIntegerType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlEnumStringType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlFloatType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlFromDateType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlIdentityType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlInstantType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlIntegerType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlLocalDateTimeType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlLocalDateType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlLocalTimeType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlLongType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlOutValueType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlShortType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlStringType
Returns the list of names of this META type.
getMetaTypes() - Method in interface org.sqlproc.engine.type.SqlTaggedMetaType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlTextType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlTimestampType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlTimeType
Returns the list of names of this META type.
getMetaTypes() - Method in class org.sqlproc.engine.type.SqlToDateType
Returns the list of names of this META type.
getMethod(Class<?>, Method, boolean) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
getMethod(Class<?>, String, boolean, Class<?>...) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
getMonitor() - Method in class org.sqlproc.engine.SqlCrudEngine
Returns the SQL Monitor instance for the runtime statistics gathering.
getMonitor() - Method in class org.sqlproc.engine.SqlProcedureEngine
Returns the SQL Monitor instance for the runtime statistics gathering.
getMonitor() - Method in class org.sqlproc.engine.SqlQueryEngine
Returns the SQL Monitor instance for the runtime statistics gathering.
getMonitorFactory() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the monitor factory used in the process of the SQL Monitor instances creation.
getMoreResultClasses() - Method in class org.sqlproc.engine.impl.SqlProcessContext
Returns the compound parameters controlling the META SQL execution.
getMoreResultClasses() - Method in class org.sqlproc.engine.impl.SqlStandardControl
Returns more result classes used for the return values, like the collections classes or the collections items.
getMoreResultClasses() - Method in interface org.sqlproc.engine.SqlControl
Returns more result classes used for the return values, like the collections classes or the collections items.
getMoreResultClasses(SqlControl) - Static method in class org.sqlproc.engine.SqlEngine
The helper to prevent the NPE
getMsg() - Method in class org.sqlproc.engine.impl.ErrorMsg
 
getName() - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration.EngineSql
 
getName() - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration.EngineUsage
 
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.jdbc.JdbcSimpleSession
 
getName() - Method in class org.sqlproc.engine.SqlCrudEngine
Returns the name of this META SQL, which uniquely identifies the instance.
getName() - Method in class org.sqlproc.engine.SqlProcedureEngine
Returns the name of this META SQL, which uniquely identifies the instance.
getName() - Method in class org.sqlproc.engine.SqlQueryEngine
Returns the name of this META SQL, which uniquely identifies this instance.
getName() - Method in interface org.sqlproc.engine.SqlSession
The name of the database related to this session.
getOneResult(ResultSet) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Gets the value of the designated columns for one database row as the object in the Java programming language.
getOnlyStatements() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the only statements and rules, which are picked up from the properties repository.
getOrder() - Method in class org.sqlproc.engine.impl.SqlProcessContext
Returns the list of ordering directives.
getOrder() - Method in class org.sqlproc.engine.impl.SqlStandardControl
Returns the ordering directive list.
getOrder() - Method in interface org.sqlproc.engine.SqlControl
Returns the ordering directive list.
getOrder() - Static method in class org.sqlproc.engine.SqlOrder
The factory method.
getOrder(int) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Convenient method to obtain the ordering directive based on the index.
getOrder(int) - Static method in class org.sqlproc.engine.SqlOrder
Deprecated.
getOrder(SqlControl) - Static method in class org.sqlproc.engine.SqlEngine
The helper to prevent the NPE
getOrderDirection() - Method in class org.sqlproc.engine.SqlOrder
Returns the ordering direction (no ordering, ascending or descending).
getOrderId() - Method in class org.sqlproc.engine.SqlOrder
Returns the ordering id.
getOrderIndex() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns the index of selected ordering rule (from the list of ordering directives).
getOrderIndex(String) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Convenient method to obtain the index of the ordering directive.
getOrders() - Method in class org.sqlproc.engine.SqlOrder
Returns the list of ordering directives.
getOutputValues() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns the collection of output values.
getOutValues() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns the collection of OUT/INOUT values.
getParameters(CallableStatement, boolean) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Gets the value of the designated OUT parameters.
getParent() - Method in class org.sqlproc.engine.impl.SqlMappingAttribute
Returns the pointer back to the parent.
getParentInputValue() - Method in class org.sqlproc.engine.impl.SqlInputValue
Returns a parent of a dynamic input value.
getPartialErrors() - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
getPartialErrors() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
getPluginFactory() - Method in class org.sqlproc.engine.impl.SqlProcessContext
Returns the factory responsible for the SQL Processor plugins.
getPluginFactory() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the factory for the SQL Processor plugins.
getPluginFactory() - Method in class org.sqlproc.engine.SqlEngine
Returns the factory for the SQL Processor plugins.
getPluginFactory() - Method in interface org.sqlproc.engine.SqlRuntimeContext
Returns the factory responsible for the SQL Processor plugins.
getPrefix() - Method in class org.sqlproc.engine.impl.SqlMetaAndOr
Returns one of the next ANSI SQL fragments: , AND or OR.
getPrimitiveWrapper(Class<?>) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
getProcedureDynamicEngines() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the collection of names of all initialized/constructed dynamic SQL Procedure Engine instances.
getProcedureDynamicEngines() - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the collection of names of all initialized/constructed dynamic SQL Procedure Engine instances.
getProcedureDynamicNames() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the collection of names of all initialized/constructed dynamic SQL ProcedureEngine instances.
getProcedureDynamicNames() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the collection of names of all initialized/constructed dynamic SQL Procedure Engine instances.
getProcedureDynamicNames() - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the collection of names of all initialized/constructed dynamic SQL Procedure Engine instances.
getProcedureEngine(String) - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the named static or dynamic SQL Procedure Engine instance (the primary SQL Processor class).
getProcedureEngine(String) - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the named static or dynamic SQL Procedure Engine instance (the primary SQL Processor class).
getProcedureEngineProcessingCache(String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the processing cache used for the selected SQL Procedure Engine
getProcedureEngineProcessingCacheStatistics(String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the processing cache statistics used for the selected SQL Procedure Engine
getProcedureEngines() - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Returns the container of initialized Procedure Engines' names (static or dynamic ones) together with the number of their usage
getProcedureEngines() - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
getProcedureEngines() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the collection of named dynamic SQL Procedure Engines (the primary SQL Processor class) instances.
getProcedureEngines() - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the collection of named dynamic SQL Procedure Engines (the primary SQL Processor class) instances.
getProcedureEnginesToInit() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the container of the Procedure Engines' names, which has to be initialized.
getProcedureEnginesToInit(Integer) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Returns the container of the Procedure Engines' names, which has to be initialized.
getProcedureEngineUsage(String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the Procedure Engine usage number.
getProcedureNames() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the collection of names of all initialized/constructed static SQL ProcedureEngine instances.
getProcedureNames() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the collection of names of all initialized/constructed static SQL Procedure Engine instances.
getProcedureNames() - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the collection of names of all initialized/constructed static SQL Procedure Engine instances.
getProcessingCache() - Method in class org.sqlproc.engine.SqlEngine
Returns the processing cache used for SqlProcessResult instances.
getProcessingCacheStatistics() - Method in class org.sqlproc.engine.SqlEngine
Returns the processing cache statistics.
getProcessingId() - Method in class org.sqlproc.engine.impl.SqlStandardControl
Returns the unique ID of the executed statement based on the input values combination.
getProcessingId() - Method in interface org.sqlproc.engine.SqlControl
Returns the unique ID of the executed statement based on the input values combination.
getProcessingId(String, Object, SqlControl, Boolean) - Method in class org.sqlproc.engine.plugin.DefaultSqlPlugins
Used to construct the unique ID of the executed statement based on the input values combination.
getProcessingId(String, Object, SqlControl, Boolean) - Method in interface org.sqlproc.engine.plugin.SqlProcessingIdPlugin
Used to construct the unique ID of the executed statement based on the input values combination.
getProperties() - Method in class org.sqlproc.engine.util.PropertiesLoader
Returns all properties.
getProperties(Class<?>, String) - Static method in class org.sqlproc.engine.util.PropertiesLoader
Reads the property file and creates a new PropertiesLoader instance.
getProperties(Class<?>, String...) - Static method in class org.sqlproc.engine.util.PropertiesLoader
Reads the property files and creates a new PropertiesLoader instance.
getProperty(SqlProcessContext, Object, String) - Method in class org.sqlproc.engine.impl.SqlMetaConst
Returns the static input attribute value.
getProperty(SqlProcessContext, Object, String) - Method in class org.sqlproc.engine.impl.SqlMetaOperator
Returns the static input attribute value.
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.JdbcDefaultType
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.JdbcInstantType
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.JdbcLocalDateTimeType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcLocalDateType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcLocalTimeType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcLongType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcOracleCursorType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcOtherType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcShortType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcStringType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcTextType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcTimestampType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcTimeType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in class org.sqlproc.engine.jdbc.type.JdbcToDateType
Returns the type provided by the stack on top of which the SQL Processor works.
getProviderSqlType() - Method in interface org.sqlproc.engine.type.SqlMetaType
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.
getQueryDynamicEngines() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the collection of names of all initialized/constructed dynamic SQL Query Engine instances.
getQueryDynamicEngines() - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the collection of names of all initialized/constructed dynamic SQL Query Engine instances.
getQueryDynamicNames() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the collection of names of all initialized/constructed dynamic SQL Query Engine instances.
getQueryDynamicNames() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the collection of names of all initialized/constructed dynamic SQL Query Engine instances.
getQueryDynamicNames() - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the collection of names of all initialized/constructed dynamic SQL Query Engine instances.
getQueryEngine(String) - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the named static or dynamic SQL Query Engine instance (the primary SQL Processor class).
getQueryEngine(String) - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the named static or dynamic SQL Query Engine instance (the primary SQL Processor class).
getQueryEngineProcessingCache(String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the processing cache used for the selected SQL Query Engine
getQueryEngineProcessingCacheStatistics(String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the processing cache statistics used for the selected SQL Query Engine
getQueryEngines() - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Returns the container of initialized Query Engines' names (static or dynamic ones) together with the number of their usage
getQueryEngines() - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
getQueryEngines() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the collection of named dynamic SQL Query Engines (the primary SQL Processor class) instances.
getQueryEngines() - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the collection of named dynamic SQL Query Engines (the primary SQL Processor class) instances.
getQueryEnginesToInit() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the container of the Query Engines' names, which has to be initialized.
getQueryEnginesToInit(Integer) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Returns the container of the Query Engines' names, which has to be initialized.
getQueryEngineUsage(String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the Query Engine usage number.
getQueryNames() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the collection of names of all initialized/constructed static SQL Query Engine instances.
getQueryNames() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the collection of names of all initialized/constructed static SQL Query Engine instances.
getQueryNames() - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the collection of names of all initialized/constructed static SQL Query Engine instances.
getRaw() - Method in class org.sqlproc.engine.impl.SqlMappingRule
Returns raw representation this output value mapping
getRaw() - Method in class org.sqlproc.engine.impl.SqlMetaStatement
Returns raw representation this META SQL statement
getRawFeature(String) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Convenient method to obtain a feature based on the name.
getRawFeature(SqlFeature) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Convenient method to obtain a feature based on the name.
getResult() - Method in exception class org.sqlproc.engine.validation.SqlValidationException
Returns the validation result.
getResult() - Method in interface org.sqlproc.engine.validation.SqlValidationResult
Returns the validation result specific for the selected validator implementation.
getResult(SqlProcessContext, String, Object) - Method in class org.sqlproc.engine.impl.SqlType
Returns the attribute's result value (with possible conversion).
getResult(SqlRuntimeContext, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlInstantType
Returns the attribute's result value (with possible conversion).
getResult(SqlRuntimeContext, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlLocalDateTimeType
Returns the attribute's result value (with possible conversion).
getResult(SqlRuntimeContext, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlLocalDateType
Returns the attribute's result value (with possible conversion).
getResult(SqlRuntimeContext, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlLocalTimeType
Returns the attribute's result value (with possible conversion).
getResult(SqlRuntimeContext, String, Object, boolean) - Method in interface org.sqlproc.engine.type.SqlMetaType
Returns the attribute's result value (with possible conversion).
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.
getResultValues(Map<String, Object>) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
getRuntimeContext() - Method in class org.sqlproc.engine.impl.SqlMappingResult
Returns the public runtime context
getRuntimeContext() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns the public runtime context
getSetter(SqlRuntimeContext, Class<?>, String, boolean, Class<?>...) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
getSetter(SqlRuntimeContext, Object, String, boolean, Class<?>...) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
getSkipEmptyStatement() - Method in class org.sqlproc.engine.impl.SqlStandardControl
Returns the indicator, that an empty INSERT or UPDATE statement execution should be ignored (for example update statement without any bounded input values).
getSkipEmptyStatement() - Method in interface org.sqlproc.engine.SqlControl
Returns the indicator, that an empty INSERT or UPDATE statement execution should be ignored (for example update statement without any bounded input values).
getSql() - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration.EngineSql
 
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, SqlMetaStatement.Type) - Method in class org.sqlproc.engine.SqlProcedureEngine
Because SQL Processor is Data Driven Query engine, every input parameters can produce in fact different SQL statement command.
getSql(Object, Object, SqlOrder) - Method in class org.sqlproc.engine.SqlQueryEngine
Because the SQL Processor is Data Driven Query engine, every input parameters can produce in fact different SQL query command.
getSql(Object, SqlControl) - Method in class org.sqlproc.engine.SqlQueryEngine
Because the SQL Processor is Data Driven Query engine, every input parameters can produce in fact different SQL query command.
getSql(Object, SqlControl, SqlMetaStatement.Type) - Method in class org.sqlproc.engine.SqlCrudEngine
Because SQL Processor is Data Driven Query engine, every input parameters can produce in fact different SQL statement command.
getSql(Object, SqlControl, SqlMetaStatement.Type) - Method in class org.sqlproc.engine.SqlProcedureEngine
Because SQL Processor is Data Driven Query engine, every input parameters can produce in fact different SQL statement command.
getSqlBeansPlugin() - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Returns the SQL Processor plugin devoted to beans handling.
getSqlBeansPlugin() - Method in interface org.sqlproc.engine.plugin.SqlPluginFactory
Returns the SQL Processor plugin devoted to beans handling.
getSqlCommand() - Method in exception class org.sqlproc.engine.SqlProcessorException
Returns the failed SQL command.
getSqlCountPlugin() - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Returns the SQL Processor plugin devoted to the COUNT SQL construction.
getSqlCountPlugin() - Method in interface org.sqlproc.engine.plugin.SqlPluginFactory
Returns the SQL Processor plugin devoted to the COUNT SQL construction.
getSqlExecutionCallback() - Method in class org.sqlproc.engine.impl.SqlStandardControl
Returns the SQL command execution callback handler
getSqlExecutionCallback() - Method in interface org.sqlproc.engine.SqlControl
Returns the SQL command execution callback handler
getSqlExecutionPlugin() - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Returns the SQL Processor plugin devoted to possible SQL query/command modification just before it is executed.
getSqlExecutionPlugin() - Method in interface org.sqlproc.engine.plugin.SqlPluginFactory
Returns the SQL Processor plugin devoted to possible SQL query/command modification just before it is executed.
getSqlFromToPlugin() - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Returns the SQL Processor plugin devoted to the FROM-TO SQL construction.
getSqlFromToPlugin() - Method in interface org.sqlproc.engine.plugin.SqlPluginFactory
Returns the SQL Processor plugin devoted to the FROM-TO SQL construction.
getSqlIdentityPlugin() - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Returns the SQL Processor plugin devoted to the identity SELECT SQL construction.
getSqlIdentityPlugin() - Method in interface org.sqlproc.engine.plugin.SqlPluginFactory
Returns the SQL Processor plugin devoted to the identity SELECT SQL construction.
getSqlMonitor(String, Map<String, Object>) - Method in interface org.sqlproc.engine.SqlMonitorFactory
The main contract of this factory.
getSqlName() - Method in class org.sqlproc.engine.impl.SqlStandardControl
Returns the name of the required SQL Query Engine instance
getSqlName() - Method in interface org.sqlproc.engine.SqlControl
Returns the name of the required SQL Query Engine instance
getSqlProcessingIdPlugin() - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Returns the SQL Processor plugin devoted to the META SQL execution optimization.
getSqlProcessingIdPlugin() - Method in interface org.sqlproc.engine.plugin.SqlPluginFactory
Returns the SQL Processor plugin devoted to the META SQL execution optimization.
getSqlSequencePlugin() - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Returns the SQL Processor plugin devoted to the sequence SELECT SQL construction.
getSqlSequencePlugin() - Method in interface org.sqlproc.engine.plugin.SqlPluginFactory
Returns the SQL Processor plugin devoted to the sequence SELECT SQL construction.
getSqlSession() - Method in class org.sqlproc.engine.jdbc.JdbcSessionFactory
The main contract of this factory.
getSqlSession() - Method in interface org.sqlproc.engine.SqlSessionFactory
The main contract of this factory.
getSqlStatementType() - Method in class org.sqlproc.engine.impl.SqlProcessContext
Returns the SQL command type.
getSqlType() - Method in class org.sqlproc.engine.impl.SqlMappingItem
Returns the internal type of an attribute in the result class.
getSqlType() - Method in class org.sqlproc.engine.impl.SqlMetaConst
Returns the type of this input value.
getSqlType() - Method in class org.sqlproc.engine.impl.SqlMetaIdent
Returns the type of this input value.
getSqlValidator() - Method in interface org.sqlproc.engine.validation.SqlValidatorFactory
The main contract of this factory.
getStandardModeResultClass(String) - Static method in class org.sqlproc.engine.impl.SqlUtils
A temporary gtype to class name conversion.
getStart() - Method in class org.sqlproc.engine.impl.ErrorMsg
 
getStatements() - Method in class org.sqlproc.engine.SqlFilesLoader
Returns the content of all read files.
getStatements(Class<?>, String) - Static method in class org.sqlproc.engine.SqlFilesLoader
Reads the file(s) content and creates a new SqlFilesLoader instance.
getStatements(Class<?>, String...) - Static method in class org.sqlproc.engine.SqlFilesLoader
Reads the file(s) content and creates a new SqlFilesLoader instance.
getStatements(SqlProcessorLoader.EngineType) - Method in class org.sqlproc.engine.SqlProcessorLoader
Returns the static statements container based on required SQL Engine type
getStatementsFeatures() - Method in class org.sqlproc.engine.impl.SqlProcessor
Returns the collection of the SQL Processor optional features in the statement context.
getStatementsFeaturesUnset() - Method in class org.sqlproc.engine.impl.SqlProcessor
Returns the collection of the SQL Processor optional features to be cleared in the statement context.
getStaticCrudEngine(String) - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the named static SQL CRUD Engine instance (the primary SQL Processor class).
getStaticCrudEngine(String) - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the named static SQL CRUD Engine instance (the primary SQL Processor class).
getStaticEngine(String, SqlProcessorLoader.EngineType) - Method in class org.sqlproc.engine.SqlProcessorLoader
Returns the named static SQL Engine instance (the primary SQL Processor class).
getStaticInputValues() - Method in class org.sqlproc.engine.impl.SqlProcessContext
Returns the SQL statement static parameters.
getStaticInputValues() - Method in class org.sqlproc.engine.impl.SqlStandardControl
Returns the object used for the SQL statement static input values.
getStaticInputValues() - Method in interface org.sqlproc.engine.SqlControl
Returns the object used for the SQL statement static input values.
getStaticInputValues(SqlControl) - Static method in class org.sqlproc.engine.SqlEngine
The helper to prevent the NPE
getStaticProcedureEngine(String) - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the named static SQL Procedure Engine instance (the primary SQL Processor class).
getStaticProcedureEngine(String) - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the named static SQL Procedure Engine instance (the primary SQL Processor class).
getStaticQueryEngine(String) - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the named static SQL Query Engine instance (the primary SQL Processor class).
getStaticQueryEngine(String) - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the named static SQL Query Engine instance (the primary SQL Processor class).
getSuperclassMethod(Class<?>, String, Class<?>[]) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
getters - Variable in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
GetterType(Method) - Constructor for class org.sqlproc.engine.plugin.BeanUtilsPlugin.GetterType
 
getText(Token) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
getText(Token) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
getTime(int, int, int) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
getTokenNames() - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
getTokenNames() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
getType() - Method in class org.sqlproc.engine.impl.SqlMetaLogOperator
Returns the type of the logical operator.
getTypeFactory() - Method in class org.sqlproc.engine.impl.SqlProcessContext
Returns the factory responsible for the META types construction.
getTypeFactory() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the factory for the META types construction.
getTypeFactory() - Method in class org.sqlproc.engine.SqlEngine
Returns the factory for the META types construction.
getTypeFactory() - Method in interface org.sqlproc.engine.SqlRuntimeContext
Returns the factory responsible 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.
getUsage() - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration.EngineUsage
 
getUseDynamicProcessingCache() - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Returns the indicator that the processing cache can be used dynamically
getUseDynamicProcessingCache() - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
getUseDynamicProcessingCache() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the indicator that the processing cache can be used dynamically
getUseProcessingCache() - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Returns the indicator that the processing cache can be used
getUseProcessingCache() - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
getUseProcessingCache() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the indicator that the processing cache can be used
getValidatorFactory() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the validator factory used in the process of the SQL Monitor instances creation.
getValue() - Method in class org.sqlproc.engine.impl.SqlType
Returns the value.
getValueToEnum(Class<?>, Object) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Returns the enumeration instance for the enumeration value
getValueToEnum(Class<?>, Object) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Returns the enumeration instance for the enumeration value
getValueToEnum(SqlRuntimeContext, Class<?>, Object) - Method in interface org.sqlproc.engine.plugin.BeanUtilsPlugin
Returns the enumeration instance for the enumeration value
getValueToEnum(SqlRuntimeContext, Class<?>, Object) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
Returns the enumeration instance for the enumeration value
getValueType() - Method in class org.sqlproc.engine.impl.SqlInputValue
Returns the type of the input value, please see SqlInputValue.Type.
getWarnings() - Method in class org.sqlproc.engine.impl.SqlProcessor
Returns the list of warnings, which can happen in the process of this instance creation and ALTLR parsing

H

H2 - Enum constant in enum class org.sqlproc.engine.SqlFeature
The filter for H2 devoted optional features.
handleInputValues(Object) - Method in interface org.sqlproc.engine.SqlControl.SqlExecutionCallback
Enables the input values and the final SQL command modification before the required database command execution.
handleInputValues(String, Map<String, Object>) - Method in interface org.sqlproc.engine.SqlControl.LowLevelSqlCallback
Enables the input values and the final SQL command modification before the required database command execution.
handleInsertSql(Map<String, SqlInputValue>, String) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
handleOutputValues(Object) - Method in interface org.sqlproc.engine.SqlControl.SqlExecutionCallback
Enables the output values modification after the required database command execution.
handleOutputValues(Map<String, Object>) - Method in interface org.sqlproc.engine.SqlControl.LowLevelSqlCallback
Enables the output values modification after the required database command execution.
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.SqlProcessorLazyLexer
 
HASH - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
HASH - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
HASH - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
hasOutputMapping - Variable in class org.sqlproc.engine.impl.SqlMetaStatement
An indicator for embedded output mapping
hasOutputMapping - Variable in class org.sqlproc.engine.impl.SqlProcessorParser.meta_scope
 
HSQLDB - Enum constant in enum class org.sqlproc.engine.SqlFeature
The filter for HSQLDB devoted optional features.

I

id - Variable in class org.sqlproc.engine.impl.SqlMetaOrd
The ordering id.
ID - Enum constant in enum class org.sqlproc.engine.SqlFeature
ID is the key for the identity columns.
ID - Static variable in class org.sqlproc.engine.plugin.DefaultSqlPlugins
 
idenityDistance - Variable in class org.sqlproc.engine.impl.SqlMappingIdentity
The distance from the identity column.
IDENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
IDENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
IDENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
IDENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
IDENT_DOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
IDENT_DOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
IDENT_DOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
IDENT_DOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
IDENT_PREFIX - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
IDENT_SEPARATOR - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
identifier() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
identifierOperator() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
identities - Variable in class org.sqlproc.engine.impl.SqlMappingResult
The collection of identities related to all output columns.
identities - Variable in class org.sqlproc.engine.impl.SqlProcessResult
List of all identities, which have values generated using sequences.
identities - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The collection of all (auto-generated) identities.
identitiesIndexes - Variable in class org.sqlproc.engine.impl.SqlMappingResult
The list of identities indexes in the list of output values.
identity - Variable in class org.sqlproc.engine.impl.SqlInputValue
A calculated identity.
identity - Variable in class org.sqlproc.engine.impl.SqlMappingItem
The indicator this is an identity column.
IDENTITY - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of auto-generated identity type IDENTITY.
IDENTITY_SELECT - Enum constant in enum class org.sqlproc.engine.impl.SqlInputValue.Type
Value based on identity select.
identityIndexes - Variable in class org.sqlproc.engine.impl.SqlMappingIdentity
The list of all alternative identities.
identitySelect - Variable in class org.sqlproc.engine.impl.SqlInputValue
An SQL select for an identity column.
identitySelect(SqlRuntimeContext, String, Class<?>) - Method in class org.sqlproc.engine.plugin.DefaultSqlPlugins
Used to construct the identity SELECT SQL.
identitySelect(SqlRuntimeContext, String, Class<?>) - Method in interface org.sqlproc.engine.plugin.SqlIdentityPlugin
Used to construct the identity SELECT SQL.
IdentitySetter - Interface in org.sqlproc.engine.type
The helper contract implemented by SqlInputValue to support the auto-generated identities.
identitySetters - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The collection of all identities setters.
identityTypes - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The collection of all identities types.
IDGEN - Enum constant in enum class org.sqlproc.engine.SqlFeature
IDGEN is the key for the SQL query pattern used to obtain the value of identities or sequences.
IDGEN - Static variable in class org.sqlproc.engine.impl.SqlProcessor
 
IDSEL - Enum constant in enum class org.sqlproc.engine.SqlFeature
IDSEL is the key for the SQL query pattern used to obtain the value of identities after the INSERT command.
IDSEL - Static variable in class org.sqlproc.engine.impl.SqlProcessor
 
IDSEL_Integer - Enum constant in enum class org.sqlproc.engine.SqlFeature
IDSEL_Integer is the key for the SQL query pattern used to obtain the value of identities after the INSERT command.
IDSEL_Long - Enum constant in enum class org.sqlproc.engine.SqlFeature
IDSEL_Long 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.SqlProcessorParser
 
ifSql(SqlMetaIfItem) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
ifSqlBool(SqlMetaLogExpr) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
ifSqlCond() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
ifSqlFragment(SqlMetaIfItem) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
IGNORE_INPROPER_IN - Enum constant in enum class org.sqlproc.engine.SqlFeature
IGNORE_INPROPER_IN is the key for special handling of input/output values.
IGNORE_INPROPER_OUT - Enum constant in enum class org.sqlproc.engine.SqlFeature
IGNORE_INPROPER_OUT is the key for special handling of input/output values.
IN - Enum constant in enum class org.sqlproc.engine.impl.SqlInputValue.Mode
By default it's input parameter.
IN - Enum constant in enum class org.sqlproc.engine.impl.SqlProcessor.MappingType
Input values mapping
INFORMIX - Enum constant in enum class org.sqlproc.engine.SqlFeature
The filter for Informix devoted optional features.
init() - Method in class org.sqlproc.engine.SqlDefaultFactory
Dynamic initialization, called mainly from the Spring configuration initialization.
init(Executor, Set<String>, Set<String>, Set<String>) - Method in class org.sqlproc.engine.SqlProcessorLoader
Initializes all SQL Processor engines.
init0() - Method in class org.sqlproc.engine.SqlDefaultFactory
Conditional dynamic initialization, called mainly from the Spring configuration initialization.
initClearUsage - Variable in class org.sqlproc.engine.config.SqlEngineConfiguration
After the engines instantiations the users should be cleared.
initClearUsage - Variable in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
initCrudEngines(String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
In the case the SQL CRUD Engines are not initialized, a new static instances are established in the cache.
initDontProcessingCache(String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Updates the negative processing cache.
initDoProcessingCache(String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Updates the positive processing cache.
initFeatures() - Method in class org.sqlproc.engine.impl.SqlProcessContext
Initialize the optional features.
initInUsageOrder - Variable in class org.sqlproc.engine.config.SqlEngineConfiguration
The most frequently used engines should be initialized preferentially.
initInUsageOrder - Variable in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
initProcedureEngines(String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
In the case the SQL Procedure Engines are not initialized, a new static instances are established in the cache.
initQueryEngines(String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
In the case the SQL Query Engines are not initialized, a new static instances are established in the cache.
initTreshold - Variable in class org.sqlproc.engine.config.SqlEngineConfiguration
The engines, which usage is at least this number should be initialized directly.
initTreshold - Variable in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
INOUT - Enum constant in enum class org.sqlproc.engine.impl.SqlInputValue.Mode
It's used for input/output parameter.
inOutMode - Variable in class org.sqlproc.engine.impl.SqlInputValue
Which mode of callable statement parameter it is.
inOutMode - Variable in class org.sqlproc.engine.impl.SqlMetaIdent
Which mode of callable statement parameter it is.
inputName - Variable in class org.sqlproc.engine.impl.SqlInputValue
A input attribute name.
inputValue - Variable in class org.sqlproc.engine.impl.SqlInputValue
A dynamic input value.
inputValues - Variable in class org.sqlproc.engine.impl.SqlProcessResult
The map of dynamic input values.
inputValueTypes - Variable in class org.sqlproc.engine.impl.SqlInputValue
The input value Java types (including parameterized types).
insert(SqlQuery, SqlProcessResult) - Method in class org.sqlproc.engine.SqlCrudEngine
Internal insert implementation
insert(SqlSession, Object) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL insert statement to persist a database row.
insert(SqlSession, Object, Object) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL insert statement to persist a database row.
insert(SqlSession, Object, Object, int) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL insert statement to persist a database row.
insert(SqlSession, Object, SqlControl) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL insert statement to persist a database row.
inSetOrInsert - Variable in class org.sqlproc.engine.impl.SqlInputValue
The indicator the input value is bounded to the SET or VALUES fragment of META SQL
INSTANT - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type INSTANT.
INTEGER - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type INTEGER.
invoke(Object, Method, Object[]) - Method in class org.sqlproc.engine.jdbc.JdbcSession
invokeMethod(Class<?>, String, Object...) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Invokes the class method with the specified name and parameters.
invokeMethod(Class<?>, String, Object...) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Invokes the class method with the specified name and parameters.
invokeMethod(Object, String, Object...) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Invokes the bean method with the specified name and parameters.
invokeMethod(Object, String, Object...) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Invokes the bean method with the specified name and parameters.
invokeMethod(SqlRuntimeContext, Class<?>, Object, String, Object...) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
invokeMethod(SqlRuntimeContext, Class<?>, String, Object...) - Method in interface org.sqlproc.engine.plugin.BeanUtilsPlugin
Invokes the class method with the specified name and parameters.
invokeMethod(SqlRuntimeContext, Class<?>, String, Object...) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
Invokes the class method with the specified name and parameters.
invokeMethod(SqlRuntimeContext, Object, Method, Object...) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
invokeMethod(SqlRuntimeContext, Object, String, Object...) - Method in interface org.sqlproc.engine.plugin.BeanUtilsPlugin
Invokes the bean method with the specified name and parameters.
invokeMethod(SqlRuntimeContext, Object, String, Object...) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
Invokes the bean method with the specified name and parameters.
IOPT - Enum constant in enum class org.sqlproc.engine.impl.SqlProcessor.FeatureType
Integer option
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.
isAsyncInitFinished() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the flag indicating the asynchronous SQL Processor engines initialization has been finished.
isAsyncInitFinished() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the flag indicating the asynchronous SQL Processor engines initialization has been finished.
isAsyncInitFinished() - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the flag indicating the asynchronous SQL Processor engines initialization has been finished.
isCollection(Class<?>) - Static method in class org.sqlproc.engine.impl.SqlUtils
Returns the indicator the investigated class is in fact a container.
isCollectionsAreStandardTypes() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the indicator that Collections should be handled as standard types.
isEmpty(Object, Map<String, String>) - Method in class org.sqlproc.engine.plugin.DefaultSqlPlugins
 
isEmpty(StringBuilder) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
isEmptyPlugin - Variable in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The SQL Processor plugin devoted to evaluate the emptiness of the input value.
IsEmptyPlugin - Interface in org.sqlproc.engine.plugin
The SQL Processor plugin devoted to evaluate the emptiness of the input value.
isFeature(SqlFeature) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Convenient method to obtain a boolean feature based on the name.
isFeature(SqlFeature) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Convenient method to obtain a boolean feature based on the name.
isHasOutputMapping() - Method in class org.sqlproc.engine.impl.SqlMetaStatement
Returns the indicator for embedded output mapping.
isIdentity(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Returns the indicator this is an identity column.
isInSetOrInsert() - Method in class org.sqlproc.engine.impl.SqlProcessContext
Returns the indicator the SET or VALUES fragment of META SQL is in process
isJdbc() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the indicator the JDBC stack is used.
isLazyInit() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Returns the indicator to speed up the initialization process
isLazyInit() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the indicator to speed up the initialization process
isLazyInit() - Method in interface org.sqlproc.engine.SqlEngineFactory
Returns the indicator to speed up the initialization process
isLazyInit() - Method in class org.sqlproc.engine.SqlProcessorLoader
Returns a flag which indicates the lazy initialization mode.
isLogError() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns an indicator the failed SQL command should be logged
isNot() - Method in class org.sqlproc.engine.impl.SqlMetaConst
Returns the indicator, which is used to control, how the input value is added to the final ANSI SQL.
isNot() - Method in class org.sqlproc.engine.impl.SqlMetaIdent
Returns the indicator, which is used to control, how the input value is added to the final ANSI SQL.
isNot() - Method in class org.sqlproc.engine.impl.SqlMetaLogExpr
Returns the indicator, which reverses the final logical value.
isNotEmpty(SqlRuntimeContext, String, Object, Object, SqlMetaType, String, boolean, Map<String, String>) - Method in class org.sqlproc.engine.plugin.DefaultSqlPlugins
Used for the evaluation of the emptiness in the META SQL fragments.
isNotEmpty(SqlRuntimeContext, String, Object, Object, SqlMetaType, String, boolean, Map<String, String>) - Method in interface org.sqlproc.engine.plugin.IsEmptyPlugin
Used for the evaluation of the emptiness in the META SQL fragments.
isNotEmptyInternal(SqlRuntimeContext, String, Object, Object, SqlMetaType, String, boolean, Map<String, String>) - Method in class org.sqlproc.engine.plugin.DefaultSqlPlugins
Used for the evaluation of the emptiness in the META SQL fragments.
isPrimitiveWrapper(Class) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
isSetJDBCIdentity() - Method in class org.sqlproc.engine.jdbc.JdbcQuery
 
isSkipAliasesInQqlCommand() - Method in class org.sqlproc.engine.SqlDefaultFactory
Returns the indicator that column aliases are not included in generated SQL command.
isSkipEmptyStatement(SqlControl) - Static method in class org.sqlproc.engine.SqlEngine
Returns the indicator, that an empty INSERT or UPDATE statement execution should be ignored (for example update statement without any bounded input values).
isSkipNextText() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Returns the indicator the next possible SQL statement fragment should be skipped.
isTrue(SqlRuntimeContext, String, Object, Object, SqlMetaType, String, Map<String, String>) - Method in class org.sqlproc.engine.plugin.DefaultSqlPlugins
Used for the evaluation of the logical expression in the conditional META SQL fragments.
isTrue(SqlRuntimeContext, String, Object, Object, SqlMetaType, String, Map<String, String>) - Method in interface org.sqlproc.engine.plugin.IsTruePlugin
Used for the evaluation of the logical expression in the conditional META SQL fragments.
isTruePlugin - Variable in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The SQL Processor plugin devoted to evaluate the boolean value of the logical expression.
IsTruePlugin - Interface in org.sqlproc.engine.plugin
The SQL Processor plugin devoted to evaluate the boolean value of the logical expression.
isWhite() - Method in class org.sqlproc.engine.impl.SqlMetaText
Returns an indicator that the text fragment is empty.
item - Variable in class org.sqlproc.engine.impl.SqlMappingIdentity
The related mapping rule element for one output attribute.
itemAttribute - Variable in class org.sqlproc.engine.impl.SqlMappingIdentity
The related mapping rule sub-element for one output attribute.

J

jdbc - Variable in class org.sqlproc.engine.SqlDefaultFactory
The indicator the JDBC stack is used.
JDBC - Enum constant in enum class org.sqlproc.engine.SqlFeature
JDBC is the key for the raw JDBC stack usage.
JDBC_TYPE - Static variable in class org.sqlproc.engine.jdbc.type.JdbcOracleCursorType
The value of ORACLE_CURSOR.
JdbcBigDecimalType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type BIGDECIMAL.
JdbcBigDecimalType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcBigDecimalType
 
JdbcBigIntegerType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type BIGINTEGER.
JdbcBigIntegerType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcBigIntegerType
 
JdbcBlobType - Class in org.sqlproc.engine.jdbc.type
The SQL META Types for BLOB.
JdbcBlobType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcBlobType
 
JdbcBooleanType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type BOOLEAN.
JdbcBooleanType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcBooleanType
 
JdbcByteArrayType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type BYTEARRAY.
JdbcByteArrayType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcByteArrayType
 
JdbcByteArrayWrapperType - Class in org.sqlproc.engine.jdbc.type
TThe JDBC META type BYTEARRAY.
JdbcByteArrayWrapperType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcByteArrayWrapperType
 
JdbcByteType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type BYTE.
JdbcByteType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcByteType
 
JdbcCharType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type CHARACTER.
JdbcCharType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcCharType
 
JdbcClobType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type CLOB.
JdbcClobType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcClobType
 
JdbcDateTimeType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type DATETIME.
JdbcDateTimeType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcDateTimeType
 
JdbcDateType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type DATE.
JdbcDateType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcDateType
 
JdbcDefaultType - Class in org.sqlproc.engine.jdbc.type
The default META type for the JDBC stack.
JdbcDefaultType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcDefaultType
 
JdbcDoubleType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type DOUBLE.
JdbcDoubleType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcDoubleType
 
JdbcEngineFactory - Class in org.sqlproc.engine.jdbc
The implementation of the SqlEngineFactory optimized for the JDBC stack.
JdbcEngineFactory() - Constructor for class org.sqlproc.engine.jdbc.JdbcEngineFactory
Creates a new instance with default values for the JDBC stack.
JdbcEngineFactory(boolean) - Constructor for class org.sqlproc.engine.jdbc.JdbcEngineFactory
Creates a new instance with default values for the JDBC stack.
JdbcEngineFactory(boolean, int) - Constructor for class org.sqlproc.engine.jdbc.JdbcEngineFactory
Creates a new instance with no default values.
JdbcEngineFactory(int) - Constructor for class org.sqlproc.engine.jdbc.JdbcEngineFactory
Creates a new instance with no default values.
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
 
JdbcInstantType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type INSTANT.
JdbcInstantType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcInstantType
 
JdbcIntegerType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type INTEGER.
JdbcIntegerType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcIntegerType
 
JdbcLocalDateTimeType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type LOCALDATETIME.
JdbcLocalDateTimeType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcLocalDateTimeType
 
JdbcLocalDateType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type LOCALDATE.
JdbcLocalDateType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcLocalDateType
 
JdbcLocalTimeType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type LOCALTIME.
JdbcLocalTimeType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcLocalTimeType
 
JdbcLongType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type LONG.
JdbcLongType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcLongType
 
JdbcOracleCursorType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type ORACLE_CURSOR (from Oracle jdbc driver).
JdbcOracleCursorType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcOracleCursorType
 
JdbcOtherType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type OTHER.
JdbcOtherType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcOtherType
 
JdbcQuery - Class in org.sqlproc.engine.jdbc
The JDBC stack implementation of the SQL Engine query contract.
JdbcQuery(Connection, String) - Constructor for class org.sqlproc.engine.jdbc.JdbcQuery
Creates a new instance of this adapter.
JdbcSession - Class in org.sqlproc.engine.jdbc
The JDBC stack implementation of the SQL Engine session contract.
JdbcSession(Connection) - Constructor for class org.sqlproc.engine.jdbc.JdbcSession
Creates a new instance of this dynamic proxy.
JdbcSession(Connection, String) - Constructor for class org.sqlproc.engine.jdbc.JdbcSession
Creates a new instance of this dynamic proxy.
JdbcSessionFactory - Class in org.sqlproc.engine.jdbc
The simple implementation of the factory SqlSessionFactory for the JDBC stack.
JdbcSessionFactory(Connection) - Constructor for class org.sqlproc.engine.jdbc.JdbcSessionFactory
Creates a new instance.
JdbcSessionFactory(Connection, String) - Constructor for class org.sqlproc.engine.jdbc.JdbcSessionFactory
Creates a new instance.
JdbcShortType - Class in org.sqlproc.engine.jdbc.type
The JDBC META type SHORT.
JdbcShortType() - Constructor for class org.sqlproc.engine.jdbc.type.JdbcShortType
 
JdbcSimpleSession - Class in org.sqlproc.engine.jdbc
The JDBC stack implementation of the SQL Engine session contract.
JdbcSimpleSession(Connection) - Constructor for class org.sqlproc.engine.jdbc.JdbcSimpleSession
Creates a new instance.
JdbcSimpleSession(Connection, String) - Constructor for class org.sqlproc.engine.jdbc.JdbcSimpleSession
Creates a new instance of this dynamic proxy.
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.

L

L_ID - Static variable in class org.sqlproc.engine.plugin.DefaultSqlPlugins
 
L_SELECT - Static variable in class org.sqlproc.engine.plugin.DefaultSqlPlugins
 
lastOperator - Variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
lastOperator - Variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
lazyInit - Variable in class org.sqlproc.engine.config.SqlEngineConfiguration
This flag indicates to speed up the initialization process.
lazyInit - Variable in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
lazyInit - Variable in class org.sqlproc.engine.SqlDefaultFactory
This flag indicates to speed up the initialization process.
LBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
LBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
LBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
LBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
lCONST_PREFIX - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
length - Variable in class org.sqlproc.engine.impl.ErrorMsg
 
LESS_THAN - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
LESS_THAN - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
LESS_THAN - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
LESS_THAN - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
lIDENT_PREFIX - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
lIDGEN - Static variable in class org.sqlproc.engine.impl.SqlProcessor
 
lIDSEL - Static variable in class org.sqlproc.engine.impl.SqlProcessor
 
LIKE_STRING - Enum constant in enum class org.sqlproc.engine.SqlFeature
LIKE_STRING is the key for the SQL command like.
likeChar - Variable in class org.sqlproc.engine.impl.SqlInputValue
A wildcard character for the SQL command LIKE.
LIMIT_FROM_TO - Enum constant in enum class org.sqlproc.engine.SqlFeature
LIMIT_FROM_TO is the key for the SQL query pattern used to limit the query results.
LIMIT_FROM_TO_ORDERED - Enum constant in enum class org.sqlproc.engine.SqlFeature
LIMIT_FROM_TO_ORDERED is the key for the SQL query pattern used to limit the query results in the case the query output is sorted.
LIMIT_TO - Enum constant in enum class org.sqlproc.engine.SqlFeature
LIMIT_TO is the key for the SQL query pattern used to limit the query results.
LIMIT_TO_ORDERED - Enum constant in enum class org.sqlproc.engine.SqlFeature
LIMIT_TO_ORDERED is the key for the SQL query pattern used to limit the query results in the case the query output is sorted.
limitQuery(String, SqlFromToPlugin.LimitType, String, StringBuilder, Integer, Integer) - Method in class org.sqlproc.engine.plugin.DefaultSqlPlugins
 
limitQuery(SqlRuntimeContext, String, StringBuilder, Integer, Integer, boolean) - Method in class org.sqlproc.engine.plugin.DefaultSqlPlugins
Used to construct the FROM-TO SQL.
limitQuery(SqlRuntimeContext, String, StringBuilder, Integer, Integer, boolean) - Method in interface org.sqlproc.engine.plugin.SqlFromToPlugin
Used to construct the FROM-TO SQL.
LimitType() - Constructor for class org.sqlproc.engine.plugin.SqlFromToPlugin.LimitType
 
line - Variable in class org.sqlproc.engine.impl.ErrorMsg
 
LINESEP - Static variable in class org.sqlproc.engine.SqlDefaultFactory
The platform based line separator.
list(SqlRuntimeContext) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Returns the query results as a List.
list(SqlRuntimeContext) - Method in interface org.sqlproc.engine.SqlQuery
Returns the query results as a List.
load() - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Loads the persisted configuration.
load(String, Class<?>) - Method in class org.sqlproc.engine.SqlFilesLoader
Reads the file content and creates a String representation of this content.
load(String, Class<?>) - Method in class org.sqlproc.engine.util.DDLLoader
Reads the DDL file and parse DDL statements into a list.
load(String, Class<?>) - Method in class org.sqlproc.engine.util.PropertiesLoader
Reads the property file and creates a new Properties instance.
loadConfiguration() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Loads the persisted configuration.
loadStatementFeatures(String, List<String>) - Method in class org.sqlproc.engine.impl.SqlProcessor
Some filters can be the optional features in the statement context.
loadStatementFeatures(String, SqlEngine) - Method in class org.sqlproc.engine.SqlProcessorLoader
Some filters can be the optional features in the statement context.
LOCAL_DATE - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type LOCAL_DATE.
LOCAL_DATE_TIME - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type LOCAL_DATE_TIME.
LOCAL_TIME - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type LOCAL_TIME.
LOG_SQL_COMMAND_FOR_EXCEPTION - Enum constant in enum class org.sqlproc.engine.SqlFeature
LOG_SQL_COMMAND_FOR_EXCEPTION is the indicator that in the case of an SQLException the related SQL command should be logged.
logError - Variable in class org.sqlproc.engine.impl.SqlProcessResult
The failed SQL command should be logged.
logError - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The failed SQL command should be logged.
logger - Variable in class org.sqlproc.engine.config.SqlEngineConfiguration
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.config.store.SimpleJaxbStore
The internal slf4j logger.
logger - Static variable in class org.sqlproc.engine.impl.ParserUtils
 
logger - Variable in class org.sqlproc.engine.impl.SqlDatabaseColumn
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlDatabaseTable
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlInputValue
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlMappingItem
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlMappingResult
The internal slf4j logger.
logger - Static variable in class org.sqlproc.engine.impl.SqlMappingRule
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlMetaAndOr
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlMetaConst
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlMetaIdent
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlMetaIf
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlMetaIfItem
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlMetaLogExpr
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlMetaOrd
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlMetaSqlFragment
The internal slf4j logger.
logger - Static variable in class org.sqlproc.engine.impl.SqlMetaStatement
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlMetaText
The internal slf4j logger.
logger - Static variable in class org.sqlproc.engine.impl.SqlProcessor
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.impl.SqlType
The internal type, which means special processing of the input/output value.
logger - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.jdbc.type.JdbcOracleCursorType
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.jdbc.type.JdbcOtherType
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.plugin.DefaultSqlPlugins
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.SqlDefaultFactory
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.SqlDefaultFactory.SqlThreadPoolExecutor
 
logger - Variable in class org.sqlproc.engine.SqlEngine
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.SqlFilesLoader
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.SqlProcessorLoader
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.type.SqlDefaultType
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.type.SqlIdentityType
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.util.DDLLoader
The internal slf4j logger.
logger - Variable in class org.sqlproc.engine.util.PropertiesLoader
The internal slf4j logger.
LONG - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type LONG.
LOPT - Enum constant in enum class org.sqlproc.engine.impl.SqlProcessor.FeatureType
Long option
LOWER - Enum constant in enum class org.sqlproc.engine.impl.SqlInputValue.Code
Lower case conversion.
lowLevelSqlCallback - Variable in class org.sqlproc.engine.impl.SqlStandardControl
The low level SQL callback handler.
LPAREN - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
LPAREN - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
LPAREN - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
LPAREN - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
lSEQ - Static variable in class org.sqlproc.engine.impl.SqlProcessor
 

M

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

N

name - Variable in class org.sqlproc.engine.config.SqlEngineConfiguration.NameValue
 
name - Variable in class org.sqlproc.engine.config.store.XmlEngineConfiguration.EngineSql
 
name - Variable in class org.sqlproc.engine.config.store.XmlEngineConfiguration.EngineUsage
 
name - Variable in class org.sqlproc.engine.impl.ErrorMsg
 
name - Variable in class org.sqlproc.engine.impl.SqlDatabaseColumn
The name of a database column.
name - Variable in class org.sqlproc.engine.impl.SqlDatabaseTable
The name of a database table.
name - Variable in class org.sqlproc.engine.impl.SqlMappingAttribute
The partial name of an attribute in the result class.
name - Variable in class org.sqlproc.engine.jdbc.JdbcSession
The name of the database related to this session.
name - Variable in class org.sqlproc.engine.jdbc.JdbcSessionFactory
The name of the database related to this session.
name - Variable in class org.sqlproc.engine.jdbc.JdbcSimpleSession
The name of the database related to this session.
name - Variable in class org.sqlproc.engine.SqlEngine
Name of the META SQL query or statement, which uniquely identifies this instance.
name - Variable in class org.sqlproc.engine.SqlProcessorLoader.AsyncEngineInit
 
nameControl(Set<String>, String) - Method in class org.sqlproc.engine.impl.SqlProcessor
Controls, if the artifact name is listed in the provided container
NameValue(String, Integer) - Constructor for class org.sqlproc.engine.config.SqlEngineConfiguration.NameValue
 
newColumn(String) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
newColumn(String) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
newColumn(String) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
newConstant(String, String) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
newConstant(Token, Token) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
newConstant(Token, Token) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
newConstOperator(Token) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
newConstOperator(Token) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
newCrudEngine(String, String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
A new dynamic SQL CRUD Engine instance is established in the cache.
newDatabaseColumn(String) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
newDatabaseColumn(Token) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
newDatabaseColumn(Token) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
newDatabaseTable(String) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
newDatabaseTable(Token) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
newDatabaseTable(Token) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
newIdent(String, String, String) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
newIdent(Token, Token, Token) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
newIdent(Token, Token, Token) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
newIdentOperator(Token) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
newIdentOperator(Token) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
newOperator(boolean, String) - Static method in class org.sqlproc.engine.impl.ParserUtils
 
newProcedureEngine(String, String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
A new dynamic SQL Procedure Engine instance is established in the cache.
newQueryEngine(String, String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
A new dynamic SQL Query Engine instance is established in the cache.
newSqlMetaIfItem() - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
newSqlMetaIfItem() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
newSqlMetaStatement() - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
newSqlMetaStatement() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
newSqlProcessorException(SQLException, String) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
 
NO - Enum constant in enum class org.sqlproc.engine.impl.SqlMetaAndOr.Type
The type for the element prefix {.
NO_MORE_DATA - Static variable in class org.sqlproc.engine.jdbc.JdbcQuery
The indicator there are no more data in ResultSet.
NO_ORDER - Static variable in class org.sqlproc.engine.SqlQueryEngine
The ordering directive list with no ordering rule.
NOK - Enum constant in enum class org.sqlproc.engine.impl.SqlProcessor.FilterStatus
The related artifact won't be used
NONE - Enum constant in enum class org.sqlproc.engine.impl.SqlInputValue.Code
No case conversion.
NONE - Enum constant in enum class org.sqlproc.engine.SqlOrder.Order
no ordering
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.SqlProcessorLazyLexer
 
NOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
NOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
NOT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
nullCounter() - Static method in class org.sqlproc.engine.impl.ParserUtils
 
NUMBER - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
NUMBER - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
NUMBER - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
NUMBER - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 

O

OK - Enum constant in enum class org.sqlproc.engine.impl.SqlProcessor.FilterStatus
The related artifact will be used
OK_LOWER - Enum constant in enum class org.sqlproc.engine.impl.SqlProcessor.FilterStatus
The related artifact will be used, but with lower priority
onlyStatements - Variable in class org.sqlproc.engine.impl.SqlProcessor
Only statements and rules with the names in this set are picked up from the statements' repository.
onlyStatements - Variable in class org.sqlproc.engine.SqlDefaultFactory
Only statements and rules with the names in this set are picked up from the properties repository.
OPERATOR_ATTRIBUTE - Enum constant in enum class org.sqlproc.engine.SqlFeature
OPERATOR_ATTRIBUTE is the operator atribute name suffix.
OPERATOR_ATTRIBUTE_IN_MAP - Enum constant in enum class org.sqlproc.engine.SqlFeature
OPERATOR_ATTRIBUTE_IN_MAP is the map name of the operators name suffix.
oppositeFeatures(String) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
oppositeNames - Variable in class org.sqlproc.engine.impl.SqlProcessContext
Unset features in the runtime.
OPT - Enum constant in enum class org.sqlproc.engine.impl.SqlProcessor.FeatureType
String option
optimistic - Variable in class org.sqlproc.engine.impl.SqlMetaSqlFragment
The indicator for the types WHERE and SET in the case of optimistic locking.
option(String) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
option(String) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
OPTION - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
OPTION - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
OPTION - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
OPTION - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
OR - Enum constant in enum class org.sqlproc.engine.impl.SqlMetaAndOr.Type
The type for the element prefix {|.
OR - Enum constant in enum class org.sqlproc.engine.impl.SqlMetaLogOperator.Type
The logical operator is a disjunction.
OR - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
OR - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
OR - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
OR - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
OR_PREFIX - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
ORACLE - Enum constant in enum class org.sqlproc.engine.SqlFeature
The filter for Oracle devoted optional features.
ORACLE_CURSOR - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of auto-generated identity type ORACLE_CURSOR.
order - Variable in class org.sqlproc.engine.impl.SqlStandardControl
The ordering directive list.
Order() - Constructor for enum class org.sqlproc.engine.SqlOrder.Order
 
orderDirection - Variable in class org.sqlproc.engine.SqlOrder
The ordering direction (no ordering, ascending or descending).
ordered - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The SQL output is sorted.
orderId - Variable in class org.sqlproc.engine.SqlOrder
The ordering id.
orderIndex - Variable in class org.sqlproc.engine.impl.SqlProcessResult
The index of selected ordering rule (from the list of ordering directives).
orders - Variable in class org.sqlproc.engine.SqlOrder
The list of all ordering directives.
ordSql(SqlMetaOrd) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
ordSqlFragment(SqlMetaOrd) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
org.sqlproc.engine - package org.sqlproc.engine
The public part of the SQL Processor implementation.
org.sqlproc.engine.annotation - package org.sqlproc.engine.annotation
The annotations used by the SQL Processor Eclipse Plugin.
org.sqlproc.engine.config - package org.sqlproc.engine.config
 
org.sqlproc.engine.config.store - package org.sqlproc.engine.config.store
 
org.sqlproc.engine.impl - package org.sqlproc.engine.impl
The private part of the SQL Processor implementation.
org.sqlproc.engine.impl.config.store - package org.sqlproc.engine.impl.config.store
 
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.jmx - package org.sqlproc.engine.jmx
 
org.sqlproc.engine.plugin - package org.sqlproc.engine.plugin
The plugins are used to alter the behavior of the SQL Processor.
org.sqlproc.engine.type - package org.sqlproc.engine.type
All the META types staff devoted to special handling of input/output values.
org.sqlproc.engine.util - package org.sqlproc.engine.util
 
org.sqlproc.engine.validation - package org.sqlproc.engine.validation
The validator is used to validate input values in INSERT or UPDATE statements.
OTHER - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type OTHER.
OUT - Enum constant in enum class org.sqlproc.engine.impl.SqlInputValue.Mode
It's used for output parameter.
OUT - Enum constant in enum class org.sqlproc.engine.impl.SqlProcessor.MappingType
Output values mapping
outputValues - Variable in class org.sqlproc.engine.impl.SqlProcessResult
The list of output values.
outs - Variable in class org.sqlproc.engine.SqlProcessorLoader
The collection of named explicitly defined mapping rules.
outValue - Variable in class org.sqlproc.engine.impl.SqlInputValue
A dynamic input value can be also an output value.
outValues - Variable in class org.sqlproc.engine.impl.SqlProcessResult
List of all input values, which are in fact OUT or INOUT parameters.
OutValueSetter - Interface in org.sqlproc.engine.type
The helper contract implemented by SqlInputValue to support the OUT and INOUT input values.

P

parameterizedTypes - Variable in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
parameterOutValueSetters - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The collection of all parameters output value setters.
parameterOutValuesToPickup - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The collection of all parameters, which have to be picked-up.
parameterOutValueTypes - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The collection of all parameters types for output values.
parameters - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The collection of all parameters (input value declarations).
parameterTypes - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The collection of all parameters types.
parameterValues - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The collection of all parameters values.
parent - Variable in class org.sqlproc.engine.impl.SqlMappingAttribute
The pointer back to the parent.
parentInputValue - Variable in class org.sqlproc.engine.impl.SqlInputValue
A parent of a dynamic input value.
parse() - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
parse() - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
parse2(SqlTypeFactory, Map<String, Object>, Set<String>, String[]) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
parse2(SqlTypeFactory, Map<String, Object>, Set<String>, String[]) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
ParserUtils - Class in org.sqlproc.engine.impl
Parser utilities.
ParserUtils() - Constructor for class org.sqlproc.engine.impl.ParserUtils
 
partialErrors - Variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
partialErrors - Variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
partialLike - Variable in class org.sqlproc.engine.impl.SqlInputValue
a wildcard character is going to be only a postfix
patternColumns - Static variable in class org.sqlproc.engine.impl.SqlMetaSqlFragment
 
patternInsert - Static variable in class org.sqlproc.engine.impl.SqlUtils
 
patternSet - Static variable in class org.sqlproc.engine.impl.SqlMetaSqlFragment
 
patternValues - Static variable in class org.sqlproc.engine.impl.SqlMetaSqlFragment
 
patternWhere - Static variable in class org.sqlproc.engine.impl.SqlMetaSqlFragment
 
PERCENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
PERCENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
PERCENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
PERCENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
pluginFactory - Variable in class org.sqlproc.engine.SqlDefaultFactory
The factory for the SQL Processor plugins.
pluginFactory - Variable in class org.sqlproc.engine.SqlEngine
The factory for the SQL Processor plugins.
pluginFactory - Variable in class org.sqlproc.engine.SqlProcessorLoader
The factory for the SQL Processor plugins.
PLUS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
PLUS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
PLUS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
PLUS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
Pojo - Annotation Interface in org.sqlproc.engine.annotation
This annotation is used by the advanced template pojos.
POSTGRESQL - Enum constant in enum class org.sqlproc.engine.SqlFeature
The filter for PostgreSQL devoted optional features.
postProcess() - Method in class org.sqlproc.engine.impl.SqlProcessResult
Post processing, like identities setting into a result class.
prepareQuery(SqlSession, Class<E>, Object, SqlControl) - Method in class org.sqlproc.engine.SqlQueryEngine.QueryExecutor
 
prepareQueryCount(SqlSession, Object, SqlControl) - Method in class org.sqlproc.engine.SqlQueryEngine.QueryExecutor
 
Procedure - Enum constant in enum class org.sqlproc.engine.SqlProcessorLoader.EngineType
 
procedureEngines - Variable in class org.sqlproc.engine.config.SqlEngineConfiguration
The container of initialized Procedure Engines' names (static or dynamic ones) together with the number of their usage.
procedureEngines - Variable in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
process(StringBuilder, SqlOrder.Order) - Method in class org.sqlproc.engine.impl.SqlMetaOrd
Returns ANSI SQL ORDER command for one ordering rule.
process(SqlMetaStatement.Type, Object, SqlControl) - Method in class org.sqlproc.engine.SqlEngine
The main contract for a dynamic ANSI SQL Query generation.
process(SqlMetaStatement.Type, Object, SqlControl, SqlEngine) - 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.SqlDatabaseColumn
The main contract for a dynamic ANSI SQL Query generation.
process(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlDatabaseTable
The main contract for a dynamic ANSI SQL Query generation.
process(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMappingItem
The main contract for a dynamic ANSI SQL Query generation.
process(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaAndOr
The main contract for a dynamic ANSI SQL Query generation.
process(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaConst
The main contract for a dynamic ANSI SQL Query generation.
process(SqlProcessContext) - Method in interface org.sqlproc.engine.impl.SqlMetaElement
The main contract for a dynamic ANSI SQL Query generation.
process(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaIdent
The main contract for a dynamic ANSI SQL Query generation.
process(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaIf
The main contract for a dynamic ANSI SQL Query generation.
process(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaIfItem
The main contract for a dynamic ANSI SQL Query generation.
process(SqlProcessContext) - Method in class org.sqlproc.engine.impl.SqlMetaLogExpr
The main contract for a dynamic ANSI SQL Query generation.
process(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(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.
processingCache - Variable in class org.sqlproc.engine.SqlEngine
The processing cache used for SqlProcessResult instances.
processingCache - Variable in class org.sqlproc.engine.SqlProcessorLoader
The processing cache used for SqlProcessResult instances.
processingCacheStatistics - Variable in class org.sqlproc.engine.SqlEngine
The processing cache statistics.
processingId - Variable in class org.sqlproc.engine.impl.SqlStandardControl
The unique ID of the executed statement based on input values combination.
processLike(Object) - Method in class org.sqlproc.engine.impl.SqlInputValue
A special treatment of dynamic input value for SQL command LIKE.
processorLoader - Variable in class org.sqlproc.engine.SqlDefaultFactory
The helper class for the META SQL statements and mapping rules parsing.
processReplaceChars(Object) - Method in class org.sqlproc.engine.impl.SqlInputValue
A special treatment of dynamic input value for SQL command LIKE.
processRow(E, int) - Method in interface org.sqlproc.engine.SqlRowProcessor
This method will be called once for database row.
processRow(Map<String, Object>, int) - Method in interface org.sqlproc.engine.SqlQuery.SqlQueryRowProcessor
This method will be called once for database row.
properties - Variable in class org.sqlproc.engine.util.PropertiesLoader
Properties from the property file.
PropertiesLoader - Class in org.sqlproc.engine.util
The helper class for the property file loading.
PropertiesLoader(String, Class<?>) - Constructor for class org.sqlproc.engine.util.PropertiesLoader
Reads the property file and creates a new PropertiesLoader instance.
PropertiesLoader(List<String>, Class<?>) - Constructor for class org.sqlproc.engine.util.PropertiesLoader
Reads the property files and creates a new PropertiesLoader instance.
PROVIDED - Enum constant in enum class org.sqlproc.engine.impl.SqlInputValue.Type
Provided value.
PROXY_INTERFACES - Static variable in class org.sqlproc.engine.jdbc.JdbcSession
The contracts implemented by this dynamic proxy.

Q

QRY - Enum constant in enum class org.sqlproc.engine.impl.SqlProcessor.StatementType
Query
query - Variable in class org.sqlproc.engine.SqlQueryEngine.QueryExecutor
 
query(SqlRuntimeContext, SqlQuery.SqlQueryRowProcessor) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Process the query output using the SqlQuery.SqlQueryRowProcessor.
query(SqlRuntimeContext, SqlQuery.SqlQueryRowProcessor) - Method in interface org.sqlproc.engine.SqlQuery
Process the query output using the SqlQuery.SqlQueryRowProcessor.
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, Integer, Integer) - 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, Integer, Integer) - 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, Integer, Integer, Integer) - 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, Integer, Integer, Integer, 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, Map<String, Class<?>>) - Method in class org.sqlproc.engine.SqlQueryEngine
Runs the META SQL query to obtain a list of database rows.
query(SqlSession, Class<E>, Object, SqlControl) - Method in class org.sqlproc.engine.SqlQueryEngine
Runs the META SQL query to obtain a list of database rows.
query(SqlSession, Class<E>, Object, SqlControl, SqlRowProcessor<E>) - Method in class org.sqlproc.engine.SqlQueryEngine
Runs the META SQL query to process the query output using SqlRowProcessor.
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 - Enum constant in enum class org.sqlproc.engine.SqlProcessorLoader.EngineType
 
QUERY - Enum constant in enum class org.sqlproc.engine.impl.SqlMetaStatement.Type
SQL SELECT
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, Integer) - Method in class org.sqlproc.engine.SqlQueryEngine
Runs META SQL query to obtain the number of database rows.
queryCount(SqlSession, Object, SqlControl) - Method in class org.sqlproc.engine.SqlQueryEngine
Runs META SQL query to obtain the number of database rows.
queryEngines - Variable in class org.sqlproc.engine.config.SqlEngineConfiguration
The container of initialized Query Engines' names (static or dynamic ones) together with the number of their usage.
queryEngines - Variable in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
QueryExecutor(Integer) - Constructor for class org.sqlproc.engine.SqlQueryEngine.QueryExecutor
 
QueryExecutor(List<E>) - Constructor for class org.sqlproc.engine.SqlQueryEngine.QueryExecutor
 
queryString - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The SQL query/statement command.
QUESTI - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
QUESTI - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
QUESTI - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
QUESTI - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 

R

raw - Variable in class org.sqlproc.engine.impl.SqlMappingRule
A raw representation this output value mapping
raw - Variable in class org.sqlproc.engine.impl.SqlMetaStatement
A raw representation this META SQL statement
RBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
RBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
RBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
RBRACE - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
readConfig(SqlEngineConfiguration) - Method in interface org.sqlproc.engine.config.store.SqlEngineConfigurationStore
 
readConfig(SqlEngineConfiguration) - Method in class org.sqlproc.engine.impl.config.store.SimpleEngineConfigurationStore
 
readXml() - Method in class org.sqlproc.engine.impl.config.store.SimpleJaxbStore
 
removeCrudEngine(String) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Removes the CRUD Engine from the container of initialized engines.
removeDynamicCrudEngine(String) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Removes the dynamic CRUD Engine from the container of initialized engines.
removeDynamicProcedureEngine(String) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Removes the dynamic Procedure Engine from the container of initialized engines.
removeDynamicQueryEngine(String) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Removes the dynamic Query Engine from the container of initialized engines.
removeEngine(String, ConcurrentHashMap<String, AtomicInteger>) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Removes the SQL Engine from the container of initialized engines.
removeProcedureEngine(String) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Removes the Procedure Engine from the container of initialized engines.
removeQueryEngine(String) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Removes the Query Engine from the container of initialized engines.
REPLACE_LIKE_CHARS - Enum constant in enum class org.sqlproc.engine.SqlFeature
REPLACE_LIKE_CHARS is the key for the special SQL Processor behavior related to the SQL command like.
REPLACE_LIKE_STRING - Enum constant in enum class org.sqlproc.engine.SqlFeature
REPLACE_LIKE_STRING is the key for the special SQL Processor behavior related to the SQL command like.
replaceChars - Variable in class org.sqlproc.engine.impl.SqlInputValue
A map of characters to be replaced in input value;
reportError(RecognitionException) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
reportError(RecognitionException) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
resetCrudEngineProcessingCache(String, String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Clears the processing cache used for the selected SQL CRUD Engine
resetCrudEngines(String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
In the case any dynamic SQL CRUD Engine is in the cache, the static one is re-established.
resetCrudEngineUsage(String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Resets the CRUD Engine usage number.
resetDontProcessingCache(String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Updates the negative processing cache.
resetDoProcessingCache(String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Updates the positive processing cache.
resetProcedureEngineProcessingCache(String, String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Clears the processing cache used for the selected SQL Procedure Engine
resetProcedureEngines(String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
In the case a dynamic SQL Procedure Engine is in the cache, the static one is re-established.
resetProcedureEngineUsage(String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Resets the Procedure Engine usage number.
resetQueryEngineProcessingCache(String, String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Clears the processing cache used for the selected SQL Query Engine
resetQueryEngines(String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
In the case any dynamic SQL Query Engine is in the cache, the static one is re-established.
resetQueryEngineUsage(String) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Resets the Query Engine usage number.
REST - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
REST - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
REST - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
REST - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
result - Variable in exception class org.sqlproc.engine.validation.SqlValidationException
The result of the validation.
RETRIEVE - Enum constant in enum class org.sqlproc.engine.impl.SqlMetaStatement.Type
SQL SELECT one row
rowidBasedMax - Variable in class org.sqlproc.engine.plugin.SqlFromToPlugin.LimitType
 
rownums - Variable in class org.sqlproc.engine.SqlQueryEngine.QueryExecutor
 
rows - Variable in class org.sqlproc.engine.SqlQueryEngine.QueryExecutor
 
RPAREN - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
RPAREN - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
RPAREN - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
RPAREN - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
run() - Method in interface org.sqlproc.engine.SqlMonitor.Runner
The main contract, which is invoked from inside SQLMonitor
run() - Method in class org.sqlproc.engine.SqlProcessorLoader.AsyncEngineInit
 
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.
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.
runListSql(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 devoted only to SQL statement execution.
runListSql(SqlMonitor.Runner, Class<E>) - Method in interface org.sqlproc.engine.SqlExtendedMonitor
The SQLMonitor visitor method called from inside the main execution methods in SqlQueryEngine devoted only to SQL statement execution.
runSql(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 devoted only to SQL statement execution..
runSql(SqlMonitor.Runner, Class<E>) - Method in interface org.sqlproc.engine.SqlExtendedMonitor
The SQLMonitor visitor method called from inside the main execution methods in SqlCrudEngine and SqlCrudEngine devoted only to SQL statement execution..

S

sbStatements - Variable in class org.sqlproc.engine.SqlFilesLoader
The string representation of the file(s) content.
scalars - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The collection of all scalars (output values declarations).
scalarTypes - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The collection of all scalars types.
SELECT - Static variable in class org.sqlproc.engine.plugin.DefaultSqlPlugins
 
SEMICOLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
SEMICOLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
SEMICOLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
SEMICOLON - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
SEPARATOR - Static variable in class org.sqlproc.engine.impl.SqlMetaOperator
 
SEQ - Enum constant in enum class org.sqlproc.engine.SqlFeature
SEQ is the key for the SQL query pattern used for the sequences.
SEQ - Static variable in class org.sqlproc.engine.impl.SqlProcessor
 
SEQ_NAME - Enum constant in enum class org.sqlproc.engine.SqlFeature
SEQ_NAME is the key for the sequence name.
sequence - Variable in class org.sqlproc.engine.impl.SqlInputValue
A database sequence for an identity column.
SEQUENCE_BASED - Enum constant in enum class org.sqlproc.engine.impl.SqlInputValue.Type
Value based on a sequence.
sequenceSelect(SqlRuntimeContext, String) - Method in class org.sqlproc.engine.plugin.DefaultSqlPlugins
Used to construct the sequence SELECT SQL.
sequenceSelect(SqlRuntimeContext, String) - Method in interface org.sqlproc.engine.plugin.SqlSequencePlugin
Used to construct the sequence SELECT SQL.
serialVersionUID - Static variable in exception class org.sqlproc.engine.SqlEngineException
 
serialVersionUID - Static variable in exception class org.sqlproc.engine.SqlProcessorException
 
serialVersionUID - Static variable in exception class org.sqlproc.engine.SqlRuntimeException
 
serialVersionUID - Static variable in exception class org.sqlproc.engine.validation.SqlValidationException
 
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcBigDecimalType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcBigIntegerType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcBlobType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcBooleanType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcByteArrayType
 
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcByteArrayWrapperType
 
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcByteType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcCharType
 
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcClobType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcDateTimeType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcDateType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcDoubleType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcEnumIntegerType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcEnumStringType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcFloatType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcFromDateType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcInstantType
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.JdbcLocalDateTimeType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcLocalDateType
Sets the designated parameter to the given Java value.
set(PreparedStatement, int, Object) - Method in class org.sqlproc.engine.jdbc.type.JdbcLocalTimeType
 
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 - Enum constant in enum class org.sqlproc.engine.impl.SqlMetaSqlFragment.Type
The type for the element prefix {= set.
SET_PREFIX - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
setAscOrder(int) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the ordering directive list.
setAscOrder(String) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the ordering directive list.
setAscOrderNullsLast(int) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the ordering directive list.
setAscOrderNullsLast(String) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the ordering directive list.
setAsyncInitThreads(Integer) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Sets the number of threads used for asynchronous initialization
setAsyncInitThreads(Integer) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
setAsyncInitThreads(Integer) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Sets the number of threads used for asynchronous initialization
setAsyncInitThreads(Integer) - Method in class org.sqlproc.engine.SqlDefaultFactory
Sets the number of threads used for asynchronous initialization
setAttribute(Object, String, Object) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Sets the value of the specified simple attribute of the specified bean.
setAttribute(Object, String, Object) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Sets the value of the specified simple attribute of the specified bean.
setAttribute(SqlRuntimeContext, Object, String, Object) - Method in interface org.sqlproc.engine.plugin.BeanUtilsPlugin
Sets the value of the specified simple attribute of the specified bean.
setAttribute(SqlRuntimeContext, Object, String, Object) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
Sets the value of the specified simple attribute of the specified bean.
setAttributes(List<SqlMappingAttribute>) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Sets the list of all partial attribute names in the result class.
setAttributesMap(Map<String, SqlMappingAttribute>) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Sets the map of all partial attribute names in the result class.
setAttributeValue(String, String) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Injects value to the named attribute.
setCollectionsAreStandardTypes(boolean) - Method in class org.sqlproc.engine.SqlDefaultFactory
Sets the indicator that Collections should be handled as standard types.
setConfiguration(SqlEngineConfiguration) - Method in class org.sqlproc.engine.SqlDefaultFactory
Sets the overall dynamic configuration
setConfiguration(SqlEngineConfiguration) - Method in class org.sqlproc.engine.SqlProcessorLoader
Sets the overall dynamic configuration
setConnection(Connection) - Method in class org.sqlproc.engine.jdbc.JdbcSimpleSession
Sets the internal connection to the database.
setCrudEngines(ConcurrentHashMap<String, AtomicInteger>) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Sets the container of initialized CRUD Engines' names (static or dynamic ones) together with the number of their usage
setCrudEngines(List<XmlEngineConfiguration.EngineUsage>) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
setCustomTypes(List<SqlMetaType>) - Method in class org.sqlproc.engine.SqlDefaultFactory
Sets the custom META types.
setCustomTypes(SqlMetaType...) - Method in class org.sqlproc.engine.SqlDefaultFactory
Sets the custom META types.
setDescOrder(int) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the ordering directive list.
setDescOrder(String) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the ordering directive list.
setDescOrderNullsFirst(int) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the ordering directive list.
setDescOrderNullsFirst(String) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the ordering directive list.
setDontProcessingCacheEngines(List<String>) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
setDontProcessingCacheEngines(Set<String>) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Sets the list of engines, for which the processing cache can't be used
setDoProcessingCacheEngines(List<String>) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
setDoProcessingCacheEngines(Set<String>) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Sets the list of engines, for which the processing cache can be used
setDynamicCrudEngines(ConcurrentHashMap<String, String>) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Sets the container of initialized dynamic CRUD Engines' names together with their SQL statement
setDynamicCrudEngines(List<XmlEngineConfiguration.EngineSql>) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
setDynamicProcedureEngines(ConcurrentHashMap<String, String>) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Sets the container of initialized dynamic Procedure Engines' names together with their SQL statement
setDynamicProcedureEngines(List<XmlEngineConfiguration.EngineSql>) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
setDynamicQueryEngines(ConcurrentHashMap<String, String>) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Sets the container of initialized dynamic Query Engines' names together with their SQL statement
setDynamicQueryEngines(List<XmlEngineConfiguration.EngineSql>) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
setDynamicUpdateValues(Object) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the object used for the SQL update statement dynamic input values.
setElements(List<String>) - Method in class org.sqlproc.engine.impl.SqlMetaConst
Sets the list of sub-elements.
setExecutor(Executor) - Method in class org.sqlproc.engine.SqlDefaultFactory
Sets the asynchronous SQL Processor engines initialization executor.
setExpression(SqlMetaLogExpr) - Method in class org.sqlproc.engine.impl.SqlMetaIf
Sets a logical expression.
setFeature(String, Object) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the optional feature in the stament's execution scope.
setFeature(String, Object) - Method in class org.sqlproc.engine.SqlEngine
Sets the optional feature in the stament's or global scope.
setFeatures(Map<String, Object>) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the optional features.
setFetchSize(Integer) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the fetch size of SQL execution output rows, which can be returned in one SQL statement.
setFilter(String) - Method in class org.sqlproc.engine.SqlDefaultFactory
Sets the name of the filter to filter the META SQL statements, mapping rules and optional features.
setFilter(SqlFeature) - Method in class org.sqlproc.engine.SqlDefaultFactory
Sets the name of the filter to filter the META SQL statements, mapping rules and optional features.
setFirstResult(Integer) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the first SQL execution output row to be returned in the case we need to skip some rows in the result set.
setFullName(String) - Method in class org.sqlproc.engine.impl.SqlMappingAttribute
Sets the full name of an attribute.
setHasOutputMapping(boolean) - Method in class org.sqlproc.engine.impl.SqlMetaStatement
Sets the indicator for embedded output mapping.
setIdentity(Object) - Method in interface org.sqlproc.engine.type.IdentitySetter
Sets the result of select command for the generated identity value.
setIdentityResult(String) - Method in class org.sqlproc.engine.impl.SqlInputValue
Sets the generated identity value to an input value attribute.
setInitClearUsage(Boolean) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Sets the indicator that after the engines instantiations the users should be cleared
setInitClearUsage(Boolean) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
setInitInUsageOrder(Boolean) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Sets the indicator that the most frequently used engines should be initialized preferentially
setInitInUsageOrder(Boolean) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
setInitInUsageOrder(Boolean) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Sets the indicator that the most frequently used engines should be initialized preferentially
setInitTreshold(Integer) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Sets the initialization threshold.
setInitTreshold(Integer) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
setInitTreshold(Integer) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Sets the initialization threshold.
setIsEmptyPlugin(IsEmptyPlugin) - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Sets the SQL Processor plugin devoted to evaluate the emptiness of the input value.
setIsTruePlugin(IsTruePlugin) - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Sets the SQL Processor plugin devoted to evaluate the boolean value of the logical expression.
setJdbc(boolean) - Method in class org.sqlproc.engine.SqlDefaultFactory
Sets the indicator the JDBC stack is used.
setLazyInit(boolean) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Sets the indicator to speed up the initialization process
setLazyInit(Boolean) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Sets the indicator to speed up the initialization process
setLazyInit(Boolean) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
setLazyInit(Boolean) - Method in class org.sqlproc.engine.SqlDefaultFactory
Sets the indicator to speed up the initialization process
setLike(String, Integer, boolean) - Method in class org.sqlproc.engine.impl.SqlInputValue
Sets a special treatment of a dynamic input value.
setLimits(PreparedStatement, SqlFromToPlugin.LimitType, int, boolean) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Sets the limit related parameters.
setLogError(boolean) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Sets an indicator the failed SQL command should be logged
setLogError(boolean) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Sets an indicator the failed SQL command should be logged
setLogError(boolean) - Method in interface org.sqlproc.engine.SqlQuery
Sets an indicator the failed SQL command should be logged
setLowLevelSqlCallback(SqlControl.LowLevelSqlCallback) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the low level SQL callback handler.
setMaxResults(Integer) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the max number of SQL execution output rows, which can be returned in the result list.
setMaxTimeout(Integer) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the max SQL execution time.
setMetaFilesNames(String...) - Method in class org.sqlproc.engine.SqlDefaultFactory
Sets the names of files, which holds a collection of META SQL statements, mapping rules and optional features.
setMetaFilesNames(List<String>) - Method in class org.sqlproc.engine.SqlDefaultFactory
Sets the names of files, which holds a collection of META SQL statements, mapping rules and optional features.
setMetaStatements(StringBuilder) - Method in class org.sqlproc.engine.SqlDefaultFactory
Sets the String representation of the META SQL statements, mapping rules and optional features.
setMetaType(String, SqlMetaType) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Assigns the internal type.
setMetaType(String, SqlMetaType) - Method in class org.sqlproc.engine.impl.SqlMetaConst
Sets the internal type of this input value.
setMetaType(String, SqlMetaType) - Method in class org.sqlproc.engine.impl.SqlMetaIdent
Sets the internal type of this input value.
setMonitorFactory(SqlMonitorFactory) - Method in class org.sqlproc.engine.SqlDefaultFactory
Sets the monitor factory used in the process of the SQL Monitor instances creation.
setMoreResultClasses(Map<String, Class<?>>) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets more result classes used for the return values, like the collections classes or the collections items.
setName(String) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration.EngineSql
 
setName(String) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration.EngineUsage
 
setName(String) - Method in class org.sqlproc.engine.impl.SqlMappingAttribute
Sets the partial name of an attribute.
setNot(boolean) - Method in class org.sqlproc.engine.impl.SqlMetaConst
Sets the indicator, which is used to control, how the input value is added to the final ANSI SQL.
setNot(boolean) - Method in class org.sqlproc.engine.impl.SqlMetaIdent
Sets the indicator, which is used to control, how the input value is added to the final ANSI SQL.
setNot(boolean) - Method in class org.sqlproc.engine.impl.SqlMetaLogExpr
Sets the indicator, which reverses the final logical value.
setOnlyStatements(String[]) - Method in class org.sqlproc.engine.SqlDefaultFactory
Sets the only statements and rules, which are picked up from the properties repository.
setOrder(SqlOrder) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the ordering directive list.
setOrdered(boolean) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Sets the indicator the SQL output is sorted.
setOrdered(boolean) - Method in interface org.sqlproc.engine.SqlQuery
Sets the indicator the SQL output is sorted.
setOrderIndex(Integer) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Sets an index of selected ordering rule (from the list of ordering directives).
setOutValue(Object) - Method in interface org.sqlproc.engine.type.OutValueSetter
Sets the result of the callable statement execution for the output parameter.
setOutValueResult(String) - Method in class org.sqlproc.engine.impl.SqlInputValue
Sets the OUT/INOUT value to an input value attribute.
setParameter(String, Object) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Binds a 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, Class<?>...) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Binds a value to a named query parameter.
setParameter(String, Object, Object, Class<?>...) - Method in interface org.sqlproc.engine.SqlQuery
Binds a value to a named query parameter.
setParameter(SqlProcessContext, SqlQuery, String, Object, Class<?>...) - Method in class org.sqlproc.engine.impl.SqlType
Bind an input value to a named query parameter.
setParameter(SqlRuntimeContext, SqlQuery, String, Object, boolean, Class<?>...) - Method in class org.sqlproc.engine.jdbc.type.JdbcOracleCursorType
Binds an input value to a named query parameter.
setParameter(SqlRuntimeContext, SqlQuery, String, Object, boolean, Class<?>...) - Method in class org.sqlproc.engine.jdbc.type.JdbcOtherType
Binds an input value to a named query parameter.
setParameter(SqlRuntimeContext, SqlQuery, String, Object, boolean, Class<?>...) - Method in class org.sqlproc.engine.type.SqlByteArrayType
Binds an input value to a named query parameter.
setParameter(SqlRuntimeContext, SqlQuery, String, Object, boolean, Class<?>...) - Method in class org.sqlproc.engine.type.SqlDateTimeType
Binds an input value to a named query parameter.
setParameter(SqlRuntimeContext, SqlQuery, String, Object, boolean, Class<?>...) - Method in class org.sqlproc.engine.type.SqlDateType
Binds an input value to a named query parameter.
setParameter(SqlRuntimeContext, SqlQuery, String, Object, boolean, Class<?>...) - Method in class org.sqlproc.engine.type.SqlDefaultType
Binds an input value to a named query parameter.
setParameter(SqlRuntimeContext, SqlQuery, String, Object, boolean, Class<?>...) - Method in class org.sqlproc.engine.type.SqlEnumIntegerType
Binds an input value to a named query parameter.
setParameter(SqlRuntimeContext, SqlQuery, String, Object, boolean, Class<?>...) - Method in class org.sqlproc.engine.type.SqlEnumStringType
Binds an input value to a named query parameter.
setParameter(SqlRuntimeContext, SqlQuery, String, Object, boolean, Class<?>...) - Method in class org.sqlproc.engine.type.SqlFromDateType
Binds an input value to a named query parameter.
setParameter(SqlRuntimeContext, SqlQuery, String, Object, boolean, Class<?>...) - Method in class org.sqlproc.engine.type.SqlIdentityType
Binds an input value to a named query parameter.
setParameter(SqlRuntimeContext, SqlQuery, String, Object, boolean, Class<?>...) - Method in class org.sqlproc.engine.type.SqlInstantType
Binds an input value to a named query parameter.
setParameter(SqlRuntimeContext, SqlQuery, String, Object, boolean, Class<?>...) - Method in class org.sqlproc.engine.type.SqlLocalDateTimeType
Binds an input value to a named query parameter.
setParameter(SqlRuntimeContext, SqlQuery, String, Object, boolean, Class<?>...) - Method in class org.sqlproc.engine.type.SqlLocalDateType
Binds an input value to a named query parameter.
setParameter(SqlRuntimeContext, SqlQuery, String, Object, boolean, Class<?>...) - Method in class org.sqlproc.engine.type.SqlLocalTimeType
Binds an input value to a named query parameter.
setParameter(SqlRuntimeContext, SqlQuery, String, Object, boolean, Class<?>...) - Method in interface org.sqlproc.engine.type.SqlMetaType
Binds an input value to a named query parameter.
setParameter(SqlRuntimeContext, SqlQuery, String, Object, boolean, Class<?>...) - Method in class org.sqlproc.engine.type.SqlOutValueType
Binds an input value to a named query parameter.
setParameter(SqlRuntimeContext, SqlQuery, String, Object, boolean, Class<?>...) - Method in class org.sqlproc.engine.type.SqlTimestampType
Binds an input value to a named query parameter.
setParameter(SqlRuntimeContext, SqlQuery, String, Object, boolean, Class<?>...) - Method in class org.sqlproc.engine.type.SqlTimeType
Binds an input value to a named query parameter.
setParameter(SqlRuntimeContext, SqlQuery, String, Object, boolean, Class<?>...) - Method in class org.sqlproc.engine.type.SqlToDateType
Binds an input value to a named query parameter.
setParameterEntryLog(Logger, SqlMetaType, SqlRuntimeContext, SqlQuery, String, Object, boolean, Class<?>...) - Method in interface org.sqlproc.engine.type.SqlMetaType
 
setParameterList(String, 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, Class<?>...) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Binds multiple values to a named query parameter.
setParameterList(String, Object[], Object, Class<?>...) - Method in interface org.sqlproc.engine.SqlQuery
Binds multiple values to a named query parameter.
setParameters(PreparedStatement, SqlFromToPlugin.LimitType, int) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Sets the value of the designated parameters.
setParent(SqlMappingItem) - Method in class org.sqlproc.engine.impl.SqlMappingAttribute
Sets the pointer back to the parent.
setPluginFactory(SqlPluginFactory) - Method in class org.sqlproc.engine.SqlDefaultFactory
Sets the factory for the SQL Processor plugins.
setProcedureEngines(ConcurrentHashMap<String, AtomicInteger>) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Sets the container of initialized Procedure Engines' names (static or dynamic ones) together with the number of their usage
setProcedureEngines(List<XmlEngineConfiguration.EngineUsage>) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
setProcessingCache(ConcurrentHashMap<String, SqlProcessResult>) - Method in class org.sqlproc.engine.SqlEngine
Sets the processing cache used for SqlProcessResult instances.
setProcessingCacheStatistics(ConcurrentHashMap<String, AtomicLong>) - Method in class org.sqlproc.engine.SqlEngine
Sets the processing cache statistics.
setProcessingId(String) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the unique ID of the executed statement based on input values combination.
setQueryEngines(ConcurrentHashMap<String, AtomicInteger>) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Sets the container of initialized Query Engines' names (static or dynamic ones) together with the number of their usage
setQueryEngines(List<XmlEngineConfiguration.EngineUsage>) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
setQueryParam(SqlTypeFactory, 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>, 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.
setQueryResultData(SqlProcessContext, Object, int, Object[], Map<String, Object>, Map<String, Object>, Map<String, SqlMappingIdentity>, Map<String, Class<?>>) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Initializes the attribute of the result class with the output value from the SQL query execution.
setQueryResultMapping(Class<?>, Map<String, Class<?>>, SqlQuery) - Method in class org.sqlproc.engine.impl.SqlMappingResult
Declares a scalar query results for all mapping rule items.
setQueryResultMapping(SqlProcessContext, Class<?>, Map<String, Class<?>>, SqlQuery) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Declares a scalar query result for this mapping rule item.
setReplaceChars(Map<String, String>) - Method in class org.sqlproc.engine.impl.SqlInputValue
Sets a special treatment of a dynamic input value.
setResult(SqlProcessContext, 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(SqlRuntimeContext, Object, String, Object, boolean) - Method in class org.sqlproc.engine.jdbc.type.JdbcOracleCursorType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(SqlRuntimeContext, Object, String, Object, boolean) - Method in class org.sqlproc.engine.jdbc.type.JdbcOtherType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(SqlRuntimeContext, 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(SqlRuntimeContext, Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlDefaultType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(SqlRuntimeContext, 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(SqlRuntimeContext, 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(SqlRuntimeContext, 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(SqlRuntimeContext, 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(SqlRuntimeContext, Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlInstantType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(SqlRuntimeContext, Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlLocalDateTimeType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(SqlRuntimeContext, Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlLocalDateType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(SqlRuntimeContext, Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlLocalTimeType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(SqlRuntimeContext, Object, String, Object, boolean) - Method in interface org.sqlproc.engine.type.SqlMetaType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(SqlRuntimeContext, Object, String, Object, boolean) - Method in class org.sqlproc.engine.type.SqlOutValueType
Initializes the attribute of the result class with output value from the SQL query execution.
setResult(SqlRuntimeContext, 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.
setResultEntryLog(Logger, SqlMetaType, SqlRuntimeContext, Object, String, Object, boolean) - Method in interface org.sqlproc.engine.type.SqlMetaType
 
setSkipAliasesInQqlCommand(boolean) - Method in class org.sqlproc.engine.SqlDefaultFactory
Sets the indicator that column aliases are not included in generated SQL command.
setSkipEmptyStatement(Boolean) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the indicator, that an empty INSERT or UPDATE statement execution should be ignored (for example update statement without any bounded input values).
setSkipNextText(boolean) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Sets the indicator the next possible SQL statement fragment should be skipped.
setSql(String) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration.EngineSql
 
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.
setSqlBeansPlugin(BeanUtilsPlugin) - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Sets the SQL Processor plugin devoted to beans handling
setSqlControl(SqlControl) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Sets the compound parameters controlling the META SQL execution.
setSqlControl(SqlControl) - Method in interface org.sqlproc.engine.SqlQuery
Sets the compound parameters controlling the META SQL execution.
setSqlCountPlugin(SqlCountPlugin) - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Sets the SQL Processor plugin devoted to the COUNT SQL construction.
setSqlEngineFactory(SqlEngineFactory) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Sets the SQL Engine factory instance
setSqlExecutionCallback(SqlControl.SqlExecutionCallback) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the SQL command execution callback handler.
setSqlExecutionPlugin(SqlExecutionPlugin) - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Sets the SQL Processor plugin devoted to possible SQL query/command modification just before it is executed
setSqlFragmentType(SqlMetaSqlFragment.Type) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Sets the type of the META SQL fragment.
setSqlFromToPlugin(SqlFromToPlugin) - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Sets the SQL Processor plugin devoted to the FROM-TO SQL construction.
setSqlIdentityPlugin(SqlIdentityPlugin) - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Sets the SQL Processor plugin devoted to the identity SELECT SQL construction.
setSqlName(String) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the name of the required SQL Query Engine instance
setSqlProcessingIdPlugin(SqlProcessingIdPlugin) - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Sets the SQL Processor plugin devoted to the META SQL execution optimization
setSqlSequencePlugin(SqlSequencePlugin) - Method in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
Sets the SQL Processor plugin devoted to the sequence SELECT SQL construction.
setSqlType(SqlType) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Sets the internal type of an attribute in the result class.
setStaticInputValues(Object) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Sets the object used for the SQL statement static input values.
setters - Variable in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
setTypeFactory(SqlTypeFactory) - Method in class org.sqlproc.engine.SqlDefaultFactory
Sets the factory for the META types construction.
setUsage(int) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration.EngineUsage
 
setUseDynamicProcessingCache(Boolean) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Sets the indicator that the processing cache can be used for dynamically
setUseDynamicProcessingCache(Boolean) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
setUseDynamicProcessingCache(Boolean) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Sets the indicator that the processing cache can be used dynamically
setUseProcessingCache(Boolean) - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Sets the indicator that the processing cache can be used
setUseProcessingCache(Boolean) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
setUseProcessingCache(Boolean) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Sets the indicator that the processing cache can be used
setValidator(SqlValidator) - Method in class org.sqlproc.engine.SqlEngine
Injects a validator.
setValidatorFactory(SqlValidatorFactory) - Method in class org.sqlproc.engine.SqlDefaultFactory
Sets the validator factory used in the process of the SQL Monitor instances creation.
setValue(String) - Method in class org.sqlproc.engine.impl.SqlType
Sets the value.
setValues(String, String) - Method in class org.sqlproc.engine.impl.SqlMappingAttribute
Sets the modifiers.
setValues(String, String) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Sets the modifiers.
setValues(String, String) - 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.
setValues(String, String, String) - Method in class org.sqlproc.engine.impl.SqlMappingItem
Sets the modifiers.
SHORT - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type SHORT.
shutdown() - Method in class org.sqlproc.engine.SqlDefaultFactory.SqlThreadPoolExecutor
 
SimpleEngineConfigurationStore - Class in org.sqlproc.engine.impl.config.store
This class is used only for the SQL Processor dynamic configuration serialization/deserialization.
SimpleEngineConfigurationStore(String, String, Class<?>...) - Constructor for class org.sqlproc.engine.impl.config.store.SimpleEngineConfigurationStore
 
SimpleJaxbStore - Class in org.sqlproc.engine.impl.config.store
This class is used only for the SQL Processor dynamic configuration serialization/deserialization.
SimpleJaxbStore(String, String, Class<?>...) - Constructor for class org.sqlproc.engine.impl.config.store.SimpleJaxbStore
 
simpleSetAttribute(Object, String, Object, Class<?>...) - Method in class org.sqlproc.engine.impl.SqlProcessContext
Sets the value of the specified simple attribute of the specified bean, if there is one.
simpleSetAttribute(Object, String, Object, Class<?>...) - Method in interface org.sqlproc.engine.SqlRuntimeContext
Sets the value of the specified simple attribute of the specified bean, if there is one.
simpleSetAttribute(SqlRuntimeContext, Object, String, Object, Class<?>...) - Method in interface org.sqlproc.engine.plugin.BeanUtilsPlugin
Sets the value of the specified simple attribute of the specified bean, if there is one.
simpleSetAttribute(SqlRuntimeContext, Object, String, Object, Class<?>...) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
Sets the value of the specified simple attribute of the specified bean, if there is one.
SimpleSqlPluginFactory - Class in org.sqlproc.engine.plugin
The simple implementation of the SqlPluginFactory.
SimpleSqlPluginFactory() - Constructor for class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The private constructor.
skip - Variable in class org.sqlproc.engine.impl.SqlProcessorParser.mapping_scope
 
skip - Variable in class org.sqlproc.engine.impl.SqlProcessorParser.meta_scope
 
SKIP_ALIASES_IN_SQL_COMMAND - Enum constant in enum class org.sqlproc.engine.SqlFeature
SKIP_ALIASES_IN_SQL_COMMAND is indicator that column aliases are not included in generated SQL command.
skipAliasesInQqlCommand - Variable in class org.sqlproc.engine.SqlDefaultFactory
The indicator that column aliases are not included in generated SQL command.
skipEmptyStatement - Variable in class org.sqlproc.engine.impl.SqlStandardControl
The indicator, that an empty INSERT or UPDATE statement execution should be ignored (for example update statement without any bounded input values).
skipNextText - Variable in class org.sqlproc.engine.impl.SqlProcessResult
The indicator that a the next possible text has to be skipped.
SL_COMMENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
SL_COMMENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
SL_COMMENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
SL_COMMENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
SOPT - Enum constant in enum class org.sqlproc.engine.impl.SqlProcessor.FeatureType
Short option
specialStateTransition(int, IntStream) - Method in class org.sqlproc.engine.impl.SqlProcessorLazyLexer.DFA12
 
specialStateTransition(int, IntStream) - Method in class org.sqlproc.engine.impl.SqlProcessorLexer.DFA12
 
sql - Variable in class org.sqlproc.engine.config.store.XmlEngineConfiguration.EngineSql
 
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.SqlProcessorParser
 
SQL - Static variable in class org.sqlproc.engine.impl.SqlUtils
 
sqlBeansPlugin - Variable in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The SQL Processor plugin devoted to beans handling.
SqlBigDecimalType - Class in org.sqlproc.engine.type
The META type BIGDECIMAL.
SqlBigDecimalType() - Constructor for class org.sqlproc.engine.type.SqlBigDecimalType
 
SqlBigIntegerType - Class in org.sqlproc.engine.type
The META types BIGINTEGER.
SqlBigIntegerType() - Constructor for class org.sqlproc.engine.type.SqlBigIntegerType
 
SqlBlobType - Class in org.sqlproc.engine.type
The META type BLOB.
SqlBlobType() - Constructor for class org.sqlproc.engine.type.SqlBlobType
 
SqlBooleanType - Class in org.sqlproc.engine.type
The META type BOOLEAN.
SqlBooleanType() - Constructor for class org.sqlproc.engine.type.SqlBooleanType
 
SqlByteArrayType - Class in org.sqlproc.engine.type
The META type BYTEARRAY.
SqlByteArrayType() - Constructor for class org.sqlproc.engine.type.SqlByteArrayType
 
SqlByteType - Class in org.sqlproc.engine.type
The META type BYTE.
SqlByteType() - Constructor for class org.sqlproc.engine.type.SqlByteType
 
SqlCharType - Class in org.sqlproc.engine.type
The META type CHARACTER.
SqlCharType() - Constructor for class org.sqlproc.engine.type.SqlCharType
 
SqlClobType - Class in org.sqlproc.engine.type
The META type CLOB.
SqlClobType() - Constructor for class org.sqlproc.engine.type.SqlClobType
 
sqlCommand - Variable in exception class org.sqlproc.engine.SqlProcessorException
The failed SQL command.
SqlComposedTypeFactory - Class in org.sqlproc.engine.type
The factory definition, which can be used to construct the SqlMetaType instances.
SqlComposedTypeFactory(SqlTypeFactory) - Constructor for class org.sqlproc.engine.type.SqlComposedTypeFactory
Creates a new instance of this factory.
SqlComposedTypeFactory(SqlTypeFactory, List<SqlMetaType>) - Constructor for class org.sqlproc.engine.type.SqlComposedTypeFactory
Creates a new instance of this factory.
sqlControl - Variable in class org.sqlproc.engine.impl.SqlProcessContext
The compound parameters controlling the META SQL execution.
sqlControl - Variable in class org.sqlproc.engine.jdbc.JdbcQuery
The compound parameters controlling the META SQL execution.
SqlControl - Interface in org.sqlproc.engine
The compound parameters controlling the META SQL execution.
SqlControl.LowLevelSqlCallback - Interface in org.sqlproc.engine
The low level (before and after the SQL command execution) SQL callback.
SqlControl.SqlExecutionCallback - Interface in org.sqlproc.engine
The SQL command execution callback (before and after the SQL command execution).
sqlCount(String, StringBuilder) - Method in class org.sqlproc.engine.plugin.DefaultSqlPlugins
Used to construct the COUNT SQL.
sqlCount(String, StringBuilder) - Method in interface org.sqlproc.engine.plugin.SqlCountPlugin
Used to construct the COUNT SQL.
sqlCountPlugin - Variable in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The SQL Processor plugin devoted to the COUNT SQL construction.
SqlCountPlugin - Interface in org.sqlproc.engine.plugin
The SQL Processor plugin devoted to the COUNT SQL construction.
SqlCrudEngine - Class in org.sqlproc.engine
The primary SQL Processor class for the META SQL CRUD statement execution.
SqlCrudEngine(String, String, SqlMonitor, Map<String, Object>, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlCrudEngine
Creates a new instance of the SqlCrudEngine from one META SQL statement string.
SqlCrudEngine(String, String, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlCrudEngine
Creates a new instance of the SqlCrudEngine from one META SQL statement string.
SqlCrudEngine(String, SqlMetaStatement, SqlMappingRule, SqlMonitor, Map<String, Object>, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlCrudEngine
Creates a new instance of the SqlCrudEngine from one META SQL statement instance.
SqlCrudEngine(String, SqlMetaStatement, SqlMappingRule, SqlMonitor, Map<String, Object>, SqlTypeFactory, SqlPluginFactory, SqlEngineConfiguration) - Constructor for class org.sqlproc.engine.SqlCrudEngine
Creates a new instance of the SqlCrudEngine from one META SQL statement instance.
SqlCrudEngine(String, SqlMetaStatement, SqlMonitor, Map<String, Object>, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlCrudEngine
Creates a new instance of the SqlCrudEngine from one META SQL statement instance.
SqlCrudEngine(String, SqlMetaStatement, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlCrudEngine
Creates a new instance of the SqlCrudEngine from one META SQL statement instance.
SqlDatabaseColumn - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlDatabaseColumn(String) - Constructor for class org.sqlproc.engine.impl.SqlDatabaseColumn
Creates a new instance.
SqlDatabaseTable - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlDatabaseTable(String) - Constructor for class org.sqlproc.engine.impl.SqlDatabaseTable
Creates a new instance.
SqlDateTimeType - Class in org.sqlproc.engine.type
The META type DATETIME.
SqlDateTimeType() - Constructor for class org.sqlproc.engine.type.SqlDateTimeType
 
SqlDateType - Class in org.sqlproc.engine.type
The META type DATE.
SqlDateType() - Constructor for class org.sqlproc.engine.type.SqlDateType
 
SqlDefaultFactory - Class in org.sqlproc.engine
The simple implementation of the SqlEngineFactory.
SqlDefaultFactory() - Constructor for class org.sqlproc.engine.SqlDefaultFactory
Creates a new instance with no default values.
SqlDefaultFactory(boolean) - Constructor for class org.sqlproc.engine.SqlDefaultFactory
Creates a new instance with no default values.
SqlDefaultFactory(boolean, int) - Constructor for class org.sqlproc.engine.SqlDefaultFactory
Creates a new instance with no default values.
SqlDefaultFactory(int) - Constructor for class org.sqlproc.engine.SqlDefaultFactory
Creates a new instance with no default values.
SqlDefaultFactory.SqlThreadPoolExecutor - Class in org.sqlproc.engine
The customized ThreadPoolExecutor.
SqlDefaultFactoryMXBean - Class in org.sqlproc.engine.jmx
The simplified JMX interface for the SQL Engine factory.
SqlDefaultFactoryMXBean() - Constructor for class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
 
SqlDefaultFeatures - Class in org.sqlproc.engine.impl
The default optional features.
SqlDefaultFeatures() - Constructor for class org.sqlproc.engine.impl.SqlDefaultFeatures
 
SqlDefaultType - Class in org.sqlproc.engine.type
The default META type for the JDBC stack.
SqlDefaultType() - Constructor for class org.sqlproc.engine.type.SqlDefaultType
 
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 - Variable in class org.sqlproc.engine.impl.SqlProcessContext
The primary SQL Processor class for the META SQL execution.
SqlEngine - Class in org.sqlproc.engine
SqlEngine(String, SqlMetaStatement, SqlMappingRule, SqlMonitor, Map<String, Object>, SqlTypeFactory, SqlPluginFactory, SqlEngineConfiguration) - 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.
SqlEngineConfiguration - Class in org.sqlproc.engine.config
The dynamic configuration of the SQL Processor.
SqlEngineConfiguration() - Constructor for class org.sqlproc.engine.config.SqlEngineConfiguration
The default constructor.
SqlEngineConfiguration(String, String) - Constructor for class org.sqlproc.engine.config.SqlEngineConfiguration
The constructor takes data from the persisted state in external file.
SqlEngineConfiguration(SqlEngineConfigurationStore) - Constructor for class org.sqlproc.engine.config.SqlEngineConfiguration
The constructor takes data from the persisted state in external file.
SqlEngineConfiguration.NameValue - Class in org.sqlproc.engine.config
The simple container.
SqlEngineConfigurationStore - Interface in org.sqlproc.engine.config.store
This class is used only for the SQL Processor dynamic configuration serialization/deserialization.
SqlEngineException - Exception Class in org.sqlproc.engine
The general exception class for the SQL Processor parser.
SqlEngineException(String) - Constructor for exception class 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 class org.sqlproc.engine.SqlEngineException
Creates a new instance of the exception in the process of lexer and parser processing.
SqlEngineException(String, List<ErrorMsg>, List<ErrorMsg>, List<ErrorMsg>) - Constructor for exception class org.sqlproc.engine.SqlEngineException
Creates a new instance of the exception in the process of lexer and parser processing.
sqlEngineFactory - Variable in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
The SQL Engine factory instance
SqlEngineFactory - Interface in org.sqlproc.engine
The factory definition, which can be used to construct the SqlEngine instances.
SqlEnumIntegerType - Class in org.sqlproc.engine.type
The META type ENUMINTEGER.
SqlEnumIntegerType() - Constructor for class org.sqlproc.engine.type.SqlEnumIntegerType
 
SqlEnumStringType - Class in org.sqlproc.engine.type
The META type ENUMSTRING.
SqlEnumStringType() - Constructor for class org.sqlproc.engine.type.SqlEnumStringType
 
sqlExecutionCallback - Variable in class org.sqlproc.engine.impl.SqlStandardControl
The SQL command execution callback handler.
sqlExecutionPlugin - Variable in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The SQL Processor plugin devoted to possible SQL query/command modification just before it is executed.
SqlExecutionPlugin - Interface in org.sqlproc.engine.plugin
The SQL Processor plugin devoted to possible SQL query/command modification just before it is executed.
SqlExtendedMonitor - Interface in org.sqlproc.engine
The vehicle interface definition, which can be used to monitor the duration of all SQL queries execution.
SqlFeature - Enum Class in org.sqlproc.engine
The optional features are used to alter the behavior of the SQL Processor.
SqlFeature() - Constructor for enum class org.sqlproc.engine.SqlFeature
 
SqlFilesLoader - Class in org.sqlproc.engine
The helper class for the file(s) loading.
SqlFilesLoader(String, Class<?>) - Constructor for class org.sqlproc.engine.SqlFilesLoader
Reads the file(s) content and creates a new SqlFilesLoader instance.
SqlFilesLoader(List<String>, Class<?>) - Constructor for class org.sqlproc.engine.SqlFilesLoader
Reads the file(s) content and creates a new SqlFilesLoader instance.
SqlFloatType - Class in org.sqlproc.engine.type
The META type FLOAT.
SqlFloatType() - Constructor for class org.sqlproc.engine.type.SqlFloatType
 
sqlFragment(SqlMetaStatement) - Method in class org.sqlproc.engine.impl.SqlProcessorParser
 
sqlFragmentType - Variable in class org.sqlproc.engine.impl.SqlProcessContext
The type of the META SQL fragment.
SqlFromDateType - Class in org.sqlproc.engine.type
The META type FROMDATE.
SqlFromDateType() - Constructor for class org.sqlproc.engine.type.SqlFromDateType
 
sqlFromToPlugin - Variable in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The SQL Processor plugin devoted to the FROM-TO SQL construction.
SqlFromToPlugin - Interface in org.sqlproc.engine.plugin
The SQL Processor plugin devoted to the FROM-TO SQL construction.
SqlFromToPlugin.LimitType - Class in org.sqlproc.engine.plugin
The characteristic of FROM and TO restrictions used in SqlQuery.list(SqlRuntimeContext).
sqlIdentityPlugin - Variable in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The SQL Processor plugin devoted to the identity SELECT SQL construction.
SqlIdentityPlugin - Interface in org.sqlproc.engine.plugin
The SQL Processor plugin devoted to the identity or sequence SELECT SQL construction.
SqlIdentityType - Class in org.sqlproc.engine.type
The META type for an auto-generated identity.
SqlIdentityType() - Constructor for class org.sqlproc.engine.type.SqlIdentityType
 
SqlInputValue - Class in org.sqlproc.engine.impl
The entity for a dynamic input value.
SqlInputValue(SqlProcessContext, String, SqlInputValue, Object) - Constructor for class org.sqlproc.engine.impl.SqlInputValue
Creates a new instance of this entity.
SqlInputValue(SqlProcessContext, SqlInputValue.Type, Object, Object, String, SqlType, String, Class<?>...) - Constructor for class org.sqlproc.engine.impl.SqlInputValue
Creates a new instance of this entity.
SqlInputValue(SqlProcessContext, SqlInputValue.Type, Object, Object, SqlInputValue.Code, SqlInputValue.Mode, SqlType, String, String, Boolean, Class<?>...) - Constructor for class org.sqlproc.engine.impl.SqlInputValue
Creates a new instance of this entity.
SqlInputValue.Code - Enum Class in org.sqlproc.engine.impl
Enumeration for no/upper/lower case conversion.
SqlInputValue.Mode - Enum Class in org.sqlproc.engine.impl
Enumeration for IN/OUT/INOUT mode of callable statement parameter.
SqlInputValue.Type - Enum Class in org.sqlproc.engine.impl
Enumeration for the type of input value.
SqlInstantType - Class in org.sqlproc.engine.type
The META type LOCALTIME.
SqlInstantType() - Constructor for class org.sqlproc.engine.type.SqlInstantType
 
SqlIntegerType - Class in org.sqlproc.engine.type
The META type INTEGER.
SqlIntegerType() - Constructor for class org.sqlproc.engine.type.SqlIntegerType
 
SqlLocalDateTimeType - Class in org.sqlproc.engine.type
The META type LOCALDATETIME.
SqlLocalDateTimeType() - Constructor for class org.sqlproc.engine.type.SqlLocalDateTimeType
 
SqlLocalDateType - Class in org.sqlproc.engine.type
The META type LOCALDATE.
SqlLocalDateType() - Constructor for class org.sqlproc.engine.type.SqlLocalDateType
 
SqlLocalTimeType - Class in org.sqlproc.engine.type
The META type LOCALTIME.
SqlLocalTimeType() - Constructor for class org.sqlproc.engine.type.SqlLocalTimeType
 
SqlLongType - Class in org.sqlproc.engine.type
The META type LONG.
SqlLongType() - Constructor for class org.sqlproc.engine.type.SqlLongType
 
SqlMappingAttribute - Class in org.sqlproc.engine.impl
The mapping rule sub-element for one output attribute.
SqlMappingAttribute(SqlMappingItem, String, String) - Constructor for class org.sqlproc.engine.impl.SqlMappingAttribute
Creates a new instance.
SqlMappingIdentity - Class in org.sqlproc.engine.impl
The identity related to one output attribute.
SqlMappingIdentity(SqlMappingItem) - Constructor for class org.sqlproc.engine.impl.SqlMappingIdentity
Creates a new instance.
SqlMappingIdentity(SqlMappingItem, SqlMappingAttribute) - Constructor for class org.sqlproc.engine.impl.SqlMappingIdentity
Creates a new instance.
SqlMappingItem - Class in org.sqlproc.engine.impl
The mapping rule element for one output attribute, which is a mapping item.
SqlMappingItem(String) - Constructor for class org.sqlproc.engine.impl.SqlMappingItem
Creates a new instance.
SqlMappingResult - Class in org.sqlproc.engine.impl
Holds the results of an explicit and an implicit mapping rules merging.
SqlMappingResult(SqlProcessContext, 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.
SqlMappingRule(String) - 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 Class in org.sqlproc.engine.impl
The enumeration of types.
SqlMetaConst - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlMetaConst(SqlInputValue.Code) - Constructor for class org.sqlproc.engine.impl.SqlMetaConst
Creates a new instance of this entity.
SqlMetaConst(SqlInputValue.Code, boolean) - Constructor for class org.sqlproc.engine.impl.SqlMetaConst
Creates a new instance of this entity.
SqlMetaConst(SqlInputValue.Code, boolean, SqlType) - Constructor for class org.sqlproc.engine.impl.SqlMetaConst
Creates a new instance of this entity.
SqlMetaElement - Interface in org.sqlproc.engine.impl
The parents of all ANTLR grammar based elements for META SQL.
SqlMetaIdent - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlMetaIdent(SqlInputValue.Code, SqlInputValue.Mode) - Constructor for class org.sqlproc.engine.impl.SqlMetaIdent
Creates a new instance of this entity.
SqlMetaIdent(SqlInputValue.Code, SqlInputValue.Mode, boolean) - Constructor for class org.sqlproc.engine.impl.SqlMetaIdent
Creates a new instance of this entity.
SqlMetaIdent(SqlInputValue.Code, SqlInputValue.Mode, boolean, SqlType) - Constructor for class org.sqlproc.engine.impl.SqlMetaIdent
Creates a new instance of this entity.
SqlMetaIf - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlMetaIf() - Constructor for class org.sqlproc.engine.impl.SqlMetaIf
Creates a new instance.
SqlMetaIfItem - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlMetaIfItem() - Constructor for class org.sqlproc.engine.impl.SqlMetaIfItem
Creates a new instance.
SqlMetaLogExpr - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlMetaLogExpr() - Constructor for class org.sqlproc.engine.impl.SqlMetaLogExpr
Creates a new instance.
SqlMetaLogExpr(boolean) - Constructor for class org.sqlproc.engine.impl.SqlMetaLogExpr
Creates a new instance of this entity.
SqlMetaLogOperand - Interface in org.sqlproc.engine.impl
The ancestor of META SQL sub-elements, which can be used in SqlMetaLogExpr.
SqlMetaLogOperator - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlMetaLogOperator(SqlMetaLogOperator.Type) - Constructor for class org.sqlproc.engine.impl.SqlMetaLogOperator
Creates a new instance.
SqlMetaLogOperator.Type - Enum Class in org.sqlproc.engine.impl
The enumeration of the logical operator types.
SqlMetaOperator - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlMetaOperator(boolean, List<String>) - Constructor for class org.sqlproc.engine.impl.SqlMetaOperator
Creates a new instance of this entity using the list of sub-elements.
SqlMetaOperator(SqlInputValue.Code) - Constructor for class org.sqlproc.engine.impl.SqlMetaOperator
Creates a new instance of this entity.
SqlMetaOperator(SqlInputValue.Code, boolean) - Constructor for class org.sqlproc.engine.impl.SqlMetaOperator
Creates a new instance of this entity.
SqlMetaOperator(SqlInputValue.Code, boolean, SqlType) - Constructor for class org.sqlproc.engine.impl.SqlMetaOperator
Creates a new instance of this entity.
SqlMetaOrd - Class in org.sqlproc.engine.impl
A META SQL sub-element.
SqlMetaOrd(String) - 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(String) - Constructor for class org.sqlproc.engine.impl.SqlMetaSqlFragment
Creates a new instance.
SqlMetaSqlFragment(SqlMetaSqlFragment.Type) - Constructor for class org.sqlproc.engine.impl.SqlMetaSqlFragment
Creates a new instance.
SqlMetaSqlFragment.Type - Enum Class in org.sqlproc.engine.impl
The enumeration of types.
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(String) - Constructor for class org.sqlproc.engine.impl.SqlMetaStatement
Creates a new instance.
SqlMetaStatement.Type - Enum Class in org.sqlproc.engine.impl
The SQL command 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 - Interface in org.sqlproc.engine.type
The common ancestor of all META types.
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.
sqlName - Variable in class org.sqlproc.engine.impl.SqlStandardControl
The name of the required SQL Query Engine instance.
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(String, SqlOrder.Order) - Constructor for class org.sqlproc.engine.SqlOrder
Creates a new ordering directive list.
SqlOrder.Order - Enum Class in org.sqlproc.engine
The enumeration for the ordering directives.
SqlOutValueType - Class in org.sqlproc.engine.type
The META type for an auto-generated identity.
SqlOutValueType() - Constructor for class org.sqlproc.engine.type.SqlOutValueType
 
SqlPluginFactory - Interface in org.sqlproc.engine.plugin
The factory definition, which can be used to construct the SQL Processor plugins instances.
SqlProcedureEngine - Class in org.sqlproc.engine
The primary SQL Processor class for the META SQL stored procedures execution.
SqlProcedureEngine(String, String, String, SqlMonitor, Map<String, Object>, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlProcedureEngine
Creates a new instance of the SqlProcedureEngine from one stored procedure execution META SQL statement string and one SQL Mapping rule string.
SqlProcedureEngine(String, String, String, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlProcedureEngine
Creates a new instance of the SqlProcedureEngine from one stored procedure execution META SQL statement and one SQL mapping rule string.
SqlProcedureEngine(String, SqlMetaStatement, SqlMappingRule, SqlMonitor, Map<String, Object>, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlProcedureEngine
Creates a new instance of the SqlProcedureEngine from one stored procedure execution META SQL statement and one SQL mapping rule instances.
SqlProcedureEngine(String, SqlMetaStatement, SqlMappingRule, SqlMonitor, Map<String, Object>, SqlTypeFactory, SqlPluginFactory, SqlEngineConfiguration) - Constructor for class org.sqlproc.engine.SqlProcedureEngine
Creates a new instance of the SqlProcedureEngine from one stored procedure execution META SQL statement and one SQL mapping rule instances.
SqlProcedureEngine(String, SqlMetaStatement, SqlMappingRule, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlProcedureEngine
Creates a new instance of the SqlProcedureEngine from one stored procedure execution META SQL statement and one SQL mapping rule instances.
SqlProcessContext - Class in org.sqlproc.engine.impl
The crate (design pattern) for all input parameters for the SqlMetaStatement.process(org.sqlproc.engine.impl.SqlMetaStatement.Type, Object, SqlControl, SqlEngine) Also can work as a context for a dynamic ANSI SQL query generation.
SqlProcessContext(SqlMetaStatement.Type, Object, SqlControl, SqlEngine) - Constructor for class org.sqlproc.engine.impl.SqlProcessContext
Creates a new instance.
SqlProcessContext(SqlProcessContext, Object, SqlControl) - Constructor for class org.sqlproc.engine.impl.SqlProcessContext
Creates a new instance.
sqlProcessingIdPlugin - Variable in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The SQL Processor plugin devoted to the META SQL execution optimization.
SqlProcessingIdPlugin - Interface in org.sqlproc.engine.plugin
The SQL Processor plugin devoted to the META SQL execution optimization.
SqlProcessor - Class in org.sqlproc.engine.impl
Pre-compiled META SQL statements, output mappings and optional features (also known as the SQL Processor artifacts).
SqlProcessor(Map<String, Object>, Set<String>) - Constructor for class org.sqlproc.engine.impl.SqlProcessor
Creates a new instance.
SqlProcessor.FeatureType - Enum Class in org.sqlproc.engine.impl
The mapping rule type.
SqlProcessor.FilterStatus - Enum Class in org.sqlproc.engine.impl
This status is the result of the filters processing, based on the next rules:
in the case there are no filters
- there are activeFilters, the artifact is dead - NOK
- otherwise the artifact is ok - OK
in the case there are filters
- there are no activeFilters, the artifact is ok, but lower priority - OK_LOWER
- there are activeFilters, and the intersection is not empty, the artifact is ok - OK
- there are activeFilters, and the intersection is empty, the artifact is dead - NOK
SqlProcessor.MappingType - Enum Class in org.sqlproc.engine.impl
The mapping rule type.
SqlProcessor.StatementType - Enum Class in org.sqlproc.engine.impl
The META SQL statement type.
SqlProcessorException - Exception Class in org.sqlproc.engine
The general runtime exception class for the SQL Processor engine.
SqlProcessorException() - Constructor for exception class org.sqlproc.engine.SqlProcessorException
Creates a new instance of the exception.
SqlProcessorException(String) - Constructor for exception class org.sqlproc.engine.SqlProcessorException
Creates a new instance of the exception.
SqlProcessorException(String, Throwable) - Constructor for exception class org.sqlproc.engine.SqlProcessorException
Creates a new instance of the exception.
SqlProcessorException(String, Throwable, String) - Constructor for exception class org.sqlproc.engine.SqlProcessorException
Creates a new instance of the exception.
SqlProcessorException(Throwable) - Constructor for exception class org.sqlproc.engine.SqlProcessorException
Creates a new instance of the exception.
SqlProcessorException(Throwable, String) - Constructor for exception class org.sqlproc.engine.SqlProcessorException
Creates a new instance of the exception.
SqlProcessorLazyLexer - Class in org.sqlproc.engine.impl
 
SqlProcessorLazyLexer() - Constructor for class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
SqlProcessorLazyLexer(CharStream) - Constructor for class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
SqlProcessorLazyLexer(CharStream, RecognizerSharedState) - Constructor for class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
SqlProcessorLazyLexer.DFA12 - Class in org.sqlproc.engine.impl
 
SqlProcessorLazyParser - Class in org.sqlproc.engine.impl
 
SqlProcessorLazyParser(TokenStream) - Constructor for class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
SqlProcessorLazyParser(TokenStream, RecognizerSharedState) - Constructor for class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
SqlProcessorLexer - Class in org.sqlproc.engine.impl
 
SqlProcessorLexer() - Constructor for class org.sqlproc.engine.impl.SqlProcessorLexer
 
SqlProcessorLexer(CharStream) - Constructor for class org.sqlproc.engine.impl.SqlProcessorLexer
 
SqlProcessorLexer(CharStream, RecognizerSharedState) - Constructor for class org.sqlproc.engine.impl.SqlProcessorLexer
 
SqlProcessorLexer.DFA12 - Class in org.sqlproc.engine.impl
 
SqlProcessorLoader - Class in org.sqlproc.engine
The helper class for the META SQL statements and mapping rules parsing.
SqlProcessorLoader(StringBuilder, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlProcessorLoader
Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlProcessorLoader(StringBuilder, SqlTypeFactory, SqlPluginFactory, String) - Constructor for class org.sqlproc.engine.SqlProcessorLoader
Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlProcessorLoader(StringBuilder, SqlTypeFactory, SqlPluginFactory, String, SqlMonitorFactory) - Constructor for class org.sqlproc.engine.SqlProcessorLoader
Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlProcessorLoader(StringBuilder, SqlTypeFactory, SqlPluginFactory, String, SqlMonitorFactory, String...) - Constructor for class org.sqlproc.engine.SqlProcessorLoader
Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlProcessorLoader(StringBuilder, SqlTypeFactory, SqlPluginFactory, String, SqlMonitorFactory, List<SqlMetaType>, String...) - Constructor for class org.sqlproc.engine.SqlProcessorLoader
Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlProcessorLoader(StringBuilder, SqlTypeFactory, SqlPluginFactory, String, SqlMonitorFactory, SqlValidatorFactory, List<SqlMetaType>, String...) - Constructor for class org.sqlproc.engine.SqlProcessorLoader
Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlProcessorLoader(StringBuilder, SqlTypeFactory, SqlPluginFactory, String, SqlMonitorFactory, SqlValidatorFactory, List<SqlMetaType>, SqlEngineConfiguration, String...) - Constructor for class org.sqlproc.engine.SqlProcessorLoader
Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlProcessorLoader.AsyncEngineInit - Class in org.sqlproc.engine
 
SqlProcessorLoader.Cache - Class in org.sqlproc.engine
The SQL Processor processing cache
SqlProcessorLoader.Engine - Class in org.sqlproc.engine
The SQL Processor initialized engines
SqlProcessorLoader.EngineType - Enum Class in org.sqlproc.engine
The SQL Engine types
SqlProcessorParser - Class in org.sqlproc.engine.impl
 
SqlProcessorParser(TokenStream) - Constructor for class org.sqlproc.engine.impl.SqlProcessorParser
 
SqlProcessorParser(TokenStream, RecognizerSharedState) - Constructor for class org.sqlproc.engine.impl.SqlProcessorParser
 
SqlProcessorParser.DFA43 - Class in org.sqlproc.engine.impl
 
SqlProcessorParser.DFA48 - Class in org.sqlproc.engine.impl
 
SqlProcessorParser.DFA57 - Class in org.sqlproc.engine.impl
 
SqlProcessorParser.DFA66 - Class in org.sqlproc.engine.impl
 
SqlProcessorParser.DFA73 - Class in org.sqlproc.engine.impl
 
SqlProcessorParser.mapping_scope - Class in org.sqlproc.engine.impl
 
SqlProcessorParser.meta_scope - Class in org.sqlproc.engine.impl
 
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(SqlProcessContext, String) - Constructor for class org.sqlproc.engine.impl.SqlProcessResult
Creates a new instance with a SQL fragment from SqlMetaText.
SqlProcessResult(SqlProcessResult, Object, SqlControl) - Constructor for class org.sqlproc.engine.impl.SqlProcessResult
Creates a new instance with a SQL fragment from SqlMetaText.
SqlQuery - Interface in org.sqlproc.engine
The SQL Engine query contract definition.
SqlQuery.SqlQueryRowProcessor - Interface in org.sqlproc.engine
A low level callback to be used with the cursor based queries.
SqlQueryEngine - Class in org.sqlproc.engine
The primary SQL Processor class for the META SQL query execution.
SqlQueryEngine(String, String, String, SqlMonitor, Map<String, Object>, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlQueryEngine
Creates a new instance of the SqlQueryEngine from one META SQL statement string and one SQL Mapping rule string.
SqlQueryEngine(String, String, String, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlQueryEngine
Creates a new instance of the SqlQueryEngine from one META SQL query string and one SQL mapping rule string.
SqlQueryEngine(String, SqlMetaStatement, SqlMappingRule, SqlMonitor, Map<String, Object>, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlQueryEngine
Creates a new instance of the SqlQueryEngine from one META SQL statement and one SQL mapping rule instances.
SqlQueryEngine(String, SqlMetaStatement, SqlMappingRule, SqlMonitor, Map<String, Object>, SqlTypeFactory, SqlPluginFactory, SqlEngineConfiguration) - 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, SqlTypeFactory, SqlPluginFactory) - Constructor for class org.sqlproc.engine.SqlQueryEngine
Creates a new instance of the SqlQueryEngine from one META SQL statement and one SQL mapping rule instances.
SqlQueryEngine.QueryExecutor<E> - Class in org.sqlproc.engine
 
SqlRowProcessor<E> - Interface in org.sqlproc.engine
A callback to be used with the cursor based queries.
SqlRuntimeContext - Interface in org.sqlproc.engine
The public runtime context.
SqlRuntimeException - Exception Class in org.sqlproc.engine
The general runtime exception class for the SQL Processor engine.
SqlRuntimeException() - Constructor for exception class org.sqlproc.engine.SqlRuntimeException
Creates a new instance of the exception.
SqlRuntimeException(String) - Constructor for exception class org.sqlproc.engine.SqlRuntimeException
Creates a new instance of the exception.
SqlRuntimeException(String, Throwable) - Constructor for exception class org.sqlproc.engine.SqlRuntimeException
Creates a new instance of the exception.
SqlRuntimeException(Throwable) - Constructor for exception class org.sqlproc.engine.SqlRuntimeException
Creates a new instance of the exception.
sqls - Variable in class org.sqlproc.engine.SqlProcessorLoader.Cache
 
sqls - Variable in class org.sqlproc.engine.SqlProcessorLoader.Engine
 
sqls - Variable in class org.sqlproc.engine.SqlProcessorLoader
The collection of named META SQL queries.
sqlSequencePlugin - Variable in class org.sqlproc.engine.plugin.SimpleSqlPluginFactory
The SQL Processor plugin devoted to the sequence SELECT SQL construction.
SqlSequencePlugin - Interface in org.sqlproc.engine.plugin
The SQL Processor plugin devoted to the sequence SELECT SQL construction.
SqlSession - Interface in org.sqlproc.engine
The SQL Engine session contract definition.
SqlSessionFactory - Interface in org.sqlproc.engine
The factory definition, which can be used to construct the SqlSession instances.
SqlShortType - Class in org.sqlproc.engine.type
The META type SHORT.
SqlShortType() - Constructor for class org.sqlproc.engine.type.SqlShortType
 
SqlStandardControl - Class in org.sqlproc.engine.impl
The compound parameters controlling the META SQL execution.
SqlStandardControl() - Constructor for class org.sqlproc.engine.impl.SqlStandardControl
Standard constructor.
SqlStandardControl(SqlControl) - Constructor for class org.sqlproc.engine.impl.SqlStandardControl
Merging constructor.
sqlStatementType - Variable in class org.sqlproc.engine.impl.SqlProcessContext
The SQL command type.
SqlStringType - Class in org.sqlproc.engine.type
The META type STRING.
SqlStringType() - Constructor for class org.sqlproc.engine.type.SqlStringType
 
SqlTaggedMetaType - Interface in org.sqlproc.engine.type
The common ancestor of all META types.
SqlTextType - Class in org.sqlproc.engine.type
The META type TEXT.
SqlTextType() - Constructor for class org.sqlproc.engine.type.SqlTextType
 
SqlThreadPoolExecutor(int, SqlDefaultFactory) - Constructor for class org.sqlproc.engine.SqlDefaultFactory.SqlThreadPoolExecutor
 
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(String, SqlMetaType) - Constructor for class org.sqlproc.engine.impl.SqlType
Creates a new instance with specified internal type.
SqlTypeFactory - Interface in org.sqlproc.engine.type
The factory definition, which can be used to construct the SqlMetaType instances.
SqlUtils - Class in org.sqlproc.engine.impl
SQL Processor utilities.
SqlUtils() - Constructor for class org.sqlproc.engine.impl.SqlUtils
 
SqlValidationContext<T> - Interface in org.sqlproc.engine.validation
The generic interface definition for the validation context.
SqlValidationException - Exception Class in org.sqlproc.engine.validation
The general runtime exception class for the SQL Processor engine.
SqlValidationException() - Constructor for exception class org.sqlproc.engine.validation.SqlValidationException
Creates a new instance of the exception.
SqlValidationException(String) - Constructor for exception class org.sqlproc.engine.validation.SqlValidationException
Creates a new instance of the exception.
SqlValidationException(String, Throwable) - Constructor for exception class org.sqlproc.engine.validation.SqlValidationException
Creates a new instance of the exception.
SqlValidationException(String, SqlValidationResult<T>) - Constructor for exception class org.sqlproc.engine.validation.SqlValidationException
Creates a new instance of the exception.
SqlValidationException(Throwable) - Constructor for exception class org.sqlproc.engine.validation.SqlValidationException
Creates a new instance of the exception.
SqlValidationException(SqlValidationResult<T>) - Constructor for exception class org.sqlproc.engine.validation.SqlValidationException
Creates a new instance of the exception.
SqlValidationResult<T> - Interface in org.sqlproc.engine.validation
The generic interface definition for the validation result.
SqlValidator - Interface in org.sqlproc.engine.validation
The vehicle interface definition, which can be used to validate input values in INSERT or UPDATE statements.
SqlValidatorFactory - Interface in org.sqlproc.engine.validation
The factory definition, which can be used to construct the SqlValidator instances.
start - Variable in class org.sqlproc.engine.impl.ErrorMsg
 
start(Class<T>) - Method in interface org.sqlproc.engine.validation.SqlValidator
The SqlValidator visitor method called from inside the main execution methods in SqlCrudEngine.
statement - Variable in class org.sqlproc.engine.SqlEngine
The pre-compiled META SQL query or statement.
STATEMENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
STATEMENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
STATEMENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
STATEMENT - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
statementsFeatures - Variable in class org.sqlproc.engine.impl.SqlProcessor
The collection of the SQL Processor optional features in the statement context.
statementsFeatures - Variable in class org.sqlproc.engine.SqlProcessorLoader
The collection of the SQL Processor optional features in the statement context.
statementsFeaturesUnset - Variable in class org.sqlproc.engine.impl.SqlProcessor
The collection of the SQL Processor optional features to be cleared in the statement context.
statementsFeaturesUnset - Variable in class org.sqlproc.engine.SqlProcessorLoader
The collection of the SQL Processor optional features to be cleared in the statement context.
StatementType() - Constructor for enum class org.sqlproc.engine.impl.SqlProcessor.StatementType
 
staticInputValues - Variable in class org.sqlproc.engine.impl.SqlStandardControl
The object used for the SQL statement dynamic input values.
store - Variable in class org.sqlproc.engine.config.SqlEngineConfiguration
The store to persist this configuration;
store() - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
Persist the configuration into the external file.
storeConfiguration() - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Persists the configuration into the external file.
STRING - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
STRING - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
STRING - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
STRING - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
STRING - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type STRING.
substitute(String) - Static method in class org.sqlproc.engine.impl.config.store.SimpleJaxbStore
 
SUPPVAL_DISCRIMINATOR_ - Static variable in class org.sqlproc.engine.impl.ParserUtils
 
SUPPVAL_DTYPE_ - Static variable in class org.sqlproc.engine.impl.ParserUtils
 
SUPPVAL_GTYPE_ - Static variable in class org.sqlproc.engine.impl.ParserUtils
 
SUPPVAL_TYPE_ - Static variable in class org.sqlproc.engine.impl.ParserUtils
 
SURROUND_QUERY_LIKE_FULL - Enum constant in enum class org.sqlproc.engine.SqlFeature
SURROUND_QUERY_LIKE is the key for the special SQL Processor behavior.
SURROUND_QUERY_LIKE_PARTIAL - Enum constant in enum class org.sqlproc.engine.SqlFeature
SURROUND_QUERY_LIKE_PARTIAL is the key for the special SQL Processor behavior.
SURROUND_QUERY_MIN_LEN - Enum constant in enum class org.sqlproc.engine.SqlFeature
SURROUND_QUERY_MIN_LEN is the minimal length of the string input values for the SQL like command to switch on the SQL Processor special behavior described above in the runtime.

T

terminated() - Method in class org.sqlproc.engine.SqlDefaultFactory.SqlThreadPoolExecutor
 
text - Variable in class org.sqlproc.engine.impl.SqlProcessorParser.meta_scope
 
TEXT - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type TEXT.
TIME - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type TIME.
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 typeTIMESTAMP.
TO_DATE - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instance of String based enumeration type TO_DATE.
toArray(Object) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
toBytes(byte[]) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
toBytes(Byte[]) - Static method in class org.sqlproc.engine.impl.SqlUtils
 
toConfig(SqlEngineConfiguration) - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
tokenNames - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
tokenNames - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 
toList(Map<String, Integer>) - Method in class org.sqlproc.engine.jmx.SqlDefaultFactoryMXBean
Converts list
toParameterTypes(Object) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
toParameterTypes(Object[]) - Method in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
toString() - Method in class org.sqlproc.engine.config.SqlEngineConfiguration
 
toString() - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration.EngineSql
 
toString() - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration.EngineUsage
 
toString() - Method in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
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.SqlProcessContext
For debug purposes.
toString() - Method in class org.sqlproc.engine.impl.SqlProcessResult
For debug purposes.
toString() - Method in class org.sqlproc.engine.impl.SqlStandardControl
toString() - Method in class org.sqlproc.engine.impl.SqlType
For debug purposes.
toString() - Method in class org.sqlproc.engine.SqlFilesLoader
Returns a string representation of the object.
toString() - Method in class org.sqlproc.engine.SqlOrder
For debug purposes.
type - Variable in class org.sqlproc.engine.impl.SqlInputValue
The input value META type.
type - Variable in class org.sqlproc.engine.impl.SqlMetaAndOr
The type if this element.
type - Variable in class org.sqlproc.engine.impl.SqlMetaLogOperator
The type of the logical operator.
type - Variable in class org.sqlproc.engine.impl.SqlMetaSqlFragment
The type if this element.
type - Variable in class org.sqlproc.engine.plugin.BeanUtilsPlugin.GetterType
 
Type() - Constructor for enum class org.sqlproc.engine.impl.SqlInputValue.Type
 
Type() - Constructor for enum class org.sqlproc.engine.impl.SqlMetaAndOr.Type
 
Type() - Constructor for enum class org.sqlproc.engine.impl.SqlMetaLogOperator.Type
 
Type() - Constructor for enum class org.sqlproc.engine.impl.SqlMetaSqlFragment.Type
 
Type() - Constructor for enum class org.sqlproc.engine.impl.SqlMetaStatement.Type
 
typeClass - Variable in class org.sqlproc.engine.plugin.BeanUtilsPlugin.GetterType
 
typeFactory - Variable in class org.sqlproc.engine.impl.SqlProcessorParser.mapping_scope
 
typeFactory - Variable in class org.sqlproc.engine.impl.SqlProcessorParser.meta_scope
 
typeFactory - Variable in class org.sqlproc.engine.SqlDefaultFactory
The factory for the META types construction.
typeFactory - Variable in class org.sqlproc.engine.SqlEngine
The factory for the META types construction.
typeFactory - Variable in class org.sqlproc.engine.type.SqlComposedTypeFactory
The factory of the underlying stack.
typeGetters - Variable in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
types - Variable in class org.sqlproc.engine.plugin.DefaultBeanUtilsPlugin
 
TYPES - Static variable in class org.sqlproc.engine.jdbc.type.JdbcTypeFactory
Singleton instances of generic types.

U

unique(SqlRuntimeContext) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Convenience method to return a single instance that matches the query, or null if the query returns no results.
unique(SqlRuntimeContext) - Method in interface org.sqlproc.engine.SqlQuery
Convenience method to return a single instance that matches the query, or null if the query returns no results.
uniqueArtifactName(String, String, List<String>) - Method in class org.sqlproc.engine.impl.SqlProcessor
Builds the unique artifact name.
unsetFeatures(Set<String>) - Method in class org.sqlproc.engine.impl.SqlStandardControl
Clears the optional features in the stament's or execution scope.
unsetFeatures(Set<String>) - Method in class org.sqlproc.engine.SqlEngine
Clears the optional features in the stament's or global scope.
update(SqlQuery, SqlProcessResult) - Method in class org.sqlproc.engine.SqlCrudEngine
Internal update implementation
update(SqlRuntimeContext) - Method in class org.sqlproc.engine.jdbc.JdbcQuery
Executes the update, delete or insert statement.
update(SqlRuntimeContext) - Method in interface org.sqlproc.engine.SqlQuery
Executes the update, delete or insert statement.
update(SqlSession, Object) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL update statement to persist a database row.
update(SqlSession, Object, Object) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL update statement to persist a database row.
update(SqlSession, Object, Object, int) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL update statement to persist a database row.
update(SqlSession, Object, SqlControl) - Method in class org.sqlproc.engine.SqlCrudEngine
Runs the META SQL update statement to persist a database row.
UPDATE - Enum constant in enum class org.sqlproc.engine.impl.SqlMetaStatement.Type
SQL SET
UPPER - Enum constant in enum class org.sqlproc.engine.impl.SqlInputValue.Code
Upper case conversion.
usage - Variable in class org.sqlproc.engine.config.store.XmlEngineConfiguration.EngineUsage
 
useDynamicProcessingCache - Variable in class org.sqlproc.engine.config.SqlEngineConfiguration
The processing cache can be used for SqlProcessResult instances dynamically.
useDynamicProcessingCache - Variable in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
useProcessingCache - Variable in class org.sqlproc.engine.config.SqlEngineConfiguration
The processing cache can be used for SqlProcessResult instances.
useProcessingCache - Variable in class org.sqlproc.engine.config.store.XmlEngineConfiguration
 

V

validate(SqlValidationContext<T>, Class<T>, String, Object) - Method in interface org.sqlproc.engine.validation.SqlValidator
The SqlValidator visitor method called from inside the main execution methods in SqlCrudEngine.
validate(SqlValidator) - Method in class org.sqlproc.engine.impl.SqlProcessResult
Validates the processed input attributes and their values.
validator - Variable in class org.sqlproc.engine.SqlEngine
The injected validator.
validatorFactory - Variable in class org.sqlproc.engine.SqlDefaultFactory
The validator factory used in the process of the SQL Monitor instances creation.
validatorFactory - Variable in class org.sqlproc.engine.SqlProcessorLoader
The validator factory used in the process of the SQL Monitor instances creation
value - Variable in class org.sqlproc.engine.config.SqlEngineConfiguration.NameValue
 
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 class org.sqlproc.engine.impl.SqlInputValue.Code
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.sqlproc.engine.impl.SqlInputValue.Mode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.sqlproc.engine.impl.SqlInputValue.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.sqlproc.engine.impl.SqlMetaAndOr.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.sqlproc.engine.impl.SqlMetaLogOperator.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.sqlproc.engine.impl.SqlMetaSqlFragment.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.sqlproc.engine.impl.SqlMetaStatement.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.sqlproc.engine.impl.SqlProcessor.FeatureType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.sqlproc.engine.impl.SqlProcessor.FilterStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.sqlproc.engine.impl.SqlProcessor.MappingType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.sqlproc.engine.impl.SqlProcessor.StatementType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.sqlproc.engine.SqlFeature
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.sqlproc.engine.SqlOrder.Order
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.sqlproc.engine.SqlProcessorLoader.EngineType
Returns the enum constant of this class with the specified name.
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 - Variable in class org.sqlproc.engine.impl.SqlMetaConst
Values for a special identifier handling, for example a sequence for an identity.
values - Variable in class org.sqlproc.engine.impl.SqlMetaIdent
Values for a special identifier handling, for example a sequence for an identity.
values() - Static method in enum class org.sqlproc.engine.impl.SqlInputValue.Code
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.sqlproc.engine.impl.SqlInputValue.Mode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.sqlproc.engine.impl.SqlInputValue.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.sqlproc.engine.impl.SqlMetaAndOr.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.sqlproc.engine.impl.SqlMetaLogOperator.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.sqlproc.engine.impl.SqlMetaSqlFragment.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.sqlproc.engine.impl.SqlMetaStatement.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.sqlproc.engine.impl.SqlProcessor.FeatureType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.sqlproc.engine.impl.SqlProcessor.FilterStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.sqlproc.engine.impl.SqlProcessor.MappingType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.sqlproc.engine.impl.SqlProcessor.StatementType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.sqlproc.engine.SqlFeature
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.sqlproc.engine.SqlOrder.Order
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.sqlproc.engine.SqlProcessorLoader.EngineType
Returns an array containing the constants of this enum class, in the order they are declared.
VALUES - Enum constant in enum class org.sqlproc.engine.impl.SqlMetaSqlFragment.Type
The type for the element prefix {= values.
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.
VERSION_COLUMN - Enum constant in enum class org.sqlproc.engine.SqlFeature
VERSION_COLUMN is the key for the version column name.

W

warnings - Variable in class org.sqlproc.engine.impl.SqlProcessor
The list of all warnings.
WHERE - Enum constant in enum class org.sqlproc.engine.impl.SqlMetaSqlFragment.Type
The type for the element prefix {= where.
WHERE_PREFIX - Static variable in interface org.sqlproc.engine.impl.SqlMetaElement
 
WILDCARD_CHARACTER - Enum constant in enum class org.sqlproc.engine.SqlFeature
WILDCARD_CHARACTER is the key for the wildcard character for the SQL like command.
writeConfig(SqlEngineConfiguration) - Method in interface org.sqlproc.engine.config.store.SqlEngineConfigurationStore
 
writeConfig(SqlEngineConfiguration) - Method in class org.sqlproc.engine.impl.config.store.SimpleEngineConfigurationStore
 
writeXml(Object) - Method in class org.sqlproc.engine.impl.config.store.SimpleJaxbStore
 
WS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyLexer
 
WS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLazyParser
 
WS - Static variable in class org.sqlproc.engine.impl.SqlProcessorLexer
 
WS - Static variable in class org.sqlproc.engine.impl.SqlProcessorParser
 

X

xmlContext - Variable in class org.sqlproc.engine.impl.config.store.SimpleJaxbStore
 
XmlEngineConfiguration - Class in org.sqlproc.engine.config.store
This class is used only for the SQL Processor dynamic configuration serialization/deserialization.
XmlEngineConfiguration() - Constructor for class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
XmlEngineConfiguration(SqlEngineConfiguration) - Constructor for class org.sqlproc.engine.config.store.XmlEngineConfiguration
 
XmlEngineConfiguration.EngineSql - Class in org.sqlproc.engine.config.store
 
XmlEngineConfiguration.EngineUsage - Class in org.sqlproc.engine.config.store
 

Z

zeroBasedFirst - Variable in class org.sqlproc.engine.plugin.SqlFromToPlugin.LimitType
 
A B C D E F G H I J L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form