Class ClickHouseUtil
- java.lang.Object
 - 
- com.amazonaws.athena.connectors.clickhouse.ClickHouseUtil
 
 
- 
public final class ClickHouseUtil extends Object
Clickhouse utilities adapted and ported from . 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TableNamegetSchemaTableName(ResultSet resultSet)static List<TableName>getTableMetadata(PreparedStatement preparedStatement, String tableType)static List<TableName>getTables(Connection connection, String databaseName) 
 - 
 
- 
- 
Method Detail
- 
getTables
public static List<TableName> getTables(Connection connection, String databaseName) throws SQLException
- Throws:
 SQLException
 
- 
getTableMetadata
public static List<TableName> getTableMetadata(PreparedStatement preparedStatement, String tableType)
 
- 
getSchemaTableName
public static TableName getSchemaTableName(ResultSet resultSet) throws SQLException
- Throws:
 SQLException
 
 - 
 
 -