public class JdbcSchemaUtils extends Object
Constructor and Description |
---|
JdbcSchemaUtils() |
Modifier and Type | Method and Description |
---|---|
static Schema |
buildSchema(DatabaseMetaData metaData,
String databaseName,
String schemaName,
String tableName,
String tableComment,
TypeMapping typeMapping,
JdbcToPaimonTypeVisitor jdbcToPaimonTypeVisitor) |
static Schema |
buildSchema(DatabaseMetaData metaData,
String databaseName,
String tableName,
String tableComment,
TypeMapping typeMapping,
JdbcToPaimonTypeVisitor jdbcToPaimonTypeVisitor) |
static Schema |
mergeSchema(String currentTable,
Schema current,
String otherTable,
Schema other) |
public static Schema buildSchema(DatabaseMetaData metaData, String databaseName, String tableName, String tableComment, TypeMapping typeMapping, JdbcToPaimonTypeVisitor jdbcToPaimonTypeVisitor) throws SQLException
SQLException
public static Schema buildSchema(DatabaseMetaData metaData, String databaseName, String schemaName, String tableName, String tableComment, TypeMapping typeMapping, JdbcToPaimonTypeVisitor jdbcToPaimonTypeVisitor) throws SQLException
SQLException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.