Skip to content

Instance Property

parts

The individual expressions collected by the statement, in order.
var parts: [any SQLExpression]

Discussion

The serialization of a given SQLStatement is that of each element of its parts array, with a single space character placed between the SQL text of each element.