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