public class OracleSdoOrdinateArray extends Object implements oracle.sql.ORAData, oracle.sql.ORADataFactory
OracleSdoGeometryDataType| Modifier and Type | Field and Description |
|---|---|
static String |
_SQL_NAME |
static int |
_SQL_TYPECODE |
| Constructor and Description |
|---|
OracleSdoOrdinateArray() |
OracleSdoOrdinateArray(BigDecimal[] a) |
| Modifier and Type | Method and Description |
|---|---|
oracle.sql.ORAData |
create(oracle.sql.Datum d,
int sqlType) |
boolean |
equals(Object obj) |
BigDecimal[] |
getArray() |
BigDecimal[] |
getArray(long index,
int count) |
int |
getBaseType() |
String |
getBaseTypeName() |
oracle.sql.ArrayDescriptor |
getDescriptor() |
BigDecimal |
getElement(long index) |
static oracle.sql.ORADataFactory |
getORADataFactory() |
int |
hashCode() |
int |
length() |
void |
setArray(BigDecimal[] a) |
void |
setArray(BigDecimal[] a,
long index) |
void |
setElement(BigDecimal a,
long index) |
oracle.sql.Datum |
toDatum(Connection c) |
String |
toString() |
public static final String _SQL_NAME
public static final int _SQL_TYPECODE
public OracleSdoOrdinateArray()
public OracleSdoOrdinateArray(BigDecimal[] a)
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(Connection c) throws SQLException
toDatum in interface oracle.sql.ORADataSQLExceptionpublic oracle.sql.ORAData create(oracle.sql.Datum d,
int sqlType)
throws SQLException
create in interface oracle.sql.ORADataFactorySQLExceptionpublic int length()
throws SQLException
SQLExceptionpublic int getBaseType()
throws SQLException
SQLExceptionpublic String getBaseTypeName() throws SQLException
SQLExceptionpublic oracle.sql.ArrayDescriptor getDescriptor()
throws SQLException
SQLExceptionpublic BigDecimal[] getArray() throws SQLException
SQLExceptionpublic BigDecimal[] getArray(long index, int count) throws SQLException
SQLExceptionpublic void setArray(BigDecimal[] a) throws SQLException
SQLExceptionpublic void setArray(BigDecimal[] a, long index) throws SQLException
SQLExceptionpublic BigDecimal getElement(long index) throws SQLException
SQLExceptionpublic void setElement(BigDecimal a, long index) throws SQLException
SQLExceptionCopyright © 2002–2025. All rights reserved.