hasTable

abstract fun hasTable(tableName: String): Boolean

判断指定表是否存在。

Return

存在返回 true,否则返回 false

Parameters

tableName

表名