Package | Description |
---|---|
org.joty.data |
Modifier and Type | Field and Description |
---|---|
FieldDescriptor[] |
BasicJotyCursor.m_fields |
Modifier and Type | Field and Description |
---|---|
org.joty.common.CaselessStringKeyMap<FieldDescriptor> |
BasicJotyCursor.m_fieldsMap |
Modifier and Type | Method and Description |
---|---|
protected abstract FieldDescriptor |
WrappedResultSet.fieldDescriptor(java.lang.String fieldName) |
protected FieldDescriptor |
WrappedResultSet.getDescriptor(java.lang.String fieldName,
int type) |
FieldDescriptor |
JotyResultSet.getFieldDescriptor(short fldIdx) |
Modifier and Type | Method and Description |
---|---|
protected void |
WrappedResultSet.innerSetValue(FieldDescriptor col,
boolean delayedVal) |
protected void |
WrappedResultSet.innerSetValue(FieldDescriptor col,
boolean delayedVal,
boolean updateCat) |
void |
WrappedResultSet.setMetaData(int conIndex,
FieldDescriptor colDescr) |
protected void |
WrappedResultSet.typeCheck(FieldDescriptor col,
int expectedType) |