SQLParameter.ParameterType

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(ParameterType h)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(ParameterType 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

DEFAULT
enum ParameterType DEFAULT;
Undocumented in source.
IN
enum ParameterType IN;
Undocumented in source.
INOUT
enum ParameterType INOUT;
Undocumented in source.
OUT
enum ParameterType OUT;
Undocumented in source.

Meta