public class OracleSdoPointType
extends java.lang.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 java.lang.String |
_SQL_NAME |
static int |
_SQL_TYPECODE |
protected static int[] |
_sqlType |
protected oracle.jpub.runtime.MutableStruct |
_struct |
| Constructor and Description |
|---|
OracleSdoPointType() |
OracleSdoPointType(java.math.BigDecimal x,
java.math.BigDecimal y,
java.math.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(java.lang.Object obj) |
static oracle.sql.ORADataFactory |
getORADataFactory() |
java.math.BigDecimal |
getX() |
java.math.BigDecimal |
getY() |
java.math.BigDecimal |
getZ() |
int |
hashCode() |
void |
setX(java.math.BigDecimal x) |
void |
setY(java.math.BigDecimal y) |
void |
setZ(java.math.BigDecimal z) |
oracle.sql.Datum |
toDatum(java.sql.Connection c) |
java.lang.String |
toString() |
public static final java.lang.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(java.math.BigDecimal x,
java.math.BigDecimal y,
java.math.BigDecimal z)
throws java.sql.SQLException
java.sql.SQLExceptionpublic static oracle.sql.ORADataFactory getORADataFactory()
protected void _init_struct(boolean init)
public oracle.sql.Datum toDatum(java.sql.Connection c)
throws java.sql.SQLException
toDatum in interface oracle.sql.ORADatajava.sql.SQLExceptionpublic oracle.sql.ORAData create(oracle.sql.Datum d,
int sqlType)
throws java.sql.SQLException
create in interface oracle.sql.ORADataFactoryjava.sql.SQLExceptionprotected oracle.sql.ORAData create(OracleSdoPointType o, oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
java.sql.SQLExceptionpublic java.math.BigDecimal getX()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setX(java.math.BigDecimal x)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.math.BigDecimal getY()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setY(java.math.BigDecimal y)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.math.BigDecimal getZ()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setZ(java.math.BigDecimal z)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2002-2018. All Rights Reserved.