hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
SchemaResolveVisitor.Option
hunt
sql
repository
SchemaResolveVisitor
SchemaResolveVisitor
Undocumented in source.
interface
SchemaResolveVisitor
static
struct
Option {
enum
Option
ResolveAllColumn
;
enum
Option
ResolveIdentifierAlias
;
int
mask
;
static
int
of
(Option[] options);
bool
opEquals
(Option h);
bool
opEquals
(Option h);
}
Members
Functions
opEquals
bool
opEquals
(Option h)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool
opEquals
(Option h)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
of
int
of
(Option[] options)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ResolveAllColumn
enum
Option
ResolveAllColumn
;
Undocumented in source.
ResolveIdentifierAlias
enum
Option
ResolveIdentifierAlias
;
Undocumented in source.
mask
int
mask
;
Undocumented in source.
Meta
Source
See Implementation
hunt
sql
repository
SchemaResolveVisitor
SchemaResolveVisitor
classes
Context
functions
createContext
getContext
getRepository
isEnabled
popContext
structs
Option