Class | Description |
---|---|
Add |
Add is the function to add data to a table. |
Close |
Extern function to clear connection resources in the table.
|
GetNext |
Extern function to get the current row of a table as a struct.
|
HasNext |
Extern 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 © 2019 WSO2. All rights reserved.