类 MuDBAdapter

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

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

    • MuDBAdapter

      public MuDBAdapter()
  • 方法详细资料

    • type

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

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