Uses of Class
com.invirgance.convirgance.jdbc.schema.Table
Packages that use Table
Package
Description
Provides classes that represent different database schema objects.
-
Uses of Table in com.invirgance.convirgance.jdbc.schema
Methods in com.invirgance.convirgance.jdbc.schema that return TableModifier and TypeMethodDescriptionTable[]
DatabaseSchemaLayout.getAllTables()
Returns all the tables found matching the current drivers table type.Gets theTable
with the provided name (case-insensitive).Table.ForeignKey.getTable()
The table the foreign key belongs toTable.PrimaryKey.getTable()
The table the primary key belongs toTable[]
Schema.getTables()
Returns all theTable
s in the current Schema.Table.ForeignKey.getTarget()
The table being targeted by the foreign key.