| Constructor and Description |
|---|
ClickHouseStruct(String type,
Object[] attributes) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getAttributes() |
Object[] |
getAttributes(Map<String,Class<?>> map) |
String |
getSQLTypeName() |
Logger |
logger() |
ClickHouseStruct |
mapAttributes(IDataType<?,?>[] nestedTypes,
BiFunction<IDataType<?,?>,Object,Object> mapFunc) |
String |
toString() |
public String getSQLTypeName() throws SQLException
getSQLTypeName in interface SQLStructgetSQLTypeName in interface StructSQLExceptionpublic Object[] getAttributes() throws SQLException
getAttributes in interface SQLStructgetAttributes in interface StructSQLExceptionpublic Object[] getAttributes(Map<String,Class<?>> map) throws SQLException
getAttributes in interface SQLStructgetAttributes in interface StructSQLExceptionpublic ClickHouseStruct mapAttributes(IDataType<?,?>[] nestedTypes, BiFunction<IDataType<?,?>,Object,Object> mapFunc)
Copyright © 2021. All rights reserved.