MCPcopy 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

prepareStatementFunction · 0.45
dsqlPassMethod · 0.45
dsqlPassMethod · 0.45
dsqlPassMethod · 0.45
dsqlPassMethod · 0.45
dsqlPassMethod · 0.45
dsqlPassMethod · 0.45
genBlrMethod · 0.45
internalDsqlPassMethod · 0.45
dsqlProcessReturningFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected