public abstract class PreparedValue<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
position |
protected java.sql.PreparedStatement |
statement |
protected T |
value |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
prepare() |
protected final T value
protected final java.sql.PreparedStatement statement
protected final int position