net.sf.basedb.core
Class BatchedPropertyInfo
java.lang.Object
net.sf.basedb.core.BatchedPropertyInfo
public class BatchedPropertyInfo
- extends Object
Holds information about a batchable property.
- Version:
- 2.0
- Author:
- Nicklas
- See Also:
ExtendableData
- Last modified
- $Date: 2009-04-06 14:52:39 +0200 (Mon, 06 Apr 2009) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private final String name
sqlTypeCode
private final int sqlTypeCode
BatchedPropertyInfo
BatchedPropertyInfo(String name,
int sqlTypeCode)
- Create a new extended property.
See the getter methods for a description of the parameters.
getName
public String 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 by
Types
.
- Returns:
- The type code