| Class | Line # | Actions | |||||
|---|---|---|---|---|---|---|---|
| SetParameterIndex | 9 | 0 | - | 0 | 0 |
| 1 | package guru.mikelue.foxglove.jdbc; | |
| 2 | ||
| 3 | import guru.mikelue.foxglove.ColumnMeta; | |
| 4 | ||
| 5 | /** | |
| 6 | * As the index used to matching certain combination of column meta and value type, | |
| 7 | * this record is used to store the cache for parameter set. | |
| 8 | */ | |
| 9 | record SetParameterIndex(ColumnMeta meta, Class<?> typeOfValue) {} |