| Modifier and Type | Method and Description |
|---|---|
DataTable |
TCustomConnection.CustomDataSource.getDataTable(String name) |
| Constructor and Description |
|---|
TResultSet(Statement stmt,
DataTable data,
ColumnInfo[] columns) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,DataRow> |
Condition.process(DataTable dataTable)
Processes the condition by traversing through the binary tree of conditions that it
creates while parsing the WHERE clause of a conditional SQL statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FixedDataTable
Fixed data table implementation.
|
| Modifier and Type | Method and Description |
|---|---|
DataTable |
CustomDataReader.getDataTable(String name) |
DataTable |
DataReader.getDataTable(String name) |
DataTable |
AbstractFixedDataReader.getDataTable(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DataTable> |
AbstractFixedDataReader.getData() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DataTable> |
ExcelDataWriter.getData() |
| Modifier and Type | Method and Description |
|---|---|
static DataWriter |
DataWriterFactory.createDataWriter(String type,
Map<String,DataTable> data) |
| Constructor and Description |
|---|
ExcelDataWriter(TExcelConnection connection,
Map<String,DataTable> data) |
| Modifier and Type | Method and Description |
|---|---|
DataTable |
DeleteQuery.getTargetTable() |
| Modifier and Type | Method and Description |
|---|---|
DataTable |
SelectQuery.getTargetTable() |
| Modifier and Type | Method and Description |
|---|---|
DataTable |
UpdateQuery.getTargetTable() |
Copyright © 2019 WSO2. All rights reserved.