| Modifier and Type | Method and Description |
|---|---|
LocalFieldDesc[] |
ClassDesc.getKeyFieldDescs()
Returns the descriptors for key fields as array of LocalFieldDesc.
|
LocalFieldDesc |
ClassDesc.getLocalFieldDesc(String name)
Returns the local field descriptor for the field
name. |
LocalFieldDesc |
TableDesc.getVersionField()
Returns the field representing the version column for this
table.
|
LocalFieldDesc[] |
ClassDesc.getVersionFields() |
| Modifier and Type | Method and Description |
|---|---|
Object |
ForeignFieldDesc.createObjectId(SQLStateManager sm,
LocalFieldDesc fieldDesc,
Object value)
Constructs the oid of a related instance.
|
| Modifier and Type | Method and Description |
|---|---|
LocalFieldDesc |
ResultFieldDesc.getFieldDesc()
Return the field descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultDesc.addField(LocalFieldDesc fieldDesc,
ColumnRef columnRef,
boolean projection)
Create and add a ResultFieldDesc for the given fieldDesc and columnRef.
|
void |
RetrieveDescImpl.addParameterConstraint(LocalFieldDesc field,
int index)
Add ParameterConstraint corresponding to given
field
at given index. |
void |
RetrieveDescImpl.addParameterConstraints(LocalFieldDesc[] fields,
int startIndex)
Add Constraints corresponding to given
fields. |
void |
UpdateObjectDescImpl.recordUpdatedField(LocalFieldDesc fieldDesc) |
| Constructor and Description |
|---|
ResultFieldDesc(LocalFieldDesc fieldDesc,
ColumnRef columnRef) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ConcurrencyOptVerify.isFieldVerificationRequired(LocalFieldDesc lf,
BitSet verifyGroupMask) |
protected boolean |
ConcurrencyCheckDirty.isFieldVerificationRequired(LocalFieldDesc lf,
BitSet verifyGroupMask) |
| Modifier and Type | Field and Description |
|---|---|
LocalFieldDesc |
ConstraintFieldDesc.desc |
| Modifier and Type | Method and Description |
|---|---|
LocalFieldDesc |
ConstraintValue.getLocalField() |
| Modifier and Type | Method and Description |
|---|---|
void |
Constraint.addField(LocalFieldDesc desc)
Adds a field to the constraint stack.
|
void |
Constraint.addField(LocalFieldDesc desc,
QueryPlan plan)
Adds a field to the constraint stack.
|
void |
Constraint.addParamIndex(int index,
int enumType,
LocalFieldDesc localField)
Adds the index of a parameter to the stack.
|
void |
Constraint.addValue(Object value,
LocalFieldDesc localField)
Adds a data value to the constraint stack.
|
| Constructor and Description |
|---|
ConstraintFieldDesc(LocalFieldDesc desc) |
ConstraintFieldDesc(LocalFieldDesc desc,
int ordering) |
ConstraintFieldDesc(LocalFieldDesc desc,
QueryPlan plan) |
ConstraintFieldDesc(LocalFieldDesc desc,
QueryPlan plan,
int ordering) |
ConstraintParamIndex(int index,
int enumType,
LocalFieldDesc localField)
Constructor.
|
ConstraintValue(Object value,
LocalFieldDesc localField) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SelectQueryPlan.addColumn(LocalFieldDesc fieldDesc)
The addColumn method is used to specify a field for which data needs
to be retrieved and therefore for which we need to select a column.
|
protected void |
UpdateStatement.addConstraint(org.netbeans.modules.dbschema.ColumnElement columnElement,
LocalFieldDesc lf,
Object value)
Batch helper method.
|
void |
Statement.addConstraint(LocalFieldDesc lf,
Object value)
Adds a comparison on local field
lf and value value. |
protected void |
SelectQueryPlan.addTable(LocalFieldDesc fieldDesc)
The addTable method is used to add tables correponding to a field to the plan.
|
protected void |
Statement.generateColumnText(LocalFieldDesc desc,
QueryPlan thePlan,
StringBuffer sb)
Generates the column text for field
desc. |
Copyright © 2017. All rights reserved.