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

G

ge(Str) - Method in class com.microdeveloper.common.Str
Test for "greater than or equal to" between your string and the string in s.
ge(String) - Method in class com.microdeveloper.common.Str
Test for "greater than or equal to" between your string and the string in s.
GenerateDesEncrypted - Class in com.microdeveloper.security.encryption
A simple command line tool for generating DesEncrypted passwords.
GenerateDesEncrypted() - Constructor for class com.microdeveloper.security.encryption.GenerateDesEncrypted
Creates a new instance of GenerateDesEncrypted
generateEncryptedPassword(String, String, String) - Method in class com.microdeveloper.db.jndi.ConnectionPool
Generates a new encrypted password and returns the result.
generatePassword(String, String, String) - Method in interface com.microdeveloper.db.jndi.ConnectionPoolInterface
Generates a new encrypted password and returns the result.
get(int) - Method in class com.microdeveloper.common.Str
Retrieve a copy of one character.
get(int, int) - Method in class com.microdeveloper.common.Str
Retrieve a copy of a substring.
get(Object) - Method in class com.microdeveloper.common.StringMap
 
getAllFilesInDirectory(String) - Static method in class com.microdeveloper.util.io.Files
Return a string array containing the names of all the files (not directories) in the current directory.
getArg(int) - Method in class com.microdeveloper.data.OracleStoredProcedure
Get a single argument from this object.
getArg(int) - Method in interface com.microdeveloper.data.OracleStoredProcedureInterface
Get a single argument from this object.
getArguments(String) - Method in class com.microdeveloper.data.SQLDataSet
Deprecated. as of 1.5 may be removed from future versions
getArguments(String) - Method in interface com.microdeveloper.data.SQLSet
 
getArgVal(int) - Method in class com.microdeveloper.data.OracleStoredProcedure
Get a single arguments value.
getArgVal(int) - Method in interface com.microdeveloper.data.OracleStoredProcedureInterface
Get a single arguments value.
getArrayResultSet() - Method in class com.microdeveloper.data.ArrayResultSet
Returns the entire resultset
getAttachment() - Method in class com.microdeveloper.util.net.mail.JMail
Returns the currently attachment.
getAttachment() - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
getAttachmentProperty() - Method in class com.microdeveloper.util.net.mail.JMailContent
Returns the attachment list or null if not set
getAutoCommit() - Method in class com.microdeveloper.data.SQLDataSet
Returns the current state of automatic commit processing.
getAutoCommit() - Method in interface com.microdeveloper.data.SQLSet
 
getAutoRollback() - Method in class com.microdeveloper.data.SQLDataSet
Returns the current state of automatic rollback functionality.
getAutoRollback() - Method in interface com.microdeveloper.data.SQLSet
 
getBcc() - Method in class com.microdeveloper.util.net.mail.JMail
Returns the currently established BCC list
getBcc() - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
getBccProperty() - Method in class com.microdeveloper.util.net.mail.JMailContent
Returns the BCC e-mail addresses or null if not set
getBigDecimal(String) - Method in class com.microdeveloper.data.SQLDataSet
Gets a BigDecimal value from the current row based on the name of the column desired.
getBigDecimal(String) - Method in interface com.microdeveloper.data.SQLSet
 
getBlob(String) - Method in class com.microdeveloper.data.SQLDataSet
Gets a Blob (Binary Large Object Block) object from the current row based on the name of the column desired.
getBlob(String) - Method in interface com.microdeveloper.data.SQLSet
 
getBody() - Method in class com.microdeveloper.util.net.mail.JMail
Returns the message body
getBodyProperty() - Method in class com.microdeveloper.util.net.mail.JMailContent
Returns the body property.
getCapacity() - Method in class com.microdeveloper.common.Str
Get the number of characters this object can hold without doing a reallocation.
getCc() - Method in class com.microdeveloper.util.net.mail.JMail
Returns the currently established CC list
getCc() - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
getCcProperty() - Method in class com.microdeveloper.util.net.mail.JMailContent
Returns the CC e-mail addresses or null if not set
getChar(String, int) - Static method in class com.microdeveloper.common.Str
Just like String.charAt() except for null strings or for strings that are too short, an exception will not be thrown and instead, a null char will be returned.
getCharacterSet() - Method in class com.microdeveloper.util.net.mail.JMail
Returns the current character set being used
getCharacterSetProperty() - Method in class com.microdeveloper.util.net.mail.JMailContent
Returns the character set property
getClob(String) - Method in class com.microdeveloper.data.SQLDataSet
Gets a Clob (Character Large Object Block) object from the current row based on the name of the column desired.
getClob(String) - Method in interface com.microdeveloper.data.SQLSet
 
