SQLParserFeature

Undocumented in source.

Constructors

this
this(int ord)
Undocumented in source.

Members

Functions

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

Static functions

config
int config(int features, SQLParserFeature feature, bool state)
Undocumented in source. Be warned that the author may not have intended to support it.
isEnabled
bool isEnabled(int features, SQLParserFeature feature)
Undocumented in source. Be warned that the author may not have intended to support it.
of
int of(SQLParserFeature[] features)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

EnableSQLBinaryOpExprGroup
enum SQLParserFeature EnableSQLBinaryOpExprGroup;
Undocumented in source.
KeepComments
enum SQLParserFeature KeepComments;
Undocumented in source.
KeepInsertValueClauseOriginalString
enum SQLParserFeature KeepInsertValueClauseOriginalString;
Undocumented in source.
KeepSelectListOriginalString
enum SQLParserFeature KeepSelectListOriginalString;
Undocumented in source.
OptimizedForForParameterizedSkipValue
enum SQLParserFeature OptimizedForForParameterizedSkipValue;
Undocumented in source.
OptimizedForParameterized
enum SQLParserFeature OptimizedForParameterized;
Undocumented in source.
PipesAsConcat
enum SQLParserFeature PipesAsConcat;
Undocumented in source.
SkipComments
enum SQLParserFeature SkipComments;
Undocumented in source.
StrictForWall
enum SQLParserFeature StrictForWall;
Undocumented in source.
UseInsertColumnsCache
enum SQLParserFeature UseInsertColumnsCache;
Undocumented in source.
mask
int mask;
Undocumented in source.

Meta