public class RDBMSEventTable
extends org.wso2.siddhi.core.table.record.AbstractRecordTable
| Constructor and Description |
|---|
RDBMSEventTable() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(List<Object[]> records) |
protected org.wso2.siddhi.core.util.collection.operator.CompiledCondition |
compileCondition(org.wso2.siddhi.core.table.record.ExpressionBuilder expressionBuilder) |
protected org.wso2.siddhi.core.util.collection.operator.CompiledCondition |
compileSetAttribute(org.wso2.siddhi.core.table.record.ExpressionBuilder expressionBuilder) |
void |
connect() |
protected boolean |
contains(Map<String,Object> containsConditionParameterMap,
org.wso2.siddhi.core.util.collection.operator.CompiledCondition compiledCondition) |
protected void |
delete(List<Map<String,Object>> deleteConditionParameterMaps,
org.wso2.siddhi.core.util.collection.operator.CompiledCondition compiledCondition) |
void |
destroy() |
void |
disconnect() |
protected org.wso2.siddhi.core.table.record.RecordIterator<Object[]> |
find(Map<String,Object> findConditionParameterMap,
org.wso2.siddhi.core.util.collection.operator.CompiledCondition compiledCondition) |
protected void |
init(org.wso2.siddhi.query.api.definition.TableDefinition tableDefinition,
org.wso2.siddhi.core.util.config.ConfigReader configReader) |
protected void |
update(org.wso2.siddhi.core.util.collection.operator.CompiledCondition compiledCondition,
List<Map<String,Object>> updateConditionParameterMaps,
Map<String,org.wso2.siddhi.core.util.collection.operator.CompiledExpression> updateSetExpressions,
List<Map<String,Object>> updateValues) |
protected void |
updateOrAdd(org.wso2.siddhi.core.util.collection.operator.CompiledCondition compiledCondition,
List<Map<String,Object>> updateConditionParameterMaps,
Map<String,org.wso2.siddhi.core.util.collection.operator.CompiledExpression> updateSetExpressions,
List<Map<String,Object>> updateSetParameterMaps,
List<Object[]> addingRecords) |
add, compileCondition, compileUpdateSet, contains, delete, find, getTableDefinition, init, update, updateOrAddprotected void init(org.wso2.siddhi.query.api.definition.TableDefinition tableDefinition,
org.wso2.siddhi.core.util.config.ConfigReader configReader)
init in class org.wso2.siddhi.core.table.record.AbstractRecordTableprotected void add(List<Object[]> records)
add in class org.wso2.siddhi.core.table.record.AbstractRecordTableprotected org.wso2.siddhi.core.table.record.RecordIterator<Object[]> find(Map<String,Object> findConditionParameterMap, org.wso2.siddhi.core.util.collection.operator.CompiledCondition compiledCondition)
find in class org.wso2.siddhi.core.table.record.AbstractRecordTableprotected boolean contains(Map<String,Object> containsConditionParameterMap, org.wso2.siddhi.core.util.collection.operator.CompiledCondition compiledCondition)
contains in class org.wso2.siddhi.core.table.record.AbstractRecordTableprotected void delete(List<Map<String,Object>> deleteConditionParameterMaps, org.wso2.siddhi.core.util.collection.operator.CompiledCondition compiledCondition)
delete in class org.wso2.siddhi.core.table.record.AbstractRecordTableprotected void update(org.wso2.siddhi.core.util.collection.operator.CompiledCondition compiledCondition,
List<Map<String,Object>> updateConditionParameterMaps,
Map<String,org.wso2.siddhi.core.util.collection.operator.CompiledExpression> updateSetExpressions,
List<Map<String,Object>> updateValues)
throws org.wso2.siddhi.core.exception.ConnectionUnavailableException
update in class org.wso2.siddhi.core.table.record.AbstractRecordTableorg.wso2.siddhi.core.exception.ConnectionUnavailableExceptionprotected void updateOrAdd(org.wso2.siddhi.core.util.collection.operator.CompiledCondition compiledCondition,
List<Map<String,Object>> updateConditionParameterMaps,
Map<String,org.wso2.siddhi.core.util.collection.operator.CompiledExpression> updateSetExpressions,
List<Map<String,Object>> updateSetParameterMaps,
List<Object[]> addingRecords)
throws org.wso2.siddhi.core.exception.ConnectionUnavailableException
updateOrAdd in class org.wso2.siddhi.core.table.record.AbstractRecordTableorg.wso2.siddhi.core.exception.ConnectionUnavailableExceptionprotected org.wso2.siddhi.core.util.collection.operator.CompiledCondition compileCondition(org.wso2.siddhi.core.table.record.ExpressionBuilder expressionBuilder)
compileCondition in class org.wso2.siddhi.core.table.record.AbstractRecordTableprotected org.wso2.siddhi.core.util.collection.operator.CompiledCondition compileSetAttribute(org.wso2.siddhi.core.table.record.ExpressionBuilder expressionBuilder)
compileSetAttribute in class org.wso2.siddhi.core.table.record.AbstractRecordTablepublic void connect()
throws org.wso2.siddhi.core.exception.ConnectionUnavailableException
connect in class org.wso2.siddhi.core.table.Tableorg.wso2.siddhi.core.exception.ConnectionUnavailableExceptionpublic void disconnect()
disconnect in class org.wso2.siddhi.core.table.Tablepublic void destroy()
destroy in class org.wso2.siddhi.core.table.TableCopyright © 2018 WSO2. All rights reserved.