Method: Sequel::JDBC::Postgres::Dataset#with_fetch_size
- Defined in:
- lib/sequel/adapters/jdbc/postgresql.rb
#with_fetch_size(size) ⇒ Object
Warn when calling as the fetch size is ignored by the JDBC adapter currently.
185 186 187 188 |
# File 'lib/sequel/adapters/jdbc/postgresql.rb', line 185 def with_fetch_size(size) warn("Sequel::JDBC::Postgres::Dataset#with_fetch_size does not currently have an effect.", :uplevel=>1) super end |