Interface Field

    • Method Detail

      • field

        Field field​(java.lang.String name)
        The method for field object creation of query objects.
        Parameters:
        name - the String name
        Returns:
        the field
      • notIn

        InCondition notIn()
        Not in.
        Returns:
        the in condition
      • isNull

        Condition isNull()
        Checks if is null.
        Returns:
        the condition
      • isNotNull

        Condition isNotNull()
        Checks if is not null.
        Returns:
        the condition