|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
Object |
clone()
|
String |
getColumnName()
Return the name of the column I represent. |
int |
getIndex()
Return the index of my position in the list of bind variables to which I belong. |
int |
getSqlType()
Return the value from java.sql.Types that I represent. |
Object |
getValue()
Return the value I represent i.e. |
boolean |
isNull()
|
void |
setColumnName(String columnName)
|
void |
setIndex(int index)
|
void |
setInto(int index,
PreparedStatement preparedStatement)
Call the relevant set() method on preparedStatement but with a index override supplied |
void |
setInto(PreparedStatement preparedStatement)
Call the relevant set() method on preparedStatement with index getIndex(). |
void |
setValue(Object value)
|
Method Detail |
public void setInto(PreparedStatement preparedStatement) throws SQLException
SQLException
public void setInto(int index, PreparedStatement preparedStatement) throws SQLException
SQLException
public int getIndex()
public Object getValue()
public int getSqlType()
public void setIndex(int index)
public void setValue(Object value)
public void setColumnName(String columnName)
public Object clone() throws CloneNotSupportedException
CloneNotSupportedException
public boolean isNull()
public String getColumnName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |