OpenSearch/sql
Nik Everett 4da12381bf Remove RowSetCursor (elastic/x-pack-elasticsearch#2624)
`RowSetCursor` was just like `RowSet` only it had methods that allowed
you to scroll to the next page. We now use `RowSet#nextPageCursor` to
get the next page in a way that doesn't require us to store state on
the server. So we can remove `RowSetCursor` entirely now.

Original commit: elastic/x-pack-elasticsearch@6a4a1efb20
2017-09-25 17:35:03 -04:00
..
cli SQL: Clean up unused calls in CLI (elastic/x-pack-elasticsearch#2593) 2017-09-22 10:59:55 -04:00
cli-proto Add versioned DataInput and DataOutput to SQL (elastic/x-pack-elasticsearch#2600) 2017-09-25 11:01:57 -04:00
jdbc Add scrolling support to jdbc (elastic/x-pack-elasticsearch#2524) 2017-09-25 14:41:46 -04:00
jdbc-proto Add versioned DataInput and DataOutput to SQL (elastic/x-pack-elasticsearch#2600) 2017-09-25 11:01:57 -04:00
net-client Ignore tabs in sql test keystore files (elastic/x-pack-elasticsearch#2544) 2017-09-19 09:32:42 -04:00
server Remove RowSetCursor (elastic/x-pack-elasticsearch#2624) 2017-09-25 17:35:03 -04:00
shared-proto Add versioned DataInput and DataOutput to SQL (elastic/x-pack-elasticsearch#2600) 2017-09-25 11:01:57 -04:00
test-utils Add versioned DataInput and DataOutput to SQL (elastic/x-pack-elasticsearch#2600) 2017-09-25 11:01:57 -04:00
build.gradle SQL: Trivial gradle files cleanups (elastic/x-pack-elasticsearch#2447) 2017-09-08 09:43:18 -04:00