Class ParameterSubstitution

java.lang.Object
com.mckoi.database.ParameterSubstitution
All Implemented Interfaces:
Serializable

public class ParameterSubstitution extends Object implements Serializable
An object that represents a constant value that is to be lately binded to a constant value in an Expression. This is used when we have ? style prepared statement values. This object is used as a marker in the elements of a expression.
Author:
Tobias Downer
See Also:
  • Constructor Details

    • ParameterSubstitution

      public ParameterSubstitution(int parameter_id)
      Creates the substitution.
  • Method Details

    • getID

      public int getID()
      Returns the number of this parameter id.
    • equals

      public boolean equals(Object ob)
      Equality test.
      Overrides:
      equals in class Object