SQLAggregateOption

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(SQLAggregateOption h)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(SQLAggregateOption h)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ALL
enum SQLAggregateOption ALL;
Undocumented in source.
DEDUPLICATION
enum SQLAggregateOption DEDUPLICATION;
Undocumented in source.
DISTINCT
enum SQLAggregateOption DISTINCT;
Undocumented in source.
UNIQUE
enum SQLAggregateOption UNIQUE;
Undocumented in source.

Meta