This directory contains the SDO 2.1.1 API source files from JSR 235 (http://jcp.org/en/jsr/detail?id=235), augmented
with some IBM-specific extensions. The added extension are aligned with the direction of the SDO 3.0
specification under development at OASIS (http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=sdo)
and are summarized below (Note: changes to existing files are identified with comments of the form "//IBM ...").

IBM Extensions:

	interface commonj.sdo.Type:
		getHelperContext()								new SDO 3 method
		
	interface commonj.sdo.helper.TypeHelper:
		SDO_URI 										new SDO 3 constant
		SDO_JAVA_URI 									new SDO 3 constant
		SDO_XML_URI 									new SDO 3 constant

	interface commonj.sdo.Sequence:
		add(String)										removed deprecated method
		add(int, String)								removed deprecated method
		
	interface commonj.sdo.helper.HelperContext:
		getIdentifier()									new SDO 3 method
		
	class commonj.sdo.impl.HelperProvider:			    replaced SPI with SDO 3 version
	
	class commonj.sdo.helper.SDO						new API in SDO 3
	interface commonj.sdo.helper.HelperContextFactory	new API in SDO 3
	
	class commonj.sdo.impl.Environment					new SPI in SDO 3
	class commonj.sdo.impl.Resolvable					new SPI in SDO 3
