Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_execute
Function · 0.45
sql_info
Function · 0.45
openCursor
Method · 0.45
open
Method · 0.45
stringBoolean
Method · 0.45
genBlr
Method · 0.45
dsqlPass
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected