Package com.clickhouse.jdbc
Class ClickHouseStruct
- java.lang.Object
-
- com.clickhouse.jdbc.ClickHouseStruct
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedClickHouseStruct(String typeName, Object[] values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]getAttributes()Object[]getAttributes(Map<String,Class<?>> map)StringgetSQLTypeName()
-
-
-
Method Detail
-
getSQLTypeName
public String getSQLTypeName() throws SQLException
- Specified by:
getSQLTypeNamein interfaceStruct- Throws:
SQLException
-
getAttributes
public Object[] getAttributes() throws SQLException
- Specified by:
getAttributesin interfaceStruct- Throws:
SQLException
-
getAttributes
public Object[] getAttributes(Map<String,Class<?>> map) throws SQLException
- Specified by:
getAttributesin interfaceStruct- Throws:
SQLException
-
-