public class BMirrorTable extends BTable
constraintType, iterator
Constructor and Description |
---|
BMirrorTable(SQLDatasource datasource,
String tableName,
BStructType constraintType,
StructInfo timeStructInfo,
StructInfo timeZoneStructInfo,
Calendar utcCalendar) |
Modifier and Type | Method and Description |
---|---|
void |
addData(BStruct data,
Context context) |
protected void |
generateIterator() |
protected boolean |
isIteratorGenerationConditionMet() |
protected boolean |
iteratorResetRequired() |
void |
performAddOperation(BStruct data,
Context context) |
void |
performRemoveOperation(Context context,
BFunctionPointer lambdaFunction) |
addData, close, copy, finalize, getArray, getBlob, getBoolean, getColumnDefs, getFloat, getInt, getNext, getString, getStruct, getStructType, getType, hasNext, newIterator, next, resetIterationHelperAttributes, resetIterator, stringValue, value
public BMirrorTable(SQLDatasource datasource, String tableName, BStructType constraintType, StructInfo timeStructInfo, StructInfo timeZoneStructInfo, Calendar utcCalendar)
public void performAddOperation(BStruct data, Context context)
performAddOperation
in class BTable
public void performRemoveOperation(Context context, BFunctionPointer lambdaFunction)
performRemoveOperation
in class BTable
protected boolean isIteratorGenerationConditionMet()
isIteratorGenerationConditionMet
in class BTable
protected boolean iteratorResetRequired()
iteratorResetRequired
in class BTable
protected void generateIterator()
generateIterator
in class BTable
Copyright © 2018 WSO2. All rights reserved.