Gjsify LogoGjsify Logo

Hierarchy

  • DBCollate

Callable

  • DBCollate(enc: object, length1: number, data1: object, length2: number, data2: object): number
  • A collation callback function.

    Parameters

    • enc: object

      a used encoding (SQLITE_UTF8)

    • length1: number

      length of the data1

    • data1: object

      the first value, of lenth length1

    • length2: number

      length of the data2

    • data2: object

      the second value, of lenth length2

    Returns number

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method