public class SchemaExistsWork extends Object implements ReturningWork<Boolean>
Modifier and Type | Field and Description |
---|---|
private String |
catalog |
private String |
schema |
Constructor and Description |
---|
SchemaExistsWork(String catalog,
String schema)
Create a new work item.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
execute(Connection connection)
From the Work interface
-----------------------
|
public Boolean execute(Connection connection) throws SQLException
execute
in interface ReturningWork<Boolean>
SQLException