Package org.xBaseJ.micro.fields

Examples of org.xBaseJ.micro.fields.LogicalField


           break;
         case 'F':
           tField = new FloatField(name, iLength, decpoint, file);
           break;
         case 'L':
           tField = new LogicalField(name, file);
           break;
         case 'M':
           tField = new MemoField(name, file, dbtobj);
           break;
         case 'N':
View Full Code Here

TOP

Related Classes of org.xBaseJ.micro.fields.LogicalField

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.