Uses of Class
org.makumba.providers.datadefinition.makumba.FieldCursor

Packages that use FieldCursor
org.makumba.providers.datadefinition.makumba Handles abstract part of makumba (data type handling and MDD parsing). 
 

Uses of FieldCursor in org.makumba.providers.datadefinition.makumba
 

Fields in org.makumba.providers.datadefinition.makumba declared as FieldCursor
(package private)  FieldCursor RecordParser.currentRowCursor
           
 

Methods in org.makumba.providers.datadefinition.makumba with parameters of type FieldCursor
 void RecordParser.char_parse1(String fieldName, FieldCursor fc)
           
 void RecordParser.charEnum_parse1(String fieldName, FieldCursor fc)
           
 void RecordParser.date_parse1(String fieldName, FieldCursor fc)
           
(package private)  String RecordParser.enumSet(String fieldName, FieldCursor fc, String word)
           
 void RecordParser.int_parse1(String fieldName, FieldCursor fc)
           
 void RecordParser.intEnum_parse1(String fieldName, FieldCursor fc)
           
(package private)  void RecordParser.makeSubtable(String fieldName, FieldCursor fc)
           
(package private)  void RecordParser.parse(String fieldName, FieldCursor fc)
           
(package private)  void RecordParser.parse1(String fieldName, FieldCursor fc)
          switch for the existing parse methods. set the field type to another value if we want to change it
 void RecordParser.parseFile(String fieldName, FieldCursor fc)
           
 void RecordParser.ptr_parse1(String fieldName, FieldCursor fc)
           
 void RecordParser.ptrOne_parse1(String fieldName, FieldCursor fc)
           
 void RecordParser.set_parse1(String fieldName, FieldCursor fc)
           
 void RecordParser.setCharEnum_parse1(String fieldName, FieldCursor fc)
           
 void RecordParser.setComplex_parse1(String fieldName, FieldCursor fc)
           
 void RecordParser.setIntEnum_parse1(String fieldName, FieldCursor fc)
           
(package private)  String RecordParser.setType(String fieldName, String type, FieldCursor fc)
           
 void RecordParser.simple_parse1(String fieldName, FieldCursor fc)
           
 void RecordParser.text_parse1(String fieldName, FieldCursor fc)