This mixin provides the ability to access elements within a SQL array.

Example
  1. sql.array.sqlSubscript(1) //=> array[1]
  2. sql.array.sqlSubscript(1, 2) //=> array[1, 2]
  3. sql.array.sqlSubscript([1, 2]) //=> array[1, 2]

Constructor

Defined sql.js Source
  1. define({

Documentation generated using coddoc.