public static class MetadataAPIHelper.ShowSchemasInfo extends Object
This class represents a single schema entry with its associated database name. Used by JDBC metadata methods like getSchemas() to provide structured access to schema information instead of raw result set data.
| Constructor and Description |
|---|
ShowSchemasInfo(String schemaName) |
ShowSchemasInfo(String databaseName,
String schemaName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseName() |
String |
getSchemaName() |
Copyright © 2025 Amazon.com Inc.. All rights reserved.