Class: Arel::SqlCompiler::SQLiteCompiler
- Inherits:
-
GenericCompiler
- Object
- GenericCompiler
- Arel::SqlCompiler::SQLiteCompiler
- Defined in:
- lib/arel/engines/sql/compilers/sqlite_compiler.rb
Instance Attribute Summary
Attributes inherited from GenericCompiler
Instance Method Summary collapse
Methods inherited from GenericCompiler
#add_limit_on_delete, #delete_sql, #initialize, #insert_sql, #select_sql, #supports_insert_with_returning?, #update_sql
Constructor Details
This class inherits a constructor from Arel::SqlCompiler::GenericCompiler
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Arel::SqlCompiler::GenericCompiler
Instance Method Details
#locked ⇒ Object
4 5 6 |
# File 'lib/arel/engines/sql/compilers/sqlite_compiler.rb', line 4 def locked nil end |