Method: OrientDB::SQL::BundledFunctionExtension#odb_count

Defined in:
lib/orientdb/sql/ext.rb

#odb_countObject

Avoided overriding the native method



215
216
217
# File 'lib/orientdb/sql/ext.rb', line 215

def odb_count
  "count(#{to_s})"
end