Members
# constant Priority
Defines execution order of Clauses in statements as defined in SQL.
sub priorities where defined to better organize clauses within statements, eg From and Join Clauses
# Priority[undefined]
Defines the priority for the FROM Clause
From Clause in SELECT Statements. Values Clause in INSERT Statements
Properties:
Name | Type | Description |
---|---|---|
FROM |
# Priority[undefined]
Defines the priority for the JOIN Clause
Properties:
Name | Type | Description |
---|---|---|
JOIN |
number
|
# Priority[undefined]
Select Clause in SELECT Statements Insert Clause in INSERT Statements
.Select Clause in SELECT Statements Insert Clause in INSERT Statements
Methods
# index(directionsopt, compositionsopt)
Index Decorator
properties decorated will the index in the DB for performance in queries
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
directions |
Array.<OrderDirection>
|
<optional> |
|
compositions |
Array.<string>
|
<optional> |
Type Definitions
object
# CascadeMetadata
defines the cascading behaviour
Properties:
Name | Type | Description |
---|---|---|
update |
Cascade
|
|
delete |
Cascade
|