Class SqlOperationsSqLite
java.lang.Object
com.sap.cds.feature.mt.lib.subscription.SqlOperations
com.sap.cds.feature.mt.lib.subscription.SqlOperationsSqLite
-
Field Summary
Fields inherited from class com.sap.cds.feature.mt.lib.subscription.SqlOperations
dummySelectStatement -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateSchema(String tenantId, Connection connection) voiddeleteSchema(String tenantId, Connection connection) getAllSchemas(Connection connection) Methods inherited from class com.sap.cds.feature.mt.lib.subscription.SqlOperations
build, doesSchemaExist, dummySelect, getCreateSchemaStatement, getDeleteSchemaStatement, getDummySelect, getSelectSchemaStatement, isAuthenticationProblem, setDummySelectStatement
-
Constructor Details
-
SqlOperationsSqLite
public SqlOperationsSqLite()
-
-
Method Details
-
createSchema
- Overrides:
createSchemain classSqlOperations- Throws:
SQLException
-
deleteSchema
- Overrides:
deleteSchemain classSqlOperations- Throws:
SQLException
-
getAllSchemas
- Overrides:
getAllSchemasin classSqlOperations
-