Package org.apache.calcite.avatica
Class AvaticaConnection.Trojan
java.lang.Object
org.apache.calcite.avatica.AvaticaConnection.Trojan
- Enclosing class:
- AvaticaConnection
A way to call package-protected methods. But only a sub-class of
connection can create one.
-
Method Summary
Modifier and TypeMethodDescriptionexecute(AvaticaResultSet resultSet) A means for anyone who has a trojan to call the protected methodAvaticaResultSet.execute().getMeta(AvaticaConnection connection) A means for anyone who has a trojan to get the protected fieldAvaticaConnection.meta.getParameterValues(AvaticaStatement statement) A means for anyone who has a trojan to call the protected methodAvaticaStatement.getParameterValues().
-
Method Details
-
execute
A means for anyone who has a trojan to call the protected methodAvaticaResultSet.execute().- Throws:
SQLException- if execute fails for some reason.
-
getParameterValues
A means for anyone who has a trojan to call the protected methodAvaticaStatement.getParameterValues(). -
getMeta
A means for anyone who has a trojan to get the protected fieldAvaticaConnection.meta.
-