Class which holds helper tools when working with schema.
SchemaUtil
Checks if a circular reference is array.
source table
column which references another table
whole schema
true if a circular reference is array
Checks if a circular reference is required.
true if a circular reference is required
Convert values from COLUMN_TYPE column
schema.
converted column
Get normalized schema by type
collection of tables
data type normalized (E.g: User, Account)
table from schema that matches type.
Get related table names for a given table.
given table
Checks if a circular reference exists between the source and target table.
true if a circular reference exists in the target table
Checks if a given column is an alias.
returns true if column name and referenced type are aliases.
Convert array of values to raml values
['Yes', 'No']
Generated using TypeDoc
Class which holds helper tools when working with schema.
SchemaUtil