类 MuDBAdapter

java.lang.Object
org.anyline.data.adapter.init.DefaultDriverAdapter
org.anyline.data.jdbc.adapter.init.DefaultJDBCAdapter
org.anyline.data.jdbc.adapter.init.PostgresGenusAdapter
org.anyline.data.jdbc.opengauss.OpenGaussAdapter
org.anyline.data.jdbc.mudb.MuDBAdapter
所有已实现的接口:
org.anyline.data.adapter.DriverAdapter, org.anyline.data.jdbc.adapter.JDBCAdapter, org.springframework.beans.factory.InitializingBean

@Repository("anyline.data.jdbc.adapter.mudb") public class MuDBAdapter extends OpenGaussAdapter
  • 构造器详细资料

    • MuDBAdapter

      public MuDBAdapter()
  • 方法详细资料

    • typeMetadata

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

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