Uses of Interface
com.streambase.sb.operator.TableAccessor
-
Packages that use TableAccessor Package Description com.streambase.sb.operator Provides classes and interfaces to add custom operators to StreamBase applications.com.streambase.sb.unittest Provides classes and interfaces used to author StreamBase Unit tests. -
-
Uses of TableAccessor in com.streambase.sb.operator
Methods in com.streambase.sb.operator that return TableAccessor Modifier and Type Method Description TableAccessor
Operator. getTableAccessor(String name)
Get a TableAccessor for a table in the local module by name of that table.Methods in com.streambase.sb.operator with parameters of type TableAccessor Modifier and Type Method Description void
PreparedQuery. execute(CompiledTuple args, TableAccessor table, RowConsumer consumer)
Execute the query -
Uses of TableAccessor in com.streambase.sb.unittest
Methods in com.streambase.sb.unittest that return TableAccessor Modifier and Type Method Description TableAccessor
SBServerManager. getTableAccessor(String tablePath)
Return a TableAccessor suitable for manipulating this table.TableAccessor
SBServerManager. getTableAccessor(String tablePath, CaptureTransformStrategy captureStrategy)
Return a TableAccessor suitable for manipulating this table.
-