Package com.alibaba.druid.proxy.jdbc
Class JdbcParameterTimestamp
- java.lang.Object
-
- com.alibaba.druid.proxy.jdbc.JdbcParameterTimestamp
-
- All Implemented Interfaces:
JdbcParameter
public final class JdbcParameterTimestamp extends Object implements JdbcParameter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.druid.proxy.jdbc.JdbcParameter
JdbcParameter.TYPE
-
-
Field Summary
-
Fields inherited from interface com.alibaba.druid.proxy.jdbc.JdbcParameter
AsciiInputStream, BinaryInputStream, CharacterInputStream, NCharacterInputStream, URL
-
-
Constructor Summary
Constructors Constructor Description JdbcParameterTimestamp(Timestamp value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendargetCalendar()longgetLength()intgetSqlType()ObjectgetValue()
-
-
-
Constructor Detail
-
JdbcParameterTimestamp
public JdbcParameterTimestamp(Timestamp value)
-
-
Method Detail
-
getValue
public Object getValue()
- Specified by:
getValuein interfaceJdbcParameter
-
getLength
public long getLength()
- Specified by:
getLengthin interfaceJdbcParameter
-
getCalendar
public Calendar getCalendar()
- Specified by:
getCalendarin interfaceJdbcParameter
-
getSqlType
public int getSqlType()
- Specified by:
getSqlTypein interfaceJdbcParameter
-
-