Class DataRowBuilderPredicates

    • Method Detail

      • notExistingColumn

        public static Predicate<DataRow.Builder> notExistingColumn​(String tableName,
                                                                   String columnName)
        Builds Predicate of a not-existing column on table.
        Parameters:
        tableName - The name of table
        columnName - the name of column
        Returns:
        The predicate for row builder