|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.amber.query.QueryArgs
public class QueryArgs
Represents the arguments to a query.
Constructor Summary | |
---|---|
QueryArgs(int length)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Returns true if equals. |
int |
hashCode()
Returns a hash code. |
void |
setByte(int index,
byte v)
Sets the argument with a byte |
void |
setDate(int index,
java.sql.Date v)
Sets the argument with a date |
void |
setDouble(int index,
double v)
Sets the argument with a double |
void |
setInt(int index,
int v)
Sets the argument with an int |
void |
setLong(int index,
long v)
Sets the argument with a string |
void |
setNull(int index,
int v)
Sets the argument with a null |
void |
setShort(int index,
short v)
Sets the argument with a short |
void |
setString(int index,
java.lang.String v)
Sets the argument with a string |
void |
setTimestamp(int index,
java.sql.Timestamp v)
Sets the argument with a timestamp |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public QueryArgs(int length)
Method Detail |
---|
public void setString(int index, java.lang.String v)
public void setByte(int index, byte v)
public void setShort(int index, short v)
public void setInt(int index, int v)
public void setLong(int index, long v)
public void setDouble(int index, double v)
public void setTimestamp(int index, java.sql.Timestamp v)
public void setDate(int index, java.sql.Date v)
public void setNull(int index, int v)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |