com.alibaba.druid.proxy.jdbc
类 JdbcParameterLong

java.lang.Object
  继承者 com.alibaba.druid.proxy.jdbc.JdbcParameterLong
所有已实现的接口:
JdbcParameter

public final class JdbcParameterLong
extends Object
implements JdbcParameter


嵌套类摘要
 
从接口 com.alibaba.druid.proxy.jdbc.JdbcParameter 继承的嵌套类/接口
JdbcParameter.TYPE
 
字段摘要
 
从接口 com.alibaba.druid.proxy.jdbc.JdbcParameter 继承的字段
AsciiInputStream, BinaryInputStream, CharacterInputStream, NCharacterInputStream, URL
 
方法摘要
 Calendar getCalendar()
           
 long getLength()
           
 int getSqlType()
           
 Object getValue()
           
static JdbcParameterLong valueOf(long value)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

valueOf

public static JdbcParameterLong valueOf(long value)

getValue

public Object getValue()
指定者:
接口 JdbcParameter 中的 getValue

getLength

public long getLength()
指定者:
接口 JdbcParameter 中的 getLength

getCalendar

public Calendar getCalendar()
指定者:
接口 JdbcParameter 中的 getCalendar

getSqlType

public int getSqlType()
指定者:
接口 JdbcParameter 中的 getSqlType


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.