Package com.invirgance.convirgance.jdbc.schema
package com.invirgance.convirgance.jdbc.schema
Provides classes that represent different database schema objects.
These can be used to create logic based off of the object metadata.
For example getting the correct table from a database, with tables of the same name.
Then comparing that table to another table in a different schema to see if
a certain column has a compatible data-type. Branching your logic on this predicate.
- Since:
- 1.0
- Author:
- jbanes
-
ClassDescriptionRepresents a database catalog.Represents a column in a table.For working with Database Object metadata for a given AutomaticDriver and DataSource.Used when creating logic based on database schema properties.For working with table metadata.A way to represent different database schema objects like Tables and Views.