Class | Sequel::SQL::PlaceholderLiteralString |
In: |
lib/sequel_core/sql.rb
|
Parent: | SpecificExpression |
Represents a literal string with placeholders and arguments. This is necessary to ensure delayed literalization of the arguments required for the prepared statement support
args | [R] | The arguments that will be subsituted into the placeholders. |
parens | [R] | Whether to surround the expression with parantheses |
str | [R] | The literal string containing placeholders |