Interface Postgres.XmlTableCommaClause

Enclosing class:
Postgres

public static interface Postgres.XmlTableCommaClause

This interface not start with underscore, so this interface can present in application developer code.

Since:
0.6.0
  • Method Summary

    Modifier and Type
    Method
    Description
    comma(String name, io.army.criteria.impl.SQLs.WordsForOrdinality forOrdinality)
     
    comma(String name, io.army.mapping.MappingType type)
     
    comma(String name, io.army.mapping.MappingType type, io.army.criteria.impl.SQLs.NullOption nullOption)
     
    comma(String name, io.army.mapping.MappingType type, io.army.criteria.impl.SQLs.WordDefault wordDefault, io.army.criteria.Expression defaultExp)
     
    comma(String name, io.army.mapping.MappingType type, io.army.criteria.impl.SQLs.WordDefault wordDefault, io.army.criteria.Expression defaultExp, io.army.criteria.impl.SQLs.NullOption nullOption)
     
    comma(String name, io.army.mapping.MappingType type, io.army.criteria.impl.SQLs.WordPath path, io.army.criteria.Expression columnExp)
     
    comma(String name, io.army.mapping.MappingType type, io.army.criteria.impl.SQLs.WordPath path, io.army.criteria.Expression columnExp, io.army.criteria.impl.SQLs.NullOption nullOption)
     
    comma(String name, io.army.mapping.MappingType type, io.army.criteria.impl.SQLs.WordPath path, io.army.criteria.Expression columnExp, io.army.criteria.impl.SQLs.WordDefault wordDefault, io.army.criteria.Expression defaultExp)
     
    comma(String name, io.army.mapping.MappingType type, io.army.criteria.impl.SQLs.WordPath path, io.army.criteria.Expression columnExp, io.army.criteria.impl.SQLs.WordDefault wordDefault, io.army.criteria.Expression defaultExp, io.army.criteria.impl.SQLs.NullOption nullOption)
     
    comma(String name, io.army.mapping.MappingType type, io.army.criteria.impl.SQLs.WordPath path, java.util.function.BiFunction<io.army.mapping.MappingType,String,io.army.criteria.Expression> funcRefForColumnExp, String columnExp, io.army.criteria.impl.SQLs.NullOption nullOption)
     
    comma(String name, io.army.mapping.MappingType type, io.army.criteria.impl.SQLs.WordPath path, java.util.function.BiFunction<io.army.mapping.MappingType,String,io.army.criteria.Expression> funcRefForColumnExp, String columnExp, io.army.criteria.impl.SQLs.WordDefault wordDefault, io.army.criteria.Expression defaultExp)
     
    comma(String name, io.army.mapping.MappingType type, io.army.criteria.impl.SQLs.WordPath path, java.util.function.BiFunction<io.army.mapping.MappingType,String,io.army.criteria.Expression> funcRefForColumnExp, String columnExp, io.army.criteria.impl.SQLs.WordDefault wordDefault, io.army.criteria.Expression defaultExp, io.army.criteria.impl.SQLs.NullOption nullOption)
     
  • Method Details

    • comma

      Postgres.XmlTableCommaClause comma(String name, io.army.mapping.MappingType type, io.army.criteria.impl.SQLs.WordPath path, io.army.criteria.Expression columnExp, io.army.criteria.impl.SQLs.WordDefault wordDefault, io.army.criteria.Expression defaultExp, io.army.criteria.impl.SQLs.NullOption nullOption)
    • comma

      Postgres.XmlTableCommaClause comma(String name, io.army.mapping.MappingType type, io.army.criteria.impl.SQLs.WordDefault wordDefault, io.army.criteria.Expression defaultExp, io.army.criteria.impl.SQLs.NullOption nullOption)
    • comma

      Postgres.XmlTableCommaClause comma(String name, io.army.mapping.MappingType type, io.army.criteria.impl.SQLs.WordPath path, io.army.criteria.Expression columnExp, io.army.criteria.impl.SQLs.NullOption nullOption)
    • comma

      Postgres.XmlTableCommaClause comma(String name, io.army.mapping.MappingType type, io.army.criteria.impl.SQLs.WordPath path, io.army.criteria.Expression columnExp, io.army.criteria.impl.SQLs.WordDefault wordDefault, io.army.criteria.Expression defaultExp)
    • comma

      Postgres.XmlTableCommaClause comma(String name, io.army.mapping.MappingType type, io.army.criteria.impl.SQLs.NullOption nullOption)
    • comma

      Postgres.XmlTableCommaClause comma(String name, io.army.mapping.MappingType type, io.army.criteria.impl.SQLs.WordDefault wordDefault, io.army.criteria.Expression defaultExp)
    • comma

      Postgres.XmlTableCommaClause comma(String name, io.army.mapping.MappingType type, io.army.criteria.impl.SQLs.WordPath path, io.army.criteria.Expression columnExp)
    • comma

      Postgres.XmlTableCommaClause comma(String name, io.army.mapping.MappingType type)
    • comma

      Postgres.XmlTableCommaClause comma(String name, io.army.criteria.impl.SQLs.WordsForOrdinality forOrdinality)
    • comma

      Postgres.XmlTableCommaClause comma(String name, io.army.mapping.MappingType type, io.army.criteria.impl.SQLs.WordPath path, java.util.function.BiFunction<io.army.mapping.MappingType,String,io.army.criteria.Expression> funcRefForColumnExp, String columnExp, io.army.criteria.impl.SQLs.WordDefault wordDefault, io.army.criteria.Expression defaultExp, io.army.criteria.impl.SQLs.NullOption nullOption)
    • comma

      Postgres.XmlTableCommaClause comma(String name, io.army.mapping.MappingType type, io.army.criteria.impl.SQLs.WordPath path, java.util.function.BiFunction<io.army.mapping.MappingType,String,io.army.criteria.Expression> funcRefForColumnExp, String columnExp, io.army.criteria.impl.SQLs.NullOption nullOption)
    • comma

      Postgres.XmlTableCommaClause comma(String name, io.army.mapping.MappingType type, io.army.criteria.impl.SQLs.WordPath path, java.util.function.BiFunction<io.army.mapping.MappingType,String,io.army.criteria.Expression> funcRefForColumnExp, String columnExp, io.army.criteria.impl.SQLs.WordDefault wordDefault, io.army.criteria.Expression defaultExp)