Package org.dbunit.ext.oracle
Class OracleSdoElemInfoArray
java.lang.Object
org.dbunit.ext.oracle.OracleSdoElemInfoArray
- All Implemented Interfaces:
oracle.jdbc.internal.ObjectData,oracle.jdbc.internal.ObjectDataFactory,oracle.sql.ORAData,oracle.sql.ORADataFactory
public class OracleSdoElemInfoArray
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionoracle.sql.ORADatacreate(oracle.sql.Datum d, int sqlType) booleangetArray()getArray(long index, int count) intoracle.sql.ArrayDescriptorgetElement(long index) static oracle.sql.ORADataFactoryinthashCode()intlength()voidsetArray(BigDecimal[] a) voidsetArray(BigDecimal[] a, long index) voidsetElement(BigDecimal a, long index) oracle.sql.DatumtoString()
-
Field Details
-
_SQL_NAME
- See Also:
-
_SQL_TYPECODE
public static final int _SQL_TYPECODE- See Also:
-
-
Constructor Details
-
OracleSdoElemInfoArray
public OracleSdoElemInfoArray() -
OracleSdoElemInfoArray
-
-
Method Details
-
getORADataFactory
public static oracle.sql.ORADataFactory getORADataFactory() -
toDatum
- Specified by:
toDatumin interfaceoracle.sql.ORAData- Throws:
SQLException
-
create
- Specified by:
createin interfaceoracle.sql.ORADataFactory- Throws:
SQLException
-
length
- Throws:
SQLException
-
getBaseType
- Throws:
SQLException
-
getBaseTypeName
- Throws:
SQLException
-
getDescriptor
- Throws:
SQLException
-
getArray
- Throws:
SQLException
-
getArray
- Throws:
SQLException
-
setArray
- Throws:
SQLException
-
setArray
- Throws:
SQLException
-
getElement
- Throws:
SQLException
-
setElement
- Throws:
SQLException
-
toString
-
equals
-
hashCode
public int hashCode()
-