getColCount() - Method in class com.microdeveloper.data.ArrayResultSet
Returns the current width of the ResultSet (number of columns).
getColumnCount() - Method in class com.microdeveloper.data.SQLDataSet
Gets the number of columns in the ResultSet
getColumnCount() - Method in interface com.microdeveloper.data.SQLSet
 
getColumnName(int) - Method in class com.microdeveloper.data.SQLDataSet
Gets the name of the column as indicated by the position of the column (i) within the ResultSet.
getColumnName(int) - Method in interface com.microdeveloper.data.SQLSet
 
getColumnNames() - Method in class com.microdeveloper.data.SQLDataSet
Gets the column names from the current ResultSet and returns them as a string array
getColumnNames() - Method in interface com.microdeveloper.data.SQLSet
 
getColumnPosition(String) - Method in class com.microdeveloper.data.SQLDataSet
Gets the position of a column in the resultset given the name of the column.
getColumnPosition(String) - Method in interface com.microdeveloper.data.SQLSet
 
getColumnType(String) - Method in class com.microdeveloper.data.SQLDataSet
Gets the database type of column in the selected drivers meta-data notation.
getColumnType(int) - Method in class com.microdeveloper.data.SQLDataSet
Gets the type of a particular column in the ResultSet by numeric position
getColumnType(String) - Method in interface com.microdeveloper.data.SQLSet
 
getColumnType(int) - Method in interface com.microdeveloper.data.SQLSet
 
getCommitting() - Method in class com.microdeveloper.data.SQLDataSet
Returns the current state of commit processing.
getCommitting() - Method in interface com.microdeveloper.data.SQLSet
 
getConnection() - Method in class com.microdeveloper.data.SQLDataSet
Gets the connection object for this instantiation.
getConnection() - Method in interface com.microdeveloper.data.SQLSet
 
getConnection() - Method in class com.microdeveloper.db.Connector
Returns the current java.sql.Connection object.
getConnection() - Method in class com.microdeveloper.db.jndi.ConnectionPool
Returns the active java.sql.Connection object.
getConnection() - Method in interface com.microdeveloper.db.jndi.ConnectionPoolInterface
Returns the active java.sql.Connection object.
getConnectionPoolInterface() - Method in class com.microdeveloper.db.jndi.ConnectionPool
Obtain the interface to the ConnectionPool
getConnectionURL() - Method in class com.microdeveloper.data.SQLDataSet
Gets the URL that describes or represents this jdbc connection.
getConnectionURL() - Method in interface com.microdeveloper.data.SQLSet
 
getConnProperty() - Method in class com.microdeveloper.data.SQLDataSet
Gets the current database connection object
getConnProperty() - Method in interface com.microdeveloper.data.SQLSet
 
getContentType() - Method in class com.microdeveloper.data.ByteArrayDataSource
Returns the established content type
getCount - Variable in class com.microdeveloper.servlets.io.LogServlet
increment this if you override the traditional doGet()
getCr() - Method in class com.microdeveloper.common.Str
Returns the current carriage return value.
getCurrentRow() - Method in class com.microdeveloper.data.SQLDataSet
Deprecated. As of release 1.5, replaced by SQLDataSet.getRow() may be removed from future versions
getCurrentRow() - Method in interface com.microdeveloper.data.SQLSet
 
getDataSetInterface() - Method in class com.microdeveloper.data.SQLDataSet
Establishes the interface to a SQLDataSetInterface.
getDate(String, String) - Method in class com.microdeveloper.common.date.EDate
Returns the currently established date/time as a String using the format and time zone given
getDate() - Method in class com.microdeveloper.common.date.EDate
Gets the currently established date
getDate(String, String) - Method in interface com.microdeveloper.common.date.EDateInterface
 
getDate() - Method in interface com.microdeveloper.common.date.EDateInterface
 
