|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mckoi.database.ParameterSubstitution
public class ParameterSubstitution
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.
| Constructor Summary | |
|---|---|
ParameterSubstitution(int parameter_id)
Creates the substitution. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object ob)
Equality test. |
int |
getID()
Returns the number of this parameter id. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterSubstitution(int parameter_id)
| Method Detail |
|---|
public int getID()
public boolean equals(java.lang.Object ob)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||