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

Packages that use TableDefinitionBuilder
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 TableDefinitionBuilder in org.sql.generation.api.grammar.builders.definition
 

Methods in org.sql.generation.api.grammar.builders.definition that return TableDefinitionBuilder
 TableDefinitionBuilder TableDefinitionBuilder.setCommitAction(TableCommitAction commitAction)
          Sets the commit action for this table.
 TableDefinitionBuilder TableDefinitionBuilder.setTableContentsSource(TableContentsSource contents)
          Sets the contents source for this table.
 TableDefinitionBuilder TableDefinitionBuilder.setTableName(TableName tableName)
          Sets the name for this table.
 TableDefinitionBuilder TableDefinitionBuilder.setTableScope(TableScope scope)
          Sets the scope for this table.
 

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

Methods in org.sql.generation.api.grammar.factories that return TableDefinitionBuilder
 TableDefinitionBuilder DefinitionFactory.createTableDefinitionBuilder()
          Creates an empty builder for CREATE TABLE statement.
 



Copyright © 2010-2011. All Rights Reserved.