getDate(String) - Method in class com.microdeveloper.data.SQLDataSet
Gets a Date value from the current row based on the name of the column desired using the default Calendar.
getDate(String, Calendar) - Method in class com.microdeveloper.data.SQLDataSet
Gets a Date value from the current row based on the name of the column desired using the Calendar specified.
getDate(String) - Method in interface com.microdeveloper.data.SQLSet
 
getDate(String, Calendar) - Method in interface com.microdeveloper.data.SQLSet
 
getDateFormatProperty() - Method in class com.microdeveloper.common.date.EDate
Returns the current date format property
getDays(GregorianCalendar, GregorianCalendar) - Static method in class com.microdeveloper.common.date.EDate
Number of days between two Gregorian dates.
getDb() - Method in class com.microdeveloper.db.Connector
Deprecated. as of version 1.1, no longer necessary
getDb() - Method in class com.microdeveloper.db.jndi.ConnectionPool
Returns the currently established database name
getDb() - Method in interface com.microdeveloper.db.jndi.ConnectionPoolInterface
Returns the currently established database name
getDbAlias() - Method in class com.microdeveloper.db.Connector
Returns the database alias in effect
getDbAlias() - Method in class com.microdeveloper.db.jndi.ConnectionPool
Returns the currently established database alias
getDbAlias() - Method in interface com.microdeveloper.db.jndi.ConnectionPoolInterface
Returns the currently established database alias
getDbDriver() - Method in class com.microdeveloper.db.Connector
Returns the currently set driver
getDbUrl() - Method in class com.microdeveloper.db.Connector
Returns the current database URL
getDebugProperty() - Method in class com.microdeveloper.util.net.mail.JMailContent
Returns the DEBUG property
getDefaultWrapPoint() - Method in class com.microdeveloper.common.Str
Returns the default wrap point property
getDifferences(Connection, Connection, String, String, String, String, String, String, String[]) - Method in class com.microdeveloper.db.rectifier.Differences
Creates a response HashMap that outlines the differences between objects on two data sources using a limited rowset and specific comparison columns.
getDifferences(Connection, String, String, String, String, String, String[]) - Method in class com.microdeveloper.db.rectifier.Differences
Creates a response HashMap that outlines the differences between objects on a single data source using specific comparison columns.
getDifferences(Connection, String, String, String, String, String) - Method in class com.microdeveloper.db.rectifier.Differences
Creates a response HashMap that outlines the differences between objects on a single data source.
getDirectory(File) - Static method in class com.microdeveloper.util.io.Files
Return a string array containing the current directory.
getDirectoryDetails(File) - Static method in class com.microdeveloper.util.io.Files
Return a string array containing the current directory with timestamps and file sizes.
getDouble(String) - Method in class com.microdeveloper.data.SQLDataSet
Gets a Double value from the current row based on the name of the column desired.
getDouble(String) - Method in interface com.microdeveloper.data.SQLSet
 
getDriver() - Method in class com.microdeveloper.db.jndi.ConnectionPool
Returns the driver currently in effect from the dbnames file.
getDriver() - Method in interface com.microdeveloper.db.jndi.ConnectionPoolInterface
Returns the driver currently in effect from the dbnames file.
geteDateInterface() - Method in class com.microdeveloper.common.date.EDate
Returns the interface.
getElapsedHMS(int) - Static method in class com.microdeveloper.common.date.EDate
Creates a textual representaion of the time given as seconds in the form of "hh hour(s) mm minute(s) ss seconds(s)".
getElapsedSeconds(Date, Date) - Static method in class com.microdeveloper.common.date.EDate
Calculates the number of seconds between two dates.
getElapsedSeconds(GregorianCalendar, GregorianCalendar) - Static method in class com.microdeveloper.common.date.EDate
Calculates the number of seconds elapsed between two Gregorian dates
getEpochDate() - Method in class com.microdeveloper.common.date.EDate
Returns the objects current date/time as an Epoch date/time
getEpochDate() - Method in interface com.microdeveloper.common.date.EDateInterface
 
getField(int, int) - Method in class com.microdeveloper.data.ArrayResultSet
Returns the current value of a given column in a given row
getFile() - Method in class com.microdeveloper.util.io.property.FileParameterReader
 
getFileBodyPart(String, String) - Method in class com.microdeveloper.util.net.mail.JMail
Fetches a particular body part from the current message.
getFileBodyPart(String, String) - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
getFloat(String) - Method in class com.microdeveloper.data.SQLDataSet
Gets a Float value from the current row based on the name of the column desired.
getFloat(String) - Method in interface com.microdeveloper.data.SQLSet
 
