public class PgClassTable extends Object
Constructor and Description |
---|
PgClassTable() |
Modifier and Type | Method and Description |
---|---|
boolean |
isSequenceExist(Connection connection,
String sequenceName) |
boolean |
isTableExist(Connection connection,
String tableName) |
public boolean isTableExist(Connection connection, String tableName) throws SQLException
SQLException
public boolean isSequenceExist(Connection connection, String sequenceName) throws SQLException
SQLException