|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.xdb.XMLTypeFactory
public class XMLTypeFactory
The XMLTypeFactory which instantiates the XMLType classes.
| Field Summary | |
|---|---|
static int |
_SQL_TYPECODEA constant set to OPAQUE oracle type. |
static java.lang.String |
_SQL_TYPENAMEA constant set to SYS.XMLTYPE. |
| Constructor Summary | |
|---|---|
XMLTypeFactory() |
|
| Method Summary | |
|---|---|
oracle.sql.ORAData |
create(oracle.sql.Datum d, int type)The create method of the Oradata interface. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int _SQL_TYPECODE
public static final java.lang.String _SQL_TYPENAME
| Constructor Detail |
|---|
public XMLTypeFactory()
| Method Detail |
|---|
public oracle.sql.ORAData create(oracle.sql.Datum d,
int type)
throws java.sql.SQLException
create in interface oracle.sql.ORADataFactoryd - the datum from which the XMLType will be constructed.type - the type of the datum (currently not used)java.sql.SQLException
|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||