getFrom() - Method in class com.microdeveloper.util.net.mail.JMail
Returns the currently established from address
getFromProperty() - Method in class com.microdeveloper.util.net.mail.JMailContent
Returns the FROM e-mail addresses or null if not set
getGMTDate() - Method in class com.microdeveloper.common.date.EDate
Returns the Greewich mean time as a String
getGMTDate(String) - Method in class com.microdeveloper.common.date.EDate
Returns the current GMT date time in the format given
getGMTDate() - Method in interface com.microdeveloper.common.date.EDateInterface
 
getGMTDate(String) - Method in interface com.microdeveloper.common.date.EDateInterface
 
getHost() - Method in class com.microdeveloper.util.net.mail.JMail
Returns the currenty SMTP host.
getHostProperty() - Method in class com.microdeveloper.util.net.mail.JMailContent
Returns the SMTP host property
getHtmlBody() - Method in class com.microdeveloper.util.net.mail.JMail
Returns the HTML message body
getHtmlBodyProperty() - Method in class com.microdeveloper.util.net.mail.JMailContent
Returns the HTML message body
getInputStream() - Method in class com.microdeveloper.data.ByteArrayDataSource
Returns a new ByteArrayInputStream
getInt(String) - Method in class com.microdeveloper.data.SQLDataSet
Gets a Integer value from the current row based on the name of the column desired.
getInt(String) - Method in interface com.microdeveloper.data.SQLSet
 
getInt31() - Method in class com.microdeveloper.data.CRC
get the resulting CRC value as an unsigned 31 bit value.
getjMailInterface() - Method in class com.microdeveloper.util.net.mail.JMail
Returns the interfacce to the class
getJNDIDbFromAlias(String) - Method in class com.microdeveloper.db.jndi.ConnectionPool
Returns the associated JNDI database name for the given alias name
getJNDIDbFromAlias(String) - Method in interface com.microdeveloper.db.jndi.ConnectionPoolInterface
Returns the associated JNDI database name for the given alias name
getLast() - Method in class com.microdeveloper.common.Str
Retrieve a copy of the last character.
getLibVersion() - Static method in class com.microdeveloper.Version
 
getList() - Method in class com.microdeveloper.util.io.log.ErrorLog
Get a list of all error messages that have been passed in to the ErrorLog object.
getLocalDate() - Method in class com.microdeveloper.common.date.EDate
Returns the current local date as a string
getLocalDate() - Method in interface com.microdeveloper.common.date.EDateInterface
 
getMailPropertiesPath() - Method in class com.microdeveloper.util.net.mail.JMail
Fetches the currently established properties path.
getMailPropertiesPath() - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
getMessage() - Method in class com.microdeveloper.db.jndi.ConnectionPoolTest
Returns the current message that verifies the init performed successfully.
getMimeType() - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
getMimeTypeProperty() - Method in class com.microdeveloper.util.net.mail.JMailContent
Returns the MIMETYPE property
getMonths(GregorianCalendar, GregorianCalendar) - Static method in class com.microdeveloper.common.date.EDate
Number of months between two Gregorian dates.
getName() - Method in class com.microdeveloper.data.ByteArrayDataSource
Returns the current name of the element
getObject(int, int) - Method in class com.microdeveloper.data.SQLDataSet
Gets the column object specifed by integer position of the row and column.
getObject(int, String) - Method in class com.microdeveloper.data.SQLDataSet
Gets the column object specifed by integer position of the row and column.
getObject(String) - Method in class com.microdeveloper.data.SQLDataSet
Gets the column object specifed by column name for the current row in the recordset.
getObject(int) - Method in class com.microdeveloper.data.SQLDataSet
Gets the column object specifed by integer position of the column for the current row.
getObject(int, int) - Method in interface com.microdeveloper.data.SQLSet
 
getObject(int, String) - Method in interface com.microdeveloper.data.SQLSet
 
getObject(String) - Method in interface com.microdeveloper.data.SQLSet
 
getObject(int) - Method in interface com.microdeveloper.data.SQLSet
 
getOracleStoredProcedureInterface() - Method in class com.microdeveloper.data.OracleStoredProcedure
Obtain a new OracleStoredProcedure interface
getOutputStream() - Method in class com.microdeveloper.data.ByteArrayDataSource
Returns the output stream.
getParameter(String) - Static method in class com.microdeveloper.Version
 
