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

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

Uses of ViewColumnComment in org.plasma.provisioning.rdb
 

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

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

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

Methods in org.plasma.provisioning.rdb.oracle.g11.sys with parameters of type ViewColumnComment
 void View.addViewColumnComment(ViewColumnComment value)
          Adds the given value of Type ViewColumnComment for the object's multi-valued property viewColumnComment.
 void View.removeViewColumnComment(ViewColumnComment value)
          Removes the given value of Type ViewColumnComment for the object's multi-valued property viewColumnComment.
 void View.setViewColumnComment(ViewColumnComment[] value)
          Sets the given array of Type ViewColumnComment for the object's multi-valued property viewColumnComment.
 

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

Classes in org.plasma.provisioning.rdb.oracle.g11.sys.impl that implement ViewColumnComment
 class ViewColumnCommentImpl
          The comment for a column
 

Methods in org.plasma.provisioning.rdb.oracle.g11.sys.impl that return ViewColumnComment
 ViewColumnComment ViewImpl.createViewColumnComment()
          Creates and returns a new instance of Type ViewColumnComment automatically establishing a containment relationship through the object's reference property, viewColumnComment.
 ViewColumnComment[] ViewImpl.getViewColumnComment()
           
 ViewColumnComment ViewImpl.getViewColumnComment(int idx)
           
 

Methods in org.plasma.provisioning.rdb.oracle.g11.sys.impl with parameters of type ViewColumnComment
 void ViewImpl.addViewColumnComment(ViewColumnComment value)
           
 void ViewImpl.removeViewColumnComment(ViewColumnComment value)
           
 void ViewImpl.setViewColumnComment(ViewColumnComment[] value)
           
 



Copyright © 2013. All Rights Reserved.