Uses of Interface
org.sql.generation.api.grammar.definition.schema.SchemaElement

Packages that use SchemaElement
org.sql.generation.api.grammar.builders.definition This is package containing builders for syntax elements used in SQL Data Definition statements (typically CREATE statements). 
org.sql.generation.api.grammar.definition.schema This package contains syntax interfaces for CREATE SCHEMA statement. 
org.sql.generation.api.grammar.definition.table This package contains syntax interfaces for CREATE TABLE statement. 
org.sql.generation.api.grammar.definition.view This package contains syntax interfaces required for CREATE VIEW statement. 
 

Uses of SchemaElement in org.sql.generation.api.grammar.builders.definition
 

Methods in org.sql.generation.api.grammar.builders.definition that return types with arguments of type SchemaElement
 java.util.List<SchemaElement> SchemaDefinitionBuilder.getSchemaElements()
          Returns all the schema elements for the schema to be created.
 

Methods in org.sql.generation.api.grammar.builders.definition with parameters of type SchemaElement
 SchemaDefinitionBuilder SchemaDefinitionBuilder.addSchemaElements(SchemaElement... elements)
          Adds schema elements for the schema to be created.
 

Uses of SchemaElement in org.sql.generation.api.grammar.definition.schema
 

Methods in org.sql.generation.api.grammar.definition.schema that return types with arguments of type SchemaElement
 java.util.List<SchemaElement> SchemaDefinition.getSchemaElements()
          Returns any additional elements for this schema.
 

Uses of SchemaElement in org.sql.generation.api.grammar.definition.table
 

Subinterfaces of SchemaElement in org.sql.generation.api.grammar.definition.table
 interface TableDefinition
          This syntax element represents the table definition (CREATE TABLE ) statement.
 

Uses of SchemaElement in org.sql.generation.api.grammar.definition.view
 

Subinterfaces of SchemaElement in org.sql.generation.api.grammar.definition.view
 interface ViewDefinition
          This syntax element represents the CREATE VIEW statement.
 



Copyright © 2010. All Rights Reserved.