|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.clazzes.jdbc2xml.deserialization.impl.AbstractSbDeserializationHandler
org.clazzes.jdbc2xml.deserialization.impl.TimestampDeserializationHandler
public class TimestampDeserializationHandler
A DeserializationHandler for timestamp values.
| Field Summary |
|---|
| Fields inherited from class org.clazzes.jdbc2xml.deserialization.impl.AbstractSbDeserializationHandler |
|---|
type |
| Constructor Summary | |
|---|---|
TimestampDeserializationHandler(java.util.TimeZone timeZone,
int type)
Default constructor. |
|
| Method Summary | |
|---|---|
protected void |
fillColumnValue(java.sql.PreparedStatement ps,
int column,
java.lang.String value)
Fill in a column value into the given PreparedStatment. |
| Methods inherited from class org.clazzes.jdbc2xml.deserialization.impl.AbstractSbDeserializationHandler |
|---|
addCharacters, fillColumn, startCharacters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimestampDeserializationHandler(java.util.TimeZone timeZone,
int type)
timeZone - The timezone to parse date values.| Method Detail |
|---|
protected void fillColumnValue(java.sql.PreparedStatement ps,
int column,
java.lang.String value)
throws java.sql.SQLException
AbstractSbDeserializationHandler
fillColumnValue in class AbstractSbDeserializationHandlerps - The statement to fill.column - The number of the column to fill.value - The string value to set or null, if the column has to be nulled.
java.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||