|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use BasisFieldType | |
| com.sap.ip.me.api.smartsync | |
| Uses of BasisFieldType in com.sap.ip.me.api.smartsync |
| Fields in com.sap.ip.me.api.smartsync declared as BasisFieldType | |
static BasisFieldType |
BasisFieldType.C
A field type for fixed length characters; represented in the client as java.lang.String. |
static BasisFieldType |
BasisFieldType.D
A field type for date; represented in the client as java.sql.Date. |
static BasisFieldType |
BasisFieldType.P
A field type for packet; represented in the client as BigDecimal. |
static BasisFieldType |
BasisFieldType.N
A field type for numeric characters; represented in the client as BigInteger |
static BasisFieldType |
BasisFieldType.T
A field type for time; represented in the client as java.sql.Time |
| Methods in com.sap.ip.me.api.smartsync that return BasisFieldType | |
BasisFieldType |
FieldDescriptor.getFieldType()
Retuns the BasisFieldType instance of the field described by this FieldDescriptor. |
static BasisFieldType |
BasisFieldType.forString(java.lang.String fieldStringRep)
Returns a BasisFieldType instance for the specified String representation of the field. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||