org.dbunit.ext.oracle
Class OracleSdoGeometry
java.lang.Object
org.dbunit.ext.oracle.OracleSdoGeometry
- All Implemented Interfaces:
- oracle.jdbc.internal.ObjectData, oracle.jdbc.internal.ObjectDataFactory, oracle.sql.ORAData, oracle.sql.ORADataFactory
public class OracleSdoGeometry
- 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
| 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
_OracleSdoGeometryFactory
protected static final OracleSdoGeometry _OracleSdoGeometryFactory
OracleSdoGeometry
public OracleSdoGeometry()
OracleSdoGeometry
public OracleSdoGeometry(java.math.BigDecimal sdoGtype,
java.math.BigDecimal sdoSrid,
OracleSdoPointType sdoPoint,
OracleSdoElemInfoArray sdoElemInfo,
OracleSdoOrdinateArray sdoOrdinates)
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(OracleSdoGeometry o,
oracle.sql.Datum d,
int sqlType)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getSdoGtype
public java.math.BigDecimal getSdoGtype()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setSdoGtype
public void setSdoGtype(java.math.BigDecimal sdoGtype)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getSdoSrid
public java.math.BigDecimal getSdoSrid()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setSdoSrid
public void setSdoSrid(java.math.BigDecimal sdoSrid)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getSdoPoint
public OracleSdoPointType getSdoPoint()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setSdoPoint
public void setSdoPoint(OracleSdoPointType sdoPoint)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getSdoElemInfo
public OracleSdoElemInfoArray getSdoElemInfo()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setSdoElemInfo
public void setSdoElemInfo(OracleSdoElemInfoArray sdoElemInfo)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getSdoOrdinates
public OracleSdoOrdinateArray getSdoOrdinates()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setSdoOrdinates
public void setSdoOrdinates(OracleSdoOrdinateArray sdoOrdinates)
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.