Uses of Class
unity.annotation.AnnotatedSourceTable

Packages that use AnnotatedSourceTable
unity.extractor   
unity.query   
 

Uses of AnnotatedSourceTable in unity.extractor
 

Methods in unity.extractor with parameters of type AnnotatedSourceTable
 java.util.ArrayList AnnotatedExtractor.createForeignKeys(java.lang.String tableName, java.util.HashMap fields, AnnotatedSourceTable st)
           
 

Uses of AnnotatedSourceTable in unity.query
 

Methods in unity.query that return AnnotatedSourceTable
 AnnotatedSourceTable GQTableRef.getTable()
           
 

Constructors in unity.query with parameters of type AnnotatedSourceTable
GQTableRef(AnnotatedSourceTable ast, java.lang.String refName, java.lang.String fullName, GQDatabaseRef dbRef)