public class BatchedPropertyInfo extends Object
ExtendableData
Modifier and Type | Field and Description |
---|---|
private String |
name |
private int |
sqlTypeCode |
Constructor and Description |
---|
BatchedPropertyInfo(String name,
int sqlTypeCode)
Create a new extended property.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name of the property.
|
int |
getSqlTypeCode()
Get the sql type code as defined by
Types . |