Sha256: 71f284f79ba45f4c28508eb7cadfc308ab8f07d35ffec38d9da2b70d22b80d12
Contents?: true
Size: 582 Bytes
Versions: 6
Compression:
Stored size: 582 Bytes
Contents
grammar SQL include SQLSelect include SQLDelete include SQLTruncate include SQLDropTable include SQLTransaction include SQLInsert include SQLShowTables include SQLShowCreate include SQLCreateTable include SQLCreateIndex include SQLUpdate rule sql_statement select_expression / delete / truncate / drop_table / transaction_statement / insert / show_tables / show_create / create_table / create_index / update end end
Version data entries
6 entries across 6 versions & 1 rubygems