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

D

daysBetween(Date, Date) - Method in class com.microdeveloper.common.date.EDate
Returns the number of days between two dates as a real number
daysBetween(Date, Date) - Method in interface com.microdeveloper.common.date.EDateInterface
 
DbFileDriver - Class in com.microdeveloper.servlets.io
Abstract servlet for SQL output as download responses in the form of a file download.
DbFileDriver() - Constructor for class com.microdeveloper.servlets.io.DbFileDriver
 
debugReport(PrintWriter) - Method in class com.microdeveloper.servlets.io.LogServlet
Override this if you have more to say in the GET debug information.
decimalDegrees(String) - Static method in class com.microdeveloper.common.Num
Pass in a string that represents some form of lat or long and a decimal value is returned.
decrypt(String) - Method in class com.microdeveloper.security.encryption.Base64Encrypter
Decrypts the given encrypted String
decrypt(String) - Method in class com.microdeveloper.security.encryption.DesEncrypter
Decrypts the given text returning the clear text result.
DEFAULTHOST - Static variable in class com.microdeveloper.util.net.mail.JMail
 
DEFAULTHOST - Static variable in class com.microdeveloper.util.net.mail.JMailContent
Default mail host name
delay(int) - Static method in class com.microdeveloper.common.date.Time
A threaded sleep loop.
delete(int, int) - Method in class com.microdeveloper.common.Str
Remove characters from your string.
delete(String) - Static method in class com.microdeveloper.util.io.Files
Delete a specific file.
DELETE_MAP_KEY - Static variable in class com.microdeveloper.db.rectifier.Differences
Key to the HashMap that contains the delete (target orphan) elements.
DELETE_MAP_KEY - Static variable in class com.microdeveloper.db.rectifier.Rectify
Key to the HashMap that contains the delete (target orphan) elements.
deleteAllFilesInDir(String) - Static method in class com.microdeveloper.util.io.Files
Delete all files in a directory.
deleteDirectory(File) - Static method in class com.microdeveloper.util.io.Files
Delete a directory structure.
deleteFirst(int) - Method in class com.microdeveloper.common.Str
Remove characters from the beginning of your string.
deleteFirst() - Method in class com.microdeveloper.common.Str
Remove first character from the beginning of your string.
deleteLast(int) - Method in class com.microdeveloper.common.Str
Remove characters from the end of your string.
deleteLast() - Method in class com.microdeveloper.common.Str
Remove the last character from the end of your string.
DesEncrypter - Class in com.microdeveloper.security.encryption
A Triple DES with MD5 encryption utility that encrypts and decrypts the given text.
DesEncrypter(String) - Constructor for class com.microdeveloper.security.encryption.DesEncrypter
Creates a new DesEncrypter object and intializes it with the given pass phrase.
destroy() - Method in class com.microdeveloper.servlets.io.DbFileDriver
Destroys the servlet.
destroy() - Method in class com.microdeveloper.servlets.io.JspHtmlWriter
Destroys the servlet.
destroy() - Method in class com.microdeveloper.servlets.io.PostRedirect
Destroys the servlet.
DIFF_KEY - Static variable in class com.microdeveloper.db.rectifier.Differences
Key for the count of differing records
DIFF_KEY - Static variable in class com.microdeveloper.db.rectifier.Rectify
Key for the count of differing records
Differences - Class in com.microdeveloper.db.rectifier
Determines the data differences between two tables in one or two Oracle databases.
Differences() - Constructor for class com.microdeveloper.db.rectifier.Differences
Creates a new instance of Differences
DIR - Static variable in class com.microdeveloper.data.OracleStoredProcedure
Internal DIR value
disconnect() - Method in class com.microdeveloper.db.Connector
Closes the database connection.
disconnect() - Method in class com.microdeveloper.db.jndi.ConnectionPool
Closes the current pooled connection.
DML_ERR - Static variable in class com.microdeveloper.db.rectifier.Rectify
Error when exception is thrown during batch update
doCommit() - Method in class com.microdeveloper.data.SQLDataSet
Performs a commit action within the database connection.
doCommit() - Method in interface com.microdeveloper.data.SQLSet
 
doFunction(Connection, String) - Method in class com.microdeveloper.data.OracleStoredProcedure
Execute the given function.
doFunction(Connection, String) - Method in interface com.microdeveloper.data.OracleStoredProcedureInterface
Executes a stored function.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.microdeveloper.servlets.io.DbFileDriver
Handles the HTTP GET method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.microdeveloper.servlets.io.JspHtmlWriter
Handles the HTTP GET method.
doGet(PrintWriter, Hashtable) - Method in class com.microdeveloper.servlets.io.LogServlet
if you need doGet, override this instead of the normal doGet.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.microdeveloper.servlets.io.LogServlet
Override this to make the debugger log unavailable.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.microdeveloper.servlets.io.PostRedirect
Handles the HTTP GET method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.microdeveloper.servlets.jndi.ListServlet
Handles the HTTP GET method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.microdeveloper.servlets.io.DbFileDriver
Handles the HTTP POST method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.microdeveloper.servlets.io.JspHtmlWriter
Handles the HTTP POST method.
doPost(PrintWriter, Hashtable) - Method in class com.microdeveloper.servlets.io.LogServlet
if you need doPost(), override this instead of the normal doPost().
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.microdeveloper.servlets.io.LogServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.microdeveloper.servlets.io.PostRedirect
Handles the HTTP POST method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.microdeveloper.servlets.jndi.ListServlet
 
doProcedure(Connection, String) - Method in class com.microdeveloper.data.OracleStoredProcedure
Executes the given stored procedure.
doProcedure(Connection, String) - Method in interface com.microdeveloper.data.OracleStoredProcedureInterface
Executes a stored procedure.
doRollback(Savepoint) - Method in class com.microdeveloper.data.SQLDataSet
Performs a rollback action within the database connection.
doRollback() - Method in class com.microdeveloper.data.SQLDataSet
Performs a rollback action within the database connection.
doRollback(Savepoint) - Method in interface com.microdeveloper.data.SQLSet
 
doRollback() - Method in interface com.microdeveloper.data.SQLSet
 

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.