Module: Db2c::CONSTANTS

Included in:
Command
Defined in:
lib/db2c.rb

Constant Summary collapse

DTSELECT =
"select char(strip(tabschema) || '.' || strip(tabname), 128) as table from syscat.tables"
DTORDER =
"order by tabschema, tabname"