OmniSciDB
bf83d84833
|
Public Member Functions | |
OmniSciArray (TDatumType type, Object[] elements) throws SQLException | |
String | getBaseTypeName () throws SQLException |
int | getBaseType () throws SQLException |
Object | getArray () throws SQLException |
Object | getArray (long start, int size) throws SQLException |
ResultSet | getResultSet () throws SQLException |
ResultSet | getResultSet (long start, int size) throws SQLException |
void | free () throws SQLException |
String | toString () |
ResultSet | getResultSet (long start, int size, Map< String, Class<?>> map) throws SQLException |
ResultSet | getResultSet (Map< String, Class<?>> map) throws SQLException |
Object | getArray (long start, int size, Map< String, Class<?>> map) throws SQLException |
Object | getArray (Map< String, Class<?>> map) throws SQLException |
Private Member Functions | |
void | checkSize (int start, int size) throws SQLException |
void | checkClass (Class<?> given, Class<?> expected) throws SQLException |
Private Attributes | |
TDatumType | type |
Object[] | elements |
Definition at line 14 of file OmniSciArray.java.
|
inline |
Definition at line 18 of file OmniSciArray.java.
References com.omnisci.jdbc.OmniSciArray.checkClass(), Double, com.omnisci.jdbc.OmniSciArray.elements, and com.omnisci.jdbc.OmniSciArray.type.
|
inlineprivate |
Definition at line 286 of file OmniSciArray.java.
References com.omnisci.jdbc.OmniSciArray.getBaseTypeName().
Referenced by com.omnisci.jdbc.OmniSciArray.OmniSciArray().
|
inlineprivate |
Definition at line 278 of file OmniSciArray.java.
References com.omnisci.jdbc.OmniSciArray.elements.
Referenced by com.omnisci.jdbc.OmniSciArray.getArray(), and com.omnisci.jdbc.OmniSciArray.getResultSet().
|
inline |
Definition at line 204 of file OmniSciArray.java.
References com.omnisci.jdbc.OmniSciArray.elements.
|
inline |
|
inline |
Definition at line 87 of file OmniSciArray.java.
References com.omnisci.jdbc.OmniSciArray.checkSize(), and com.omnisci.jdbc.OmniSciArray.elements.
|
inline |
Definition at line 262 of file OmniSciArray.java.
|
inline |
Definition at line 271 of file OmniSciArray.java.
|
inline |
|
inline |
Definition at line 72 of file OmniSciArray.java.
Referenced by com.omnisci.jdbc.OmniSciArray.checkClass().
|
inline |
|
inline |
Definition at line 98 of file OmniSciArray.java.
References com.omnisci.jdbc.OmniSciArray.checkSize(), omnisci.dtypes.Date, Double, com.omnisci.jdbc.OmniSciArray.elements, run_benchmark_import.result, omnisci.dtypes.Time, omnisci.dtypes.Timestamp, and com.omnisci.jdbc.OmniSciArray.type.
|
inline |
Definition at line 245 of file OmniSciArray.java.
|
inline |
Definition at line 254 of file OmniSciArray.java.
|
inline |
Definition at line 209 of file OmniSciArray.java.
References File_Namespace.append(), com.omnisci.jdbc.OmniSciArray.elements, and com.omnisci.jdbc.OmniSciArray.type.
|
private |
Definition at line 16 of file OmniSciArray.java.
Referenced by com.omnisci.jdbc.OmniSciArray.checkSize(), com.omnisci.jdbc.OmniSciArray.free(), com.omnisci.jdbc.OmniSciArray.getArray(), com.omnisci.jdbc.OmniSciArray.getResultSet(), com.omnisci.jdbc.OmniSciArray.OmniSciArray(), and com.omnisci.jdbc.OmniSciArray.toString().
|
private |
Definition at line 15 of file OmniSciArray.java.
Referenced by com.omnisci.jdbc.OmniSciArray.getBaseType(), com.omnisci.jdbc.OmniSciArray.getResultSet(), com.omnisci.jdbc.OmniSciArray.OmniSciArray(), omnisci.completion_hints.ttypes.TCompletionHint.read(), omnisci.common.ttypes.TTypeInfo.read(), omnisci.serialized_result_set.ttypes.TTargetInfo.read(), omnisci.serialized_result_set.ttypes.TCountDistinctSet.read(), omnisci.thrift.ttypes.TColumnRange.read(), omnisci.thrift.ttypes.TRenderDatum.read(), omnisci.thrift.OmniSci.get_db_object_privs_args.read(), com.omnisci.jdbc.OmniSciArray.toString(), omnisci.completion_hints.ttypes.TCompletionHint.write(), omnisci.common.ttypes.TTypeInfo.write(), omnisci.serialized_result_set.ttypes.TTargetInfo.write(), omnisci.serialized_result_set.ttypes.TCountDistinctSet.write(), omnisci.thrift.ttypes.TColumnRange.write(), omnisci.thrift.ttypes.TRenderDatum.write(), and omnisci.thrift.OmniSci.get_db_object_privs_args.write().