Files

Class/Module Index [+]

Quicksearch

Sequel::Cubrid::DatasetMethods

Constants

BOOL_FALSE
BOOL_TRUE
COMMA
LIMIT
ONLY_OFFSET

Hope you don't have more than 2**32 + offset rows in your dataset

Public Instance Methods

supports_join_using?() click to toggle source
# File lib/sequel/adapters/shared/cubrid.rb, line 182
def supports_join_using?
  false
end
supports_multiple_column_in?() click to toggle source
# File lib/sequel/adapters/shared/cubrid.rb, line 186
def supports_multiple_column_in?
  false
end
supports_timestamp_usecs?() click to toggle source
# File lib/sequel/adapters/shared/cubrid.rb, line 190
def supports_timestamp_usecs?
  false
end
truncate() click to toggle source

CUBRID supposedly supports TRUNCATE, but it appears not to work in my testing. Fallback to using DELETE.

# File lib/sequel/adapters/shared/cubrid.rb, line 196
def truncate
  delete
  nil
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.