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

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

Uses of Table in org.plasma.provisioning.rdb
 

Methods in org.plasma.provisioning.rdb with parameters of type Table
 Class MySql55Converter.buildClass(Package pkg, Table table)
           
 

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

Methods in org.plasma.provisioning.rdb.mysql.v5_5 that return Table
 Table View.createTable()
          Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
 Table TableConstraint.createTable()
          Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
 Table TableColumnKeyUsage.createTable()
          Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
 Table TableColumnConstraint.createTable()
          Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
 Table TableColumn.createTable()
          Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
 Table View.getTable()
          Returns the value of the table property.
 Table TableConstraint.getTable()
          Returns the value of the table property.
 Table TableColumnKeyUsage.getTable()
          Returns the value of the table property.
 Table TableColumnConstraint.getTable()
          Returns the value of the table property.
 Table TableColumn.getTable()
          Returns the value of the table property.
 

Methods in org.plasma.provisioning.rdb.mysql.v5_5 with parameters of type Table
 void View.setTable(Table value)
          Sets the value of the table property to the given value.
 void TableConstraint.setTable(Table value)
          Sets the value of the table property to the given value.
 void TableColumnKeyUsage.setTable(Table value)
          Sets the value of the table property to the given value.
 void TableColumnConstraint.setTable(Table value)
          Sets the value of the table property to the given value.
 void TableColumn.setTable(Table value)
          Sets the value of the table property to the given value.
 

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

Classes in org.plasma.provisioning.rdb.mysql.v5_5.impl that implement Table
 class TableImpl
          Generated implementation class representing the domain model entity Table.
 

Methods in org.plasma.provisioning.rdb.mysql.v5_5.impl that return Table
 Table ViewImpl.createTable()
          Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
 Table TableConstraintImpl.createTable()
          Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
 Table TableColumnKeyUsageImpl.createTable()
          Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
 Table TableColumnImpl.createTable()
          Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
 Table TableColumnConstraintImpl.createTable()
          Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
 Table ViewImpl.getTable()
          Returns the value of the table property.
 Table TableConstraintImpl.getTable()
          Returns the value of the table property.
 Table TableColumnKeyUsageImpl.getTable()
          Returns the value of the table property.
 Table TableColumnImpl.getTable()
          Returns the value of the table property.
 Table TableColumnConstraintImpl.getTable()
          Returns the value of the table property.
 

Methods in org.plasma.provisioning.rdb.mysql.v5_5.impl with parameters of type Table
 void ViewImpl.setTable(Table value)
          Sets the value of the table property to the given value.
 void TableConstraintImpl.setTable(Table value)
          Sets the value of the table property to the given value.
 void TableColumnKeyUsageImpl.setTable(Table value)
          Sets the value of the table property to the given value.
 void TableColumnImpl.setTable(Table value)
          Sets the value of the table property to the given value.
 void TableColumnConstraintImpl.setTable(Table value)
          Sets the value of the table property to the given value.
 



Copyright © 2014. All rights reserved.