Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ setType
Method
setType
src/dsql/DsqlStatements.h:108–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
107
Type getType() const { return type; }
108
void setType(Type value) { type = value; }
109
110
ULONG getFlags() const { return flags; }
111
void setFlags(ULONG value) { flags = value; }
Callers
10
prepareStatement
Function · 0.45
dsqlPass
Method · 0.45
dsqlPass
Method · 0.45
dsqlPass
Method · 0.45
dsqlPass
Method · 0.45
dsqlPass
Method · 0.45
dsqlPass
Method · 0.45
genBlr
Method · 0.45
internalDsqlPass
Method · 0.45
dsqlProcessReturning
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected