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

C

center(int) - Method in class com.microdeveloper.common.Str
Try to center the text in a pad of spaces.
center(String, int) - Static method in class com.microdeveloper.common.Str
Try to center the text in a pad of spaces.
charAt(int) - Method in class com.microdeveloper.common.Str
Used for compatibility with String and StringBuffer.
charCount(char) - Method in class com.microdeveloper.common.Str
Count how many times a particular character occurs within your string.
CHARSET_DEFAULT - Static variable in class com.microdeveloper.util.net.mail.JMailContent
Default system character set for text encoding
CHARSET_ISO88591 - Static variable in class com.microdeveloper.util.net.mail.JMailContent
ISO 8859-1 character set text encoding
CHARSET_USASCII - Static variable in class com.microdeveloper.util.net.mail.JMailContent
US ASCII character set text encoding
CharToHex(char) - Static method in class com.microdeveloper.common.Str
Method CharToHex converts a character to a hexidecimal String that represents the characters ASCII integer representation.
CharToInt(char) - Static method in class com.microdeveloper.common.Str
Method CharToInt returns the decimal representation of the character given.
checkConsoleLogging() - Method in class com.microdeveloper.servlets.io.LogServlet
Call this as the first thing you do if you override the traditional doGet() or doPost().
Chr(int) - Static method in class com.microdeveloper.common.Str
Method Chr returns the ASCII character with is the binary equivelant to the integer given.
clearArg(int) - Method in class com.microdeveloper.data.OracleStoredProcedure
Remove a single argument from the this object.
clearArg(int) - Method in interface com.microdeveloper.data.OracleStoredProcedureInterface
Remove a single argument from the this object.
clearArgs() - Method in class com.microdeveloper.data.OracleStoredProcedure
Remove all arguments from the this object.
clearArgs() - Method in interface com.microdeveloper.data.OracleStoredProcedureInterface
Remove all arguments from the this object.
clearArgs() - Method in class com.microdeveloper.data.SQLDataSet
Sets the current arguments and parameters to empty (null)
clearArgs() - Method in interface com.microdeveloper.data.SQLSet
 
close() - Method in class com.microdeveloper.data.SQLDataSet
Closes the ResultSet thereby freeing the cursors.
close() - Method in interface com.microdeveloper.data.SQLSet
 
