protected class BaseRowSet.Parameter
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.Calendar |
cal |
|
protected static int |
jAsciiStream |
|
protected static int |
jBinaryStream |
|
protected static int |
jCharacterStream |
|
protected static int |
jDateWithCalendar |
|
protected static int |
jNull_1 |
|
protected static int |
jNull_2 |
|
protected static int |
jObject |
|
protected static int |
jObject_1 |
|
protected static int |
jObject_2 |
|
protected static int |
jTimestampWithCalendar |
|
protected static int |
jTimeWithCalendar |
|
protected int |
jType |
|
protected static int |
jUnicodeStream |
|
protected int |
length |
|
protected int |
scale |
|
protected int |
sqlType |
|
protected java.lang.String |
typeName |
|
protected java.lang.Object |
value |
| Modifier | Constructor | Description |
|---|---|---|
protected |
Parameter() |
protected java.lang.Object value
protected int sqlType
protected java.lang.String typeName
protected int scale
protected int length
protected java.util.Calendar cal
protected int jType
protected static final int jObject
protected static final int jObject_1
protected static final int jObject_2
protected static final int jAsciiStream
protected static final int jBinaryStream
protected static final int jUnicodeStream
protected static final int jCharacterStream
protected static final int jDateWithCalendar
protected static final int jTimeWithCalendar
protected static final int jTimestampWithCalendar
protected static final int jNull_1
protected static final int jNull_2