Method: Libsql::Statement#sql
- Defined in:
- lib/libsql/statement.rb
#sql ⇒ Object
return the raw sql that was originally used to prepare the statement
406 407 408 |
# File 'lib/libsql/statement.rb', line 406 def sql @stmt_api.sql end |