Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.model.LocalFieldDesc
-
-
Uses of LocalFieldDesc in com.sun.jdo.spi.persistence.support.sqlstore.model
Methods in com.sun.jdo.spi.persistence.support.sqlstore.model that return LocalFieldDesc Modifier and Type Method Description LocalFieldDesc[]ClassDesc. getKeyFieldDescs()Returns the descriptors for key fields as array of LocalFieldDesc.LocalFieldDescClassDesc. getLocalFieldDesc(String name)Returns the local field descriptor for the fieldname.LocalFieldDescTableDesc. getVersionField()Returns the field representing the version column for this table.LocalFieldDesc[]ClassDesc. getVersionFields()Methods in com.sun.jdo.spi.persistence.support.sqlstore.model with parameters of type LocalFieldDesc Modifier and Type Method Description ObjectForeignFieldDesc. createObjectId(SQLStateManager sm, LocalFieldDesc fieldDesc, Object value)Constructs the oid of a related instance. -
Uses of LocalFieldDesc in com.sun.jdo.spi.persistence.support.sqlstore.sql
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql that return LocalFieldDesc Modifier and Type Method Description LocalFieldDescResultFieldDesc. getFieldDesc()Return the field descriptor.Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql with parameters of type LocalFieldDesc Modifier and Type Method Description voidResultDesc. addField(LocalFieldDesc fieldDesc, ColumnRef columnRef, boolean projection)Create and add a ResultFieldDesc for the given fieldDesc and columnRef.voidRetrieveDescImpl. addParameterConstraint(LocalFieldDesc field, int index)Add ParameterConstraint corresponding to givenfieldat givenindex.voidRetrieveDescImpl. addParameterConstraints(LocalFieldDesc[] fields, int startIndex)Add Constraints corresponding to givenfields.voidUpdateObjectDescImpl. recordUpdatedField(LocalFieldDesc fieldDesc)Constructors in com.sun.jdo.spi.persistence.support.sqlstore.sql with parameters of type LocalFieldDesc Constructor Description ResultFieldDesc(LocalFieldDesc fieldDesc, ColumnRef columnRef) -
Uses of LocalFieldDesc in com.sun.jdo.spi.persistence.support.sqlstore.sql.concurrency
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.concurrency with parameters of type LocalFieldDesc Modifier and Type Method Description protected booleanConcurrencyCheckDirty. isFieldVerificationRequired(LocalFieldDesc lf, BitSet verifyGroupMask)protected booleanConcurrencyOptVerify. isFieldVerificationRequired(LocalFieldDesc lf, BitSet verifyGroupMask) -
Uses of LocalFieldDesc in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint
Fields in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint declared as LocalFieldDesc Modifier and Type Field Description LocalFieldDescConstraintFieldDesc. descMethods in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint that return LocalFieldDesc Modifier and Type Method Description LocalFieldDescConstraintValue. getLocalField()Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint with parameters of type LocalFieldDesc Modifier and Type Method Description voidConstraint. addField(LocalFieldDesc desc)Adds a field to the constraint stack.voidConstraint. addField(LocalFieldDesc desc, QueryPlan plan)Adds a field to the constraint stack.voidConstraint. addParamIndex(int index, int enumType, LocalFieldDesc localField)Adds the index of a parameter to the stack.voidConstraint. addValue(Object value, LocalFieldDesc localField)Adds a data value to the constraint stack.Constructors in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint with parameters of type LocalFieldDesc Constructor 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) -
Uses of LocalFieldDesc in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type LocalFieldDesc Modifier and Type Method Description protected voidSelectQueryPlan. 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.voidStatement. addConstraint(LocalFieldDesc lf, Object value)Adds a comparison on local fieldlfand valuevalue.protected voidUpdateStatement. addConstraint(org.netbeans.modules.dbschema.ColumnElement columnElement, LocalFieldDesc lf, Object value)Batch helper method.protected voidSelectQueryPlan. addTable(LocalFieldDesc fieldDesc)The addTable method is used to add tables correponding to a field to the plan.protected voidStatement. generateColumnText(LocalFieldDesc desc, QueryPlan thePlan, StringBuilder sb)Generates the column text for fielddesc.
-