public class CreateTableQuery extends Object implements SqlConvertible
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
ifNotExists |
protected String |
schemaName |
protected String |
tableName |
| Constructor and Description |
|---|
CreateTableQuery() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSchemaName() |
String |
getTableName() |
boolean |
isIfNotExists() |
void |
setIfNotExists(boolean ifNotExists) |
void |
setSchemaName(String schemaName) |
void |
setTableName(String tableName) |
protected String schemaName
protected String tableName
protected boolean ifNotExists
public String getSchemaName()
public String getTableName()
public boolean isIfNotExists()
public void setSchemaName(String schemaName)
public void setTableName(String tableName)
public void setIfNotExists(boolean ifNotExists)
Copyright © 2018 University of Michigan. All rights reserved.