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

E

EDate - Class in com.microdeveloper.common.date
Utilities to easily generate dates from simple calls.
EDate() - Constructor for class com.microdeveloper.common.date.EDate
Creates a new instance of EDates initialized to the current Date.
EDate(Date) - Constructor for class com.microdeveloper.common.date.EDate
Creates a new instance of EDate with an initial date specified by d
EDate(Date, String) - Constructor for class com.microdeveloper.common.date.EDate
Creates a new instance of EDate with an initial date specified using the date format specified
EDateInterface - Interface in com.microdeveloper.common.date
Interface for the EDate implementation class.
emailMessage(String) - Method in class com.microdeveloper.servlets.io.LogServlet
E-mail a message to the admin and add the same message to the log.
emailMessage(PrintWriter, String) - Method in class com.microdeveloper.servlets.io.LogServlet
E-mail a message to the admin, send it to the user and add it to the log.
encode(String, BufferedWriter) - Static method in class com.microdeveloper.util.io.MIMEBase64
Encodes the given file and outputs to the given BufferedWriter.
encrypt(String) - Method in class com.microdeveloper.security.encryption.Base64Encrypter
Encrypts the given string returning the encrypted text.
encrypt(String) - Method in class com.microdeveloper.security.encryption.DesEncrypter
Encrypts the given text returning the encrypted result.
endian(short) - Static method in class com.microdeveloper.common.Num
Swap the upper and lower bytes of a two byte integer.
endian(int) - Static method in class com.microdeveloper.common.Num
Reverse the byte order of a four byte integer.
endsWith(String) - Method in class com.microdeveloper.common.Str
Does the string object end with this bit of text.
epochToDate(int) - Static method in class com.microdeveloper.common.date.EDate
Converts an Epoch date to a Date object.
eq(Str) - Method in class com.microdeveloper.common.Str
Test for equality between your string and the string in s.
eq(String) - Method in class com.microdeveloper.common.Str
Test for equality between your string and the string in s.
equal(String, String) - Static method in class com.microdeveloper.common.Str
Uses String.equals(), but will consider that either or both strings might be null.
equal(String[], String[]) - Static method in class com.microdeveloper.common.Str
Uses String.equals(), but will consider that either or both arrays/strings might be null.
equals(Object) - Method in class com.microdeveloper.common.Str
Compares equality with the object given
ERR_CON - Static variable in class com.microdeveloper.db.jndi.ConnectionPool
The constant in Connector that indicates that the connection to the database could not be opened.
ERR_CTX - Static variable in class com.microdeveloper.db.jndi.ConnectionPool
The constant in Connector that indicates the JNDI context was not found.
ERR_DS - Static variable in class com.microdeveloper.db.jndi.ConnectionPool
The constant in Connector that indicates the JNDI datasource was not found.
ERR_NC - Static variable in class com.microdeveloper.db.jndi.ConnectionPool
The constant in Connector that indicates that an operation was attempted on a closed or non-existant connection.
ERR_OPN - Static variable in class com.microdeveloper.db.jndi.ConnectionPool
The constant in Connector that indicates that an attempt was made to open a connection that was already open.
ERRAUTHORIZED - Variable in class com.microdeveloper.servlets.io.DbFileDriver
Error response given when the user attempts to run a report for which they have no authorization
ERRDBCONN - Variable in class com.microdeveloper.servlets.io.DbFileDriver
Error response when the database connection fails
ERRHEADING - Variable in class com.microdeveloper.servlets.io.DbFileDriver
Error response heading
ERRINITPARM - Variable in class com.microdeveloper.servlets.io.DbFileDriver
Error response given when an invalid open parameter is processed
ERRNODATA - Variable in class com.microdeveloper.servlets.io.DbFileDriver
Error response when no data is found that match the report criteria
ERRNOPARMS - Variable in class com.microdeveloper.servlets.io.DbFileDriver
Error response when no parameters are given and parameters are expected
ERROR_KEY - Static variable in class com.microdeveloper.db.rectifier.Rectify
Key for the count of recoverable errors during the synchronization
ERROR_MAP_KEY - Static variable in class com.microdeveloper.db.rectifier.Rectify
Key to the HashMap that contains the data key elements that caused soft errors.
ErrorLog - Class in com.microdeveloper.util.io.log
ErrorLog provides a consolidated class for error handling and output.
ErrorLog() - Constructor for class com.microdeveloper.util.io.log.ErrorLog
Create an ErrorLog object where errors are sent to System.err
ErrorLog(String) - Constructor for class com.microdeveloper.util.io.log.ErrorLog
Create an ErrorLog object where errors are sent to a text file.
ERRSQL - Variable in class com.microdeveloper.servlets.io.DbFileDriver
Error response given when the SQL instruction fails
ERRTYPE - Static variable in class com.microdeveloper.db.jndi.ConnectionPool
 
ERRVALIDATED - Variable in class com.microdeveloper.servlets.io.DbFileDriver
Error response when the user is not validated.
executeQuery() - Method in class com.microdeveloper.data.SQLDataSet
Establishes and returns the ResultSet based on the SQL property value and the established parameters using the established Connection property.
executeUpdate() - Method in class com.microdeveloper.data.SQLDataSet
Executes the SQL statement in this SQL property value, which must be an SQL INSERT, UPDATE or DELETE statement; or an SQL statement that returns nothing, such as a DDL statement.
exists(Connection, String, String, String) - Method in class com.microdeveloper.db.rectifier.ObjectValidation
Determines if a given object exists in the database or not.
extractWord() - Method in class com.microdeveloper.common.Str
Extract and return the first word.

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.