Package-level declarations
Types
SQL with in and out parameters
A column into a table.
A group of connections
A constraint into a table. Sample: check ( age > 14 ).
Data type : varchar2, integer, etc. The actual length, precision, decimal are stored by each column apart.
Utility class for data types.
Class representing a Foreign Key between two tables.
Action taken by the foreign key when a value from primary key table is deleted.
Function in database.
A parameter of a function
A generator plan is a collection of generator tables, for which we are going to generate random data.
A Generator table contains data related to generating data into a table.
Used to mark methods which are public via Groovy interface
Represent an index on columns
Is a diagram plus the Relational Data Browse, SQL editors, Query Builders.
Procedure in the database
DbSchema project store all schemas.
The project type.
A schema in the database.
A sequence in database. Protected constructor. To get a new entity use the methods start Entity class.
Abstract class storing SQL text.
A database table.
Utility class will arrange tables in the creation order.
User defined data type, extends the standard data type.
Database view. The View columns are generated by running the view SQL against the database.