|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.clazzes.jdbc2xml.deserialization.DeserializationHandlerFactory
org.clazzes.jdbc2xml.deserialization.impl.DeserializationHandlerFactoryImpl
public class DeserializationHandlerFactoryImpl
| Constructor Summary | |
|---|---|
DeserializationHandlerFactoryImpl()
|
|
| Method Summary | |
|---|---|
DeserializationHandler |
newDeserializationHandler(ColumnInfo ci,
java.util.TimeZone timeZone)
Return DeserializationHandler instance for the given column of
the result set. |
| Methods inherited from class org.clazzes.jdbc2xml.deserialization.DeserializationHandlerFactory |
|---|
newInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeserializationHandlerFactoryImpl()
| Method Detail |
|---|
public DeserializationHandler newDeserializationHandler(ColumnInfo ci,
java.util.TimeZone timeZone)
DeserializationHandlerFactoryDeserializationHandler instance for the given column of
the result set.
newDeserializationHandler in class DeserializationHandlerFactoryci - The column information of the column to be deserialized.timeZone - The time zone used to parse date values, if the database provides
no time zone information.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||