org.dbunit.ext.oracle
Class OracleSdoPointType
java.lang.Object
org.dbunit.ext.oracle.OracleSdoPointType
- All Implemented Interfaces:
- oracle.jdbc.internal.ObjectData, oracle.jdbc.internal.ObjectDataFactory, oracle.sql.ORAData, oracle.sql.ORADataFactory
public class OracleSdoPointType
- extends java.lang.Object
- implements oracle.sql.ORAData, oracle.sql.ORADataFactory
This class was generated by oracle jpub.
- Since:
- ?
- Version:
- $Revision$ $Date$
- Author:
- clucas@e-miles.com, Last changed by: $Author$
- See Also:
OracleSdoGeometryDataType
|
Method Summary |
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()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_SQL_NAME
public static final java.lang.String _SQL_NAME
- See Also:
- Constant Field Values
_SQL_TYPECODE
public static final int _SQL_TYPECODE
- See Also:
- Constant Field Values
_struct
protected oracle.jpub.runtime.MutableStruct _struct
_sqlType
protected static int[] _sqlType
_factory
protected static oracle.sql.ORADataFactory[] _factory
_OracleSdoPointTypeFactory
protected static final OracleSdoPointType _OracleSdoPointTypeFactory
OracleSdoPointType
public OracleSdoPointType()
OracleSdoPointType
public OracleSdoPointType(java.math.BigDecimal x,
java.math.BigDecimal y,
java.math.BigDecimal z)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getORADataFactory
public static oracle.sql.ORADataFactory getORADataFactory()
_init_struct
protected void _init_struct(boolean init)
toDatum
public oracle.sql.Datum toDatum(java.sql.Connection c)
throws java.sql.SQLException
- Specified by:
toDatum in interface oracle.sql.ORAData
- Throws:
java.sql.SQLException
create
public oracle.sql.ORAData create(oracle.sql.Datum d,
int sqlType)
throws java.sql.SQLException
- Specified by:
create in interface oracle.sql.ORADataFactory
- Throws:
java.sql.SQLException
create
protected oracle.sql.ORAData create(OracleSdoPointType o,
oracle.sql.Datum d,
int sqlType)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getX
public java.math.BigDecimal getX()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setX
public void setX(java.math.BigDecimal x)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getY
public java.math.BigDecimal getY()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setY
public void setY(java.math.BigDecimal y)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getZ
public java.math.BigDecimal getZ()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setZ
public void setZ(java.math.BigDecimal z)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2002-2010. All Rights Reserved.