书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 358 个相关结果.
  • Object types

    Object types​ IDs​ Abstract types​ Inheritance​ Multiple Inheritance​ Object types​ Object types are the primary components of EdgeDB schema. They are analogous to SQL table...
  • Types

    Types Casting Custom literals Parameters Polymorphism Types The entire type system of EdgeDB is reflected in the e object, including scalar types, object types, and enums. ...
  • Start transaction

    Start transaction​ Description​ Parameters​ Examples​ Start transaction​ start transaction – start a transaction start transaction transaction - mode [ , ... ] ; ...
  • Select

    Select Selecting scalars Selecting free objects Selecting objects Shapes Selecting all properties Nesting shapes Why closures? Filtering Filters on links Filters on link p...
  • Constraints

    Constraints​ Built-in constraints​ Constraints on properties​ Constraints on object types​ Constraints on links​ Constraints on custom scalars​ Constraints​ This section as...
  • Inheritance

    Inheritance Object types Multiple Inheritance Overloading Properties Links Constraints Annotations Inheritance Inheritance is a crucial aspect of schema modeling in EdgeD...
  • Inheritance

    Inheritance​ Object types​ Multiple Inheritance​ Overloading​ Properties​ Links​ Constraints​ Annotations​ Inheritance​ Inheritance is a crucial aspect of schema modeling...
  • String

    String Functions and Operators​ Regular Expressions​ Option Flags​ Formatting​ Date and time formatting options​ Number formatting options​ String Functions and Operators​ ...
  • Modeling relations

    Modeling relations​ Many-to-one​ One-to-many​ One-to-one​ Many-to-many​ Modeling relations​ By combinining link cardinality and exclusivity constraints, we can model every k...
  • Computeds

    Computed properties and links Leading dot notation Type and cardinality inference Common use cases Filtering Backlinks Computed properties and links This section assumes a ...