BBjTemplatedString::getFieldType
Description
In BBj 14.00 and higher, this method return the field type of a BBjTemplatedString field.
Syntax
|
Return Value |
Method |
|---|---|
|
byte[] |
getFieldType(string fieldname) |
Parameters
|
Variable |
Description |
|---|---|
|
fieldname |
The name of the field. |
Return Value
Returns the field type (C, N, I, U, F, D, B, X, Y, A, O, K).
Remarks
Methods that return byte[] can usually be treated as if they returned string, because BBj automatically handles the conversion. However, when that byte[] value is directly assigned to an object variable or passed to a Java method, BBj skips the conversion and the raw internal byte[] format is used. You can always use the STR() function to explicitly convert the byte[] value to a string.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.