module EventSource::Postgres::Get::SelectStatement::Defaults

Public Class Methods

batch_size() click to toggle source
# File lib/event_source/postgres/get/select_statement.rb, line 81
def self.batch_size
  1000
end
position() click to toggle source
# File lib/event_source/postgres/get/select_statement.rb, line 77
def self.position
  0
end