public class OracleSdoPointType extends Object implements oracle.sql.ORAData, oracle.sql.ORADataFactory
OracleSdoGeometryDataType| Modifier and Type | Field and Description |
|---|---|
protected static oracle.sql.ORADataFactory[] |
_factory |
protected static OracleSdoPointType |
_OracleSdoPointTypeFactory |
static String |
_SQL_NAME |
static int |
_SQL_TYPECODE |
protected static int[] |
_sqlType |
protected oracle.jpub.runtime.MutableStruct |
_struct |
| Constructor and Description |
|---|
OracleSdoPointType() |
OracleSdoPointType(BigDecimal x,
BigDecimal y,
BigDecimal z) |
| 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(OracleSdoPointType o,
oracle.sql.Datum d,
int sqlType) |
boolean |
equals(Object obj) |
static oracle.sql.ORADataFactory |
getORADataFactory() |
BigDecimal |
getX() |
BigDecimal |
getY() |
BigDecimal |
getZ() |
int |
hashCode() |
void |
setX(BigDecimal x) |
void |
setY(BigDecimal y) |
void |
setZ(BigDecimal z) |
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 OracleSdoPointType _OracleSdoPointTypeFactory
public OracleSdoPointType()
public OracleSdoPointType(BigDecimal x, BigDecimal y, BigDecimal z) 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(OracleSdoPointType o, oracle.sql.Datum d, int sqlType) throws SQLException
SQLExceptionpublic BigDecimal getX() throws SQLException
SQLExceptionpublic void setX(BigDecimal x) throws SQLException
SQLExceptionpublic BigDecimal getY() throws SQLException
SQLExceptionpublic void setY(BigDecimal y) throws SQLException
SQLExceptionpublic BigDecimal getZ() throws SQLException
SQLExceptionpublic void setZ(BigDecimal z) throws SQLException
SQLExceptionCopyright © 2002-2017. All Rights Reserved.