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