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 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
_SQL_NAME
public static final 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(BigDecimal x,
BigDecimal y,
BigDecimal z)
throws SQLException
- Throws:
SQLException
getORADataFactory
public static oracle.sql.ORADataFactory getORADataFactory()
_init_struct
protected void _init_struct(boolean init)
toDatum
public oracle.sql.Datum toDatum(Connection c)
throws SQLException
- Specified by:
toDatum in interface oracle.sql.ORAData
- Throws:
SQLException
create
public oracle.sql.ORAData create(oracle.sql.Datum d,
int sqlType)
throws SQLException
- Specified by:
create in interface oracle.sql.ORADataFactory
- Throws:
SQLException
create
protected oracle.sql.ORAData create(OracleSdoPointType o,
oracle.sql.Datum d,
int sqlType)
throws SQLException
- Throws:
SQLException
getX
public BigDecimal getX()
throws SQLException
- Throws:
SQLException
setX
public void setX(BigDecimal x)
throws SQLException
- Throws:
SQLException
getY
public BigDecimal getY()
throws SQLException
- Throws:
SQLException
setY
public void setY(BigDecimal y)
throws SQLException
- Throws:
SQLException
getZ
public BigDecimal getZ()
throws SQLException
- Throws:
SQLException
setZ
public void setZ(BigDecimal z)
throws SQLException
- Throws:
SQLException
toString
public String toString()
- Overrides:
toString in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2002-2012. All Rights Reserved.