| Class | Description |
|---|---|
| Add |
Add is the function to add data to a table. |
| Close |
Native function to clear connection resources in the table.
|
| GetNext |
Native function to get the current row of a table as a struct.
|
| HasNext |
Native function to check record availability in table.
|
| QueryTableWithJoinClause |
This class represents the implementation of creating a new table from an existing in memory table.
|
| QueryTableWithoutJoinClause |
This class represents the implementation of creating a new table from an existing in memory table.
|
| Remove |
Remove is the function to remove data from a table. |
Copyright © 2018 WSO2. All rights reserved.