Class MetadataResultSetBuilder
- java.lang.Object
-
- com.databricks.jdbc.client.impl.helper.MetadataResultSetBuilder
-
public class MetadataResultSetBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description MetadataResultSetBuilder()
-
Method Summary
-
-
-
Method Detail
-
getFunctionsResult
public static DatabricksResultSet getFunctionsResult(ResultSet resultSet, String catalog) throws SQLException
- Throws:
SQLException
-
getColumnsResult
public static DatabricksResultSet getColumnsResult(ResultSet resultSet) throws SQLException
- Throws:
SQLException
-
getCatalogsResult
public static DatabricksResultSet getCatalogsResult(ResultSet resultSet) throws SQLException
- Throws:
SQLException
-
getSchemasResult
public static DatabricksResultSet getSchemasResult(ResultSet resultSet, String catalog) throws SQLException
- Throws:
SQLException
-
getTablesResult
public static DatabricksResultSet getTablesResult(ResultSet resultSet, String[] tableTypes) throws SQLException
- Throws:
SQLException
-
getTableTypesResult
public static DatabricksResultSet getTableTypesResult()
-
getTableTypesResult
public static DatabricksResultSet getTableTypesResult(List<List<Object>> rows)
-
getTypeInfoResult
public static DatabricksResultSet getTypeInfoResult(List<List<Object>> rows)
-
getPrimaryKeysResult
public static DatabricksResultSet getPrimaryKeysResult(ResultSet resultSet) throws SQLException
- Throws:
SQLException
-
getCatalogsResult
public static DatabricksResultSet getCatalogsResult(List<List<Object>> rows)
-
getSchemasResult
public static DatabricksResultSet getSchemasResult(List<List<Object>> rows)
-
getTablesResult
public static DatabricksResultSet getTablesResult(List<List<Object>> rows)
-
getColumnsResult
public static DatabricksResultSet getColumnsResult(List<List<Object>> rows)
-
getPrimaryKeysResult
public static DatabricksResultSet getPrimaryKeysResult(List<List<Object>> rows)
-
getFunctionsResult
public static DatabricksResultSet getFunctionsResult(List<List<Object>> rows)
-
-