public class OracleSdoGeometry extends Object implements oracle.sql.ORAData, oracle.sql.ORADataFactory
OracleSdoGeometryDataType| Modifier and Type | Field and Description |
|---|---|
protected static oracle.sql.ORADataFactory[] |
_factory |
protected static OracleSdoGeometry |
_OracleSdoGeometryFactory |
static String |
_SQL_NAME |
static int |
_SQL_TYPECODE |
protected static int[] |
_sqlType |
protected oracle.jpub.runtime.MutableStruct |
_struct |
| Constructor and Description |
|---|
OracleSdoGeometry() |
OracleSdoGeometry(BigDecimal sdoGtype,
BigDecimal sdoSrid,
OracleSdoPointType sdoPoint,
OracleSdoElemInfoArray sdoElemInfo,
OracleSdoOrdinateArray sdoOrdinates) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_init_struct(boolean init) |
oracle.sql.ORAData |
create(oracle.sql.Datum d,
int sqlType) |
protected oracle.sql.ORAData |
create(OracleSdoGeometry o,
oracle.sql.Datum d,
int sqlType) |
boolean |
equals(Object obj) |
static oracle.sql.ORADataFactory |
getORADataFactory() |
OracleSdoElemInfoArray |
getSdoElemInfo() |
BigDecimal |
getSdoGtype() |
OracleSdoOrdinateArray |
getSdoOrdinates() |
OracleSdoPointType |
getSdoPoint() |
BigDecimal |
getSdoSrid() |
int |
hashCode() |
void |
setSdoElemInfo(OracleSdoElemInfoArray sdoElemInfo) |
void |
setSdoGtype(BigDecimal sdoGtype) |
void |
setSdoOrdinates(OracleSdoOrdinateArray sdoOrdinates) |
void |
setSdoPoint(OracleSdoPointType sdoPoint) |
void |
setSdoSrid(BigDecimal sdoSrid) |
oracle.sql.Datum |
toDatum(Connection c) |
String |
toString() |
public static final String _SQL_NAME
public static final int _SQL_TYPECODE
protected oracle.jpub.runtime.MutableStruct _struct
protected static int[] _sqlType
protected static oracle.sql.ORADataFactory[] _factory
protected static final OracleSdoGeometry _OracleSdoGeometryFactory
public OracleSdoGeometry()
public OracleSdoGeometry(BigDecimal sdoGtype, BigDecimal sdoSrid, OracleSdoPointType sdoPoint, OracleSdoElemInfoArray sdoElemInfo, OracleSdoOrdinateArray sdoOrdinates) throws SQLException
SQLExceptionpublic static oracle.sql.ORADataFactory getORADataFactory()
protected void _init_struct(boolean init)
public oracle.sql.Datum toDatum(Connection c) throws SQLException
toDatum in interface oracle.sql.ORADataSQLExceptionpublic oracle.sql.ORAData create(oracle.sql.Datum d,
int sqlType)
throws SQLException
create in interface oracle.sql.ORADataFactorySQLExceptionprotected oracle.sql.ORAData create(OracleSdoGeometry o, oracle.sql.Datum d, int sqlType) throws SQLException
SQLExceptionpublic BigDecimal getSdoGtype() throws SQLException
SQLExceptionpublic void setSdoGtype(BigDecimal sdoGtype) throws SQLException
SQLExceptionpublic BigDecimal getSdoSrid() throws SQLException
SQLExceptionpublic void setSdoSrid(BigDecimal sdoSrid) throws SQLException
SQLExceptionpublic OracleSdoPointType getSdoPoint() throws SQLException
SQLExceptionpublic void setSdoPoint(OracleSdoPointType sdoPoint) throws SQLException
SQLExceptionpublic OracleSdoElemInfoArray getSdoElemInfo() throws SQLException
SQLExceptionpublic void setSdoElemInfo(OracleSdoElemInfoArray sdoElemInfo) throws SQLException
SQLExceptionpublic OracleSdoOrdinateArray getSdoOrdinates() throws SQLException
SQLExceptionpublic void setSdoOrdinates(OracleSdoOrdinateArray sdoOrdinates) throws SQLException
SQLExceptionCopyright © 2002-2017. All Rights Reserved.