Interface ISQLServerResultSetMetaData

    • Method Detail

      • isSparseColumnSet

        boolean isSparseColumnSet​(int column)
                           throws SQLServerException
        Returns if the column is a SQLServer SparseColumnSet.
        Parameters:
        column - The column number
        Returns:
        true if a column in a result set is a sparse column set, otherwise false.
        Throws:
        SQLServerException - when an error occurs