module Sequel::Postgres::MockAdapterDatabaseMethods

Public Instance Methods

bound_variable_arg(arg, conn) click to toggle source
# File lib/sequel/adapters/shared/postgres.rb, line 31
def bound_variable_arg(arg, conn)
  arg
end
primary_key(table) click to toggle source
# File lib/sequel/adapters/shared/postgres.rb, line 35
def primary_key(table)
  :id
end