# File lib/sequel/adapters/shared/cubrid.rb, line 174 def supports_join_using? false end
# File lib/sequel/adapters/shared/cubrid.rb, line 178 def supports_multiple_column_in? false end
# File lib/sequel/adapters/shared/cubrid.rb, line 182 def supports_timestamp_usecs? false end
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 188 def truncate delete nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.