jdbc/src/main/java/software/amazon/timestream/jdbc/TimestreamPropertiesResultSet.java [43:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    super(null, 1000);
    this.rsMeta = createColumnMetadata(COLUMNS);
    populateCurrentRows();
  }

  @Override
  protected void doClose() {
    // Do nothing.
  }

  @Override
  protected boolean doNextPage() {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



jdbc/src/main/java/software/amazon/timestream/jdbc/TimestreamTypeInfoResultSet.java [60:71]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    super(null, 1000);
    this.rsMeta = createColumnMetadata(COLUMNS);
    populateCurrentRows();
  }

  @Override
  protected void doClose() {
    // Do nothing.
  }

  @Override
  protected boolean doNextPage() {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



