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

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

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

Methods in org.plasma.provisioning.rdb.oracle.g11.sys that return TableComment
 TableComment Table.createTableComment()
          Creates and returns a new instance of Type TableComment automatically establishing a containment relationship through the object's reference property, tableComment.
 TableComment[] Table.getTableComment()
          Returns an array of TableComment set for the object's multi-valued property tableComment.
 TableComment Table.getTableComment(int idx)
          Returns the TableComment set for the object's multi-valued property tableComment based on the given index.
 

Methods in org.plasma.provisioning.rdb.oracle.g11.sys with parameters of type TableComment
 void Table.addTableComment(TableComment value)
          Adds the given value of Type TableComment for the object's multi-valued property tableComment.
 void Table.removeTableComment(TableComment value)
          Removes the given value of Type TableComment for the object's multi-valued property tableComment.
 void Table.setTableComment(TableComment[] value)
          Sets the given array of Type TableComment for the object's multi-valued property tableComment.
 

Uses of TableComment in org.plasma.provisioning.rdb.oracle.g11.sys.impl
 

Classes in org.plasma.provisioning.rdb.oracle.g11.sys.impl that implement TableComment
 class TableCommentImpl
          A comment on a table
 

Methods in org.plasma.provisioning.rdb.oracle.g11.sys.impl that return TableComment
 TableComment TableImpl.createTableComment()
          Creates and returns a new instance of Type TableComment automatically establishing a containment relationship through the object's reference property, tableComment.
 TableComment[] TableImpl.getTableComment()
           
 TableComment TableImpl.getTableComment(int idx)
           
 

Methods in org.plasma.provisioning.rdb.oracle.g11.sys.impl with parameters of type TableComment
 void TableImpl.addTableComment(TableComment value)
           
 void TableImpl.removeTableComment(TableComment value)
           
 void TableImpl.setTableComment(TableComment[] value)
           
 



Copyright © 2013. All Rights Reserved.