Expand description
Parse raw SQL into a NodedbStatement.
Functionsยง
- parse
- Try to parse a DDL statement from raw SQL. Returns
Nonefor non-DDL queries (SELECT, INSERT, etc.) that should flow through the normal planner.
Parse raw SQL into a NodedbStatement.
None for
non-DDL queries (SELECT, INSERT, etc.) that should flow through
the normal planner.