Uses of Interface
org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn

Packages that use TableColumn
org.plasma.provisioning.rdb   
org.plasma.provisioning.rdb.oracle.g11.sys   
org.plasma.provisioning.rdb.oracle.g11.sys.impl   
 

Uses of TableColumn in org.plasma.provisioning.rdb
 

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

Uses of TableColumn in org.plasma.provisioning.rdb.oracle.g11.sys
 

Methods in org.plasma.provisioning.rdb.oracle.g11.sys 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.oracle.g11.sys 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.oracle.g11.sys.impl
 

Methods in org.plasma.provisioning.rdb.oracle.g11.sys.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.oracle.g11.sys.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.