Package ai.waii.clients.database
Class Database
java.lang.Object
ai.waii.clients.database.Database
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivateConnection(String key) getCatalogs(GetCatalogRequest params) getConnections(GetDBConnectionRequest params)
-
Constructor Details
-
Database
-
-
Method Details
-
modifyConnections
public ModifyDBConnectionResponse modifyConnections(ModifyDBConnectionRequest params) throws IOException - Throws:
IOException
-
getConnections
- Throws:
IOException
-
activateConnection
- Throws:
IOException
-
getCatalogs
- Throws:
IOException
-
getDefaultConnection
-
updateTableDescription
public ModifyDBConnectionResponse updateTableDescription(UpdateTableDescriptionRequest params) throws IOException - Throws:
IOException
-
updateSchemaDescription
public ModifyDBConnectionResponse updateSchemaDescription(UpdateSchemaDescriptionRequest params) throws IOException - Throws:
IOException
-
updateColumnDescription
public ModifyDBConnectionResponse updateColumnDescription(UpdateColumnDescriptionRequest params) throws IOException - Throws:
IOException
-