Package org.apache.derby.shared.common.reference

Useful constants that the Java compiler will in-line.

See:
          Description

Interface Summary
Attribute List of all connection (JDBC) attributes by the system.
JDBC30Translation This class contains public statics that map directly to the new public statics in the jdbc 3.0 classes.
JDBC40Translation This class contains public statics that map directly to the new public statics in the jdbc 4.0 interfaces.
MessageId This class contains message identifiers for strings that are not converted to SQL exceptions.
SQLState List of error message identifiers.
 

Package org.apache.derby.shared.common.reference Description

Useful constants that the Java compiler will in-line. A collection of reference interfaces that contain primitive or String constants. Such constants will be in-lined by the Java compiler hopefully leading to smaller footprint, than a reference to a field entails. Fields in interfaces are automatically public, static and final, hence constants.

These classes should not need to be shipped with any of the Derby jar files. If one is shipped with a Jar file then it most likely means the field representing the constant was a non-String Object (e.g. new Integer(1)) or the final field is a calculated value that could not be resolved to a constant by the Java compiler.


Built on Thu 2012-03-29 21:53:33+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.