Breadcrumbs

GetField

Reads table field after query call.

Syntax

Func_FbMySQL_GetField.bmp

C++
METHOD PUBLIC GetField : MySQLField
VAR_INPUT
    iFieldIndex : INT;
END_VAR

Parameters

Parameter

Description

iFieldIndex 

Field Index 

Return value 

name : Name of the field
charsetnr :
length : Size of the field
ctype : Field type
flags : Attributes
decimals : 


Example



Requirements



Remarks