Class ParametersTypeInfo

java.lang.Object
org.geysermc.databaseutils.processor.query.type.ParametersTypeInfo

public class ParametersTypeInfo extends Object
  • Constructor Details

  • Method Details

    • element

      public ExecutableElement element()
    • isSelf

      public boolean isSelf()
    • elementType

      public TypeMirror elementType()
    • isSelfCollection

      public boolean isSelfCollection()
    • isUnique

      public boolean isUnique()
    • name

      public CharSequence name(int index)
    • firstName

      public CharSequence firstName()
    • hasValueParameters

      public boolean hasValueParameters()
    • isAnySelf

      public boolean isAnySelf()
    • isNoneOrAnySelf

      public boolean isNoneOrAnySelf()
    • remaining

      public List<ColumnInfo> remaining()
      Returns the remaining parameters, which each represent a column. The parameter name has to be identical to the column name.
      Returns:
      the remaining parameters, or an empty collection if the specified action does not allow this