Uses of Interface
org.eclipse.datatools.modelbase.sql.schema.Comment

Packages that use Comment
org.eclipse.datatools.modelbase.sql.schema   
org.eclipse.datatools.modelbase.sql.schema.util   
 

Uses of Comment in org.eclipse.datatools.modelbase.sql.schema
 

Methods in org.eclipse.datatools.modelbase.sql.schema that return Comment
 Comment SQLSchemaFactory.createComment()
          Returns a new object of class 'Comment'.
 

Uses of Comment in org.eclipse.datatools.modelbase.sql.schema.util
 

Methods in org.eclipse.datatools.modelbase.sql.schema.util with parameters of type Comment
 java.lang.Object SQLSchemaSwitch.caseComment(Comment object)
          Returns the result of interpreting the object as an instance of 'Comment'.