public class XMLTypeFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
_SQL_TYPECODE
A constant set to OPAQUE oracle type.
|
static java.lang.String |
_SQL_TYPENAME
A constant set to SYS.XMLTYPE.
|
Constructor and Description |
---|
XMLTypeFactory() |
Modifier and Type | Method and Description |
---|---|
oracle.sql.ORAData |
create(oracle.sql.Datum d, int type)
The create method of the Oradata interface.
|
public static final int _SQL_TYPECODE
public static final java.lang.String _SQL_TYPENAME
public oracle.sql.ORAData create(oracle.sql.Datum d, int type) throws java.sql.SQLException
d
- the datum from which the XMLType will be constructed.type
- the type of the datum (currently not used)java.sql.SQLException