|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.org.ogsadai.sql.SQLParameter
public class SQLParameter
Represents SQL parameters in an SQL function or procedure call. This includes parameter value, type and mode.
| Constructor Summary | |
|---|---|
SQLParameter()
Constructor. |
|
SQLParameter(java.lang.String value,
int type,
SQLParameterMode mode)
Constructor. |
|
| Method Summary | |
|---|---|
SQLParameterMode |
getMode()
Gets the mode of the SQL parameter. |
int |
getType()
Gets the type of the SQL parameter. |
java.lang.String |
getValue()
Gets the value of the SQL parameter. |
void |
setMode(SQLParameterMode mode)
Sets the mode of the SQL parameter. |
void |
setType(int type)
Sets the type of the SQL parameter. |
void |
setValue(java.lang.String value)
Sets the value of the SQL parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SQLParameter()
public SQLParameter(java.lang.String value,
int type,
SQLParameterMode mode)
value - type - mode - | Method Detail |
|---|
public void setValue(java.lang.String value)
value - public void setType(int type)
type - public void setMode(SQLParameterMode mode)
mode - public java.lang.String getValue()
public int getType()
public SQLParameterMode getMode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||