Package net.sf.basedb.core
Class BatchedPropertyInfo
java.lang.Object
net.sf.basedb.core.BatchedPropertyInfo
Holds information about a batchable property.
- Version:
- 2.0
- Author:
- Nicklas
- See Also:
- Last modified
- $Date: 2009-04-06 14:52:39 +0200 (må, 06 apr 2009) $
-
Field Summary
-
Constructor Summary
ConstructorDescriptionBatchedPropertyInfo
(String name, int sqlTypeCode) Create a new extended property. -
Method Summary
-
Field Details
-
name
-
sqlTypeCode
private final int sqlTypeCode
-
-
Constructor Details
-
BatchedPropertyInfo
BatchedPropertyInfo(String name, int sqlTypeCode) Create a new extended property. See the getter methods for a description of the parameters.
-
-
Method Details
-
getName
Get the name of the property. This is the name that is used in queries.- Returns:
- A string with the name
-
getSqlTypeCode
public int getSqlTypeCode()Get the sql type code as defined byTypes
.- Returns:
- The type code
-