# File lib/criteria/sql.rb, line 105
    def SQLTable.drop(table)
      return "DROP TABLE #{table}"
    end