org.firebirdsql.jdbc
Class FBProcedureParam

java.lang.Object
  extended byorg.firebirdsql.jdbc.FBProcedureParam

public class FBProcedureParam
extends java.lang.Object

Represents procedure call parameter.


Constructor Summary
FBProcedureParam()
           
FBProcedureParam(int position, java.lang.String paramValue)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getIndex()
           
 java.lang.String getParamValue()
           
 int getPosition()
           
 int getType()
           
 java.lang.Object getValue()
           
 boolean isParam()
           
 boolean isValueSet()
           
 void setIndex(int index)
           
 void setType(int type)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FBProcedureParam

public FBProcedureParam()

FBProcedureParam

public FBProcedureParam(int position,
                        java.lang.String paramValue)
Method Detail

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.