Interface IDataSourceAdapter<T>

All Known Implementing Classes:
MysqlAdapter, PostgreSqlAdapter, SqlCommonAdapter, SqliteAdapter

public interface IDataSourceAdapter<T>
  • Field Details

    • DATABASE_VERSION

      static final int DATABASE_VERSION
      当前数据库架构版本号 在数据库结构有变动时更新
      See Also:
  • Method Details