Method: SQLite3::Statement#remainder
- Defined in:
- lib/sqlite3/statement.rb
#remainder ⇒ Object (readonly)
This is any text that followed the first valid SQL statement in the text with which the statement was initialized. If there was no trailing text, this will be the empty string.
20 21 22 |
# File 'lib/sqlite3/statement.rb', line 20 def remainder @remainder end |