eTextReader.clientInterface
Class StatementInfo

java.lang.Object
  extended by eTextReader.clientInterface.StatementInfo

public class StatementInfo
extends java.lang.Object

StatementInfo simply stores a SQL int type and a value. Used in the creation of callable statements in the DBClient class.

Version:
1.0 5-3-03
Author:
Chris Johnson

Field Summary
private  int type
           
private  java.lang.Object value
           
 
Constructor Summary
StatementInfo(int type, java.lang.Object value)
           
 
Method Summary
 int getType()
           
 java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

private int type

value

private java.lang.Object value
Constructor Detail

StatementInfo

public StatementInfo(int type,
                     java.lang.Object value)
Method Detail

getType

public int getType()

getValue

public java.lang.Object getValue()