类 Utils
java.lang.Object
org.dromara.autotable.core.Utils
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static booleantableIsExists(Connection connection, String schema, String tableName, String[] types, boolean ignoreCase)
-
构造器详细资料
-
Utils
public Utils()
-
-
方法详细资料
-
tableIsExists
public static boolean tableIsExists(Connection connection, String schema, String tableName, String[] types, boolean ignoreCase) throws SQLException - 抛出:
SQLException
-