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
SQLExceptionpublic boolean isSequenceExist(Connection connection, String sequenceName) throws SQLException
SQLException