Method: ActiveRecord::ConnectionAdapters::IBM_DB2_ZOS_8#setup_for_lob_table

Defined in:
lib/active_record/connection_adapters/ibm_db_adapter.rb

#setup_for_lob_tableObject

This call is needed on DB2 z/OS v8 for the creation of tables with LOBs. When issued, this call does the following:

DB2 creates LOB table spaces, auxiliary tables, and indexes on auxiliary
tables for LOB columns.


2569
2570
2571
# File 'lib/active_record/connection_adapters/ibm_db_adapter.rb', line 2569

def setup_for_lob_table()
  execute "SET CURRENT RULES = 'STD'"
end