Uses of Interface
org.sql.generation.api.grammar.definition.table.TableContentsSource

Packages that use TableContentsSource
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.table This package contains syntax interfaces for CREATE TABLE statement. 
 

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

Methods in org.sql.generation.api.grammar.builders.definition that return TableContentsSource
 TableContentsSource TableDefinitionBuilder.getTableContentsSource()
          Returns the table contents source for this table.
 

Methods in org.sql.generation.api.grammar.builders.definition with parameters of type TableContentsSource
 TableDefinitionBuilder TableDefinitionBuilder.setTableContentsSource(TableContentsSource contents)
          Sets the contents source for this table.
 

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

Subinterfaces of TableContentsSource in org.sql.generation.api.grammar.definition.table
 interface TableElementList
          This syntax element represents the table element list in table definition.
 

Methods in org.sql.generation.api.grammar.definition.table that return TableContentsSource
 TableContentsSource TableDefinition.getContents()
          Returns the actual body of this table definition.
 



Copyright © 2010-2012. All Rights Reserved.