类 OceanBaseAdapter

java.lang.Object
org.anyline.data.adapter.init.DefaultDriverAdapter
org.anyline.data.jdbc.adapter.init.DefaultJDBCAdapter
org.anyline.data.jdbc.adapter.init.MySQLGenusAdapter
org.anyline.data.jdbc.mysql.MySQLAdapter
org.anyline.data.jdbc.oceanbase.OceanBaseAdapter
所有已实现的接口:
org.anyline.data.adapter.DriverAdapter, org.anyline.data.jdbc.adapter.JDBCAdapter, org.springframework.beans.factory.InitializingBean

@Repository("anyline.data.jdbc.adapter.oceanbase") public class OceanBaseAdapter extends MySQLAdapter
  • 构造器详细资料

    • OceanBaseAdapter

      public OceanBaseAdapter()
  • 方法详细资料

    • typeMetadata

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

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