类 SqliteUpgrader
java.lang.Object
net.apexes.commons.ormlite.SqliteUpgrader
- 所有已实现的接口:
net.apexes.commons.ormlite.UpgradeChecker
- 作者:
- HeDYn
-
构造器概要
构造器构造器说明SqliteUpgrader(android.database.sqlite.SQLiteDatabase db, List<net.apexes.commons.ormlite.Table<?>> tables) -
方法概要
-
构造器详细资料
-
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
-