mysql
Types
my_bool = bool
- Source Edit
Pmy_bool = ptr my_bool
- Source Edit
PVIO = pointer
- Source Edit
Pgptr = ptr gptr
- Source Edit
gptr = cstring
- Source Edit
Pmy_socket = ptr my_socket
- Source Edit
my_socket = cint
- Source Edit
PPByte = pointer
- Source Edit
cuint = cint
- Source Edit
Enum_server_command = enum COM_SLEEP, COM_QUIT, COM_INIT_DB, COM_QUERY, COM_FIELD_LIST, COM_CREATE_DB, COM_DROP_DB, COM_REFRESH, COM_SHUTDOWN, COM_STATISTICS, COM_PROCESS_INFO, COM_CONNECT, COM_PROCESS_KILL, COM_DEBUG, COM_PING, COM_TIME, COM_DELAYED_INSERT, COM_CHANGE_USER, COM_BINLOG_DUMP, COM_TABLE_DUMP, COM_CONNECT_OUT, COM_REGISTER_SLAVE, COM_STMT_PREPARE, COM_STMT_EXECUTE, COM_STMT_SEND_LONG_DATA, COM_STMT_CLOSE, COM_STMT_RESET, COM_SET_OPTION, COM_STMT_FETCH, COM_END
- Source Edit
Pst_net = ptr St_net
- Source Edit
St_net {...}{.final.} = object vio*: PVIO buff*: cstring buff_end*: cstring write_pos*: cstring read_pos*: cstring fd*: my_socket max_packet*: int max_packet_size*: int pkt_nr*: cuint compress_pkt_nr*: cuint write_timeout*: cuint read_timeout*: cuint retry_count*: cuint fcntl*: cint compress*: my_bool remain_in_buf*: int len*: int buf_length*: int where_b*: int return_status*: ptr cint reading_or_writing*: char save_char*: cchar no_send_ok*: my_bool no_send_eof*: my_bool no_send_error*: my_bool last_error*: array[0 .. 200 - 1, char] sqlstate*: array[0 .. 6 - 1, char] last_errno*: cuint error*: char query_cache_query*: gptr report_error*: my_bool return_errno*: my_bool
- Source Edit
NET = St_net
- Source Edit
PNET = ptr NET
- Source Edit
Enum_field_types = enum TYPE_DECIMAL, TYPE_TINY, TYPE_SHORT, TYPE_LONG, TYPE_FLOAT, TYPE_DOUBLE, TYPE_NULL, TYPE_TIMESTAMP, TYPE_LONGLONG, TYPE_INT24, TYPE_DATE, TYPE_TIME, TYPE_DATETIME, TYPE_YEAR, TYPE_NEWDATE, TYPE_VARCHAR, TYPE_BIT, TYPE_NEWDECIMAL = 246, TYPE_ENUM = 247, TYPE_SET = 248, TYPE_TINY_BLOB = 249, TYPE_MEDIUM_BLOB = 250, TYPE_LONG_BLOB = 251, TYPE_BLOB = 252, TYPE_VAR_STRING = 253, TYPE_STRING = 254, TYPE_GEOMETRY = 255
- Source Edit
Enum_shutdown_level = enum SHUTDOWN_DEFAULT = 0, SHUTDOWN_WAIT_CONNECTIONS = 1, SHUTDOWN_WAIT_TRANSACTIONS = 2, SHUTDOWN_WAIT_UPDATES = 8, SHUTDOWN_WAIT_ALL_BUFFERS = 16, SHUTDOWN_WAIT_CRITICAL_BUFFERS = 17, KILL_QUERY = 254, KILL_CONNECTION = 255
- Source Edit
Enum_cursor_type = enum CURSOR_TYPE_NO_CURSOR = 0, CURSOR_TYPE_READ_ONLY = 1, CURSOR_TYPE_FOR_UPDATE = 2, CURSOR_TYPE_SCROLLABLE = 4
- Source Edit
Enum_mysql_set_option = enum OPTION_MULTI_STATEMENTS_ON, OPTION_MULTI_STATEMENTS_OFF
- Source Edit
Psockaddr = ptr Sockaddr
- Source Edit
Sockaddr {...}{.final.} = object
- Source Edit
Prand_struct = ptr Rand_struct
- Source Edit
Rand_struct {...}{.final.} = object seed1*: int seed2*: int max_value*: int max_value_dbl*: cdouble
- Source Edit
Item_result = enum STRING_RESULT, REAL_RESULT, INT_RESULT, ROW_RESULT, DECIMAL_RESULT
- Source Edit
PItem_result = ptr Item_result
- Source Edit
Pst_udf_args = ptr St_udf_args
- Source Edit
St_udf_args {...}{.final.} = object arg_count*: cuint arg_type*: PItem_result args*: cstringArray lengths*: ptr int maybe_null*: cstring attributes*: cstringArray attribute_lengths*: ptr int
- Source Edit
UDF_ARGS = St_udf_args
- Source Edit
PUDF_ARGS = ptr UDF_ARGS
- Source Edit
Pst_udf_init = ptr St_udf_init
- Source Edit
St_udf_init {...}{.final.} = object maybe_null*: my_bool decimals*: cuint max_length*: int theptr*: cstring const_item*: my_bool
- Source Edit
UDF_INIT = St_udf_init
- Source Edit
PUDF_INIT = ptr UDF_INIT
- Source Edit
Pst_mysql_field = ptr St_mysql_field
- Source Edit
St_mysql_field {...}{.final.} = object name*: cstring org_name*: cstring table*: cstring org_table*: cstring db*: cstring catalog*: cstring def*: cstring len*: int max_length*: int name_length*: cuint org_name_length*: cuint table_length*: cuint org_table_length*: cuint db_length*: cuint catalog_length*: cuint def_length*: cuint flags*: cuint decimals*: cuint charsetnr*: cuint ftype*: Enum_field_types extension*: pointer
- Source Edit
FIELD = St_mysql_field
- Source Edit
PFIELD = ptr FIELD
- Source Edit
PROW = ptr ROW
- Source Edit
ROW = cstringArray
- Source Edit
PFIELD_OFFSET = ptr FIELD_OFFSET
- Source Edit
FIELD_OFFSET = cuint
- Source Edit
my_ulonglong = int64
- Source Edit
Pmy_ulonglong = ptr my_ulonglong
- Source Edit
Pst_mysql_rows = ptr St_mysql_rows
- Source Edit
St_mysql_rows {...}{.final.} = object next*: Pst_mysql_rows data*: ROW len*: int
- Source Edit
ROWS = St_mysql_rows
- Source Edit
PROWS = ptr ROWS
- Source Edit
PROW_OFFSET = ptr ROW_OFFSET
- Source Edit
ROW_OFFSET = ROWS
- Source Edit
Pst_used_mem = ptr St_used_mem
- Source Edit
St_used_mem {...}{.final.} = object next*: Pst_used_mem left*: cuint size*: cuint
- Source Edit
USED_MEM = St_used_mem
- Source Edit
PUSED_MEM = ptr USED_MEM
- Source Edit
Pst_mem_root = ptr St_mem_root
- Source Edit
St_mem_root {...}{.final.} = object free*: PUSED_MEM used*: PUSED_MEM pre_alloc*: PUSED_MEM min_malloc*: cuint block_size*: cuint block_num*: cuint first_block_usage*: cuint error_handler*: proc () {...}{.cdecl.}
- Source Edit
MEM_ROOT = St_mem_root
- Source Edit
PMEM_ROOT = ptr MEM_ROOT
- Source Edit
Pst_mysql_data = ptr St_mysql_data
- Source Edit
St_mysql_data {...}{.final.} = object rows*: my_ulonglong fields*: cuint data*: PROWS alloc*: MEM_ROOT prev_ptr*: ptr PROWS
- Source Edit
DATA = St_mysql_data
- Source Edit
PDATA = ptr DATA
- Source Edit
Option = enum OPT_CONNECT_TIMEOUT, OPT_COMPRESS, OPT_NAMED_PIPE, INIT_COMMAND, READ_DEFAULT_FILE, READ_DEFAULT_GROUP, SET_CHARSET_DIR, SET_CHARSET_NAME, OPT_LOCAL_INFILE, OPT_PROTOCOL, SHARED_MEMORY_BASE_NAME, OPT_READ_TIMEOUT, OPT_WRITE_TIMEOUT, OPT_USE_RESULT, OPT_USE_REMOTE_CONNECTION, OPT_USE_EMBEDDED_CONNECTION, OPT_GUESS_CONNECTION, SET_CLIENT_IP, SECURE_AUTH, REPORT_DATA_TRUNCATION, OPT_RECONNECT
- Source Edit
St_dynamic_array {...}{.final.} = object buffer*: cstring elements*: cuint max_element*: cuint alloc_increment*: cuint size_of_element*: cuint
- Source Edit
DYNAMIC_ARRAY = St_dynamic_array
- Source Edit
Pst_dynamic_array = ptr St_dynamic_array
- Source Edit
Pst_mysql_options = ptr St_mysql_options
- Source Edit
St_mysql_options {...}{.final.} = object connect_timeout*: cuint read_timeout*: cuint write_timeout*: cuint port*: cuint protocol*: cuint client_flag*: int host*: cstring user*: cstring password*: cstring unix_socket*: cstring db*: cstring init_commands*: Pst_dynamic_array my_cnf_file*: cstring my_cnf_group*: cstring charset_dir*: cstring charset_name*: cstring ssl_key*: cstring ssl_cert*: cstring ssl_ca*: cstring ssl_capath*: cstring ssl_cipher*: cstring shared_memory_base_name*: cstring max_allowed_packet*: int use_ssl*: my_bool compress*: my_bool named_pipe*: my_bool rpl_probe*: my_bool rpl_parse*: my_bool no_master_reads*: my_bool separate_thread*: my_bool methods_to_use*: Option client_ip*: cstring secure_auth*: my_bool report_data_truncation*: my_bool local_infile_init*: proc (para1: var pointer; para2: cstring; para3: pointer): cint {...}{. cdecl.} local_infile_read*: proc (para1: pointer; para2: cstring; para3: cuint): cint local_infile_end*: proc (para1: pointer) local_infile_error*: proc (para1: pointer; para2: cstring; para3: cuint): cint local_infile_userdata*: pointer
- Source Edit
Status = enum STATUS_READY, STATUS_GET_RESULT, STATUS_USE_RESULT
- Source Edit
Protocol_type = enum PROTOCOL_DEFAULT, PROTOCOL_TCP, PROTOCOL_SOCKET, PROTOCOL_PIPE, PROTOCOL_MEMORY
- Source Edit
Rpl_type = enum RPL_MASTER, RPL_SLAVE, RPL_ADMIN
- Source Edit
Charset_info_st {...}{.final.} = object number*: cuint primary_number*: cuint binary_number*: cuint state*: cuint csname*: cstring name*: cstring comment*: cstring tailoring*: cstring ftype*: cstring to_lower*: cstring to_upper*: cstring sort_order*: cstring contractions*: ptr int16 sort_order_big*: ptr ptr int16 tab_to_uni*: ptr int16 tab_from_uni*: pointer state_map*: cstring ident_map*: cstring strxfrm_multiply*: cuint mbminlen*: cuint mbmaxlen*: cuint min_sort_char*: int16 max_sort_char*: int16 escape_with_backslash_is_dangerous*: my_bool cset*: pointer coll*: pointer
- Source Edit
CHARSET_INFO = Charset_info_st
- Source Edit
Pcharset_info_st = ptr Charset_info_st
- Source Edit
Pcharacter_set = ptr Character_set
- Source Edit
Character_set {...}{.final.} = object number*: cuint state*: cuint csname*: cstring name*: cstring comment*: cstring dir*: cstring mbminlen*: cuint mbmaxlen*: cuint
- Source Edit
MY_CHARSET_INFO = Character_set
- Source Edit
PMY_CHARSET_INFO = ptr MY_CHARSET_INFO
- Source Edit
Pst_mysql_methods = ptr St_mysql_methods
- Source Edit
Pst_mysql = ptr St_mysql
- Source Edit
St_mysql {...}{.final.} = object net*: NET connector_fd*: gptr host*: cstring user*: cstring passwd*: cstring unix_socket*: cstring server_version*: cstring host_info*: cstring info*: cstring db*: cstring charset*: Pcharset_info_st fields*: PFIELD field_alloc*: MEM_ROOT affected_rows*: my_ulonglong insert_id*: my_ulonglong extra_info*: my_ulonglong thread_id*: int packet_length*: int port*: cuint client_flag*: int server_capabilities*: int protocol_version*: cuint field_count*: cuint server_status*: cuint server_language*: cuint warning_count*: cuint options*: St_mysql_options status*: Status free_me*: my_bool reconnect*: my_bool scramble*: array[0 .. 21 - 1, char] rpl_pivot*: my_bool master*: Pst_mysql next_slave*: Pst_mysql last_used_slave*: Pst_mysql last_used_con*: Pst_mysql stmts*: pointer methods*: Pst_mysql_methods thd*: pointer unbuffered_fetch_owner*: Pmy_bool
- Source Edit
MySQL = St_mysql
- Source Edit
PMySQL = ptr MySQL
- Source Edit
Pst_mysql_res = ptr St_mysql_res
- Source Edit
St_mysql_res {...}{.final.} = object row_count*: my_ulonglong fields*: PFIELD data*: PDATA data_cursor*: PROWS lengths*: ptr int handle*: PMySQL field_alloc*: MEM_ROOT field_count*: cuint current_field*: cuint row*: ROW current_row*: ROW eof*: my_bool unbuffered_fetch_cancelled*: my_bool methods*: Pst_mysql_methods
- Source Edit
RES = St_mysql_res
- Source Edit
PRES = ptr RES
- Source Edit
Pst_mysql_stmt = ptr St_mysql_stmt
- Source Edit
PSTMT = ptr STMT
- Source Edit
St_mysql_methods {...}{.final.} = object read_query_result*: proc (MySQL: PMySQL): my_bool {...}{.cdecl.} advanced_command*: proc (MySQL: PMySQL; command: Enum_server_command; header: cstring; header_length: int; arg: cstring; arg_length: int; skip_check: my_bool): my_bool read_rows*: proc (MySQL: PMySQL; fields: PFIELD; fields_count: cuint): PDATA use_result*: proc (MySQL: PMySQL): PRES fetch_lengths*: proc (fto: ptr int; column: ROW; field_count: cuint) flush_use_result*: proc (MySQL: PMySQL) list_fields*: proc (MySQL: PMySQL): PFIELD read_prepare_result*: proc (MySQL: PMySQL; stmt: PSTMT): my_bool stmt_execute*: proc (stmt: PSTMT): cint read_binary_rows*: proc (stmt: PSTMT): cint unbuffered_fetch*: proc (MySQL: PMySQL; row: cstringArray): cint free_embedded_thd*: proc (MySQL: PMySQL) read_statistics*: proc (MySQL: PMySQL): cstring next_result*: proc (MySQL: PMySQL): my_bool read_change_user_result*: proc (MySQL: PMySQL; buff: cstring; passwd: cstring): cint read_rowsfrom_cursor*: proc (stmt: PSTMT): cint
- Source Edit
METHODS = St_mysql_methods
- Source Edit
PMETHODS = ptr METHODS
- Source Edit
Pst_mysql_manager = ptr St_mysql_manager
- Source Edit
St_mysql_manager {...}{.final.} = object net*: NET host*: cstring user*: cstring passwd*: cstring port*: cuint free_me*: my_bool eof*: my_bool cmd_status*: cint last_errno*: cint net_buf*: cstring net_buf_pos*: cstring net_data_end*: cstring net_buf_size*: cint last_error*: array[0 .. 256 - 1, char]
- Source Edit
MANAGER = St_mysql_manager
- Source Edit
PMANAGER = ptr MANAGER
- Source Edit
Pst_mysql_parameters = ptr St_mysql_parameters
- Source Edit
St_mysql_parameters {...}{.final.} = object p_max_allowed_packet*: ptr int p_net_buffer_length*: ptr int
- Source Edit
PARAMETERS = St_mysql_parameters
- Source Edit
PPARAMETERS = ptr PARAMETERS
- Source Edit
Enum_mysql_stmt_state = enum STMT_INIT_DONE = 1, STMT_PREPARE_DONE, STMT_EXECUTE_DONE, STMT_FETCH_DONE
- Source Edit
Pst_mysql_bind = ptr St_mysql_bind
- Source Edit
St_mysql_bind {...}{.final.} = object len*: int is_null*: Pmy_bool buffer*: pointer error*: Pmy_bool buffer_type*: Enum_field_types buffer_length*: int row_ptr*: ptr byte offset*: int length_value*: int param_number*: cuint pack_length*: cuint error_value*: my_bool is_unsigned*: my_bool long_data_used*: my_bool is_null_value*: my_bool store_param_func*: proc (net: PNET; param: Pst_mysql_bind) {...}{.cdecl.} fetch_result*: proc (para1: Pst_mysql_bind; para2: PFIELD; row: PPByte) skip_result*: proc (para1: Pst_mysql_bind; para2: PFIELD; row: PPByte)
- Source Edit
BIND = St_mysql_bind
- Source Edit
PBIND = ptr BIND
- Source Edit
St_mysql_stmt {...}{.final.} = object mem_root*: MEM_ROOT mysql*: PMySQL params*: PBIND `bind`*: PBIND fields*: PFIELD result*: DATA data_cursor*: PROWS affected_rows*: my_ulonglong insert_id*: my_ulonglong read_row_func*: proc (stmt: Pst_mysql_stmt; row: PPByte): cint {...}{.cdecl.} stmt_id*: int flags*: int prefetch_rows*: int server_status*: cuint last_errno*: cuint param_count*: cuint field_count*: cuint state*: Enum_mysql_stmt_state last_error*: array[0 .. 200 - 1, char] sqlstate*: array[0 .. 6 - 1, char] send_types_to_server*: my_bool bind_param_done*: my_bool bind_result_done*: char unbuffered_fetch_cancelled*: my_bool update_max_length*: my_bool
- Source Edit
STMT = St_mysql_stmt
- Source Edit
Enum_stmt_attr_type = enum STMT_ATTR_UPDATE_MAX_LENGTH, STMT_ATTR_CURSOR_TYPE, STMT_ATTR_PREFETCH_ROWS
- Source Edit
Consts
NAME_LEN = 64
- Source Edit
HOSTNAME_LENGTH = 60
- Source Edit
USERNAME_LENGTH = 16
- Source Edit
SERVER_VERSION_LENGTH = 60
- Source Edit
SQLSTATE_LENGTH = 5
- Source Edit
LOCAL_HOST = "localhost"
- Source Edit
LOCAL_HOST_NAMEDPIPE = '.'
- Source Edit
NAMEDPIPE = "MySQL"
- Source Edit
SERVICENAME = "MySQL"
- Source Edit
SCRAMBLE_LENGTH = 20
- Source Edit
SCRAMBLE_LENGTH_323 = 8
- Source Edit
SCRAMBLED_PASSWORD_CHAR_LENGTH = 41
- Source Edit
SCRAMBLED_PASSWORD_CHAR_LENGTH_323 = 16
- Source Edit
NOT_NULL_FLAG = 1
- Source Edit
PRI_KEY_FLAG = 2
- Source Edit
UNIQUE_KEY_FLAG = 4
- Source Edit
MULTIPLE_KEY_FLAG = 8
- Source Edit
BLOB_FLAG = 16
- Source Edit
UNSIGNED_FLAG = 32
- Source Edit
ZEROFILL_FLAG = 64
- Source Edit
BINARY_FLAG = 128
- Source Edit
ENUM_FLAG = 256
- Source Edit
AUTO_INCREMENT_FLAG = 512
- Source Edit
TIMESTAMP_FLAG = 1024
- Source Edit
SET_FLAG = 2048
- Source Edit
NO_DEFAULT_VALUE_FLAG = 4096
- Source Edit
NUM_FLAG = 32768
- Source Edit
PART_KEY_FLAG = 16384
- Source Edit
GROUP_FLAG = 32768
- Source Edit
UNIQUE_FLAG = 65536
- Source Edit
BINCMP_FLAG = 131072
- Source Edit
REFRESH_GRANT = 1
- Source Edit
REFRESH_LOG = 2
- Source Edit
REFRESH_TABLES = 4
- Source Edit
REFRESH_HOSTS = 8
- Source Edit
REFRESH_STATUS = 16
- Source Edit
REFRESH_THREADS = 32
- Source Edit
REFRESH_SLAVE = 64
- Source Edit
REFRESH_MASTER = 128
- Source Edit
REFRESH_READ_LOCK = 16384
- Source Edit
REFRESH_FAST = 32768
- Source Edit
REFRESH_QUERY_CACHE = 65536
- Source Edit
REFRESH_QUERY_CACHE_FREE = 0x00020000
- Source Edit
REFRESH_DES_KEY_FILE = 0x00040000
- Source Edit
REFRESH_USER_RESOURCES = 0x00080000
- Source Edit
CLIENT_LONG_PASSWORD = 1
- Source Edit
CLIENT_FOUND_ROWS = 2
- Source Edit
CLIENT_LONG_FLAG = 4
- Source Edit
CLIENT_CONNECT_WITH_DB = 8
- Source Edit
CLIENT_NO_SCHEMA = 16
- Source Edit
CLIENT_COMPRESS = 32
- Source Edit
CLIENT_ODBC = 64
- Source Edit
CLIENT_LOCAL_FILES = 128
- Source Edit
CLIENT_IGNORE_SPACE = 256
- Source Edit
CLIENT_PROTOCOL_41 = 512
- Source Edit
CLIENT_INTERACTIVE = 1024
- Source Edit
CLIENT_SSL = 2048
- Source Edit
CLIENT_IGNORE_SIGPIPE = 4096
- Source Edit
CLIENT_TRANSACTIONS = 8192
- Source Edit
CLIENT_RESERVED = 16384
- Source Edit
CLIENT_SECURE_CONNECTION = 32768
- Source Edit
CLIENT_MULTI_STATEMENTS = 65536
- Source Edit
CLIENT_MULTI_RESULTS = 131072
- Source Edit
CLIENT_REMEMBER_OPTIONS: int = 2147483648
- Source Edit
SERVER_STATUS_IN_TRANS = 1
- Source Edit
SERVER_STATUS_AUTOCOMMIT = 2
- Source Edit
SERVER_STATUS_MORE_RESULTS = 4
- Source Edit
SERVER_MORE_RESULTS_EXISTS = 8
- Source Edit
SERVER_QUERY_NO_GOOD_INDEX_USED = 16
- Source Edit
SERVER_QUERY_NO_INDEX_USED = 32
- Source Edit
SERVER_STATUS_CURSOR_EXISTS = 64
- Source Edit
SERVER_STATUS_LAST_ROW_SENT = 128
- Source Edit
SERVER_STATUS_DB_DROPPED = 256
- Source Edit
SERVER_STATUS_NO_BACKSLASH_ESCAPES = 512
- Source Edit
ERRMSG_SIZE = 200
- Source Edit
NET_READ_TIMEOUT = 30
- Source Edit
NET_WRITE_TIMEOUT = 60
- Source Edit
NET_WAIT_TIMEOUT = 28800
- Source Edit
ONLY_KILL_QUERY = 1
- Source Edit
MAX_TINYINT_WIDTH = 3
- Source Edit
MAX_SMALLINT_WIDTH = 5
- Source Edit
MAX_MEDIUMINT_WIDTH = 8
- Source Edit
MAX_INT_WIDTH = 10
- Source Edit
MAX_BIGINT_WIDTH = 20
- Source Edit
MAX_CHAR_WIDTH = 255
- Source Edit
MAX_BLOB_WIDTH = 8192
- Source Edit
packet_error = -1
- Source Edit
CLIENT_MULTI_QUERIES = 65536
- Source Edit
FIELD_TYPE_DECIMAL = TYPE_DECIMAL
- Source Edit
FIELD_TYPE_NEWDECIMAL = TYPE_NEWDECIMAL
- Source Edit
FIELD_TYPE_TINY = TYPE_TINY
- Source Edit
FIELD_TYPE_SHORT = TYPE_SHORT
- Source Edit
FIELD_TYPE_LONG = TYPE_LONG
- Source Edit
FIELD_TYPE_FLOAT = TYPE_FLOAT
- Source Edit
FIELD_TYPE_DOUBLE = TYPE_DOUBLE
- Source Edit
FIELD_TYPE_NULL = TYPE_NULL
- Source Edit
FIELD_TYPE_TIMESTAMP = TYPE_TIMESTAMP
- Source Edit
FIELD_TYPE_LONGLONG = TYPE_LONGLONG
- Source Edit
FIELD_TYPE_INT24 = TYPE_INT24
- Source Edit
FIELD_TYPE_DATE = TYPE_DATE
- Source Edit
FIELD_TYPE_TIME = TYPE_TIME
- Source Edit
FIELD_TYPE_DATETIME = TYPE_DATETIME
- Source Edit
FIELD_TYPE_YEAR = TYPE_YEAR
- Source Edit
FIELD_TYPE_NEWDATE = TYPE_NEWDATE
- Source Edit
FIELD_TYPE_ENUM = TYPE_ENUM
- Source Edit
FIELD_TYPE_SET = TYPE_SET
- Source Edit
FIELD_TYPE_TINY_BLOB = TYPE_TINY_BLOB
- Source Edit
FIELD_TYPE_MEDIUM_BLOB = TYPE_MEDIUM_BLOB
- Source Edit
FIELD_TYPE_LONG_BLOB = TYPE_LONG_BLOB
- Source Edit
FIELD_TYPE_BLOB = TYPE_BLOB
- Source Edit
FIELD_TYPE_VAR_STRING = TYPE_VAR_STRING
- Source Edit
FIELD_TYPE_STRING = TYPE_STRING
- Source Edit
FIELD_TYPE_CHAR = TYPE_TINY
- Source Edit
FIELD_TYPE_INTERVAL = TYPE_ENUM
- Source Edit
FIELD_TYPE_GEOMETRY = TYPE_GEOMETRY
- Source Edit
FIELD_TYPE_BIT = TYPE_BIT
- Source Edit
SHUTDOWN_KILLABLE_CONNECT = '\x01'
- Source Edit
SHUTDOWN_KILLABLE_TRANS = '\x02'
- Source Edit
SHUTDOWN_KILLABLE_LOCK_TABLE = '\x04'
- Source Edit
SHUTDOWN_KILLABLE_UPDATE = '\b'
- Source Edit
NET_HEADER_SIZE = 4
- Source Edit
COMP_HEADER_SIZE = 3
- Source Edit
NULL_LENGTH: int = -1
- Source Edit
STMT_HEADER = 4
- Source Edit
LONG_DATA_HEADER = 6
- Source Edit
CLIENT_NET_READ_TIMEOUT = 31536000
- Source Edit
CLIENT_NET_WRITE_TIMEOUT = 31536000
- Source Edit
COUNT_ERROR = -1'i64
- Source Edit
ALLOC_MAX_BLOCK_TO_DROP = 4096
- Source Edit
ALLOC_MAX_BLOCK_USAGE_BEFORE_DROP = 10
- Source Edit
MAX_MYSQL_MANAGER_ERR = 256
- Source Edit
MAX_MYSQL_MANAGER_MSG = 256
- Source Edit
MANAGER_OK = 200
- Source Edit
MANAGER_INFO = 250
- Source Edit
MANAGER_ACCESS = 401
- Source Edit
MANAGER_CLIENT_ERR = 450
- Source Edit
MANAGER_INTERNAL_ERR = 500
- Source Edit
LOCAL_INFILE_ERROR_LEN = 512
- Source Edit
NO_DATA = 100
- Source Edit
DATA_TRUNCATED = 101
- Source Edit
Procs
proc my_net_init(net: PNET; vio: PVIO): my_bool {...}{.cdecl, dynlib: lib, importc: "my_net_init".}
- Source Edit
proc my_net_local_init(net: PNET) {...}{.cdecl, dynlib: lib, importc: "my_net_local_init".}
- Source Edit
proc net_end(net: PNET) {...}{.cdecl, dynlib: lib, importc: "net_end".}
- Source Edit
proc net_clear(net: PNET) {...}{.cdecl, dynlib: lib, importc: "net_clear".}
- Source Edit
proc net_realloc(net: PNET; len: int): my_bool {...}{.cdecl, dynlib: lib, importc: "net_realloc".}
- Source Edit
proc net_flush(net: PNET): my_bool {...}{.cdecl, dynlib: lib, importc: "net_flush".}
- Source Edit
proc my_net_write(net: PNET; packet: cstring; length: int): my_bool {...}{.cdecl, dynlib: lib, importc: "my_net_write".}
- Source Edit
proc net_write_command(net: PNET; command: char; header: cstring; head_len: int; packet: cstring; length: int): my_bool {...}{.cdecl, dynlib: lib, importc: "net_write_command".}
- Source Edit
proc net_real_write(net: PNET; packet: cstring; length: int): cint {...}{.cdecl, dynlib: lib, importc: "net_real_write".}
- Source Edit
proc my_net_read(net: PNET): int {...}{.cdecl, dynlib: lib, importc: "my_net_read".}
- Source Edit
proc my_connect(s: my_socket; name: Psockaddr; namelen: cuint; timeout: cuint): cint {...}{. cdecl, dynlib: lib, importc: "my_connect".}
- Source Edit
proc randominit(para1: Prand_struct; seed1: int; seed2: int) {...}{.cdecl, dynlib: lib, importc: "randominit".}
- Source Edit
proc my_rnd(para1: Prand_struct): cdouble {...}{.cdecl, dynlib: lib, importc: "my_rnd".}
- Source Edit
proc create_random_string(fto: cstring; len: cuint; rand_st: Prand_struct) {...}{. cdecl, dynlib: lib, importc: "create_random_string".}
- Source Edit
proc hash_password(fto: int; password: cstring; password_len: cuint) {...}{.cdecl, dynlib: lib, importc: "hash_password".}
- Source Edit
proc make_scrambled_password_323(fto: cstring; password: cstring) {...}{.cdecl, dynlib: lib, importc: "make_scrambled_password_323".}
- Source Edit
proc scramble_323(fto: cstring; message: cstring; password: cstring) {...}{.cdecl, dynlib: lib, importc: "scramble_323".}
- Source Edit
proc check_scramble_323(para1: cstring; message: cstring; salt: int): my_bool {...}{. cdecl, dynlib: lib, importc: "check_scramble_323".}
- Source Edit
proc get_salt_from_password_323(res: ptr int; password: cstring) {...}{.cdecl, dynlib: lib, importc: "get_salt_from_password_323".}
- Source Edit
proc make_password_from_salt_323(fto: cstring; salt: ptr int) {...}{.cdecl, dynlib: lib, importc: "make_password_from_salt_323".}
- Source Edit
proc octet2hex(fto: cstring; str: cstring; length: cuint): cstring {...}{.cdecl, dynlib: lib, importc: "octet2hex".}
- Source Edit
proc make_scrambled_password(fto: cstring; password: cstring) {...}{.cdecl, dynlib: lib, importc: "make_scrambled_password".}
- Source Edit
proc scramble(fto: cstring; message: cstring; password: cstring) {...}{.cdecl, dynlib: lib, importc: "scramble".}
- Source Edit
proc check_scramble(reply: cstring; message: cstring; hash_stage2: pointer): my_bool {...}{. cdecl, dynlib: lib, importc: "check_scramble".}
- Source Edit
proc get_salt_from_password(res: pointer; password: cstring) {...}{.cdecl, dynlib: lib, importc: "get_salt_from_password".}
- Source Edit
proc make_password_from_salt(fto: cstring; hash_stage2: pointer) {...}{.cdecl, dynlib: lib, importc: "make_password_from_salt".}
- Source Edit
proc get_tty_password(opt_message: cstring): cstring {...}{.cdecl, dynlib: lib, importc: "get_tty_password".}
- Source Edit
proc errno_to_sqlstate(errno: cuint): cstring {...}{.cdecl, dynlib: lib, importc: "mysql_errno_to_sqlstate".}
- Source Edit
proc modify_defaults_file(file_location: cstring; option: cstring; option_value: cstring; section_name: cstring; remove_option: cint): cint {...}{.cdecl, dynlib: lib, importc: "load_defaults".}
- Source Edit
proc load_defaults(conf_file: cstring; groups: cstringArray; argc: ptr cint; argv: ptr cstringArray): cint {...}{.cdecl, dynlib: lib, importc: "load_defaults".}
- Source Edit
proc my_init(): my_bool {...}{.cdecl, dynlib: lib, importc: "my_init".}
- Source Edit
proc my_thread_init(): my_bool {...}{.cdecl, dynlib: lib, importc: "my_thread_init".}
- Source Edit
proc my_thread_end() {...}{.cdecl, dynlib: lib, importc: "my_thread_end".}
- Source Edit
proc server_init(argc: cint; argv: cstringArray; groups: cstringArray): cint {...}{. cdecl, dynlib: lib, importc: "mysql_server_init".}
- Source Edit
proc server_end() {...}{.cdecl, dynlib: lib, importc: "mysql_server_end".}
- Source Edit
proc library_init(argc: cint; argv: cstringArray; groups: cstringArray): cint {...}{. cdecl, dynlib: lib, importc: "mysql_server_init".}
- Source Edit
proc library_end() {...}{.cdecl, dynlib: lib, importc: "mysql_server_end".}
- Source Edit
proc get_parameters(): PPARAMETERS {...}{.stdcall, dynlib: lib, importc: "mysql_get_parameters".}
- Source Edit
proc thread_init(): my_bool {...}{.stdcall, dynlib: lib, importc: "mysql_thread_init".}
- Source Edit
proc thread_end() {...}{.stdcall, dynlib: lib, importc: "mysql_thread_end".}
- Source Edit
proc num_rows(res: PRES): my_ulonglong {...}{.stdcall, dynlib: lib, importc: "mysql_num_rows".}
- Source Edit
proc num_fields(res: PRES): cuint {...}{.stdcall, dynlib: lib, importc: "mysql_num_fields".}
- Source Edit
proc eof(res: PRES): my_bool {...}{.stdcall, dynlib: lib, importc: "mysql_eof".}
- Source Edit
proc fetch_field_direct(res: PRES; fieldnr: cuint): PFIELD {...}{.stdcall, dynlib: lib, importc: "mysql_fetch_field_direct".}
- Source Edit
proc fetch_fields(res: PRES): PFIELD {...}{.stdcall, dynlib: lib, importc: "mysql_fetch_fields".}
- Source Edit
proc row_tell(res: PRES): ROW_OFFSET {...}{.stdcall, dynlib: lib, importc: "mysql_row_tell".}
- Source Edit
proc field_tell(res: PRES): FIELD_OFFSET {...}{.stdcall, dynlib: lib, importc: "mysql_field_tell".}
- Source Edit
proc field_count(MySQL: PMySQL): cuint {...}{.stdcall, dynlib: lib, importc: "mysql_field_count".}
- Source Edit
proc affected_rows(MySQL: PMySQL): my_ulonglong {...}{.stdcall, dynlib: lib, importc: "mysql_affected_rows".}
- Source Edit
proc insert_id(MySQL: PMySQL): my_ulonglong {...}{.stdcall, dynlib: lib, importc: "mysql_insert_id".}
- Source Edit
proc errno(MySQL: PMySQL): cuint {...}{.stdcall, dynlib: lib, importc: "mysql_errno".}
- Source Edit
proc error(MySQL: PMySQL): cstring {...}{.stdcall, dynlib: lib, importc: "mysql_error".}
- Source Edit
proc sqlstate(MySQL: PMySQL): cstring {...}{.stdcall, dynlib: lib, importc: "mysql_sqlstate".}
- Source Edit
proc warning_count(MySQL: PMySQL): cuint {...}{.stdcall, dynlib: lib, importc: "mysql_warning_count".}
- Source Edit
proc info(MySQL: PMySQL): cstring {...}{.stdcall, dynlib: lib, importc: "mysql_info".}
- Source Edit
proc thread_id(MySQL: PMySQL): int {...}{.stdcall, dynlib: lib, importc: "mysql_thread_id".}
- Source Edit
proc character_set_name(MySQL: PMySQL): cstring {...}{.stdcall, dynlib: lib, importc: "mysql_character_set_name".}
- Source Edit
proc set_character_set(MySQL: PMySQL; csname: cstring): int32 {...}{.stdcall, dynlib: lib, importc: "mysql_set_character_set".}
- Source Edit
proc init(MySQL: PMySQL): PMySQL {...}{.stdcall, dynlib: lib, importc: "mysql_init".}
- Source Edit
proc ssl_set(MySQL: PMySQL; key: cstring; cert: cstring; ca: cstring; capath: cstring; cipher: cstring): my_bool {...}{.stdcall, dynlib: lib, importc: "mysql_ssl_set".}
- Source Edit
proc change_user(MySQL: PMySQL; user: cstring; passwd: cstring; db: cstring): my_bool {...}{. stdcall, dynlib: lib, importc: "mysql_change_user".}
- Source Edit
proc real_connect(MySQL: PMySQL; host: cstring; user: cstring; passwd: cstring; db: cstring; port: cuint; unix_socket: cstring; clientflag: int): PMySQL {...}{.stdcall, dynlib: lib, importc: "mysql_real_connect".}
- Source Edit
proc select_db(MySQL: PMySQL; db: cstring): cint {...}{.stdcall, dynlib: lib, importc: "mysql_select_db".}
- Source Edit
proc query(MySQL: PMySQL; q: cstring): cint {...}{.stdcall, dynlib: lib, importc: "mysql_query".}
- Source Edit
proc send_query(MySQL: PMySQL; q: cstring; len: int): cint {...}{.stdcall, dynlib: lib, importc: "mysql_send_query".}
- Source Edit
proc real_query(MySQL: PMySQL; q: cstring; len: int): cint {...}{.stdcall, dynlib: lib, importc: "mysql_real_query".}
- Source Edit
proc store_result(MySQL: PMySQL): PRES {...}{.stdcall, dynlib: lib, importc: "mysql_store_result".}
- Source Edit
proc use_result(MySQL: PMySQL): PRES {...}{.stdcall, dynlib: lib, importc: "mysql_use_result".}
- Source Edit
proc master_query(MySQL: PMySQL; q: cstring; len: int): my_bool {...}{.stdcall, dynlib: lib, importc: "mysql_master_query".}
- Source Edit
proc master_send_query(MySQL: PMySQL; q: cstring; len: int): my_bool {...}{.stdcall, dynlib: lib, importc: "mysql_master_send_query".}
- Source Edit
proc slave_query(MySQL: PMySQL; q: cstring; len: int): my_bool {...}{.stdcall, dynlib: lib, importc: "mysql_slave_query".}
- Source Edit
proc slave_send_query(MySQL: PMySQL; q: cstring; len: int): my_bool {...}{.stdcall, dynlib: lib, importc: "mysql_slave_send_query".}
- Source Edit
proc get_character_set_info(MySQL: PMySQL; charset: PMY_CHARSET_INFO) {...}{.stdcall, dynlib: lib, importc: "mysql_get_character_set_info".}
- Source Edit
proc set_local_infile_default(MySQL: PMySQL) {...}{.cdecl, dynlib: lib, importc: "mysql_set_local_infile_default".}
- Source Edit
proc enable_rpl_parse(MySQL: PMySQL) {...}{.stdcall, dynlib: lib, importc: "mysql_enable_rpl_parse".}
- Source Edit
proc disable_rpl_parse(MySQL: PMySQL) {...}{.stdcall, dynlib: lib, importc: "mysql_disable_rpl_parse".}
- Source Edit
proc rpl_parse_enabled(MySQL: PMySQL): cint {...}{.stdcall, dynlib: lib, importc: "mysql_rpl_parse_enabled".}
- Source Edit
proc enable_reads_from_master(MySQL: PMySQL) {...}{.stdcall, dynlib: lib, importc: "mysql_enable_reads_from_master".}
- Source Edit
proc disable_reads_from_master(MySQL: PMySQL) {...}{.stdcall, dynlib: lib, importc: "mysql_disable_reads_from_master".}
- Source Edit
proc reads_from_master_enabled(MySQL: PMySQL): my_bool {...}{.stdcall, dynlib: lib, importc: "mysql_reads_from_master_enabled".}
- Source Edit
proc rpl_query_type(q: cstring; length: cint): Rpl_type {...}{.stdcall, dynlib: lib, importc: "mysql_rpl_query_type".}
- Source Edit
proc rpl_probe(MySQL: PMySQL): my_bool {...}{.stdcall, dynlib: lib, importc: "mysql_rpl_probe".}
- Source Edit
proc set_master(MySQL: PMySQL; host: cstring; port: cuint; user: cstring; passwd: cstring): cint {...}{.stdcall, dynlib: lib, importc: "mysql_set_master".}
- Source Edit
proc add_slave(MySQL: PMySQL; host: cstring; port: cuint; user: cstring; passwd: cstring): cint {...}{.stdcall, dynlib: lib, importc: "mysql_add_slave".}
- Source Edit
proc shutdown(MySQL: PMySQL; shutdown_level: Enum_shutdown_level): cint {...}{. stdcall, dynlib: lib, importc: "mysql_shutdown".}
- Source Edit
proc dump_debug_info(MySQL: PMySQL): cint {...}{.stdcall, dynlib: lib, importc: "mysql_dump_debug_info".}
- Source Edit
proc refresh(sql: PMySQL; refresh_options: cuint): cint {...}{.stdcall, dynlib: lib, importc: "mysql_refresh".}
- Source Edit
proc kill(MySQL: PMySQL; pid: int): cint {...}{.stdcall, dynlib: lib, importc: "mysql_kill".}
- Source Edit
proc set_server_option(MySQL: PMySQL; option: Enum_mysql_set_option): cint {...}{. stdcall, dynlib: lib, importc: "mysql_set_server_option".}
- Source Edit
proc ping(MySQL: PMySQL): cint {...}{.stdcall, dynlib: lib, importc: "mysql_ping".}
- Source Edit
proc stat(MySQL: PMySQL): cstring {...}{.stdcall, dynlib: lib, importc: "mysql_stat".}
- Source Edit
proc get_server_info(MySQL: PMySQL): cstring {...}{.stdcall, dynlib: lib, importc: "mysql_get_server_info".}
- Source Edit
proc get_client_info(): cstring {...}{.stdcall, dynlib: lib, importc: "mysql_get_client_info".}
- Source Edit
proc get_client_version(): int {...}{.stdcall, dynlib: lib, importc: "mysql_get_client_version".}
- Source Edit
proc get_host_info(MySQL: PMySQL): cstring {...}{.stdcall, dynlib: lib, importc: "mysql_get_host_info".}
- Source Edit
proc get_server_version(MySQL: PMySQL): int {...}{.stdcall, dynlib: lib, importc: "mysql_get_server_version".}
- Source Edit
proc get_proto_info(MySQL: PMySQL): cuint {...}{.stdcall, dynlib: lib, importc: "mysql_get_proto_info".}
- Source Edit
proc list_dbs(MySQL: PMySQL; wild: cstring): PRES {...}{.stdcall, dynlib: lib, importc: "mysql_list_dbs".}
- Source Edit
proc list_tables(MySQL: PMySQL; wild: cstring): PRES {...}{.stdcall, dynlib: lib, importc: "mysql_list_tables".}
- Source Edit
proc list_processes(MySQL: PMySQL): PRES {...}{.stdcall, dynlib: lib, importc: "mysql_list_processes".}
- Source Edit
proc options(MySQL: PMySQL; option: Option; arg: cstring): cint {...}{.stdcall, dynlib: lib, importc: "mysql_options".}
- Source Edit
proc free_result(result: PRES) {...}{.stdcall, dynlib: lib, importc: "mysql_free_result".}
- Source Edit
proc data_seek(result: PRES; offset: my_ulonglong) {...}{.stdcall, dynlib: lib, importc: "mysql_data_seek".}
- Source Edit
proc row_seek(result: PRES; offset: ROW_OFFSET): ROW_OFFSET {...}{.stdcall, dynlib: lib, importc: "mysql_row_seek".}
- Source Edit
proc field_seek(result: PRES; offset: FIELD_OFFSET): FIELD_OFFSET {...}{.stdcall, dynlib: lib, importc: "mysql_field_seek".}
- Source Edit
proc fetch_row(result: PRES): ROW {...}{.stdcall, dynlib: lib, importc: "mysql_fetch_row".}
- Source Edit
proc fetch_lengths(result: PRES): ptr int {...}{.stdcall, dynlib: lib, importc: "mysql_fetch_lengths".}
- Source Edit
proc fetch_field(result: PRES): PFIELD {...}{.stdcall, dynlib: lib, importc: "mysql_fetch_field".}
- Source Edit
proc list_fields(MySQL: PMySQL; table: cstring; wild: cstring): PRES {...}{.stdcall, dynlib: lib, importc: "mysql_list_fields".}
- Source Edit
proc escape_string(fto: cstring; from: cstring; from_length: int): int {...}{. stdcall, dynlib: lib, importc: "mysql_escape_string".}
- Source Edit
proc hex_string(fto: cstring; from: cstring; from_length: int): int {...}{.stdcall, dynlib: lib, importc: "mysql_hex_string".}
- Source Edit
proc real_escape_string(MySQL: PMySQL; fto: cstring; from: cstring; len: int): int {...}{. stdcall, dynlib: lib, importc: "mysql_real_escape_string".}
- Source Edit
proc debug(debug: cstring) {...}{.stdcall, dynlib: lib, importc: "mysql_debug".}
- Source Edit
proc myodbc_remove_escape(MySQL: PMySQL; name: cstring) {...}{.stdcall, dynlib: lib, importc: "myodbc_remove_escape".}
- Source Edit
proc thread_safe(): cuint {...}{.stdcall, dynlib: lib, importc: "mysql_thread_safe".}
- Source Edit
proc embedded(): my_bool {...}{.stdcall, dynlib: lib, importc: "mysql_embedded".}
- Source Edit
proc manager_init(con: PMANAGER): PMANAGER {...}{.stdcall, dynlib: lib, importc: "mysql_manager_init".}
- Source Edit
proc manager_connect(con: PMANAGER; host: cstring; user: cstring; passwd: cstring; port: cuint): PMANAGER {...}{.stdcall, dynlib: lib, importc: "mysql_manager_connect".}
- Source Edit
proc manager_close(con: PMANAGER) {...}{.stdcall, dynlib: lib, importc: "mysql_manager_close".}
- Source Edit
proc manager_command(con: PMANAGER; cmd: cstring; cmd_len: cint): cint {...}{. stdcall, dynlib: lib, importc: "mysql_manager_command".}
- Source Edit
proc manager_fetch_line(con: PMANAGER; res_buf: cstring; res_buf_size: cint): cint {...}{. stdcall, dynlib: lib, importc: "mysql_manager_fetch_line".}
- Source Edit
proc read_query_result(MySQL: PMySQL): my_bool {...}{.stdcall, dynlib: lib, importc: "mysql_read_query_result".}
- Source Edit
proc stmt_init(MySQL: PMySQL): PSTMT {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_init".}
- Source Edit
proc stmt_prepare(stmt: PSTMT; query: cstring; len: int): cint {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_prepare".}
- Source Edit
proc stmt_execute(stmt: PSTMT): cint {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_execute".}
- Source Edit
proc stmt_fetch(stmt: PSTMT): cint {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_fetch".}
- Source Edit
proc stmt_fetch_column(stmt: PSTMT; bind: PBIND; column: cuint; offset: int): cint {...}{. stdcall, dynlib: lib, importc: "mysql_stmt_fetch_column".}
- Source Edit
proc stmt_store_result(stmt: PSTMT): cint {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_store_result".}
- Source Edit
proc stmt_param_count(stmt: PSTMT): int {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_param_count".}
- Source Edit
proc stmt_attr_set(stmt: PSTMT; attr_type: Enum_stmt_attr_type; attr: pointer): my_bool {...}{. stdcall, dynlib: lib, importc: "mysql_stmt_attr_set".}
- Source Edit
proc stmt_attr_get(stmt: PSTMT; attr_type: Enum_stmt_attr_type; attr: pointer): my_bool {...}{. stdcall, dynlib: lib, importc: "mysql_stmt_attr_get".}
- Source Edit
proc stmt_bind_param(stmt: PSTMT; bnd: PBIND): my_bool {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_bind_param".}
- Source Edit
proc stmt_bind_result(stmt: PSTMT; bnd: PBIND): my_bool {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_bind_result".}
- Source Edit
proc stmt_close(stmt: PSTMT): my_bool {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_close".}
- Source Edit
proc stmt_reset(stmt: PSTMT): my_bool {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_reset".}
- Source Edit
proc stmt_free_result(stmt: PSTMT): my_bool {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_free_result".}
- Source Edit
proc stmt_send_long_data(stmt: PSTMT; param_number: cuint; data: cstring; len: int): my_bool {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_send_long_data".}
- Source Edit
proc stmt_result_metadata(stmt: PSTMT): PRES {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_result_metadata".}
- Source Edit
proc stmt_param_metadata(stmt: PSTMT): PRES {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_param_metadata".}
- Source Edit
proc stmt_errno(stmt: PSTMT): cuint {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_errno".}
- Source Edit
proc stmt_error(stmt: PSTMT): cstring {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_error".}
- Source Edit
proc stmt_sqlstate(stmt: PSTMT): cstring {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_sqlstate".}
- Source Edit
proc stmt_row_seek(stmt: PSTMT; offset: ROW_OFFSET): ROW_OFFSET {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_row_seek".}
- Source Edit
proc stmt_row_tell(stmt: PSTMT): ROW_OFFSET {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_row_tell".}
- Source Edit
proc stmt_data_seek(stmt: PSTMT; offset: my_ulonglong) {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_data_seek".}
- Source Edit
proc stmt_num_rows(stmt: PSTMT): my_ulonglong {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_num_rows".}
- Source Edit
proc stmt_affected_rows(stmt: PSTMT): my_ulonglong {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_affected_rows".}
- Source Edit
proc stmt_insert_id(stmt: PSTMT): my_ulonglong {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_insert_id".}
- Source Edit
proc stmt_field_count(stmt: PSTMT): cuint {...}{.stdcall, dynlib: lib, importc: "mysql_stmt_field_count".}
- Source Edit
proc commit(MySQL: PMySQL): my_bool {...}{.stdcall, dynlib: lib, importc: "mysql_commit".}
- Source Edit
proc rollback(MySQL: PMySQL): my_bool {...}{.stdcall, dynlib: lib, importc: "mysql_rollback".}
- Source Edit
proc autocommit(MySQL: PMySQL; auto_mode: my_bool): my_bool {...}{.stdcall, dynlib: lib, importc: "mysql_autocommit".}
- Source Edit
proc more_results(MySQL: PMySQL): my_bool {...}{.stdcall, dynlib: lib, importc: "mysql_more_results".}
- Source Edit
proc next_result(MySQL: PMySQL): cint {...}{.stdcall, dynlib: lib, importc: "mysql_next_result".}
- Source Edit
proc close(sock: PMySQL) {...}{.stdcall, dynlib: lib, importc: "mysql_close".}
- Source Edit
proc net_safe_read(MySQL: PMySQL): cuint {...}{.cdecl, dynlib: lib, importc: "net_safe_read".}
- Source Edit
proc IS_PRI_KEY(n: int32): bool {...}{.raises: [], tags: [].}
- Source Edit
proc IS_NOT_NULL(n: int32): bool {...}{.raises: [], tags: [].}
- Source Edit
proc IS_BLOB(n: int32): bool {...}{.raises: [], tags: [].}
- Source Edit
proc IS_NUM_FIELD(f: Pst_mysql_field): bool {...}{.raises: [], tags: [].}
- Source Edit
proc IS_NUM(t: Enum_field_types): bool {...}{.raises: [], tags: [].}
- Source Edit
proc INTERNAL_NUM_FIELD(f: Pst_mysql_field): bool {...}{.raises: [], tags: [].}
- Source Edit
proc reload(x: PMySQL): cint {...}{.raises: [], tags: [].}
- Source Edit
© 2006–2021 Andreas Rumpf
Licensed under the MIT License.
https://nim-lang.org/docs/mysql.html