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

T

TGT_CLOSED_ERR - Static variable in class com.microdeveloper.db.rectifier.Differences
Error when target database connection is not open
TGT_CLOSED_ERR - Static variable in class com.microdeveloper.db.rectifier.Rectify
Error when target database connection is not open
TGT_COUNT_KEY - Static variable in class com.microdeveloper.db.rectifier.Differences
Key for the count of records compared from the target
TGT_COUNT_KEY - Static variable in class com.microdeveloper.db.rectifier.Rectify
Key for the count of records compared from the target
TGT_ORPHAN_KEY - Static variable in class com.microdeveloper.db.rectifier.Differences
Key for the count of orphan records in the target
TGT_ORPHAN_KEY - Static variable in class com.microdeveloper.db.rectifier.Rectify
Key for the count of orphan records in the target
through(int) - Method in class com.microdeveloper.common.Str
Get all of the substring that occurs through a particular character.
through(String, int) - Static method in class com.microdeveloper.common.Str
Get all of the substring that occurs through a particular character.
Time - Class in com.microdeveloper.common.date
A simple time utility class.
TITLE - Variable in class com.microdeveloper.servlets.io.DbFileDriver
Report title
toBoolean(String) - Static method in class com.microdeveloper.common.Str
Try to convert a string to a boolean value.
toCharArray() - Method in class com.microdeveloper.common.Str
Generate a character array that contains a copy of the string.
toCLOB(String) - Static method in class com.microdeveloper.data.OracleClob
Converts a string to a oracle.sql.CLOB object
toClob(String) - Static method in class com.microdeveloper.data.OracleClob
Converts a string to a java.sql.Clob object
toDate(String, String) - Static method in class com.microdeveloper.common.date.EDate
Converts a given String to a Date object using the format given
toDouble() - Method in class com.microdeveloper.common.Str
Try to convert this string to a double value.
toDouble(String) - Static method in class com.microdeveloper.common.Str
Try to convert a string to a double value.
toEpoch(Date) - Static method in class com.microdeveloper.common.date.EDate
Converts the given date to an Epoch date
toEpoch() - Method in class com.microdeveloper.common.date.EDate
Converts the current objects Date to an Epoch date
toEpoch() - Method in interface com.microdeveloper.common.date.EDateInterface
 
toInt() - Method in class com.microdeveloper.common.Str
Try to convert this string to an integer value.
toInt(String) - Static method in class com.microdeveloper.common.Str
Try to convert a string to an integer value.
toIntArray(Set) - Static method in class com.microdeveloper.common.Num
Each value will be cast to Integer and the values will be stored in an array.
toIntArray(String[]) - Static method in class com.microdeveloper.common.Str
The inverse of toStringArray, builds a array of integers from an array of Strings.
toLong() - Method in class com.microdeveloper.common.Str
Try to convert this string to a long value.
toLong(String) - Static method in class com.microdeveloper.common.Str
Try to convert a string to a long value.
toLower() - Method in class com.microdeveloper.common.Str
All characters are forced to lower case.
toLower(int) - Method in class com.microdeveloper.common.Str
Char at index is forced to lower case.
TOO_FEW_DELETED_ERR - Static variable in class com.microdeveloper.db.rectifier.Rectify
Error when too few rows are deleted during an update (should be 1 to 1)
TOO_FEW_INSERTED_ERR - Static variable in class com.microdeveloper.db.rectifier.Rectify
Error when too few rows are inserted during an update (should be 1 to 1)
TOO_MANY_DELETED_ERR - Static variable in class com.microdeveloper.db.rectifier.Rectify
Error when too many rows are deleted during an update (should be 1 to 1)
TOO_MANY_INSERTED_ERR - Static variable in class com.microdeveloper.db.rectifier.Rectify
Error when too many rows are inserted during an update (should be 1 to 1)
toObjectArray() - Method in class com.microdeveloper.data.SQLDataSet
Converts the resultset to a two dimensional array of primitive type java.lang.Object (Object [][]).
toObjectArray() - Method in interface com.microdeveloper.data.SQLSet
 
