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.ORAData
SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws SQLException
create
in interface oracle.sql.ORADataFactory
SQLException
public int length() throws SQLException
SQLException
public int getBaseType() throws SQLException
SQLException
public String getBaseTypeName() throws SQLException
SQLException
public oracle.sql.ArrayDescriptor getDescriptor() throws SQLException
SQLException
public BigDecimal[] getArray() throws SQLException
SQLException
public BigDecimal[] getArray(long index, int count) throws SQLException
SQLException
public void setArray(BigDecimal[] a) throws SQLException
SQLException
public void setArray(BigDecimal[] a, long index) throws SQLException
SQLException
public BigDecimal getElement(long index) throws SQLException
SQLException
public void setElement(BigDecimal a, long index) throws SQLException
SQLException
Copyright © 2002–2024. All rights reserved.