MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / getFlags

Method getFlags

src/dsql/DsqlStatements.h:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 void setType(Type value) { type = value; }
109
110 ULONG getFlags() const { return flags; }
111 void setFlags(ULONG value) { flags = value; }
112 void addFlags(ULONG value) { flags |= value; }
113

Callers 7

DSQL_executeFunction · 0.45
sql_infoFunction · 0.45
openCursorMethod · 0.45
openMethod · 0.45
stringBooleanMethod · 0.45
genBlrMethod · 0.45
dsqlPassMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected