Uses of Class
org.prorefactor.core.schema.Field

Packages that use Field
org.prorefactor.core.schema   
org.prorefactor.reports   
org.prorefactor.treeparser General use classes for any or all Tree Parsers. 
 

Uses of Field in org.prorefactor.core.schema
 

Methods in org.prorefactor.core.schema that return Field
 Field Field.copyBare(Table toTable)
          Copy the bare minimum attributes to a new Field object.
 Field Table.lookupField(java.lang.String lookupName)
          Lookup a field by name.
 Field Schema.lookupField(java.lang.String dbName, java.lang.String tableName, java.lang.String fieldName)
          Lookup a Field, given the db, table, and field names
 Field Schema.lookupUnqualifiedField(java.lang.String name)
          Lookup an unqualified schema field name.
 

Methods in org.prorefactor.core.schema that return types with arguments of type Field
 java.util.ArrayList<Field> Table.getFieldPosOrder()
          Get the ArrayList of fields in field position order (rather than sorted alpha).
 java.util.TreeSet<Field> Table.getFieldSet()
           
 

Uses of Field in org.prorefactor.reports
 

Constructors in org.prorefactor.reports with parameters of type Field
HowUsed(java.io.BufferedWriter reportWriter, LogWriter log, Field reportField)
           
 

Uses of Field in org.prorefactor.treeparser
 

Methods in org.prorefactor.treeparser that return Field
 Field FieldBuffer.getField()
           
protected  Field SymbolScopeRoot.lookupUnqualifiedField(java.lang.String name)
          Lookup an unqualified temp/work table field name.
 

Methods in org.prorefactor.treeparser with parameters of type Field
 FieldBuffer TableBuffer.getFieldBuffer(Field field)
          Get or create a FieldBuffer for a Field.
 

Constructors in org.prorefactor.treeparser with parameters of type Field
FieldBuffer(SymbolScope scope, TableBuffer buffer, Field field)
          When you create a FieldBuffer object, you do not set the name, because that comes from the Field object.
 



Copyright © 2008 Joanju Software. All Rights Reserved.