AyeSQL v0.5.5 AyeSQL.Query View Source

This module defines an AyeSQL query.

Link to this section Summary

Types

Query arguments.

Query statement.

t()

A query type.

Functions

A query struct.

Creates a new query given some options.

Link to this section Types

Link to this type

arguments()

View Source
arguments() :: [term()]

Query arguments.

Link to this type

statement()

View Source
statement() :: binary()

Query statement.

Link to this type

t()

View Source
t() :: %AyeSQL.Query{
  arguments: arguments :: arguments(),
  statement: statement :: statement()
}

A query type.

Link to this section Functions

Link to this function

%AyeSQL.Query{}

View Source (struct)

A query struct.

Creates a new query given some options.