Interface ResultSetMetadata.Builder

    • Method Detail

      • columnCount

        ResultSetMetadata.Builder columnCount​(Long columnCount)

        The number of columns in the result set.

        Parameters:
        columnCount - The number of columns in the result set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • columnMetadata

        ResultSetMetadata.Builder columnMetadata​(Collection<ColumnMetadata> columnMetadata)

        The metadata of the columns in the result set.

        Parameters:
        columnMetadata - The metadata of the columns in the result set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • columnMetadata

        ResultSetMetadata.Builder columnMetadata​(ColumnMetadata... columnMetadata)

        The metadata of the columns in the result set.

        Parameters:
        columnMetadata - The metadata of the columns in the result set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.