endurox.Bfldtype

endurox.Bfldtype(fldid: int) int

Return UBF field type by given field id.

For more details see Bfldtype(3) C API call.

Parameters:

fldid (int) – Compiled UBF field id.

Returns:

type – One of BFLD_SHORT, BFLD_LONG, BFLD_FLOAT BFLD_DOUBLE, BFLD_STRING, BFLD_CARRAY, BFLD_PTR, BFLD_UBF, BFLD_VIEW

Return type:

int