Package oracle.spatial.objtrkr
Class LocationMsgArr
- java.lang.Object
-
- oracle.spatial.objtrkr.LocationMsgArr
-
- All Implemented Interfaces:
oracle.jdbc.internal.ObjectData
,oracle.jdbc.internal.ObjectDataFactory
,oracle.sql.ORAData
,oracle.sql.ORADataFactory
public class LocationMsgArr extends java.lang.Object implements oracle.sql.ORAData, oracle.sql.ORADataFactory
- Since:
- 12.2
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_SQL_NAME
static int
_SQL_TYPECODE
-
Constructor Summary
Constructors Constructor Description LocationMsgArr()
LocationMsgArr(LocationMsg[] a)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description oracle.sql.ORAData
create(oracle.sql.Datum d, int sqlType)
LocationMsg[]
getArray()
LocationMsg[]
getArray(long index, int count)
int
getBaseType()
java.lang.String
getBaseTypeName()
oracle.sql.ArrayDescriptor
getDescriptor()
LocationMsg
getElement(long index)
static oracle.sql.ORADataFactory
getORADataFactory()
int
length()
void
setArray(LocationMsg[] a)
void
setArray(LocationMsg[] a, long index)
void
setElement(LocationMsg a, long index)
oracle.sql.Datum
toDatum(java.sql.Connection c)
-
-
-
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
-
LocationMsgArr
public LocationMsgArr()
-
LocationMsgArr
public LocationMsgArr(LocationMsg[] 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 interfaceoracle.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 interfaceoracle.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 LocationMsg[] getArray() throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
getArray
public LocationMsg[] getArray(long index, int count) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
setArray
public void setArray(LocationMsg[] a) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
setArray
public void setArray(LocationMsg[] a, long index) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
getElement
public LocationMsg getElement(long index) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
setElement
public void setElement(LocationMsg a, long index) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-