public interface SqlDatabase extends SqlDatabaseReader
Modifier and Type | Method and Description |
---|---|
void |
createSchema()
Creates a SQL schema.
|
void |
createSchema(java.util.Set<java.lang.String> withoutRowIdTableNamesBlackList)
Creates a SQL schema accepting without_rowid tables black list.
|
void |
deleteSchema()
Deletes a SQL schema.
|
close, connection
void createSchema() throws java.sql.SQLException
java.sql.SQLException
- If the schema creation fails.void createSchema(java.util.Set<java.lang.String> withoutRowIdTableNamesBlackList) throws java.sql.SQLException
withoutRowIdTableNamesBlackList
- Names of without_rowid tables which should be created as ordinary
rowid tables (without without_rowid).java.sql.SQLException
- If the schema creation fails.void deleteSchema() throws java.sql.SQLException
java.sql.SQLException
- If the schema deletion fails.Last updated 2024-12-05 10:34:50