org.firebirdsql.jdbc
Class FBProcedureParam
java.lang.Object
org.firebirdsql.jdbc.FBProcedureParam
- public class FBProcedureParam
- extends java.lang.Object
Represents procedure call parameter.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FBProcedureParam
public FBProcedureParam()
FBProcedureParam
public FBProcedureParam(int position,
java.lang.String paramValue)
isParam
public boolean isParam()
getPosition
public int getPosition()
getIndex
public int getIndex()
setIndex
public void setIndex(int index)
getParamValue
public java.lang.String getParamValue()
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object value)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
isValueSet
public boolean isValueSet()
getType
public int getType()
setType
public void setType(int type)
equals
public boolean equals(java.lang.Object obj)
Copyright © 2001 David Jencks and other authors. All rights reserved.