1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

mysql: add more documentation (#7846)

This commit is contained in:
Don Alfons Nisnoni
2021-01-09 16:40:21 +08:00
committed by GitHub
parent 256ddcee1f
commit d645e45752
6 changed files with 192 additions and 173 deletions

View File

@ -17,8 +17,8 @@ struct C.MYSQL_FIELD {
db byteptr // Database for table
catalog byteptr // Catalog for table
def byteptr // Default value (set by mysql_list_fields)
length int // Width of column (create length)
max_length int // Max width for selected set
length int // Width of column (create length)
max_length int // Max width for selected set
name_length u32
org_name_length u32
table_length u32