Public Instance methods
bound_variable_arg(arg, conn)
[show source]
# File lib/sequel/adapters/shared/postgres.rb 82 def bound_variable_arg(arg, conn) 83 arg 84 end
primary_key(table)
[show source]
# File lib/sequel/adapters/shared/postgres.rb 86 def primary_key(table) 87 :id 88 end