Method SqlStatement:build() Foundation
Builds the final statement.
Syntax
METHOD :build() -> self
Description
This method needs to be executed always prior of executing :asString(), query() or :execute(). If the build operation fails a runtime error with more details about the reason is created.
See the example at :asString() for a usage sample in the context of named parameter support for SQL statements.
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.