List of Examples
- 1-1 Create the Base Tables and Indexes
- 1-2 Sample data to be inserted into
teamtable - 1-3 Sample data to be inserted into
drivertable - 1-4 Sample data to be inserted into
racetable - 1-5 Sample data to be inserted into
driver_race_maptable - 2-1 GraphQL Type System for the Car-Racing Relational Tables
- 2-2 JSON Schema for GraphQL Schema Representation
- 3-1 @link Directive Specifying the Joining Columns
- 3-2 Create and Insert Data to a New Table that has a Self-Referencing Field
- 3-3
_eqOperator - 3-4
_neOperator - 3-5
_gtOperator - 3-6
_lteOperator - 3-7
_likeOperator - 3-8
_is_nullOperator - 3-9
_inOperator - 3-10
_betweenOperator - 3-11
_andOperator - 3-12
_orOperator - 3-13
_stringOperator - 3-14
_lengthOperator - 3-15 Passing One Variable in Oracle Supported GraphQL Query
- 3-16 Combining Multiple Variables using the
_orQBE Operator - 3-17 Using Numeric Literal in the Passing Clause of a GraphQL Variable
- 3-18 Using String Literal in the Passing Clause of a GraphQL Variable
- 3-19 Using SQL Expressions in the Passing Clause of a GraphQL Variable
- 3-20 Defining Comments in the GraphQL Table Function