public class SchemaExistsWork extends Object implements ReturningWork<Boolean>
private String
catalog
schema
SchemaExistsWork(String catalog, String schema)
Boolean
execute(Connection connection)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final String catalog
private final String schema
public SchemaExistsWork(String catalog, String schema)
public Boolean execute(Connection connection) throws SQLException
execute
ReturningWork<Boolean>
SQLException