public static interface TCustomConnection.CustomDataSource
| Modifier and Type | Method and Description |
|---|---|
void |
createDataTable(String name,
Map<String,Integer> columns) |
void |
dropDataTable(String name) |
DataTable |
getDataTable(String name) |
Set<String> |
getDataTableNames() |
void |
init(Properties props) |
void init(Properties props) throws SQLException
SQLExceptionSet<String> getDataTableNames() throws SQLException
SQLExceptionDataTable getDataTable(String name) throws SQLException
SQLExceptionvoid createDataTable(String name, Map<String,Integer> columns) throws SQLException
SQLExceptionvoid dropDataTable(String name) throws SQLException
SQLExceptionCopyright © 2019 WSO2. All rights reserved.