toSet(int[]) - Static method in class com.microdeveloper.common.Num
Each int in the array is encapsulated in an Integer object and added to the set.
toString(String, Date, TimeZone) - Static method in class com.microdeveloper.common.date.EDate
Converts a given date into a String using the format given for the specified time zone.
toString() - Method in class com.microdeveloper.common.date.EDate
Returns this object as a String
toString(String) - Method in class com.microdeveloper.common.date.EDate
Returns this object as a String in the format given
toString() - Method in interface com.microdeveloper.common.date.EDateInterface
 
toString(String) - Method in interface com.microdeveloper.common.date.EDateInterface
 
toString() - Method in class com.microdeveloper.common.Str
Convert this Str object to a String object.
toString() - Method in class com.microdeveloper.data.OracleClob
Converts this Clob to a String.
toString(CLOB) - Static method in class com.microdeveloper.data.OracleClob
Converts oracle.sql.CLOB c to a String.
toString(Clob) - Static method in class com.microdeveloper.data.OracleClob
Converts java.sql.Clob c to a String.
toString() - Method in interface com.microdeveloper.data.OracleClobInterface
Convert this CLOB to a String
toString(Throwable) - Static method in class com.microdeveloper.util.exception.StackTrace
Convert an exceptions stack trace to a String.
toStringArray(int[]) - Static method in class com.microdeveloper.common.Str
Converts a series of integers to a series of corresponding Strings.
toStringArray() - Method in class com.microdeveloper.data.SQLDataSet
Converts the resultset to a two dimensional array of type java.lang.String (String [][]).
toStringArray() - Method in interface com.microdeveloper.data.SQLSet
 
toTextFile(List, String) - Static method in class com.microdeveloper.util.io.Files
Each element of a List has the toString() method performed on it and written to a text file.
toTextFile(String[], String) - Static method in class com.microdeveloper.util.io.Files
Each element of a string array is written to a text file.
toTimestamp(String) - Static method in class com.microdeveloper.common.Str
Try to convert a string to a Timestamp object.
toUpper() - Method in class com.microdeveloper.common.Str
All characters are forced to upper case.
toUpper(int) - Method in class com.microdeveloper.common.Str
Char at index is forced to upper case.
toVector(char) - Method in class com.microdeveloper.common.Str
Method toVector converts a delimited representation into a vector of separate values.
toVector(String) - Static method in class com.microdeveloper.common.Str
Convenience method variant of toVector that converts a comma delimited String into a vector of separate values.
toVector(String, char) - Static method in class com.microdeveloper.common.Str
Method toVector converts a delimited String into a vector of separate values.
trailingDigits() - Method in class com.microdeveloper.common.Str
Count the number of trailing digits.
trailingDigits(String) - Static method in class com.microdeveloper.common.Str
Count the number of trailing digits in the given String.
trim() - Method in class com.microdeveloper.common.Str
Trims all leading spaces and all trailing spaces.
trim(String) - Static method in class com.microdeveloper.common.Str
Return a string that is either null or has at least one character.
trimLead() - Method in class com.microdeveloper.common.Str
Trims all leading spaces, no trailing spaces.
trimLeadWhitespace() - Method in class com.microdeveloper.common.Str
Trims all leading spaces, newlines, returns and tabs.
trimTrail() - Method in class com.microdeveloper.common.Str
Trims all trailing spaces, no leading spaces.
trimTrailTo(char) - Method in class com.microdeveloper.common.Str
Trims all characters from end of the string until a particular character is encountered.
trimTrailWhitespace() - Method in class com.microdeveloper.common.Str
Trims all trailing spaces, newlines, returns and tabs.
trimWhitespace() - Method in class com.microdeveloper.common.Str
Trims all leading spaces, newlines, returns and tabs and all trailing spaces, newlines, returns and tabs.
trimWhitespace(String) - Static method in class com.microdeveloper.common.Str
Removes all whitespace from the given String.
truncate() - Method in class com.microdeveloper.data.OracleClob
Clears the CLOB but does not make the Clob null
truncate(CLOB) - Method in class com.microdeveloper.data.OracleClob
Clears the given CLOB but does not make the Clob null
truncate() - Method in interface com.microdeveloper.data.OracleClobInterface
Truncates (clears) the object value.
truncate(CLOB) - Method in interface com.microdeveloper.data.OracleClobInterface
Trunate the given CLOB returning an empty CLOB.
TYPE - Static variable in class com.microdeveloper.data.OracleStoredProcedure
Internal TYPE 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.