Module org.tentackle.sql
Package org.tentackle.sql.metadata
package org.tentackle.sql.metadata
SQL metadata support.
-
ClassDescriptionMeta data for a columnDescribes the table name and some major properties for an existing database table.Enum for foreign key actions.Metadata for a column of a foreign key.Metadata for foreign keys.Metadata for a column of an index.Meta data for an index.Database metadata utility methods.
Replaceable by application specific implementation viaServiceannotation.The whole metadata for the connected database.MySql does not return strings in single-quotes in default values.Oracle column data.
Oracle returns the default value exactly as specified in the ALTER TABLE statement.Postgres column data.Index column metadata for postgres.
Strips optional typecasts.Postgres index meta data.Database metadata for a table that is part of the model.