Uses of Interface
org.eclipse.wst.rdb.internal.models.sql.schema.Comment

Packages that use Comment
org.eclipse.wst.rdb.internal.models.sql.schema   
org.eclipse.wst.rdb.internal.models.sql.schema.impl   
org.eclipse.wst.rdb.internal.models.sql.schema.util   
 

Uses of Comment in org.eclipse.wst.rdb.internal.models.sql.schema
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema that return Comment
 Comment SQLSchemaFactory.createComment()
          Returns a new object of class 'Comment'.
 

Uses of Comment in org.eclipse.wst.rdb.internal.models.sql.schema.impl
 

Classes in org.eclipse.wst.rdb.internal.models.sql.schema.impl that implement Comment
 class CommentImpl
          An implementation of the model object 'Comment'.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema.impl that return Comment
 Comment SQLSchemaFactoryImpl.createComment()
           
 

Uses of Comment in org.eclipse.wst.rdb.internal.models.sql.schema.util
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema.util with parameters of type Comment
 java.lang.Object SQLSchemaSwitch.caseComment(Comment object)
          Returns the result of interpretting the object as an instance of 'Comment'.