Skip to content

Instance Method

queryModifier(for:)

An expression to be embedded into the same INSERT query as the strategy expression to work around MySQL’s desire to make life difficult.
func queryModifier(for database: any SQLDatabase) -> (any SQLExpression)?