getParameterMap(HttpServletRequest, HttpServletResponse) - Method in class com.microdeveloper.servlets.io.DbFileDriver
Returns the parameter map for the servlet
getParameterMetaData() - Method in class com.microdeveloper.data.SQLDataSet
Retrieves the number, types and properties of this PreparedStatement object's parameters.
getParameters() - Method in class com.microdeveloper.util.io.property.FileParameterReader
 
getParameterValue(Object) - Method in class com.microdeveloper.servlets.io.DbFileDriver
Returns the value for a given parameter.
getParameterValue(String) - Method in class com.microdeveloper.util.io.property.FileParameterReader
 
getPassword() - Method in class com.microdeveloper.db.Connector
Returns the currently set password for establishing new connections with.
getPassword() - Method in class com.microdeveloper.db.jndi.ConnectionPool
Returns the encrypted password for the current user
getPassword() - Method in interface com.microdeveloper.db.jndi.ConnectionPoolInterface
Returns the encrypted password for the current user
getPlainBody() - Method in class com.microdeveloper.util.net.mail.JMail
Returns the plain message body
getPlainBodyProperty() - Method in class com.microdeveloper.util.net.mail.JMailContent
Returns the plain text message body
getRecord(int) - Method in class com.microdeveloper.data.ArrayResultSet
Gets a single record that is n columns wide
getResourceAsString(Object, String) - Static method in class com.microdeveloper.util.io.Files
Pass in an object and a relative filename and the file will be opened relative to where the class came from.
getResultSet() - Method in class com.microdeveloper.data.SQLDataSet
Gets the current java.sql.ResultSet
getResultSet() - Method in interface com.microdeveloper.data.SQLSet
 
getRow(int) - Method in class com.microdeveloper.data.ArrayResultSet
Gets a single record that is n columns wide
getRow() - Method in class com.microdeveloper.data.SQLDataSet
Gets in the position of the cursor within the ResultSet.
getRow() - Method in interface com.microdeveloper.data.SQLSet
 
getRowCount() - Method in class com.microdeveloper.data.ArrayResultSet
Length [size] of the resultset (number of rows)
getRowCount() - Method in class com.microdeveloper.data.SQLDataSet
Gets the current number of rows in the ResultSet
getRowCount() - Method in interface com.microdeveloper.data.SQLSet
 
getSeries() - Method in class com.microdeveloper.data.ArrayResultSet
Returns the result set as a series with each row representing a complete record which is comma delimited
getSeriesRow(int) - Method in class com.microdeveloper.data.ArrayResultSet
Returns a single series row that is represented as a single comma delimited String
getServletInfo() - Method in class com.microdeveloper.servlets.io.DbFileDriver
Returns a short description of the servlet.
getServletInfo() - Method in class com.microdeveloper.servlets.io.JspHtmlWriter
Returns a short description of the servlet.
getServletInfo() - Method in class com.microdeveloper.servlets.io.PostRedirect
Returns a short description of the servlet.
getSid() - Method in class com.microdeveloper.db.jndi.ConnectionPool
Returns the optional established sid for Oracle databases.
getSid() - Method in interface com.microdeveloper.db.jndi.ConnectionPoolInterface
Returns the optional established sid for Oracle databases.
getSize() - Method in class com.microdeveloper.data.SQLDataSet
Gets the number of rows in the current ResultSet
getSize() - Method in interface com.microdeveloper.data.SQLSet
 
getSize() - Method in class com.microdeveloper.util.io.property.FileParameterReader
 
getSmtpHost() - Method in class com.microdeveloper.util.net.mail.JMail
Returns the currenty SMTP host
getSmtpHost() - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
getSql() - Method in class com.microdeveloper.data.SQLDataSet
Gets the SQL currently set for this instance
getSql() - Method in interface com.microdeveloper.data.SQLSet
 
getSqlProperty() - Method in class com.microdeveloper.data.SQLDataSet
Gets the currently established SQL property
getSqlProperty() - Method in interface com.microdeveloper.data.SQLSet
 
getString(String) - Method in class com.microdeveloper.common.StringMap
 
getString(String) - Method in class com.microdeveloper.data.SQLDataSet
Gets a String value from the current row based on the name of the column desired.
getString(String) - Method in interface com.microdeveloper.data.SQLSet
 
