Mysql.Field – mysql Reference Manual
Field
Object Hierarchy:
Mysql.Field
Mysql.Field
Mysql.Field
Description:
[
CCode
( cname =
"MYSQL_FIELD"
, has_type_id =
false
) ]
public
struct
Field
Namespace:
Mysql
Package:
mysql
Content:
Fields:
public
unowned
string
name
public
unowned
string
org_name
public
unowned
string
table
public
unowned
string
org_table
public
unowned
string
db
public
unowned
string
catalog
public
unowned
string
def
public
ulong
length
public
ulong
max_length
public
uint
name_length
public
uint
org_name_length
public
uint
table_length
public
uint
org_table_length
public
uint
db_length
public
uint
catalog_length
public
uint
def_length
public
uint
flags
public
uint
decimals
public
uint
charsetnr
public
FieldType
type
public
void
*
extension
2022 vala-language.org