org.dbunit.ext.oracle
Class OracleSdoOrdinateArray

java.lang.Object
  extended by 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

Field Summary
static java.lang.String _SQL_NAME
           
static int _SQL_TYPECODE
           
 
Constructor Summary
OracleSdoOrdinateArray()
           
OracleSdoOrdinateArray(java.math.BigDecimal[] a)
           
 
Method Summary
 oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType)
           
 boolean equals(java.lang.Object obj)
           
 java.math.BigDecimal[] getArray()
           
 java.math.BigDecimal[] getArray(long index, int count)
           
 int getBaseType()
           
 java.lang.String getBaseTypeName()
           
 oracle.sql.ArrayDescriptor getDescriptor()
           
 java.math.BigDecimal getElement(long index)
           
static oracle.sql.ORADataFactory getORADataFactory()
           
 int hashCode()
           
 int length()
           
 void setArray(java.math.BigDecimal[] a)
           
 void setArray(java.math.BigDecimal[] a, long index)
           
 void setElement(java.math.BigDecimal a, long index)
           
 oracle.sql.Datum toDatum(java.sql.Connection c)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_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
Constructor Detail

OracleSdoOrdinateArray

public OracleSdoOrdinateArray()

OracleSdoOrdinateArray

public OracleSdoOrdinateArray(java.math.BigDecimal[] a)
Method Detail

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.