public class TableExistsWork extends java.lang.Object implements JdbcWork<java.lang.Boolean>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
catalog |
private boolean |
hasTable |
private java.lang.String |
schema |
private java.lang.String |
table |
Constructor and Description |
---|
TableExistsWork(java.lang.String catalog,
java.lang.String schema,
java.lang.String table)
Create a new work item.
|
private final java.lang.String catalog
private final java.lang.String schema
private final java.lang.String table
private boolean hasTable
public TableExistsWork(java.lang.String catalog, java.lang.String schema, java.lang.String table)
catalog
- The catalog the table is located in or null
to ignore any catalog informationschema
- The schema the table is located in or null
to ignore any schema informationtable
- The table to check