|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjecteTextReader.clientInterface.StatementInfo
public class StatementInfo
StatementInfo simply stores a SQL int type and a value. Used in the creation of callable statements in the DBClient class.
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 |
---|
private int type
private java.lang.Object value
Constructor Detail |
---|
public StatementInfo(int type, java.lang.Object value)
Method Detail |
---|
public int getType()
public java.lang.Object getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |