Package 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 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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static oracle.sql.ORADataFactory[]protected static final OracleSdoGeometrystatic final Stringstatic final intprotected static int[]protected oracle.jpub.runtime.MutableStruct -
Constructor Summary
ConstructorsConstructorDescriptionOracleSdoGeometry(BigDecimal sdoGtype, BigDecimal sdoSrid, OracleSdoPointType sdoPoint, OracleSdoElemInfoArray sdoElemInfo, OracleSdoOrdinateArray sdoOrdinates) -
Method Summary
Modifier and TypeMethodDescriptionprotected void_init_struct(boolean init) oracle.sql.ORADatacreate(oracle.sql.Datum d, int sqlType) protected oracle.sql.ORADatacreate(OracleSdoGeometry o, oracle.sql.Datum d, int sqlType) booleanstatic oracle.sql.ORADataFactoryinthashCode()voidsetSdoElemInfo(OracleSdoElemInfoArray sdoElemInfo) voidsetSdoGtype(BigDecimal sdoGtype) voidsetSdoOrdinates(OracleSdoOrdinateArray sdoOrdinates) voidsetSdoPoint(OracleSdoPointType sdoPoint) voidsetSdoSrid(BigDecimal sdoSrid) oracle.sql.DatumtoString()
-
Field Details
-
_SQL_NAME
- See Also:
-
_SQL_TYPECODE
public static final int _SQL_TYPECODE- See Also:
-
_struct
protected oracle.jpub.runtime.MutableStruct _struct -
_sqlType
protected static int[] _sqlType -
_factory
protected static oracle.sql.ORADataFactory[] _factory -
_OracleSdoGeometryFactory
-
-
Constructor Details
-
OracleSdoGeometry
public OracleSdoGeometry() -
OracleSdoGeometry
public OracleSdoGeometry(BigDecimal sdoGtype, BigDecimal sdoSrid, OracleSdoPointType sdoPoint, OracleSdoElemInfoArray sdoElemInfo, OracleSdoOrdinateArray sdoOrdinates) throws SQLException - Throws:
SQLException
-
-
Method Details
-
getORADataFactory
public static oracle.sql.ORADataFactory getORADataFactory() -
_init_struct
protected void _init_struct(boolean init) -
toDatum
- Specified by:
toDatumin interfaceoracle.sql.ORAData- Throws:
SQLException
-
create
- Specified by:
createin interfaceoracle.sql.ORADataFactory- Throws:
SQLException
-
create
protected oracle.sql.ORAData create(OracleSdoGeometry o, oracle.sql.Datum d, int sqlType) throws SQLException - Throws:
SQLException
-
getSdoGtype
- Throws:
SQLException
-
setSdoGtype
- Throws:
SQLException
-
getSdoSrid
- Throws:
SQLException
-
setSdoSrid
- Throws:
SQLException
-
getSdoPoint
- Throws:
SQLException
-
setSdoPoint
- Throws:
SQLException
-
getSdoElemInfo
- Throws:
SQLException
-
setSdoElemInfo
- Throws:
SQLException
-
getSdoOrdinates
- Throws:
SQLException
-
setSdoOrdinates
- Throws:
SQLException
-
toString
-
equals
-
hashCode
public int hashCode()
-