| Package | Description |
|---|---|
| com.alibaba.druid.sql.parser |
| Modifier and Type | Field and Description |
|---|---|
InsertColumnsCache.Entry |
InsertColumnsCache.Entry.next |
| Modifier and Type | Field and Description |
|---|---|
ConcurrentMap<Long,InsertColumnsCache.Entry> |
InsertColumnsCache.cache |
| Modifier and Type | Method and Description |
|---|---|
InsertColumnsCache.Entry |
InsertColumnsCache.get(long hashCode64) |
| Constructor and Description |
|---|
Entry(long hashCode64,
String columnsString,
String columnsFormattedString,
List<SQLExpr> columns,
InsertColumnsCache.Entry next) |
Copyright © 2013–2018 Alibaba Group. All rights reserved.