Class QuestDBSchema

java.lang.Object
org.flywaydb.core.internal.database.base.Schema<QuestDBDatabase,QuestDBTable>
org.flywaydb.community.database.questdb.QuestDBSchema

public class QuestDBSchema extends org.flywaydb.core.internal.database.base.Schema<QuestDBDatabase,QuestDBTable>
  • Field Summary

    Fields inherited from class org.flywaydb.core.internal.database.base.Schema

    database, jdbcTemplate, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    QuestDBSchema(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, QuestDBDatabase database, String name)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected QuestDBTable[]
     
    protected void
     
    protected void
     
    protected void
     
    protected boolean
     
    protected boolean
     
    getTable(String tableName)
     

    Methods inherited from class org.flywaydb.core.internal.database.base.Schema

    allFunctions, allTables, allTypes, clean, create, doAllFunctions, drop, empty, equals, exists, getFunction, getName, getType, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • QuestDBSchema

      public QuestDBSchema(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, QuestDBDatabase database, String name)
      Parameters:
      jdbcTemplate - The Jdbc Template for communicating with the DB.
      database - The database-specific support.
      name - The name of the schema.
  • Method Details