public class OracleSdoOrdinateArray
extends java.lang.Object
implements oracle.sql.ORAData, oracle.sql.ORADataFactory
OracleSdoGeometryDataType| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_SQL_NAME |
static int |
_SQL_TYPECODE |
| Constructor and Description |
|---|
OracleSdoOrdinateArray() |
OracleSdoOrdinateArray(java.math.BigDecimal[] a) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public static final java.lang.String _SQL_NAME
public static final int _SQL_TYPECODE
public OracleSdoOrdinateArray()
public OracleSdoOrdinateArray(java.math.BigDecimal[] a)
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c)
throws java.sql.SQLException
toDatum in interface oracle.sql.ORADatajava.sql.SQLExceptionpublic oracle.sql.ORAData create(oracle.sql.Datum d,
int sqlType)
throws java.sql.SQLException
create in interface oracle.sql.ORADataFactoryjava.sql.SQLExceptionpublic int length()
throws java.sql.SQLException
java.sql.SQLExceptionpublic int getBaseType()
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String getBaseTypeName()
throws java.sql.SQLException
java.sql.SQLExceptionpublic oracle.sql.ArrayDescriptor getDescriptor()
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.math.BigDecimal[] getArray()
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.math.BigDecimal[] getArray(long index,
int count)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setArray(java.math.BigDecimal[] a)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setArray(java.math.BigDecimal[] a,
long index)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.math.BigDecimal getElement(long index)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setElement(java.math.BigDecimal a,
long index)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2002-2018. All Rights Reserved.