Class JdbcResultWithIo
- java.lang.Object
-
- org.apache.ignite.internal.processors.odbc.jdbc.JdbcResultWithIo
-
public final class JdbcResultWithIo extends Object
Jdbc result with IO.
-
-
Constructor Summary
Constructors Constructor Description JdbcResultWithIo(JdbcResult res, JdbcThinTcpIo cliIo)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JdbcThinTcpIocliIo()<R extends JdbcResult>
Rresponse()
-
-
-
Constructor Detail
-
JdbcResultWithIo
public JdbcResultWithIo(JdbcResult res, JdbcThinTcpIo cliIo)
Constructor.- Parameters:
res- JDBC response result.cliIo- Ignite endpoint.
-
-
Method Detail
-
response
public <R extends JdbcResult> R response()
- Returns:
- Response.
-
cliIo
public JdbcThinTcpIo cliIo()
- Returns:
- Cli io.
-
-