Exemplo n.º 1
0
 public int getConnectionId() {
   return statementInformation.getConnectionId();
 }
Exemplo n.º 2
0
 public ResultSetInformation(final StatementInformation statementInformation) {
   this.statementInformation = statementInformation;
   this.query = statementInformation.getStatementQuery();
 }