Method: OrientDB::SQL::Update#initialize

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

#initializeUpdate

Returns a new instance of Update.



9
10
11
12
13
14
15
16
# File 'lib/orientdb/sql/update.rb', line 9

def initialize
  @oclass     = nil
  @cluster    = nil
  @action     = "SET"
  @fields     = []
  @values     = []
  @conditions = []
end