📂 Also found in: /home/chedong/.local/share/rdoc
Arel::Nodes::SqlLiteral < String — Arel SQL Literal node
| 🎯 Use Case | 💻 Command | 📝 Description |
|---|---|---|
| Create a SQL literal | Arel::Nodes::SqlLiteral.new("SQL") | Instantiate a new SQL literal value |
| Use in Arel conditions | table[:column].eq(Arel::Nodes::SqlLiteral.new("...")) | Use a literal in equality or other predicates |
| Combine with other nodes | Arel::Nodes::Grouping.new(Arel::Nodes::SqlLiteral.new("...")) | Wrap literal in grouping |
No additional description provided in the original documentation.
Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-28 07:20 @216.73.217.46
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format