类 InsertColumnsCache.Entry
java.lang.Object
com.alibaba.druid.sql.parser.InsertColumnsCache.Entry
- 封闭类:
- InsertColumnsCache
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
hashCode64
public final long hashCode64 -
columnsString
-
columnsFormattedString
-
columnsFormattedStringHash
public final long columnsFormattedStringHash -
columns
-
next
-
-
构造器详细资料
-
Entry
public Entry(long hashCode64, String columnsString, String columnsFormattedString, List<SQLExpr> columns, InsertColumnsCache.Entry next)
-