Package com.wisecoders.dbs.schema
package com.wisecoders.dbs.schema
Schema-related classes: Schema, Table, Column, Index, Constraint, Trigger...
-
ClassDescriptionSQL with in and out parametersA column into a table.The generic connection to the database, stores all parameters required to connect.A group of connectionsA constraint into a table.Data type : varchar2, integer, etc.Utility class for data types.Container for the parameters used to generate the HTML5 and PDF documentation.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 functionA 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 interfaceRepresent an index on columnsDefines different kind of indexes.Java types from java.sql.Types as enumerationIs a diagram plus the Relational Data Browse, SQL editors, Query Builders.A materialized viewData type precision, states if the data type request a length or precision, decimal, enumeration or noneProcedure in the databaseDbSchema project store all schemas.The project type.A schema in the database.Store a SQL script, shown in the SQL editor.A sequence in database.Abstract class storing SQL text.A database table.The type of the table in databaseUtility class will arrange tables in the creation order.Trigger in the database.User defined data type, extends the standard data type.Database view.