public static class JdbcSchemasInfo.JdbcSchemaInfo extends Object
Constructor and Description |
---|
JdbcSchemaInfo(Identifier identifier,
String schemaName,
boolean isPkTable,
Schema schema) |
Modifier and Type | Method and Description |
---|---|
Identifier |
identifier() |
boolean |
isPkTable() |
Schema |
schema() |
String |
schemaName() |
public JdbcSchemaInfo(Identifier identifier, String schemaName, boolean isPkTable, Schema schema)
public Identifier identifier()
public String schemaName()
public boolean isPkTable()
public Schema schema()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.