public int getConnectionId() {
   return statementInformation.getConnectionId();
 }
 public ResultSetInformation(final StatementInformation statementInformation) {
   this.statementInformation = statementInformation;
   this.query = statementInformation.getStatementQuery();
 }