| java.lang.Object com.caucho.amber.query.QueryArgs
QueryArgs | public class QueryArgs (Code) | | Represents the arguments to a query.
|
Constructor Summary | |
public | QueryArgs(int length) |
QueryArgs | public QueryArgs(int length)(Code) | | |
equals | public boolean equals(Object o)(Code) | | Returns true if equals.
|
getArgTypes | Type[] getArgTypes()(Code) | | Returns the arg type array.
|
getArgValues | Object[] getArgValues()(Code) | | Returns the arg values
|
hashCode | public int hashCode()(Code) | | Returns a hash code.
|
setByte | public void setByte(int index, byte v)(Code) | | Sets the argument with a byte
|
setDouble | public void setDouble(int index, double v)(Code) | | Sets the argument with a double
|
setInt | public void setInt(int index, int v)(Code) | | Sets the argument with an int
|
setLong | public void setLong(int index, long v)(Code) | | Sets the argument with a string
|
setNull | public void setNull(int index, int v)(Code) | | Sets the argument with a null
|
setShort | public void setShort(int index, short v)(Code) | | Sets the argument with a short
|
setString | public void setString(int index, String v)(Code) | | Sets the argument with a string
|
|
|