Uses of Class
com.invirgance.convirgance.jdbc.schema.TabularStructure
Packages that use TabularStructure
Package
Description
Provides classes that represent different database schema objects.
-
Uses of TabularStructure in com.invirgance.convirgance.jdbc.schema
Subclasses of TabularStructure in com.invirgance.convirgance.jdbc.schemaMethods in com.invirgance.convirgance.jdbc.schema that return TabularStructureModifier and TypeMethodDescriptionDatabaseSchemaLayout.getAllStructures()
Returns an array containing all views, tables and other structures.DatabaseSchemaLayout.getAllStructures
(String type) Returns an array containing structures matching the provided table type.Column.getParent()
Returns the parent object of this, like a view or table. -
Uses of TabularStructure in com.invirgance.convirgance.jdbc.sql
Methods in com.invirgance.convirgance.jdbc.sql with parameters of type TabularStructureModifier and TypeMethodDescriptionSelectStatement.from
(TabularStructure table) SelectStatement.from
(TabularStructure table, String name) Constructors in com.invirgance.convirgance.jdbc.sql with parameters of type TabularStructureModifierConstructorDescriptionFromStatement
(DatabaseSchemaLayout layout, TabularStructure table) FromStatement
(DatabaseSchemaLayout layout, TabularStructure table, String name)