类 SqliteUpgrader

java.lang.Object
net.apexes.commons.ormlite.SqliteUpgrader
所有已实现的接口:
net.apexes.commons.ormlite.UpgradeChecker

public class SqliteUpgrader extends Object implements net.apexes.commons.ormlite.UpgradeChecker
作者:
HeDYn
  • 构造器概要

    构造器
    构造器
    说明
    SqliteUpgrader(android.database.sqlite.SQLiteDatabase db, List<net.apexes.commons.ormlite.Table<?>> tables)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    exists(com.j256.ormlite.support.ConnectionSource connectionSource, net.apexes.commons.ormlite.Column column, Field field)
     
    boolean
    exists(com.j256.ormlite.support.ConnectionSource connectionSource, net.apexes.commons.ormlite.Table<?> table)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • SqliteUpgrader

      public SqliteUpgrader(android.database.sqlite.SQLiteDatabase db, List<net.apexes.commons.ormlite.Table<?>> tables)
  • 方法详细资料

    • exists

      public boolean exists(com.j256.ormlite.support.ConnectionSource connectionSource, net.apexes.commons.ormlite.Table<?> table) throws Exception
      指定者:
      exists 在接口中 net.apexes.commons.ormlite.UpgradeChecker
      抛出:
      Exception
    • exists

      public boolean exists(com.j256.ormlite.support.ConnectionSource connectionSource, net.apexes.commons.ormlite.Column column, Field field) throws Exception
      指定者:
      exists 在接口中 net.apexes.commons.ormlite.UpgradeChecker
      抛出:
      Exception