Uses of Class
org.flywaydb.community.database.questdb.QuestDBDatabase
Packages that use QuestDBDatabase
-
Uses of QuestDBDatabase in org.flywaydb.community.database.questdb
Methods in org.flywaydb.community.database.questdb that return QuestDBDatabaseModifier and TypeMethodDescriptionQuestDBDatabaseType.createDatabase(org.flywaydb.core.api.configuration.Configuration configuration, org.flywaydb.core.internal.jdbc.JdbcConnectionFactory jdbcConnectionFactory, org.flywaydb.core.internal.jdbc.StatementInterceptor statementInterceptor) Methods in org.flywaydb.community.database.questdb that return types with arguments of type QuestDBDatabaseModifier and TypeMethodDescriptionorg.flywaydb.core.internal.database.base.Schema<QuestDBDatabase,QuestDBTable> QuestDBConnection.doGetCurrentSchema()org.flywaydb.core.internal.database.base.Schema<QuestDBDatabase,QuestDBTable> Constructors in org.flywaydb.community.database.questdb with parameters of type QuestDBDatabaseModifierConstructorDescriptionQuestDBSchema(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, QuestDBDatabase database, String name) QuestDBTable(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, QuestDBDatabase database, QuestDBSchema schema, String name)