Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.client.am.* (59)org.apache.derby.client.net.* (46)
org.apache.derby.client.resources.* (2)

org.apache.derby.client: Javadoc index of package org.apache.derby.client.


Package Samples:

org.apache.derby.client.am
org.apache.derby.client.net
org.apache.derby.client.resources

Classes:

Resources: This is the default (English) resource bundle. You can provide your own locale-specific bundle with an ISO language suffix appended to the class name for your language. Additional or replacement locale-specific resource bundles must reside in the org.apache.derby.client.resources package. The driver locates the appropriate resource bundle for your locale by using java.util.ResourceBundle.getBundle ("org.apache.derby.client.resources.Resources"); Using the ClassLoader, this call in turn looks for the appropriate bundle as a .class file in the following order based on your locale: Resources_language_country_variant ...
ClientDataSourceFactory: The data source factory currrently for ClientDataSource only. This factory will support XA and pooling-enabled data sources in the future. This factory reconstructs a DERBY simple data source object when it is retrieved from JNDI. References are needed since many naming services don't have the ability to store Java objects in their serialized form. When a data source object is bound in this type of naming service the Reference for that object is actually stored by the JNDI implementation, not the data source object itself. A JNDI administrator is responsible for making sure that both the object ...
DateTime: High performance converters from date/time byte encodings to JDBC Date, Time and Timestamp objects. Using this class for direct date/time conversions from bytes offers superior performance over the alternative method of first constructing a Java String from the encoded bytes, and then using java.sql.Date.valueOf() 55 , java.sql.Time.valueOf() 55 or java.sql.Timestamp.valueOf() 55 .
ResourceKeys: These keys are provided only as a convenience for managing locale-specific resource strings. These keys will change with each release, some may be added and some may be deleted, so do not use these keys for any purpose other than a version- dependent resource bundle. The resource for any key can be obtained as follows: java.util.ResourceBundle resources = java.util.ResourceBundle.getBundle ("org.apache.derby.client.resources.Resources"); resources.getString ( key );
EbcdicCcsidManager: A concrete implementation of a CcsidMgr used to convert between Java UCS2 and Ebcdic as needed to handle character DDM Parameters. This implementation only supports converting from the ASCII invariant of UNICODE to Ebcdic. This should be fine since this class is intended for converting DDM Parameter data only.
FloatingPoint: Converters from floating point bytes to Java float , double , or java.math.BigDecimal .
Decimal: Converters from fixed point decimal bytes to java.math.BigDecimal , double , or long .
GetResourceInputStreamAction: Java 2 PrivilegedAction encapsulation of attempting to acquire driver-general properties as a System resource.
GetFileInputStreamAction: Java 2 PrivilegedExceptionAction encapsulation of creating a new FileInputStream throws FileNotFoundException
GetSystemPropertiesAction: Java 2 PrivilegedAction encapsulation of System getProperties processing
NetIndoubtTransaction: Title: dnc Project Description:
ClientPooledConnection
ClientXAConnection
ClientXid
Agent
AsciiStream
BatchUpdateException
Blob
BlobOutputStream
CallableStatement
Clob
ClobOutputStream
ClobWriter
ColumnMetaData
Configuration

Home | Contact Us | Privacy Policy | Terms of Service