- RDBMS_QUERY_CONFIG_FILE - Static variable in class org.wso2.extension.siddhi.store.rdbms.util.RDBMSTableConstants
-
- RDBMSCompiledCondition - Class in org.wso2.extension.siddhi.store.rdbms
-
Implementation class of CompiledCondition corresponding to the RDBMS Event Table.
- RDBMSCompiledCondition(String, SortedMap<Integer, Object>, boolean, int) - Constructor for class org.wso2.extension.siddhi.store.rdbms.RDBMSCompiledCondition
-
- RDBMSConditionVisitor - Class in org.wso2.extension.siddhi.store.rdbms
-
Class which is used by the Siddhi runtime for instructions on converting the SiddhiQL condition to the condition
format understood by the underlying RDBMS data store.
- RDBMSConditionVisitor(String) - Constructor for class org.wso2.extension.siddhi.store.rdbms.RDBMSConditionVisitor
-
- RDBMSEventTable - Class in org.wso2.extension.siddhi.store.rdbms
-
Class representing the RDBMS Event Table implementation.
- RDBMSEventTable() - Constructor for class org.wso2.extension.siddhi.store.rdbms.RDBMSEventTable
-
- RDBMSIterator - Class in org.wso2.extension.siddhi.store.rdbms
-
A class representing a RecordIterator which is responsible for processing RDBMS Event Table find() operations in a
streaming fashion.
- RDBMSIterator(Connection, PreparedStatement, ResultSet, List<Attribute>, String) - Constructor for class org.wso2.extension.siddhi.store.rdbms.RDBMSIterator
-
- RDBMSQueryConfiguration - Class in org.wso2.extension.siddhi.store.rdbms.config
-
This class represents the JAXB bean for the query configuration which provide a link between RDBMS Event Table
functions and DB vendor-specific SQL syntax.
- RDBMSQueryConfiguration() - Constructor for class org.wso2.extension.siddhi.store.rdbms.config.RDBMSQueryConfiguration
-
- RDBMSQueryConfigurationEntry - Class in org.wso2.extension.siddhi.store.rdbms.config
-
This class contains all the Siddhi RDBMS Event Table SQL query configuration mappings.
- RDBMSQueryConfigurationEntry() - Constructor for class org.wso2.extension.siddhi.store.rdbms.config.RDBMSQueryConfigurationEntry
-
- RDBMSStreamProcessorUtil - Class in org.wso2.extension.siddhi.execution.rdbms.util
-
Util class.
- RDBMSStreamProcessorUtil() - Constructor for class org.wso2.extension.siddhi.execution.rdbms.util.RDBMSStreamProcessorUtil
-
- RDBMSTableConstants - Class in org.wso2.extension.siddhi.store.rdbms.util
-
Class which holds the constants required by the RDBMS Event Table implementation.
- RDBMSTableException - Exception in org.wso2.extension.siddhi.store.rdbms.exception
-
Represents an unchecked exception which may be thrown during runtime, from which we may not expect the Siddhi runtime
to reasonable recover.
- RDBMSTableException(String) - Constructor for exception org.wso2.extension.siddhi.store.rdbms.exception.RDBMSTableException
-
- RDBMSTableException(String, Throwable) - Constructor for exception org.wso2.extension.siddhi.store.rdbms.exception.RDBMSTableException
-
- RDBMSTableException(Throwable) - Constructor for exception org.wso2.extension.siddhi.store.rdbms.exception.RDBMSTableException
-
- RDBMSTableUtils - Class in org.wso2.extension.siddhi.store.rdbms.util
-
Class which holds the utility methods which are used by various units in the RDBMS Event Table implementation.
- RDBMSTypeMapping - Class in org.wso2.extension.siddhi.store.rdbms.config
-
This class represents the SQL datatype mappings required by Siddhi RDBMS Event Tables per supported DB vendor.
- RDBMSTypeMapping() - Constructor for class org.wso2.extension.siddhi.store.rdbms.config.RDBMSTypeMapping
-
- RECORD_CONTAINS_CONDITION - Static variable in class org.wso2.extension.siddhi.store.rdbms.util.RDBMSTableConstants
-
- RECORD_DELETE_QUERY - Static variable in class org.wso2.extension.siddhi.store.rdbms.util.RDBMSTableConstants
-
- RECORD_EXISTS_QUERY - Static variable in class org.wso2.extension.siddhi.store.rdbms.util.RDBMSTableConstants
-
- RECORD_INSERT_QUERY - Static variable in class org.wso2.extension.siddhi.store.rdbms.util.RDBMSTableConstants
-
- RECORD_SELECT_QUERY - Static variable in class org.wso2.extension.siddhi.store.rdbms.util.RDBMSTableConstants
-
- RECORD_UPDATE_QUERY - Static variable in class org.wso2.extension.siddhi.store.rdbms.util.RDBMSTableConstants
-
- remove() - Method in class org.wso2.extension.siddhi.store.rdbms.RDBMSIterator
-
- resolveCondition(PreparedStatement, RDBMSCompiledCondition, Map<String, Object>, int) - Static method in class org.wso2.extension.siddhi.store.rdbms.util.RDBMSTableUtils
-
Util method used throughout the RDBMS Event Table implementation which accepts a compiled condition (from
compile-time) and uses values from the runtime to populate the given
PreparedStatement.
- resolveConditionForContainsCheck(PreparedStatement, RDBMSCompiledCondition, Map<String, Object>, int) - Static method in class org.wso2.extension.siddhi.store.rdbms.util.RDBMSTableUtils
-
- restoreState(Map<String, Object>) - Method in class org.wso2.extension.siddhi.execution.rdbms.CUDStreamProcessor
-
- restoreState(Map<String, Object>) - Method in class org.wso2.extension.siddhi.execution.rdbms.QueryStreamProcessor
-
- returnCondition() - Method in class org.wso2.extension.siddhi.store.rdbms.RDBMSConditionVisitor
-
- rollbackConnection(Connection) - Static method in class org.wso2.extension.siddhi.store.rdbms.util.RDBMSTableUtils
-
Method which is used to roll back a DB connection (e.g.