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
SQLException
Set<String> getDataTableNames() throws SQLException
SQLException
DataTable getDataTable(String name) throws SQLException
SQLException
void createDataTable(String name, Map<String,Integer> columns) throws SQLException
SQLException
void dropDataTable(String name) throws SQLException
SQLException
Copyright © 2017 WSO2. All rights reserved.