StmtNodes.h (Firebird-3.0.2.32703-0.tar.bz2) | : | StmtNodes.h (Firebird-3.0.4.33054-0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 653 | skipping to change at line 653 | |||
dsqlLabelNumber(0), | dsqlLabelNumber(0), | |||
sql(NULL), | sql(NULL), | |||
dataSource(NULL), | dataSource(NULL), | |||
userName(NULL), | userName(NULL), | |||
password(NULL), | password(NULL), | |||
role(NULL), | role(NULL), | |||
innerStmt(NULL), | innerStmt(NULL), | |||
inputs(NULL), | inputs(NULL), | |||
outputs(NULL), | outputs(NULL), | |||
useCallerPrivs(false), | useCallerPrivs(false), | |||
traScope(EDS::TraScope(0)), // not defined | traScope(EDS::traNotSet), // not defined | |||
inputNames(NULL) | inputNames(NULL) | |||
{ | { | |||
} | } | |||
public: | public: | |||
static DmlNode* parse(thread_db* tdbb, MemoryPool& pool, CompilerScratch* csb, const UCHAR blrOp); | static DmlNode* parse(thread_db* tdbb, MemoryPool& pool, CompilerScratch* csb, const UCHAR blrOp); | |||
virtual Firebird::string internalPrint(NodePrinter& printer) const; | virtual Firebird::string internalPrint(NodePrinter& printer) const; | |||
virtual StmtNode* dsqlPass(DsqlCompilerScratch* dsqlScratch); | virtual StmtNode* dsqlPass(DsqlCompilerScratch* dsqlScratch); | |||
virtual void genBlr(DsqlCompilerScratch* dsqlScratch); | virtual void genBlr(DsqlCompilerScratch* dsqlScratch); | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |