public static final class InsertColumnsCache.Entry extends Object
| Modifier and Type | Field and Description |
|---|---|
List<SQLExpr> |
columns |
String |
columnsString |
long |
hashCode64 |
InsertColumnsCache.Entry |
next |
| Constructor and Description |
|---|
Entry(long hashCode64,
String columnsString,
List<SQLExpr> columns,
InsertColumnsCache.Entry next) |
public final long hashCode64
public final String columnsString
public final InsertColumnsCache.Entry next
public Entry(long hashCode64,
String columnsString,
List<SQLExpr> columns,
InsertColumnsCache.Entry next)
Copyright © 2013–2017 Alibaba Group. All rights reserved.