com.alibaba.druid.support.monitor.dao
类 MonitorDaoJdbcImpl.FieldInfo

java.lang.Object
  继承者 com.alibaba.druid.support.monitor.dao.MonitorDaoJdbcImpl.FieldInfo
包容类:
MonitorDaoJdbcImpl

public static class MonitorDaoJdbcImpl.FieldInfo
extends Object


构造方法摘要
MonitorDaoJdbcImpl.FieldInfo(Field field, String columnName, Field hashFor, String hashForType)
           
 
方法摘要
 String getColumnName()
           
 Field getField()
           
 Class<?> getFieldType()
           
 Field getHashFor()
           
 String getHashForType()
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MonitorDaoJdbcImpl.FieldInfo

public MonitorDaoJdbcImpl.FieldInfo(Field field,
                                    String columnName,
                                    Field hashFor,
                                    String hashForType)
方法详细信息

getHashForType

public String getHashForType()

getField

public Field getField()

getHashFor

public Field getHashFor()

getColumnName

public String getColumnName()

getFieldType

public Class<?> getFieldType()


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