public interface SchemaDefinition extends SchemaDefinitionStatement
CREATE SCHEMA statement.| Modifier and Type | Method and Description |
|---|---|
String |
getSchemaCharset()
Returns the character set for this schema.
|
List<SchemaElement> |
getSchemaElements()
Returns any additional elements for this schema.
|
String |
getSchemaName()
Returns the name of the schema to be created.
|
String getSchemaName()
String getSchemaCharset()
null if none specified.null if none specified.List<SchemaElement> getSchemaElements()
Copyright © 2010-2012. All Rights Reserved.