Uses of Interface
org.plasma.provisioning.rdb.mysql.v5_5.TableColumn

Packages that use TableColumn
org.plasma.provisioning.rdb   
org.plasma.provisioning.rdb.mysql.v5_5   
org.plasma.provisioning.rdb.mysql.v5_5.impl   
 

Uses of TableColumn in org.plasma.provisioning.rdb
 

Methods in org.plasma.provisioning.rdb with parameters of type TableColumn
 Property MySql55Converter.buildProperty(Package pkg, Class clss, TableColumn column, org.plasma.provisioning.rdb.MySql55Converter.ConstraintInfo[] constraints)
           
 

Uses of TableColumn in org.plasma.provisioning.rdb.mysql.v5_5
 

Methods in org.plasma.provisioning.rdb.mysql.v5_5 that return TableColumn
 TableColumn Table.createTableColumn()
          Creates and returns a new instance of Type TableColumn automatically establishing a containment relationship through the object's reference property, tableColumn.
 TableColumn[] Table.getTableColumn()
          Returns an array of TableColumn set for the object's multi-valued property tableColumn.
 TableColumn Table.getTableColumn(int idx)
          Returns the TableColumn set for the object's multi-valued property tableColumn based on the given index.
 

Methods in org.plasma.provisioning.rdb.mysql.v5_5 with parameters of type TableColumn
 void Table.addTableColumn(TableColumn value)
          Adds the given value of Type TableColumn for the object's multi-valued property tableColumn.
 void Table.removeTableColumn(TableColumn value)
          Removes the given value of Type TableColumn for the object's multi-valued property tableColumn.
 void Table.setTableColumn(TableColumn[] value)
          Sets the given array of Type TableColumn for the object's multi-valued property tableColumn.
 

Uses of TableColumn in org.plasma.provisioning.rdb.mysql.v5_5.impl
 

Classes in org.plasma.provisioning.rdb.mysql.v5_5.impl that implement TableColumn
 class TableColumnImpl
          Represents a system column definition which is linked to its system Table definition by association.
 

Methods in org.plasma.provisioning.rdb.mysql.v5_5.impl that return TableColumn
 TableColumn TableImpl.createTableColumn()
          Creates and returns a new instance of Type TableColumn automatically establishing a containment relationship through the object's reference property, tableColumn.
 TableColumn[] TableImpl.getTableColumn()
           
 TableColumn TableImpl.getTableColumn(int idx)
           
 

Methods in org.plasma.provisioning.rdb.mysql.v5_5.impl with parameters of type TableColumn
 void TableImpl.addTableColumn(TableColumn value)
           
 void TableImpl.removeTableColumn(TableColumn value)
           
 void TableImpl.setTableColumn(TableColumn[] value)
           
 



Copyright © 2014. All rights reserved.