org.eobjects.metamodel.create
Interface ColumnCreationBuilder

All Superinterfaces:
ColumnBuilder<ColumnCreationBuilder>, TableCreationBuilder

public interface ColumnCreationBuilder
extends ColumnBuilder<ColumnCreationBuilder>, TableCreationBuilder

Builder object for creating Columns. This class also extendsthe TableCreationBuilder (allowing to step immediately out of the column building and back to the table building immediately).

Author:
Kasper Sørensen

Method Summary
 
Methods inherited from interface org.eobjects.metamodel.create.ColumnBuilder
asPrimaryKey, like, nullable, ofNativeType, ofSize, ofType
 
Methods inherited from interface org.eobjects.metamodel.create.TableCreationBuilder
execute, like, toSql, toTable, withColumn
 



Copyright © 2007-2013. All Rights Reserved.