close() - Method in class com.microdeveloper.db.Connector
Closes the database connection.
close() - Method in class com.microdeveloper.db.jndi.ConnectionPool
Closes the current pooled connection.
close() - Method in interface com.microdeveloper.db.jndi.ConnectionPoolInterface
Closes the current pooled connection.
COLUMN_ERR - Static variable in class com.microdeveloper.db.rectifier.Rectify
Error when attempting to fetch the column data
com.microdeveloper - package com.microdeveloper
Informational classes or classes which perform no particular utilitarian need.
com.microdeveloper.common - package com.microdeveloper.common
A collection of utility classes for text, date, numeric, and graphic manipulation.
com.microdeveloper.common.date - package com.microdeveloper.common.date
A collection of utility classes for date and time manipulation.
com.microdeveloper.data - package com.microdeveloper.data
A collection of APIs that are specific to database data manipulation or generic data manipulation.
com.microdeveloper.db - package com.microdeveloper.db
A collection of generic database connection classes for secure, parameter driven connections.
com.microdeveloper.db.jndi - package com.microdeveloper.db.jndi
A collection of JNDI based database connection pool classes for secure, parameter driven connections to Oracle databases.
com.microdeveloper.db.rectifier - package com.microdeveloper.db.rectifier
Provides database comparison and reconciliation functions
com.microdeveloper.security.encryption - package com.microdeveloper.security.encryption
Classes for easily encrypting and decrypting text using various DES encryption methods.
com.microdeveloper.servlets.io - package com.microdeveloper.servlets.io
Contains servlets that provide input output capabilities.
com.microdeveloper.servlets.jndi - package com.microdeveloper.servlets.jndi
Utility servlets for debugging JNDI resources.
com.microdeveloper.util.exception - package com.microdeveloper.util.exception
Provides exception handling utility calls for extended exception manipulation
com.microdeveloper.util.io - package com.microdeveloper.util.io
Contains API's for providing basic input-output and encoding capabilities.
com.microdeveloper.util.io.log - package com.microdeveloper.util.io.log
Provides extensive logging capabilities to applications.
com.microdeveloper.util.io.property - package com.microdeveloper.util.io.property
Contains classes for manipulating property files.
com.microdeveloper.util.net.mail - package com.microdeveloper.util.net.mail
Provides APIs for implementing simple to complex E-mail capabilities or applications.
commaStr(double) - Static method in class com.microdeveloper.common.Str
Converts a double to a string with commas inserted for thousands, millions, etc.
compareTo(Str) - Method in class com.microdeveloper.common.Str
A string comparison method that returns a numeric result.
compareTo(String) - Method in class com.microdeveloper.common.Str
A string comparison method that returns a numeric result.
connect() - Method in class com.microdeveloper.db.Connector
Method open opens the connection to the database using pre-established properties.
connect(String) - Method in class com.microdeveloper.db.jndi.ConnectionPool
Connects to the given database.
connect(String, String, String) - Method in class com.microdeveloper.db.jndi.ConnectionPool
Open the connection to database using name and password given.
connect() - Method in class com.microdeveloper.db.jndi.ConnectionPool
Opens the connection to the database using the established properties.
ConnectionPool - Class in com.microdeveloper.db.jndi
ConnectionPool is designed to ease the burden of establishing pooled connections within Servlets or JSP pages.
ConnectionPool() - Constructor for class com.microdeveloper.db.jndi.ConnectionPool
Create a new instance of ConnectionPool.
ConnectionPool(String) - Constructor for class com.microdeveloper.db.jndi.ConnectionPool
Create a new instance of ConnectionPool and connects to the given database.
ConnectionPool(String, String, String) - Constructor for class com.microdeveloper.db.jndi.ConnectionPool
Create a new instance of Connection pool and connects to the given database using username and password.
ConnectionPoolInterface - Interface in com.microdeveloper.db.jndi
Interface class used by the ConnectionPool implementation class.
ConnectionPoolPw - Class in com.microdeveloper.db.jndi
Class used to generate new passwords for the Connection Pool dbnames property file.
ConnectionPoolPw() - Constructor for class com.microdeveloper.db.jndi.ConnectionPoolPw
 
ConnectionPoolTest - Class in com.microdeveloper.db.jndi
ConnectionPoolTest is used to ensure that the Connection Pool and JNDI is working properly.
ConnectionPoolTest() - Constructor for class com.microdeveloper.db.jndi.ConnectionPoolTest
 
Connector - Class in com.microdeveloper.db
Connector for connecting to database source using a database names property file.
Connector() - Constructor for class com.microdeveloper.db.Connector
Constructor Connector creates an empty Connector without any established properties.
Connector(String) - Constructor for class com.microdeveloper.db.Connector
Creates a new instance of Connector and connects to database dbName.
Connector(String, String, String) - Constructor for class com.microdeveloper.db.Connector
Creates a new instance of Connector and connects to the database using the parameters given.
Connector(String, String, String, String) - Constructor for class com.microdeveloper.db.Connector
Creates a new instance of Connector and connects to the database using the parameters given.
content - Variable in class com.microdeveloper.data.ByteArrayDataSource
 
contentType - Variable in class com.microdeveloper.data.ByteArrayDataSource
 
copy(InputStream, OutputStream) - Static method in class com.microdeveloper.util.io.Files
 
countDigits() - Method in class com.microdeveloper.common.Str
Counts the number of digits in this.
countRange(char, char) - Method in class com.microdeveloper.common.Str
Determines the number of digits that occur within the given range within this.
CRC - Class in com.microdeveloper.data
A class that makes it easier to create CRC codes.
CRC() - Constructor for class com.microdeveloper.data.CRC
 
credentials - Variable in class com.microdeveloper.servlets.io.DbFileDriver
Full database credential string
CRLF - Variable in class com.microdeveloper.servlets.io.DbFileDriver
Field CRLF

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.