getSubject() - Method in class com.microdeveloper.util.net.mail.JMail
Returns the message subject
getSubjectProperty() - Method in class com.microdeveloper.util.net.mail.JMailContent
Returns the message subject property
getSysDate() - Method in class com.microdeveloper.common.date.EDate
Returns the current system date (synonymous with the Oracle Sysdate function)
getSysDate(String) - Method in class com.microdeveloper.common.date.EDate
Returns the current date time in the format given
getSysDate() - Method in interface com.microdeveloper.common.date.EDateInterface
 
getSysDate(String) - Method in interface com.microdeveloper.common.date.EDateInterface
 
getSysZone() - Method in class com.microdeveloper.common.date.EDate
Gets the zone for the system where the class is currently executing
getSysZone() - Method in interface com.microdeveloper.common.date.EDateInterface
 
getTableName(int) - Method in class com.microdeveloper.data.SQLDataSet
Gets the tablename from within the current resultset given the positional number of the table.
getTableName(int) - Method in interface com.microdeveloper.data.SQLSet
 
getTime(String, Calendar) - Method in class com.microdeveloper.data.SQLDataSet
Gets a Time value from the current row based on the name of the column desired using the Calendar specified.
getTime(String) - Method in class com.microdeveloper.data.SQLDataSet
Gets a Time value from the current row based on the name of the column desired using the default Calendar.
getTime(String, Calendar) - Method in interface com.microdeveloper.data.SQLSet
 
getTime(String) - Method in interface com.microdeveloper.data.SQLSet
 
getTimeZoneProperty() - Method in class com.microdeveloper.common.date.EDate
Returns the current time zone property
getTimeZoneProperty() - Method in interface com.microdeveloper.common.date.EDateInterface
 
getTo() - Method in class com.microdeveloper.util.net.mail.JMail
Returns the currently established To list
getTo() - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
getToday() - Static method in class com.microdeveloper.common.date.EDate
Returns the current system date
getToday(String) - Static method in class com.microdeveloper.common.date.EDate
Returns the current system date
getToProperty() - Method in class com.microdeveloper.util.net.mail.JMailContent
Returns the TO e-mail addresses or null if not set
getTrimmedString(String) - Method in class com.microdeveloper.common.StringMap
 
getTypeProperty() - Method in class com.microdeveloper.util.net.mail.JMailContent
Returns the message type property
getUrl() - Method in class com.microdeveloper.db.jndi.ConnectionPool
Returns the URL to the database connection from the dbnames file.
getUrl() - Method in interface com.microdeveloper.db.jndi.ConnectionPoolInterface
Returns the URL to the database connection from the dbnames file.
getUsername() - Method in class com.microdeveloper.db.Connector
Returns the currently set username for establishing new connections with
getUsername() - Method in class com.microdeveloper.db.jndi.ConnectionPool
Returns the current username for the ConnectionPool
getUsername() - Method in interface com.microdeveloper.db.jndi.ConnectionPoolInterface
Returns the current username for the ConnectionPool
getUTCDate() - Method in class com.microdeveloper.common.date.EDate
Returns the current UTC (universal coordinated) date as a string
getUTCDate(String) - Method in class com.microdeveloper.common.date.EDate
Returns the current UTC date time in the format given
getUTCDate() - Method in interface com.microdeveloper.common.date.EDateInterface
 
getUTCDate(String) - Method in interface com.microdeveloper.common.date.EDateInterface
 
getZoneDate(String) - Method in class com.microdeveloper.common.date.EDate
Returns the current date time based on the timeZone given
getZoneDate(String, String) - Method in class com.microdeveloper.common.date.EDate
Returns the current date time based on the timeZone given in the format given
getZoneDate(String) - Method in interface com.microdeveloper.common.date.EDateInterface
 
getZoneDate(String, String) - Method in interface com.microdeveloper.common.date.EDateInterface
 
getZoneList() - Method in class com.microdeveloper.common.date.EDate
Returns a list of the available java time zones
getZoneList() - Method in interface com.microdeveloper.common.date.EDateInterface
 
gt(Str) - Method in class com.microdeveloper.common.Str
Test for "greater than" between your string and the string in s.
gt(String) - Method in class com.microdeveloper.common.Str
Test for "greater than" between your string and the string in s.

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.