interface SQLTypeFactory
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.sql.Array |
createElemInfoArray(ElemInfo elemInfo,
java.sql.Connection conn) |
java.sql.Array |
createOrdinatesArray(Ordinates ordinates,
java.sql.Connection conn) |
java.sql.Struct |
createStruct(SDOGeometry geom,
java.sql.Connection conn)
Creates a
Struct representing the specified geometry, using the specified Connection. |
java.sql.Struct createStruct(SDOGeometry geom, java.sql.Connection conn) throws java.sql.SQLException
Struct representing the specified geometry, using the specified Connection.geom - The SDOGeometry objectconn - The Oracle Connection used to create the StructStruct representation of the specified SDO Geometryjava.sql.SQLException - If a Struct object cannot be created.java.sql.Array createElemInfoArray(ElemInfo elemInfo, java.sql.Connection conn) throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Array createOrdinatesArray(Ordinates ordinates, java.sql.Connection conn) throws java.sql.SQLException
java.sql.SQLException