# File lib/criteria/sql.rb, line 163
    def SQLFn.pk(*args)
      return SQLFn.new("PRIMARY KEY", args)
    end