org.apache.xalan.lib.sql
Class QueryParameter
java.lang.Object
|
+--org.apache.xalan.lib.sql.QueryParameter
- public class QueryParameter
- extends java.lang.Object
The Query Parameter is a container class that is used to hold the
Parameter information. The Xconnection will maintain a LinkedList
of these parameters and will pass them in the the pquery.
Constructor Summary |
QueryParameter(java.lang.String v,
java.lang.String t)
create a new entry |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
QueryParameter
public QueryParameter(java.lang.String v,
java.lang.String t)
- create a new entry
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String newValue)
setType
public void setType(java.lang.String newType)
getType
public java.lang.String getType()
Copyright © 2000 Apache XML Project. All Rights Reserved.