Method: OrientDB::SQL::BundledFunctionExtension#odb_count
- Defined in:
- lib/orientdb/sql/ext.rb
#odb_count ⇒ Object
Avoided overriding the native method
215 216 217 |
# File 'lib/orientdb/sql/ext.rb', line 215 def odb_count "count(#{to_s})" end |