• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool-java / 758
77%
master: 78%

Build:
Build:
LAST BUILD BRANCH: Totktonada/remove-gitter-badge
DEFAULT BRANCH: master
Ran 17 Dec 2019 10:02AM UTC
Jobs 1
Files 92
Run time 67min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
758

Pull #223

travis-ci

web-flow
types: ResultSet API for TarantoolClient

This commit introduces a new API to handle TarantoolClient result. The
concept is similar to the JDBC ResultSet in terms of a getting the data
using rows ans columns. Instead of a guessing-style processing the
result via List<?>, TarantoolResultSet offers set of typed methods to
retrieve the data or get an error if the result cannot be represented as
the designated type.

Latter case requires to declare formal rules of a casting between the
types. In scope of this commit it is supported 11 standard types and
conversions between each other. These types are byte, short, int, long,
float, double, boolean, BigInteger, BigDecimal, String, and byte[].

Closes: #211
Pull Request #223: ResultSet API for TarantoolClient

767 of 767 new or added lines in 23 files covered. (100.0%)

3442 of 4467 relevant lines covered (77.05%)

0.77 hits per line

Jobs
ID Job ID Ran Files Coverage
12 758.12 (TNT_VERSION=2.2) 17 Dec 2019 11:09AM UTC 0
77.12
Travis Job 758.12
Source Files on build 758
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #758
  • Pull Request #223
  • PR Base - master (#728)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc