类 QuestDbAdapter

java.lang.Object
org.anyline.data.adapter.init.DefaultJDBCAdapter
org.anyline.data.adapter.init.SQLAdapter
org.anyline.data.jdbc.postgresql.PostgresqlAdapter
org.anyline.data.jdbc.questdb.QuestDbAdapter
所有已实现的接口:
org.anyline.data.adapter.JDBCAdapter, org.springframework.beans.factory.InitializingBean

@Repository("anyline.data.jdbc.adapter.questdb") public class QuestDbAdapter extends PostgresqlAdapter
  • 构造器详细资料

    • QuestDbAdapter

      public QuestDbAdapter()
  • 方法详细资料

    • type

      public org.anyline.metadata.type.DatabaseType type()
      指定者:
      type 在接口中 org.anyline.data.adapter.JDBCAdapter
      覆盖:
      type 在类中 PostgresqlAdapter
    • afterPropertiesSet

      public void afterPropertiesSet()
      指定者:
      afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBean
      覆盖:
      afterPropertiesSet 在类中 PostgresqlAdapter