Uses of Interface
org.sql.generation.api.grammar.builders.definition.TableElementListBuilder

Packages that use TableElementListBuilder
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.factories This package provides factories to create various builders and SQL syntax elements. 
 

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

Methods in org.sql.generation.api.grammar.builders.definition that return TableElementListBuilder
 TableElementListBuilder TableElementListBuilder.addTableElement(TableElement element)
          Adds the table element to this list.
 

Uses of TableElementListBuilder in org.sql.generation.api.grammar.factories
 

Methods in org.sql.generation.api.grammar.factories that return TableElementListBuilder
 TableElementListBuilder DefinitionFactory.createTableElementListBuilder()
          Creates an empty builder for defining columns and constraints for CREATE TABLE statement.
 



Copyright © 2010-2011. All Rights Reserved.