Apache Derby · Schema

TableInfo

Metadata about a table in an Apache Derby database, as returned by JDBC DatabaseMetaData.getTables().

ApacheDatabaseEmbeddedJavaJDBCOpen SourceRelationalSQL

Properties

Name Type Description
tableName string Name of the table.
tableSchema string Schema (owner) of the table.
tableCatalog string Catalog of the table (always null in Derby).
tableType string Type of table object.
remarks string Table comment if defined.
View JSON Schema on GitHub