Sha256: 386007f19b90b6ecd1b2d42237ae35f116d3c3ba18fe50bcc35bb8bcc682026e
Contents?: true
Size: 190 Bytes
Versions: 16
Compression:
Stored size: 190 Bytes
Contents
grammar SQLTruncate include SQLRowSupport rule truncate "TRUNCATE" SPACE ("TABLE" SPACE)? table_name { def eval Truncate.new(table_name.eval) end } end end
Version data entries
16 entries across 16 versions & 1 rubygems