MDi JLib
1.7.4
A B C D E F G H I J K L M N O P Q R S T U V W

F

FIELD_SEP_CHAR - Static variable in class com.microdeveloper.db.rectifier.Differences
Character sequence used to separate field values during comparison
FIELD_SEP_CHAR - Static variable in class com.microdeveloper.db.rectifier.Rectify
Character sequence used to separate field values during comparison
FileIn - Class in com.microdeveloper.util.io
FileIn extends BufferedReader and adds only a convenient constructor for reading in file data.
FileIn(String) - Constructor for class com.microdeveloper.util.io.FileIn
 
FileOut - Class in com.microdeveloper.util.io
Writes data out to a disk file.
FileOut(String) - Constructor for class com.microdeveloper.util.io.FileOut
Create a new FileOut object that will start writing at the beginning of the file.
FileOut(String, boolean) - Constructor for class com.microdeveloper.util.io.FileOut
Same as the other constructor only this will open the file for appending.
FileParameterReader - Class in com.microdeveloper.util.io.property
Allows reading of custom parameter files with specific layouts and operators as well as support for switches.
FileParameterReader() - Constructor for class com.microdeveloper.util.io.property.FileParameterReader
Creates a new instance of FileParameterReader
Files - Class in com.microdeveloper.util.io
Utilities for managing disk files.
fileToArray(String) - Static method in class com.microdeveloper.util.io.Files
All of a text file is read in and stored in a String array.
fileToByteArray(String) - Static method in class com.microdeveloper.util.io.Files
Read a file from the disk into a byte array.
fileToByteArrayE(String) - Static method in class com.microdeveloper.util.io.Files
Read a file from the disk into a byte array.
fileToHashSet(String) - Static method in class com.microdeveloper.util.io.Files
All of a text file is read in and unique elements are stored in a HashSet.
fileToList(String) - Static method in class com.microdeveloper.util.io.Files
All of a text file is read in and stored in a Vector.
fileToUniqueArray(String) - Static method in class com.microdeveloper.util.io.Files
All of a text file is read in and unique Strings are stored in a String array.
fileToVector(String) - Static method in class com.microdeveloper.util.io.Files
All of a text file is read in and stored in a Vector.
finalize() - Method in class com.microdeveloper.data.SQLDataSet
Cleans out the instance during garbage collection.
finalize() - Method in interface com.microdeveloper.data.SQLSet
 
first() - Method in class com.microdeveloper.data.SQLDataSet
Moves the cursor position to the first record in the ResultSet.
first() - Method in interface com.microdeveloper.data.SQLSet
 
firstDigit() - Method in class com.microdeveloper.common.Str
Returns the index of the first digit, or returns -1 if there are no digits.
forceNumeric() - Method in class com.microdeveloper.common.Str
Force string to be the first number found.
formatDouble(double, int) - Static method in class com.microdeveloper.common.Str
Converts a double to a string with a specified number of decimal places.
from(int) - Method in class com.microdeveloper.common.Str
Get all of the substring that occurs from a particular character to the end of the string.
from(String, int) - Static method in class com.microdeveloper.common.Str
Get all of the substring that occurs from a particular character to the end of the string.
FUNCTION - Static variable in class com.microdeveloper.data.OracleStoredProcedure
Function index value

MDi JLib
1.7.4
A B C D E F G H I J K L M N O P Q R S T U V W
Copyright©2001-2007 MicroDeveloper, Inc. All Rights Reserved.