org.dbunit.ext.oracle
Class OracleSdoOrdinateArray
java.lang.Object
org.dbunit.ext.oracle.OracleSdoOrdinateArray
- All Implemented Interfaces:
- oracle.jdbc.internal.ObjectData, oracle.jdbc.internal.ObjectDataFactory, oracle.sql.ORAData, oracle.sql.ORADataFactory
public class OracleSdoOrdinateArray
- 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
OracleSdoOrdinateArray
public OracleSdoOrdinateArray()
OracleSdoOrdinateArray
public OracleSdoOrdinateArray(java.math.BigDecimal[] a)
getORADataFactory
public static oracle.sql.ORADataFactory getORADataFactory()
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
length
public int length()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getBaseType
public int getBaseType()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getBaseTypeName
public java.lang.String getBaseTypeName()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getDescriptor
public oracle.sql.ArrayDescriptor getDescriptor()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getArray
public java.math.BigDecimal[] getArray()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getArray
public java.math.BigDecimal[] getArray(long index,
int count)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setArray
public void setArray(java.math.BigDecimal[] a)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setArray
public void setArray(java.math.BigDecimal[] a,
long index)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getElement
public java.math.BigDecimal getElement(long index)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setElement
public void setElement(java.math.BigDecimal a,
long index)
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.