| Constructor and Description |
|---|
ClickHouseArray(IDataType<?,?> elementDataType,
Object[] elements) |
| Modifier and Type | Method and Description |
|---|---|
void |
free() |
Object[] |
getArray() |
int |
getBaseType() |
String |
getBaseTypeName() |
Logger |
logger() |
ClickHouseArray |
mapElements(BiFunction<IDataType<?,?>,Object,Object> mapFunc) |
ClickHouseArray |
slice(int offset,
int length) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetArray, getArray, getArray, getResultSet, getResultSet, getResultSet, getResultSetpublic String getBaseTypeName() throws SQLException
getBaseTypeName in interface SQLArraygetBaseTypeName in interface ArraySQLExceptionpublic int getBaseType()
getBaseType in interface SQLArraygetBaseType in interface Arraypublic void free()
throws SQLException
free in interface SQLArrayfree in interface ArraySQLExceptionpublic Object[] getArray() throws SQLException
getArray in interface SQLArraygetArray in interface ArraySQLExceptionpublic ClickHouseArray slice(int offset, int length)
public ClickHouseArray mapElements(BiFunction<IDataType<?,?>,Object,Object> mapFunc)
Copyright © 2021. All rights reserved.