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

Method parse

src/dsql/Parser.cpp:116–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115
116DsqlStatement* Parser::parse()
117{
118 if (parseAux() != 0)
119 {
120 fb_assert(false);
121 return NULL;
122 }
123
124 transformString(lex.start, lex.end - lex.start, transformedString);
125
126 return parsedStatement;
127}
128
129
130// Transform strings (or substrings) prefixed with introducer (_charset) to ASCII equivalent.

Callers 4

parseMetadataMethod · 0.45
getInfoMethod · 0.45
prepareStatementFunction · 0.45
PREPARSE_executeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected