public class SqliteSink
extends ch.ergon.adam.jooq.JooqSink
| Constructor and Description |
|---|
SqliteSink(java.sql.Connection connection) |
SqliteSink(java.lang.String url) |
| Modifier and Type | Method and Description |
|---|---|
void |
createIndex(ch.ergon.adam.core.db.schema.Index index) |
boolean |
supportAlterAndDropField() |
addField, castIfNeeded, changeFieldType, close, commitChanges, copyData, createConstraint, createEnum, createForeignKey, createSequence, createTable, createView, dropConstraint, dropDefault, dropEnum, dropField, dropForeignKey, dropIndex, dropSequence, dropSequencesAndDefaults, dropTable, dropView, getDefaultValue, getFieldName, getTableName, mapFieldToJooqType, mapRawType, mapType, renameTable, rollback, setDefault, setTargetSchemapublic SqliteSink(java.lang.String url)
public SqliteSink(java.sql.Connection connection)
public void createIndex(ch.ergon.adam.core.db.schema.Index index)
createIndex in interface ch.ergon.adam.core.db.interfaces.SchemaSinkcreateIndex in class ch.ergon.adam.jooq.JooqSinkpublic boolean supportAlterAndDropField()