Package com.alibaba.druid.proxy.jdbc
Class JdbcParameterDate
- java.lang.Object
-
- com.alibaba.druid.proxy.jdbc.JdbcParameterDate
-
- All Implemented Interfaces:
JdbcParameter
public final class JdbcParameterDate 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 JdbcParameterDate(Date value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendargetCalendar()longgetLength()intgetSqlType()ObjectgetValue()
-
-
-
Constructor Detail
-
JdbcParameterDate
public JdbcParameterDate(Date 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
-
-