|
|||||||||
| Home >> All >> org >> objectstyle >> cayenne >> access >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.objectstyle.cayenne.access.util
Class ResultDescriptor.ProcedureParameterWrapper

java.lang.Objectorg.objectstyle.cayenne.map.MapObject
org.objectstyle.cayenne.map.Attribute
org.objectstyle.cayenne.map.DbAttribute
org.objectstyle.cayenne.access.util.ResultDescriptor.ProcedureParameterWrapper
- All Implemented Interfaces:
- org.objectstyle.cayenne.util.CayenneMapEntry
- Enclosing class:
- ResultDescriptor
- static class ResultDescriptor.ProcedureParameterWrapper
- extends org.objectstyle.cayenne.map.DbAttribute
| Field Summary | |
(package private) org.objectstyle.cayenne.map.ProcedureParameter |
parameter
|
| Fields inherited from class org.objectstyle.cayenne.map.DbAttribute |
mandatory, maxLength, precision, primaryKey, type |
| Fields inherited from class org.objectstyle.cayenne.map.MapObject |
objName, objParent |
| Constructor Summary | |
(package private) |
ResultDescriptor.ProcedureParameterWrapper(org.objectstyle.cayenne.map.ProcedureParameter parameter)
|
| Method Summary | |
int |
getMaxLength()
Returns the length of database column described by this attribute. |
java.lang.String |
getName()
Returns the name property of this object. |
org.objectstyle.cayenne.map.ProcedureParameter |
getParameter()
|
java.lang.Object |
getParent()
Returns the parent map. |
int |
getPrecision()
Returns the number of digits after period for DECIMAL. |
int |
getType()
Returns the SQL type of the column. |
| Methods inherited from class org.objectstyle.cayenne.map.DbAttribute |
getAliasedName, isMandatory, isPrimaryKey, setMandatory, setMaxLength, setPrecision, setPrimaryKey, setType, toString, toStringBuffer |
| Methods inherited from class org.objectstyle.cayenne.map.Attribute |
getEntity, setEntity |
| Methods inherited from class org.objectstyle.cayenne.map.MapObject |
setName, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
parameter
org.objectstyle.cayenne.map.ProcedureParameter parameter
| Constructor Detail |
ResultDescriptor.ProcedureParameterWrapper
ResultDescriptor.ProcedureParameterWrapper(org.objectstyle.cayenne.map.ProcedureParameter parameter)
| Method Detail |
getMaxLength
public int getMaxLength()
- Description copied from class:
org.objectstyle.cayenne.map.DbAttribute - Returns the length of database column described by this attribute.
getPrecision
public int getPrecision()
- Description copied from class:
org.objectstyle.cayenne.map.DbAttribute - Returns the number of digits after period for DECIMAL.
getType
public int getType()
- Description copied from class:
org.objectstyle.cayenne.map.DbAttribute - Returns the SQL type of the column.
getName
public java.lang.String getName()
- Description copied from interface:
org.objectstyle.cayenne.util.CayenneMapEntry - Returns the name property of this object.
getParent
public java.lang.Object getParent()
- Description copied from interface:
org.objectstyle.cayenne.util.CayenneMapEntry - Returns the parent map.
getParameter
public org.objectstyle.cayenne.map.ProcedureParameter getParameter()
|
|||||||||
| Home >> All >> org >> objectstyle >> cayenne >> access >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC