This is the qmynd Reference Manual, version 1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:22:58 2024 GMT+0.
qmynd/qmynd.asd
qmynd/src/pkgdcl.lisp
qmynd/src/common/charsets.lisp
qmynd/src/common/constants.lisp
qmynd/src/common/conditions.lisp
qmynd/src/common/feature-detection.lisp
qmynd/src/common/utilities.lisp
qmynd/src/common/date-time.lisp
qmynd/src/common/misc.lisp
qmynd/src/wire-protocol/wire-packet.lisp
qmynd/src/wire-protocol/basic-types.lisp
qmynd/src/wire-protocol/compressed-protocol.lisp
qmynd/src/mysql-protocol/define-packet.lisp
qmynd/src/mysql-protocol/connection.lisp
qmynd/src/mysql-protocol/response-packets.lisp
qmynd/src/mysql-protocol/authentication.lisp
qmynd/src/mysql-protocol/handshake.lisp
qmynd/src/mysql-protocol/response-result-set.lisp
qmynd/src/mysql-protocol/text-protocol/command-quit.lisp
qmynd/src/mysql-protocol/text-protocol/command-initialize-database.lisp
qmynd/src/mysql-protocol/text-protocol/command-query.lisp
qmynd/src/mysql-protocol/text-protocol/command-field-list.lisp
qmynd/src/mysql-protocol/text-protocol/command-refresh.lisp
qmynd/src/mysql-protocol/text-protocol/command-shutdown.lisp
qmynd/src/mysql-protocol/text-protocol/command-statistics.lisp
qmynd/src/mysql-protocol/text-protocol/command-process-information.lisp
qmynd/src/mysql-protocol/text-protocol/command-process-kill.lisp
qmynd/src/mysql-protocol/text-protocol/command-debug.lisp
qmynd/src/mysql-protocol/text-protocol/command-ping.lisp
qmynd/src/mysql-protocol/text-protocol/command-change-user.lisp
qmynd/src/mysql-protocol/prepared-statements/binary-protocol-encoding.lisp
qmynd/src/mysql-protocol/prepared-statements/prepared-statement.lisp
qmynd/src/api.lisp
The main system appears first, followed by any subsystem dependency.
qmynd
MySQL Native Driver
Alejandro Sedeño
Alejandro Sedeño
MIT-style
MySQL Native Driver for Common Lisp
1.0
babel
(system).
flexi-streams
(system).
ironclad
(system).
list-of
(system).
trivial-gray-streams
(system).
usocket
(system).
cl+ssl
(system).
chipz
(system).
salza2
(system).
src
(module).
Modules are listed depth-first from the system components tree.
qmynd/src
qmynd/src/common
qmynd/src/wire-protocol
qmynd/src/mysql-protocol
qmynd/src/mysql-protocol/text-protocol
qmynd/src/mysql-protocol/prepared-statements
qmynd/src
qmynd
(system).
pkgdcl.lisp
(file).
common
(module).
wire-protocol
(module).
mysql-protocol
(module).
api.lisp
(file).
qmynd/src/common
pkgdcl.lisp
(file).
src
(module).
charsets.lisp
(file).
constants.lisp
(file).
conditions.lisp
(file).
feature-detection.lisp
(file).
utilities.lisp
(file).
date-time.lisp
(file).
misc.lisp
(file).
qmynd/src/wire-protocol
common
(module).
src
(module).
wire-packet.lisp
(file).
basic-types.lisp
(file).
compressed-protocol.lisp
(file).
qmynd/src/mysql-protocol
common
(module).
wire-protocol
(module).
src
(module).
define-packet.lisp
(file).
connection.lisp
(file).
response-packets.lisp
(file).
authentication.lisp
(file).
handshake.lisp
(file).
response-result-set.lisp
(file).
text-protocol
(module).
prepared-statements
(module).
qmynd/src/mysql-protocol/text-protocol
connection.lisp
(file).
define-packet.lisp
(file).
response-result-set.lisp
(file).
mysql-protocol
(module).
command-quit.lisp
(file).
command-initialize-database.lisp
(file).
command-query.lisp
(file).
command-field-list.lisp
(file).
command-refresh.lisp
(file).
command-shutdown.lisp
(file).
command-statistics.lisp
(file).
command-process-information.lisp
(file).
command-process-kill.lisp
(file).
command-debug.lisp
(file).
command-ping.lisp
(file).
command-change-user.lisp
(file).
qmynd/src/mysql-protocol/prepared-statements
connection.lisp
(file).
response-result-set.lisp
(file).
mysql-protocol
(module).
binary-protocol-encoding.lisp
(file).
prepared-statement.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
qmynd/qmynd.asd
qmynd/src/pkgdcl.lisp
qmynd/src/common/charsets.lisp
qmynd/src/common/constants.lisp
qmynd/src/common/conditions.lisp
qmynd/src/common/feature-detection.lisp
qmynd/src/common/utilities.lisp
qmynd/src/common/date-time.lisp
qmynd/src/common/misc.lisp
qmynd/src/wire-protocol/wire-packet.lisp
qmynd/src/wire-protocol/basic-types.lisp
qmynd/src/wire-protocol/compressed-protocol.lisp
qmynd/src/mysql-protocol/define-packet.lisp
qmynd/src/mysql-protocol/connection.lisp
qmynd/src/mysql-protocol/response-packets.lisp
qmynd/src/mysql-protocol/authentication.lisp
qmynd/src/mysql-protocol/handshake.lisp
qmynd/src/mysql-protocol/response-result-set.lisp
qmynd/src/mysql-protocol/text-protocol/command-quit.lisp
qmynd/src/mysql-protocol/text-protocol/command-initialize-database.lisp
qmynd/src/mysql-protocol/text-protocol/command-query.lisp
qmynd/src/mysql-protocol/text-protocol/command-field-list.lisp
qmynd/src/mysql-protocol/text-protocol/command-refresh.lisp
qmynd/src/mysql-protocol/text-protocol/command-shutdown.lisp
qmynd/src/mysql-protocol/text-protocol/command-statistics.lisp
qmynd/src/mysql-protocol/text-protocol/command-process-information.lisp
qmynd/src/mysql-protocol/text-protocol/command-process-kill.lisp
qmynd/src/mysql-protocol/text-protocol/command-debug.lisp
qmynd/src/mysql-protocol/text-protocol/command-ping.lisp
qmynd/src/mysql-protocol/text-protocol/command-change-user.lisp
qmynd/src/mysql-protocol/prepared-statements/binary-protocol-encoding.lisp
qmynd/src/mysql-protocol/prepared-statements/prepared-statement.lisp
qmynd/src/api.lisp
qmynd/src/common/charsets.lisp
common
(module).
+mysql-cs-coll-armscii8-binary+
(constant).
+mysql-cs-coll-armscii8-general-ci+
(constant).
+mysql-cs-coll-ascii-binary+
(constant).
+mysql-cs-coll-ascii-general-ci+
(constant).
+mysql-cs-coll-big5-binary+
(constant).
+mysql-cs-coll-big5-chinese-ci+
(constant).
+mysql-cs-coll-binary+
(constant).
+mysql-cs-coll-cp1250-binary+
(constant).
+mysql-cs-coll-cp1250-croatian-ci+
(constant).
+mysql-cs-coll-cp1250-czech-cs+
(constant).
+mysql-cs-coll-cp1250-general-ci+
(constant).
+mysql-cs-coll-cp1250-polish-ci+
(constant).
+mysql-cs-coll-cp1251-binary+
(constant).
+mysql-cs-coll-cp1251-bulgarian-ci+
(constant).
+mysql-cs-coll-cp1251-general-ci+
(constant).
+mysql-cs-coll-cp1251-general-cs+
(constant).
+mysql-cs-coll-cp1251-ukrainian-ci+
(constant).
+mysql-cs-coll-cp1256-binary+
(constant).
+mysql-cs-coll-cp1256-general-ci+
(constant).
+mysql-cs-coll-cp1257-binary+
(constant).
+mysql-cs-coll-cp1257-general-ci+
(constant).
+mysql-cs-coll-cp1257-lithuanian-ci+
(constant).
+mysql-cs-coll-cp850-binary+
(constant).
+mysql-cs-coll-cp850-general-ci+
(constant).
+mysql-cs-coll-cp852-binary+
(constant).
+mysql-cs-coll-cp852-general-ci+
(constant).
+mysql-cs-coll-cp866-binary+
(constant).
+mysql-cs-coll-cp866-general-ci+
(constant).
+mysql-cs-coll-cp932-binary+
(constant).
+mysql-cs-coll-cp932-japanese-ci+
(constant).
+mysql-cs-coll-dec8-binary+
(constant).
+mysql-cs-coll-dec8-swedish-ci+
(constant).
+mysql-cs-coll-eucjpms-binary+
(constant).
+mysql-cs-coll-eucjpms-japanese-ci+
(constant).
+mysql-cs-coll-euckr-binary+
(constant).
+mysql-cs-coll-euckr-korean-ci+
(constant).
+mysql-cs-coll-gb2312-binary+
(constant).
+mysql-cs-coll-gb2312-chinese-ci+
(constant).
+mysql-cs-coll-gbk-binary+
(constant).
+mysql-cs-coll-gbk-chinese-ci+
(constant).
+mysql-cs-coll-geostd8-binary+
(constant).
+mysql-cs-coll-geostd8-general-ci+
(constant).
+mysql-cs-coll-greek-binary+
(constant).
+mysql-cs-coll-greek-general-ci+
(constant).
+mysql-cs-coll-hebrew-binary+
(constant).
+mysql-cs-coll-hebrew-general-ci+
(constant).
+mysql-cs-coll-hp8-binary+
(constant).
+mysql-cs-coll-hp8-english-ci+
(constant).
+mysql-cs-coll-keybcs2-binary+
(constant).
+mysql-cs-coll-keybcs2-general-ci+
(constant).
+mysql-cs-coll-koi8r-binary+
(constant).
+mysql-cs-coll-koi8r-general-ci+
(constant).
+mysql-cs-coll-koi8u-binary+
(constant).
+mysql-cs-coll-koi8u-general-ci+
(constant).
+mysql-cs-coll-latin1-binary+
(constant).
+mysql-cs-coll-latin1-danish-ci+
(constant).
+mysql-cs-coll-latin1-general-ci+
(constant).
+mysql-cs-coll-latin1-general-cs+
(constant).
+mysql-cs-coll-latin1-german1-ci+
(constant).
+mysql-cs-coll-latin1-german2-ci+
(constant).
+mysql-cs-coll-latin1-spanish-ci+
(constant).
+mysql-cs-coll-latin1-swedish-ci+
(constant).
+mysql-cs-coll-latin2-binary+
(constant).
+mysql-cs-coll-latin2-croatian-ci+
(constant).
+mysql-cs-coll-latin2-czech-cs+
(constant).
+mysql-cs-coll-latin2-general-ci+
(constant).
+mysql-cs-coll-latin2-hungarian-ci+
(constant).
+mysql-cs-coll-latin5-binary+
(constant).
+mysql-cs-coll-latin5-turkish-ci+
(constant).
+mysql-cs-coll-latin7-binary+
(constant).
+mysql-cs-coll-latin7-estonian-cs+
(constant).
+mysql-cs-coll-latin7-general-ci+
(constant).
+mysql-cs-coll-latin7-general-cs+
(constant).
+mysql-cs-coll-macce-binary+
(constant).
+mysql-cs-coll-macce-general-ci+
(constant).
+mysql-cs-coll-macroman-binary+
(constant).
+mysql-cs-coll-macroman-general-ci+
(constant).
+mysql-cs-coll-sjis-binary+
(constant).
+mysql-cs-coll-sjis-japanese-ci+
(constant).
+mysql-cs-coll-swe7-binary+
(constant).
+mysql-cs-coll-swe7-swedish-ci+
(constant).
+mysql-cs-coll-tis620-binary+
(constant).
+mysql-cs-coll-tis620-thai-ci+
(constant).
+mysql-cs-coll-ucs2-binary+
(constant).
+mysql-cs-coll-ucs2-croatian-ci+
(constant).
+mysql-cs-coll-ucs2-czech-ci+
(constant).
+mysql-cs-coll-ucs2-danish-ci+
(constant).
+mysql-cs-coll-ucs2-esperanto-ci+
(constant).
+mysql-cs-coll-ucs2-estonian-ci+
(constant).
+mysql-cs-coll-ucs2-general-ci+
(constant).
+mysql-cs-coll-ucs2-general-mysql500-ci+
(constant).
+mysql-cs-coll-ucs2-german2-ci+
(constant).
+mysql-cs-coll-ucs2-hungarian-ci+
(constant).
+mysql-cs-coll-ucs2-icelandic-ci+
(constant).
+mysql-cs-coll-ucs2-latvian-ci+
(constant).
+mysql-cs-coll-ucs2-lithuanian-ci+
(constant).
+mysql-cs-coll-ucs2-persian-ci+
(constant).
+mysql-cs-coll-ucs2-polish-ci+
(constant).
+mysql-cs-coll-ucs2-roman-ci+
(constant).
+mysql-cs-coll-ucs2-romanian-ci+
(constant).
+mysql-cs-coll-ucs2-sinhala-ci+
(constant).
+mysql-cs-coll-ucs2-slovak-ci+
(constant).
+mysql-cs-coll-ucs2-slovenian-ci+
(constant).
+mysql-cs-coll-ucs2-spanish-ci+
(constant).
+mysql-cs-coll-ucs2-spanish2-ci+
(constant).
+mysql-cs-coll-ucs2-swedish-ci+
(constant).
+mysql-cs-coll-ucs2-turkish-ci+
(constant).
+mysql-cs-coll-ucs2-unicode-520-ci+
(constant).
+mysql-cs-coll-ucs2-unicode-ci+
(constant).
+mysql-cs-coll-ucs2-vietnamese-ci+
(constant).
+mysql-cs-coll-ujis-binary+
(constant).
+mysql-cs-coll-ujis-japanese-ci+
(constant).
+mysql-cs-coll-utf16-binary+
(constant).
+mysql-cs-coll-utf16-croatian-ci+
(constant).
+mysql-cs-coll-utf16-czech-ci+
(constant).
+mysql-cs-coll-utf16-danish-ci+
(constant).
+mysql-cs-coll-utf16-esperanto-ci+
(constant).
+mysql-cs-coll-utf16-estonian-ci+
(constant).
+mysql-cs-coll-utf16-general-ci+
(constant).
+mysql-cs-coll-utf16-german2-ci+
(constant).
+mysql-cs-coll-utf16-hungarian-ci+
(constant).
+mysql-cs-coll-utf16-icelandic-ci+
(constant).
+mysql-cs-coll-utf16-latvian-ci+
(constant).
+mysql-cs-coll-utf16-lithuanian-ci+
(constant).
+mysql-cs-coll-utf16-persian-ci+
(constant).
+mysql-cs-coll-utf16-polish-ci+
(constant).
+mysql-cs-coll-utf16-roman-ci+
(constant).
+mysql-cs-coll-utf16-romanian-ci+
(constant).
+mysql-cs-coll-utf16-sinhala-ci+
(constant).
+mysql-cs-coll-utf16-slovak-ci+
(constant).
+mysql-cs-coll-utf16-slovenian-ci+
(constant).
+mysql-cs-coll-utf16-spanish-ci+
(constant).
+mysql-cs-coll-utf16-spanish2-ci+
(constant).
+mysql-cs-coll-utf16-swedish-ci+
(constant).
+mysql-cs-coll-utf16-turkish-ci+
(constant).
+mysql-cs-coll-utf16-unicode-520-ci+
(constant).
+mysql-cs-coll-utf16-unicode-ci+
(constant).
+mysql-cs-coll-utf16-vietnamese-ci+
(constant).
+mysql-cs-coll-utf16le-binary+
(constant).
+mysql-cs-coll-utf16le-general-ci+
(constant).
+mysql-cs-coll-utf32-binary+
(constant).
+mysql-cs-coll-utf32-croatian-ci+
(constant).
+mysql-cs-coll-utf32-czech-ci+
(constant).
+mysql-cs-coll-utf32-danish-ci+
(constant).
+mysql-cs-coll-utf32-esperanto-ci+
(constant).
+mysql-cs-coll-utf32-estonian-ci+
(constant).
+mysql-cs-coll-utf32-general-ci+
(constant).
+mysql-cs-coll-utf32-german2-ci+
(constant).
+mysql-cs-coll-utf32-hungarian-ci+
(constant).
+mysql-cs-coll-utf32-icelandic-ci+
(constant).
+mysql-cs-coll-utf32-latvian-ci+
(constant).
+mysql-cs-coll-utf32-lithuanian-ci+
(constant).
+mysql-cs-coll-utf32-persian-ci+
(constant).
+mysql-cs-coll-utf32-polish-ci+
(constant).
+mysql-cs-coll-utf32-roman-ci+
(constant).
+mysql-cs-coll-utf32-romanian-ci+
(constant).
+mysql-cs-coll-utf32-sinhala-ci+
(constant).
+mysql-cs-coll-utf32-slovak-ci+
(constant).
+mysql-cs-coll-utf32-slovenian-ci+
(constant).
+mysql-cs-coll-utf32-spanish-ci+
(constant).
+mysql-cs-coll-utf32-spanish2-ci+
(constant).
+mysql-cs-coll-utf32-swedish-ci+
(constant).
+mysql-cs-coll-utf32-turkish-ci+
(constant).
+mysql-cs-coll-utf32-unicode-520-ci+
(constant).
+mysql-cs-coll-utf32-unicode-ci+
(constant).
+mysql-cs-coll-utf32-vietnamese-ci+
(constant).
+mysql-cs-coll-utf8-binary+
(constant).
+mysql-cs-coll-utf8-croatian-ci+
(constant).
+mysql-cs-coll-utf8-czech-ci+
(constant).
+mysql-cs-coll-utf8-danish-ci+
(constant).
+mysql-cs-coll-utf8-esperanto-ci+
(constant).
+mysql-cs-coll-utf8-estonian-ci+
(constant).
+mysql-cs-coll-utf8-general-ci+
(constant).
+mysql-cs-coll-utf8-general-mysql500-ci+
(constant).
+mysql-cs-coll-utf8-german2-ci+
(constant).
+mysql-cs-coll-utf8-hungarian-ci+
(constant).
+mysql-cs-coll-utf8-icelandic-ci+
(constant).
+mysql-cs-coll-utf8-latvian-ci+
(constant).
+mysql-cs-coll-utf8-lithuanian-ci+
(constant).
+mysql-cs-coll-utf8-persian-ci+
(constant).
+mysql-cs-coll-utf8-polish-ci+
(constant).
+mysql-cs-coll-utf8-roman-ci+
(constant).
+mysql-cs-coll-utf8-romanian-ci+
(constant).
+mysql-cs-coll-utf8-sinhala-ci+
(constant).
+mysql-cs-coll-utf8-slovak-ci+
(constant).
+mysql-cs-coll-utf8-slovenian-ci+
(constant).
+mysql-cs-coll-utf8-spanish-ci+
(constant).
+mysql-cs-coll-utf8-spanish2-ci+
(constant).
+mysql-cs-coll-utf8-swedish-ci+
(constant).
+mysql-cs-coll-utf8-tolower-ci+
(constant).
+mysql-cs-coll-utf8-turkish-ci+
(constant).
+mysql-cs-coll-utf8-unicode-520-ci+
(constant).
+mysql-cs-coll-utf8-unicode-ci+
(constant).
+mysql-cs-coll-utf8-vietnamese-ci+
(constant).
+mysql-cs-coll-utf8mb3-general-cs+
(constant).
+mysql-cs-coll-utf8mb4-0900-ai-ci+
(constant).
+mysql-cs-coll-utf8mb4-binary+
(constant).
+mysql-cs-coll-utf8mb4-croatian-ci+
(constant).
+mysql-cs-coll-utf8mb4-czech-ci+
(constant).
+mysql-cs-coll-utf8mb4-danish-ci+
(constant).
+mysql-cs-coll-utf8mb4-esperanto-ci+
(constant).
+mysql-cs-coll-utf8mb4-estonian-ci+
(constant).
+mysql-cs-coll-utf8mb4-general-ci+
(constant).
+mysql-cs-coll-utf8mb4-german2-ci+
(constant).
+mysql-cs-coll-utf8mb4-hungarian-ci+
(constant).
+mysql-cs-coll-utf8mb4-icelandic-ci+
(constant).
+mysql-cs-coll-utf8mb4-latvian-ci+
(constant).
+mysql-cs-coll-utf8mb4-lithuanian-ci+
(constant).
+mysql-cs-coll-utf8mb4-persian-ci+
(constant).
+mysql-cs-coll-utf8mb4-polish-ci+
(constant).
+mysql-cs-coll-utf8mb4-roman-ci+
(constant).
+mysql-cs-coll-utf8mb4-romanian-ci+
(constant).
+mysql-cs-coll-utf8mb4-sinhala-ci+
(constant).
+mysql-cs-coll-utf8mb4-slovak-ci+
(constant).
+mysql-cs-coll-utf8mb4-slovenian-ci+
(constant).
+mysql-cs-coll-utf8mb4-spanish-ci+
(constant).
+mysql-cs-coll-utf8mb4-spanish2-ci+
(constant).
+mysql-cs-coll-utf8mb4-swedish-ci+
(constant).
+mysql-cs-coll-utf8mb4-turkish-ci+
(constant).
+mysql-cs-coll-utf8mb4-unicode-520-ci+
(constant).
+mysql-cs-coll-utf8mb4-unicode-ci+
(constant).
+mysql-cs-coll-utf8mb4-vietnamese-ci+
(constant).
+mysql-cs-coll-win1251+
(constant).
qmynd/src/common/constants.lisp
charsets.lisp
(file).
common
(module).
+mysql-server-more-results-exist+
(constant).
+mysql-server-ps-out-params+
(constant).
+mysql-server-query-was-slow+
(constant).
+mysql-server-server-status-last-row-sent+
(constant).
+mysql-server-status-autocommit+
(constant).
+mysql-server-status-cursor-exists+
(constant).
+mysql-server-status-database-dropped+
(constant).
+mysql-server-status-in-transaction+
(constant).
+mysql-server-status-metadata-changed+
(constant).
+mysql-server-status-no-backslash-escapes+
(constant).
+mysql-server-status-no-good-index-used+
(constant).
+mysql-server-status-no-index-used+
(constant).
+hours-per-day+
(constant).
+minutes-per-hour+
(constant).
+mysql-capabilities-required+
(constant).
+mysql-capability-client-compress+
(constant).
+mysql-capability-client-connect-attrs+
(constant).
+mysql-capability-client-connect-with-db+
(constant).
+mysql-capability-client-found-rows+
(constant).
+mysql-capability-client-ignore-sigpipe+
(constant).
+mysql-capability-client-ignore-space+
(constant).
+mysql-capability-client-interactive+
(constant).
+mysql-capability-client-local-files+
(constant).
+mysql-capability-client-long-flag+
(constant).
+mysql-capability-client-long-password+
(constant).
+mysql-capability-client-multi-results+
(constant).
+mysql-capability-client-multi-statements+
(constant).
+mysql-capability-client-no-schema+
(constant).
+mysql-capability-client-odbc+
(constant).
+mysql-capability-client-plugin-auth+
(constant).
+mysql-capability-client-plugin-auth-lenec-client-data+
(constant).
+mysql-capability-client-protocol-41+
(constant).
+mysql-capability-client-ps-multi-results+
(constant).
+mysql-capability-client-remember-options+
(constant).
+mysql-capability-client-reserved+
(constant).
+mysql-capability-client-secure-connection+
(constant).
+mysql-capability-client-ssl+
(constant).
+mysql-capability-client-transactions+
(constant).
+mysql-capability-client-verify-server-cert+
(constant).
+mysql-command-binary-log-dump+
(constant).
+mysql-command-binary-log-dump-gtid+
(constant).
+mysql-command-change-user+
(constant).
+mysql-command-connect+
(constant).
+mysql-command-connect-out+
(constant).
+mysql-command-create-database+
(constant).
+mysql-command-daemon+
(constant).
+mysql-command-debug+
(constant).
+mysql-command-delayed-insert+
(constant).
+mysql-command-drop-database+
(constant).
+mysql-command-field-list+
(constant).
+mysql-command-initialize-database+
(constant).
+mysql-command-ping+
(constant).
+mysql-command-process-information+
(constant).
+mysql-command-process-kill+
(constant).
+mysql-command-query+
(constant).
+mysql-command-quit+
(constant).
+mysql-command-refresh+
(constant).
+mysql-command-register-slave+
(constant).
+mysql-command-set-option+
(constant).
+mysql-command-shutdown+
(constant).
+mysql-command-sleep+
(constant).
+mysql-command-statement-close+
(constant).
+mysql-command-statement-execute+
(constant).
+mysql-command-statement-fetch+
(constant).
+mysql-command-statement-prepare+
(constant).
+mysql-command-statement-reset+
(constant).
+mysql-command-statement-send-long-data+
(constant).
+mysql-command-statistics+
(constant).
+mysql-command-table-dump+
(constant).
+mysql-command-time+
(constant).
+mysql-flag-column-binary+
(constant).
+mysql-flag-column-blob+
(constant).
+mysql-flag-column-multiple-key+
(constant).
+mysql-flag-column-non-nullable+
(constant).
+mysql-flag-column-primary-key+
(constant).
+mysql-flag-column-unique-key+
(constant).
+mysql-flag-column-unsigned+
(constant).
+mysql-flag-column-zero-fill+
(constant).
+mysql-minimum-compression-length+
(constant).
+mysql-refresh-grant+
(constant).
+mysql-refresh-hosts+
(constant).
+mysql-refresh-log+
(constant).
+mysql-refresh-master+
(constant).
+mysql-refresh-slave+
(constant).
+mysql-refresh-status+
(constant).
+mysql-refresh-tables+
(constant).
+mysql-refresh-threads+
(constant).
+mysql-response-end-of-file+
(constant).
+mysql-response-error+
(constant).
+mysql-response-ok+
(constant).
+mysql-shutdown-default+
(constant).
+mysql-shutdown-kill-connection+
(constant).
+mysql-shutdown-kill-query+
(constant).
+mysql-shutdown-wait-all-buffers+
(constant).
+mysql-shutdown-wait-connections+
(constant).
+mysql-shutdown-wait-critical-buffers+
(constant).
+mysql-shutdown-wait-transactions+
(constant).
+mysql-shutdown-wait-updates+
(constant).
+mysql-type-bit+
(constant).
+mysql-type-blob+
(constant).
+mysql-type-date+
(constant).
+mysql-type-datetime+
(constant).
+mysql-type-decimal+
(constant).
+mysql-type-double+
(constant).
+mysql-type-enum+
(constant).
+mysql-type-float+
(constant).
+mysql-type-geometry+
(constant).
+mysql-type-int24+
(constant).
+mysql-type-long+
(constant).
+mysql-type-long-blob+
(constant).
+mysql-type-longlong+
(constant).
+mysql-type-medium-blob+
(constant).
+mysql-type-newdate+
(constant).
+mysql-type-newdecimal+
(constant).
+mysql-type-null+
(constant).
+mysql-type-set+
(constant).
+mysql-type-short+
(constant).
+mysql-type-string+
(constant).
+mysql-type-time+
(constant).
+mysql-type-timestamp+
(constant).
+mysql-type-tiny+
(constant).
+mysql-type-tiny-blob+
(constant).
+mysql-type-var-string+
(constant).
+mysql-type-varchar+
(constant).
+mysql-type-year+
(constant).
+seconds-per-minute+
(constant).
mysql-capabilities-supported
(function).
qmynd/src/common/conditions.lisp
common
(module).
mysql-base-error
(condition).
mysql-error
(condition).
mysql-insufficient-capabilities
(condition).
mysql-unsupported-authentication
(condition).
partial-read
(condition).
ssl-not-supported
(condition).
unexpected-packet
(condition).
value-is-not-decimal
(condition).
bad-mysql-type-spec
(condition).
bad-mysql-type-spec-text
(reader method).
decoding-error
(condition).
decoding-error-coldef
(reader method).
decoding-error-condition
(reader method).
decoding-error-encoding
(reader method).
decoding-error-octets
(reader method).
invalid-length-encoded-integer
(condition).
invalid-length-encoded-integer-text
(reader method).
invalid-prepared-statement
(condition).
mysql-error-code
(reader method).
mysql-error-message
(reader method).
mysql-error-state
(reader method).
mysql-external-error
(condition).
mysql-insufficient-capabilities-server-flags
(reader method).
mysql-internal-error
(condition).
mysql-unsupported-authentication-plugin
(reader method).
partial-read-bytes
(reader method).
partial-read-expected
(reader method).
protocol-version-mismatch
(condition).
unexpected-packet-payload
(reader method).
unexpected-parameter-count
(condition).
unexpected-sequence-id
(condition).
qmynd/src/common/feature-detection.lisp
common
(module).
have-compression
(function).
have-ssl
(function).
qmynd/src/common/utilities.lisp
common
(module).
%denominator-divisible-by-2-or-5-only
(function).
+optimize-default+
(special variable).
+optimize-fast-unsafe+
(special variable).
curry
(compiler macro).
curry
(function).
double-float-bits
(function).
fintern
(function).
i*
(macro).
i+
(macro).
i-
(macro).
i<
(macro).
i<=
(macro).
i=
(macro).
i>
(macro).
i>=
(macro).
iash
(macro).
idecf
(macro).
iincf
(macro).
ildb
(macro).
ilogand
(macro).
ilogior
(macro).
keywordify
(function).
kintern
(function).
make-double-float
(function).
make-lisp-symbol
(function).
make-single-float
(function).
parse-decimal
(function).
single-float-bits
(function).
with-gensyms
(macro).
with-prefixed-accessors
(macro).
write-decimal-to-string
(function).
qmynd/src/common/date-time.lisp
constants.lisp
(file).
utilities.lisp
(file).
common
(module).
mysql-date-time
(class).
mysql-date-time-day
(reader method).
(setf mysql-date-time-day)
(writer method).
mysql-date-time-hour
(reader method).
(setf mysql-date-time-hour)
(writer method).
mysql-date-time-microsecond
(reader method).
(setf mysql-date-time-microsecond)
(writer method).
mysql-date-time-minute
(reader method).
(setf mysql-date-time-minute)
(writer method).
mysql-date-time-month
(reader method).
(setf mysql-date-time-month)
(writer method).
mysql-date-time-second
(reader method).
(setf mysql-date-time-second)
(writer method).
mysql-date-time-to-universal-time
(function).
mysql-date-time-year
(reader method).
(setf mysql-date-time-year)
(writer method).
mysql-time-interval
(class).
mysql-time-interval-days
(reader method).
(setf mysql-time-interval-days)
(writer method).
mysql-time-interval-hours
(reader method).
(setf mysql-time-interval-hours)
(writer method).
mysql-time-interval-microseconds
(reader method).
(setf mysql-time-interval-microseconds)
(writer method).
mysql-time-interval-minutes
(reader method).
(setf mysql-time-interval-minutes)
(writer method).
mysql-time-interval-negativep
(reader method).
(setf mysql-time-interval-negativep)
(writer method).
mysql-time-interval-seconds
(reader method).
(setf mysql-time-interval-seconds)
(writer method).
mysql-time-interval-to-seconds
(function).
mysql-year
(class).
mysql-year-year
(reader method).
(setf mysql-year-year)
(writer method).
print-object
(method).
print-object
(method).
print-object
(method).
seconds-to-mysql-time-interval
(function).
universal-time-to-mysql-date-time
(function).
parse-date-time-string
(function).
parse-time-interval-string
(function).
qmynd/src/common/misc.lisp
constants.lisp
(file).
common
(module).
mysql-cs-coll-to-character-encoding
(function).
qmynd/src/wire-protocol/wire-packet.lisp
wire-protocol
(module).
print-object
(method).
%read-3-octets
(function).
*max-allowed-packets*
(special variable).
+max-packet-length+
(constant).
concatenate-vectors
(function).
copy-my-packet-stream
(function).
make-my-packet-stream
(function).
maybe-read-next-chunk
(function).
my-len
(reader).
(setf my-len)
(writer).
my-packet-stream
(structure).
my-packet-stream-p
(function).
my-payload
(reader).
(setf my-payload)
(writer).
my-pos
(reader).
(setf my-pos)
(writer).
my-seq-id
(reader).
(setf my-seq-id)
(writer).
my-source
(reader).
(setf my-source)
(writer).
peek-first-octet
(function).
prepare-next-chunk
(function).
read-my-octet
(function).
read-my-sequence
(function).
read-rest-of-packet-octets
(function).
read-whole-chunk
(function).
read-wire-packet
(function).
write-wire-packet
(function).
qmynd/src/wire-protocol/basic-types.lisp
wire-packet.lisp
(file).
wire-protocol
(module).
read-1-octet-integer
(function).
read-10-octets-integer
(function).
read-2-octets-integer
(function).
read-3-octets-integer
(function).
read-4-octets-integer
(function).
read-6-octets-integer
(function).
read-8-octets-integer
(function).
read-fixed-length-integer
(compiler macro).
read-fixed-length-integer
(function).
read-fixed-length-octets
(function).
read-length-encoded-integer
(function).
read-length-encoded-octets
(function).
read-null-terminated-octets
(function).
unsigned-to-signed
(function).
write-fixed-length-integer
(function).
write-length-encoded-integer
(function).
write-length-encoded-octets
(function).
write-null-terminated-octets
(function).
qmynd/src/wire-protocol/compressed-protocol.lisp
basic-types.lisp
(file).
wire-protocol
(module).
stream-force-output
(method).
stream-listen
(method).
stream-read-byte
(method).
stream-read-sequence
(method).
stream-write-byte
(method).
stream-write-sequence
(method).
fill-input-buffer
(function).
mysql-compressed-stream
(class).
mysql-compressed-stream-input-buffer
(reader method).
(setf mysql-compressed-stream-input-buffer)
(writer method).
mysql-compressed-stream-output-buffer
(reader method).
(setf mysql-compressed-stream-output-buffer)
(writer method).
mysql-compressed-stream-sequence-id
(reader method).
(setf mysql-compressed-stream-sequence-id)
(writer method).
mysql-compressed-stream-stream
(reader method).
(setf mysql-compressed-stream-stream)
(writer method).
read-compressed-wire-packet
(function).
write-compressed-wire-packet
(function).
qmynd/src/mysql-protocol/define-packet.lisp
mysql-protocol
(module).
define-packet
(macro).
emit-packet-parser
(function).
emit-packet-parser-slot
(function).
emit-packet-parser-slot-reader
(function).
emit-packet-slot-lisp-type
(function).
emit-packet-struct
(function).
packet-slot
(class).
packet-slot-bind
(reader method).
(setf packet-slot-bind)
(writer method).
packet-slot-eof
(reader method).
(setf packet-slot-eof)
(writer method).
packet-slot-mysql-type
(reader method).
(setf packet-slot-mysql-type)
(writer method).
packet-slot-predicate
(reader method).
(setf packet-slot-predicate)
(writer method).
packet-slot-reduce
(reader method).
(setf packet-slot-reduce)
(writer method).
packet-slot-transform
(reader method).
(setf packet-slot-transform)
(writer method).
packet-slot-transient
(reader method).
(setf packet-slot-transient)
(writer method).
packet-slot-type
(reader method).
(setf packet-slot-type)
(writer method).
packet-slot-value
(reader method).
(setf packet-slot-value)
(writer method).
parse-slot
(function).
packet-slot-name
(reader method).
qmynd/src/mysql-protocol/connection.lisp
mysql-protocol
(module).
*mysql-connection*
(special variable).
*mysql-encoding*
(special variable).
flagsp
(function).
mysql-base-connection
(class).
mysql-command-init
(function).
mysql-connection-auth-data
(reader method).
(setf mysql-connection-auth-data)
(writer method).
mysql-connection-auth-plugin
(reader method).
(setf mysql-connection-auth-plugin)
(writer method).
mysql-connection-capabilities
(reader method).
(setf mysql-connection-capabilities)
(writer method).
mysql-connection-character-set
(reader method).
(setf mysql-connection-character-set)
(writer method).
mysql-connection-connected
(reader method).
(setf mysql-connection-connected)
(writer method).
mysql-connection-connection-id
(reader method).
(setf mysql-connection-connection-id)
(writer method).
mysql-connection-cs-coll
(reader method).
(setf mysql-connection-cs-coll)
(writer method).
mysql-connection-current-command
(reader method).
(setf mysql-connection-current-command)
(writer method).
mysql-connection-default-schema
(reader method).
(setf mysql-connection-default-schema)
(writer method).
mysql-connection-has-capability
(method).
mysql-connection-has-some-capability
(method).
mysql-connection-has-status
(method).
mysql-connection-prepared-statements
(reader method).
(setf mysql-connection-prepared-statements)
(writer method).
mysql-connection-read-packet
(method).
mysql-connection-sequence-id
(reader method).
(setf mysql-connection-sequence-id)
(writer method).
mysql-connection-server-version
(reader method).
(setf mysql-connection-server-version)
(writer method).
mysql-connection-socket
(reader method).
mysql-connection-socket
(reader method).
(setf mysql-connection-socket)
(writer method).
(setf mysql-connection-socket)
(writer method).
mysql-connection-status-flags
(reader method).
(setf mysql-connection-status-flags)
(writer method).
mysql-connection-stream
(reader method).
(setf mysql-connection-stream)
(writer method).
mysql-connection-write-packet
(method).
mysql-current-command-p
(function).
mysql-has-capability
(function).
mysql-has-some-capability
(function).
mysql-read-packet
(function).
mysql-write-packet
(function).
with-mysql-connection
(macro).
mysql-add-required-capability
(function).
mysql-connection-close-socket
(generic function).
mysql-connection-command-init
(method).
mysql-connection-remove-stale-prepared-statements
(method).
mysql-inet-connection
(class).
mysql-local-connection
(class).
qmynd/src/mysql-protocol/response-packets.lisp
define-packet.lisp
(file).
connection.lisp
(file).
mysql-protocol
(module).
parse-response
(function).
response-ok-packet
(structure).
response-ok-packet-affected-rows
(reader).
(setf response-ok-packet-affected-rows)
(writer).
response-ok-packet-last-insert-id
(reader).
(setf response-ok-packet-last-insert-id)
(writer).
response-ok-packet-status-flags
(reader).
(setf response-ok-packet-status-flags)
(writer).
response-ok-packet-warnings
(reader).
(setf response-ok-packet-warnings)
(writer).
copy-response-end-of-file-packet
(function).
copy-response-error-no-sql-state-packet
(function).
copy-response-error-packet
(function).
copy-response-ok-packet
(function).
make-response-end-of-file-packet
(function).
make-response-error-no-sql-state-packet
(function).
make-response-error-packet
(function).
make-response-ok-packet
(function).
parse-response-end-of-file
(function).
parse-response-error
(function).
parse-response-error-no-sql-state
(function).
parse-response-ok
(function).
response-end-of-file-packet
(structure).
response-end-of-file-packet-p
(function).
response-end-of-file-packet-status-flags
(reader).
(setf response-end-of-file-packet-status-flags)
(writer).
response-end-of-file-packet-warning-count
(reader).
(setf response-end-of-file-packet-warning-count)
(writer).
response-error-no-sql-state-packet
(structure).
response-error-no-sql-state-packet-error-code
(reader).
(setf response-error-no-sql-state-packet-error-code)
(writer).
response-error-no-sql-state-packet-error-message
(reader).
(setf response-error-no-sql-state-packet-error-message)
(writer).
response-error-no-sql-state-packet-p
(function).
response-error-packet
(structure).
response-error-packet-error-code
(reader).
(setf response-error-packet-error-code)
(writer).
response-error-packet-error-message
(reader).
(setf response-error-packet-error-message)
(writer).
response-error-packet-p
(function).
response-error-packet-sql-state
(reader).
(setf response-error-packet-sql-state)
(writer).
response-ok-packet-info
(reader).
(setf response-ok-packet-info)
(writer).
response-ok-packet-p
(function).
qmynd/src/mysql-protocol/authentication.lisp
mysql-protocol
(module).
generate-auth-response
(function).
mysql-clear-password-auth-response
(function).
mysql-native-password-auth-response
(function).
copy-mysql-rand-st
(function).
make-mysql-rand-st
(function).
my-rnd
(function).
mysql-old-password-auth-response
(function).
mysql-old-random-init
(function).
mysql-rand-st
(structure).
mysql-rand-st-max-value
(reader).
(setf mysql-rand-st-max-value)
(writer).
mysql-rand-st-max-value-dbl
(reader).
(setf mysql-rand-st-max-value-dbl)
(writer).
mysql-rand-st-p
(function).
mysql-rand-st-seed1
(reader).
(setf mysql-rand-st-seed1)
(writer).
mysql-rand-st-seed2
(reader).
(setf mysql-rand-st-seed2)
(writer).
mysql-weak-hash-password
(function).
qmynd/src/mysql-protocol/handshake.lisp
define-packet.lisp
(file).
connection.lisp
(file).
authentication.lisp
(file).
mysql-protocol
(module).
process-initial-handshake-payload
(function).
process-initial-handshake-v10
(function).
send-handshake-response-41
(function).
auth-switch-request-packet
(structure).
auth-switch-request-packet-auth-plugin-data
(reader).
(setf auth-switch-request-packet-auth-plugin-data)
(writer).
auth-switch-request-packet-p
(function).
auth-switch-request-packet-plugin-name
(reader).
(setf auth-switch-request-packet-plugin-name)
(writer).
auth-switch-request-packet-tag
(reader).
(setf auth-switch-request-packet-tag)
(writer).
copy-auth-switch-request-packet
(function).
copy-initial-handshake-v10-packet
(function).
copy-old-auth-switch-request-packet
(function).
initial-handshake-v10-packet
(structure).
initial-handshake-v10-packet-auth-data
(reader).
(setf initial-handshake-v10-packet-auth-data)
(writer).
initial-handshake-v10-packet-auth-plugin
(reader).
(setf initial-handshake-v10-packet-auth-plugin)
(writer).
initial-handshake-v10-packet-capability-flags
(reader).
(setf initial-handshake-v10-packet-capability-flags)
(writer).
initial-handshake-v10-packet-character-set
(reader).
(setf initial-handshake-v10-packet-character-set)
(writer).
initial-handshake-v10-packet-connection-id
(reader).
(setf initial-handshake-v10-packet-connection-id)
(writer).
initial-handshake-v10-packet-p
(function).
initial-handshake-v10-packet-server-version
(reader).
(setf initial-handshake-v10-packet-server-version)
(writer).
initial-handshake-v10-packet-status-flags
(reader).
(setf initial-handshake-v10-packet-status-flags)
(writer).
make-auth-switch-request-packet
(function).
make-initial-handshake-v10-packet
(function).
make-old-auth-switch-request-packet
(function).
mysql-connect-do-handshake
(function).
old-auth-switch-request-packet
(structure).
old-auth-switch-request-packet-p
(function).
old-auth-switch-request-packet-tag
(reader).
(setf old-auth-switch-request-packet-tag)
(writer).
parse-auth-switch-request
(function).
parse-initial-handshake-v10
(function).
parse-old-auth-switch-request
(function).
send-auth-switch-response
(function).
send-ssl-request-packet
(function).
qmynd/src/mysql-protocol/response-result-set.lisp
define-packet.lisp
(file).
mysql-protocol
(module).
column-definition-encoding
(function).
column-definition-type
(function).
parse-binary-protocol-result-column
(function).
parse-binary-resultset-rows
(function).
parse-column-count
(function).
parse-resultset-rows
(function).
parse-text-protocol-result-column
(function).
column-definition-v41-packet
(structure).
column-definition-v41-packet-catalog
(reader).
(setf column-definition-v41-packet-catalog)
(writer).
column-definition-v41-packet-column-length
(reader).
(setf column-definition-v41-packet-column-length)
(writer).
column-definition-v41-packet-cs-coll
(reader).
(setf column-definition-v41-packet-cs-coll)
(writer).
column-definition-v41-packet-decimals
(reader).
(setf column-definition-v41-packet-decimals)
(writer).
column-definition-v41-packet-default-value
(reader).
(setf column-definition-v41-packet-default-value)
(writer).
column-definition-v41-packet-flags
(reader).
(setf column-definition-v41-packet-flags)
(writer).
column-definition-v41-packet-name
(reader).
(setf column-definition-v41-packet-name)
(writer).
column-definition-v41-packet-org-name
(reader).
(setf column-definition-v41-packet-org-name)
(writer).
column-definition-v41-packet-org-table
(reader).
(setf column-definition-v41-packet-org-table)
(writer).
column-definition-v41-packet-p
(function).
column-definition-v41-packet-schema
(reader).
(setf column-definition-v41-packet-schema)
(writer).
column-definition-v41-packet-table
(reader).
(setf column-definition-v41-packet-table)
(writer).
column-definition-v41-packet-type
(reader).
(setf column-definition-v41-packet-type)
(writer).
copy-column-definition-v41-packet
(function).
decode-octets-to-string
(function).
make-column-definition-v41-packet
(function).
map-resultset-rows
(function).
parse-column-definition-v41
(function).
parse-resultset-row-as-list
(function).
parse-resultset-row-as-text-list
(function).
parse-resultset-row-as-text-vector
(function).
parse-resultset-row-as-vector
(function).
parse-text-protocol-result-column-as-text
(function).
qmynd/src/mysql-protocol/text-protocol/command-quit.lisp
text-protocol
(module).
send-command-quit
(function).
qmynd/src/mysql-protocol/text-protocol/command-initialize-database.lisp
text-protocol
(module).
send-command-initialize-database
(function).
qmynd/src/mysql-protocol/text-protocol/command-query.lisp
text-protocol
(module).
send-command-query
(function).
qmynd/src/mysql-protocol/text-protocol/command-field-list.lisp
text-protocol
(module).
send-command-field-list
(function).
qmynd/src/mysql-protocol/text-protocol/command-refresh.lisp
text-protocol
(module).
send-command-refresh
(function).
qmynd/src/mysql-protocol/text-protocol/command-shutdown.lisp
text-protocol
(module).
send-command-shutdown
(function).
qmynd/src/mysql-protocol/text-protocol/command-statistics.lisp
text-protocol
(module).
send-command-statistics
(function).
qmynd/src/mysql-protocol/text-protocol/command-process-information.lisp
text-protocol
(module).
send-command-process-information
(function).
qmynd/src/mysql-protocol/text-protocol/command-process-kill.lisp
text-protocol
(module).
send-command-process-kill
(function).
qmynd/src/mysql-protocol/text-protocol/command-debug.lisp
text-protocol
(module).
send-command-debug
(function).
qmynd/src/mysql-protocol/text-protocol/command-ping.lisp
text-protocol
(module).
send-command-ping
(function).
qmynd/src/mysql-protocol/text-protocol/command-change-user.lisp
text-protocol
(module).
send-command-change-user
(function).
qmynd/src/mysql-protocol/prepared-statements/binary-protocol-encoding.lisp
prepared-statements
(module).
encode-binary-parameter
(function).
qmynd/src/mysql-protocol/prepared-statements/prepared-statement.lisp
binary-protocol-encoding.lisp
(file).
prepared-statements
(module).
mysql-prepared-statement
(class).
mysql-prepared-statement-columns
(reader method).
(setf mysql-prepared-statement-columns)
(writer method).
mysql-prepared-statement-connection
(reader method).
(setf mysql-prepared-statement-connection)
(writer method).
mysql-prepared-statement-parameters
(reader method).
(setf mysql-prepared-statement-parameters)
(writer method).
mysql-prepared-statement-query-string
(reader method).
(setf mysql-prepared-statement-query-string)
(writer method).
mysql-prepared-statement-statement-id
(reader method).
(setf mysql-prepared-statement-statement-id)
(writer method).
parse-command-statement-execute-response
(method).
send-command-statement-close
(method).
send-command-statement-execute
(method).
send-command-statement-prepare
(function).
send-command-statement-reset
(method).
send-command-statement-send-long-data
(function).
command-statement-prepare-ok-packet
(structure).
command-statement-prepare-ok-packet-num-columns
(reader).
(setf command-statement-prepare-ok-packet-num-columns)
(writer).
command-statement-prepare-ok-packet-num-params
(reader).
(setf command-statement-prepare-ok-packet-num-params)
(writer).
command-statement-prepare-ok-packet-p
(function).
command-statement-prepare-ok-packet-statement-id
(reader).
(setf command-statement-prepare-ok-packet-statement-id)
(writer).
command-statement-prepare-ok-packet-warning-count
(reader).
(setf command-statement-prepare-ok-packet-warning-count)
(writer).
copy-command-statement-prepare-ok-packet
(function).
make-command-statement-prepare-ok-packet
(function).
parse-command-statement-prepare-ok
(function).
qmynd/src/api.lisp
mysql-protocol
(module).
src
(module).
mysql-connect
(function).
mysql-disconnect
(method).
mysql-local-connect
(function).
mysql-query
(function).
mysql-statement-close
(method).
mysql-statement-execute
(method).
mysql-statement-prepare
(function).
Packages are listed by definition order.
qmynd
*mysql-encoding*
(special variable).
+mysql-server-more-results-exist+
(constant).
+mysql-server-ps-out-params+
(constant).
+mysql-server-query-was-slow+
(constant).
+mysql-server-server-status-last-row-sent+
(constant).
+mysql-server-status-autocommit+
(constant).
+mysql-server-status-cursor-exists+
(constant).
+mysql-server-status-database-dropped+
(constant).
+mysql-server-status-in-transaction+
(constant).
+mysql-server-status-metadata-changed+
(constant).
+mysql-server-status-no-backslash-escapes+
(constant).
+mysql-server-status-no-good-index-used+
(constant).
+mysql-server-status-no-index-used+
(constant).
mysql-base-connection
(class).
mysql-base-error
(condition).
mysql-connect
(function).
mysql-connection-has-capability
(generic function).
mysql-connection-has-status
(generic function).
mysql-date-time
(class).
mysql-date-time-day
(generic reader).
(setf mysql-date-time-day)
(generic writer).
mysql-date-time-hour
(generic reader).
(setf mysql-date-time-hour)
(generic writer).
mysql-date-time-microsecond
(generic reader).
(setf mysql-date-time-microsecond)
(generic writer).
mysql-date-time-minute
(generic reader).
(setf mysql-date-time-minute)
(generic writer).
mysql-date-time-month
(generic reader).
(setf mysql-date-time-month)
(generic writer).
mysql-date-time-second
(generic reader).
(setf mysql-date-time-second)
(generic writer).
mysql-date-time-to-universal-time
(function).
mysql-date-time-year
(generic reader).
(setf mysql-date-time-year)
(generic writer).
mysql-disconnect
(generic function).
mysql-error
(condition).
mysql-insufficient-capabilities
(condition).
mysql-local-connect
(function).
mysql-prepared-statement
(class).
mysql-query
(function).
mysql-statement-close
(generic function).
mysql-statement-execute
(generic function).
mysql-statement-prepare
(function).
mysql-time-interval
(class).
mysql-time-interval-days
(generic reader).
(setf mysql-time-interval-days)
(generic writer).
mysql-time-interval-hours
(generic reader).
(setf mysql-time-interval-hours)
(generic writer).
mysql-time-interval-microseconds
(generic reader).
(setf mysql-time-interval-microseconds)
(generic writer).
mysql-time-interval-minutes
(generic reader).
(setf mysql-time-interval-minutes)
(generic writer).
mysql-time-interval-negativep
(generic reader).
(setf mysql-time-interval-negativep)
(generic writer).
mysql-time-interval-seconds
(generic reader).
(setf mysql-time-interval-seconds)
(generic writer).
mysql-time-interval-to-seconds
(function).
mysql-unsupported-authentication
(condition).
mysql-year
(class).
mysql-year-year
(generic reader).
(setf mysql-year-year)
(generic writer).
partial-read
(condition).
response-ok-packet
(structure).
response-ok-packet-affected-rows
(reader).
(setf response-ok-packet-affected-rows)
(writer).
response-ok-packet-last-insert-id
(reader).
(setf response-ok-packet-last-insert-id)
(writer).
response-ok-packet-status-flags
(reader).
(setf response-ok-packet-status-flags)
(writer).
response-ok-packet-warnings
(reader).
(setf response-ok-packet-warnings)
(writer).
seconds-to-mysql-time-interval
(function).
ssl-not-supported
(condition).
unexpected-packet
(condition).
universal-time-to-mysql-date-time
(function).
value-is-not-decimal
(condition).
qmynd-impl
common-lisp
.
list-of
.
qmynd
.
*mysql-connection*
(special variable).
column-definition-encoding
(function).
column-definition-type
(function).
define-packet
(macro).
emit-packet-parser
(function).
emit-packet-parser-slot
(function).
emit-packet-parser-slot-reader
(function).
emit-packet-slot-lisp-type
(function).
emit-packet-struct
(function).
encode-binary-parameter
(function).
flagsp
(function).
generate-auth-response
(function).
mysql-clear-password-auth-response
(function).
mysql-command-init
(function).
mysql-connection-auth-data
(generic reader).
(setf mysql-connection-auth-data)
(generic writer).
mysql-connection-auth-plugin
(generic reader).
(setf mysql-connection-auth-plugin)
(generic writer).
mysql-connection-capabilities
(generic reader).
(setf mysql-connection-capabilities)
(generic writer).
mysql-connection-character-set
(generic reader).
(setf mysql-connection-character-set)
(generic writer).
mysql-connection-connected
(generic reader).
(setf mysql-connection-connected)
(generic writer).
mysql-connection-connection-id
(generic reader).
(setf mysql-connection-connection-id)
(generic writer).
mysql-connection-cs-coll
(generic reader).
(setf mysql-connection-cs-coll)
(generic writer).
mysql-connection-current-command
(generic reader).
(setf mysql-connection-current-command)
(generic writer).
mysql-connection-default-schema
(generic reader).
(setf mysql-connection-default-schema)
(generic writer).
mysql-connection-has-some-capability
(generic function).
mysql-connection-prepared-statements
(generic reader).
(setf mysql-connection-prepared-statements)
(generic writer).
mysql-connection-read-packet
(generic function).
mysql-connection-sequence-id
(generic reader).
(setf mysql-connection-sequence-id)
(generic writer).
mysql-connection-server-version
(generic reader).
(setf mysql-connection-server-version)
(generic writer).
mysql-connection-socket
(generic reader).
(setf mysql-connection-socket)
(generic writer).
mysql-connection-status-flags
(generic reader).
(setf mysql-connection-status-flags)
(generic writer).
mysql-connection-stream
(generic reader).
(setf mysql-connection-stream)
(generic writer).
mysql-connection-write-packet
(generic function).
mysql-current-command-p
(function).
mysql-has-capability
(function).
mysql-has-some-capability
(function).
mysql-native-password-auth-response
(function).
mysql-prepared-statement-columns
(generic reader).
(setf mysql-prepared-statement-columns)
(generic writer).
mysql-prepared-statement-connection
(generic reader).
(setf mysql-prepared-statement-connection)
(generic writer).
mysql-prepared-statement-parameters
(generic reader).
(setf mysql-prepared-statement-parameters)
(generic writer).
mysql-prepared-statement-query-string
(generic reader).
(setf mysql-prepared-statement-query-string)
(generic writer).
mysql-prepared-statement-statement-id
(generic reader).
(setf mysql-prepared-statement-statement-id)
(generic writer).
mysql-read-packet
(function).
mysql-write-packet
(function).
packet-slot
(class).
packet-slot-bind
(generic reader).
(setf packet-slot-bind)
(generic writer).
packet-slot-eof
(generic reader).
(setf packet-slot-eof)
(generic writer).
packet-slot-mysql-type
(generic reader).
(setf packet-slot-mysql-type)
(generic writer).
packet-slot-predicate
(generic reader).
(setf packet-slot-predicate)
(generic writer).
packet-slot-reduce
(generic reader).
(setf packet-slot-reduce)
(generic writer).
packet-slot-transform
(generic reader).
(setf packet-slot-transform)
(generic writer).
packet-slot-transient
(generic reader).
(setf packet-slot-transient)
(generic writer).
packet-slot-type
(generic reader).
(setf packet-slot-type)
(generic writer).
packet-slot-value
(generic reader).
(setf packet-slot-value)
(generic writer).
parse-binary-protocol-result-column
(function).
parse-binary-resultset-rows
(function).
parse-column-count
(function).
parse-command-statement-execute-response
(generic function).
parse-response
(function).
parse-resultset-rows
(function).
parse-slot
(function).
parse-text-protocol-result-column
(function).
process-initial-handshake-payload
(function).
process-initial-handshake-v10
(function).
send-command-debug
(function).
send-command-field-list
(function).
send-command-initialize-database
(function).
send-command-ping
(function).
send-command-process-information
(function).
send-command-process-kill
(function).
send-command-query
(function).
send-command-quit
(function).
send-command-refresh
(function).
send-command-shutdown
(function).
send-command-statement-close
(generic function).
send-command-statement-execute
(generic function).
send-command-statement-prepare
(function).
send-command-statement-reset
(generic function).
send-command-statement-send-long-data
(function).
send-command-statistics
(function).
send-handshake-response-41
(function).
with-mysql-connection
(macro).
%denominator-divisible-by-2-or-5-only
(function).
%read-3-octets
(function).
*max-allowed-packets*
(special variable).
+hours-per-day+
(constant).
+max-packet-length+
(constant).
+minutes-per-hour+
(constant).
+mysql-capabilities-required+
(constant).
+mysql-capability-client-compress+
(constant).
+mysql-capability-client-connect-attrs+
(constant).
+mysql-capability-client-connect-with-db+
(constant).
+mysql-capability-client-found-rows+
(constant).
+mysql-capability-client-ignore-sigpipe+
(constant).
+mysql-capability-client-ignore-space+
(constant).
+mysql-capability-client-interactive+
(constant).
+mysql-capability-client-local-files+
(constant).
+mysql-capability-client-long-flag+
(constant).
+mysql-capability-client-long-password+
(constant).
+mysql-capability-client-multi-results+
(constant).
+mysql-capability-client-multi-statements+
(constant).
+mysql-capability-client-no-schema+
(constant).
+mysql-capability-client-odbc+
(constant).
+mysql-capability-client-plugin-auth+
(constant).
+mysql-capability-client-plugin-auth-lenec-client-data+
(constant).
+mysql-capability-client-protocol-41+
(constant).
+mysql-capability-client-ps-multi-results+
(constant).
+mysql-capability-client-remember-options+
(constant).
+mysql-capability-client-reserved+
(constant).
+mysql-capability-client-secure-connection+
(constant).
+mysql-capability-client-ssl+
(constant).
+mysql-capability-client-transactions+
(constant).
+mysql-capability-client-verify-server-cert+
(constant).
+mysql-command-binary-log-dump+
(constant).
+mysql-command-binary-log-dump-gtid+
(constant).
+mysql-command-change-user+
(constant).
+mysql-command-connect+
(constant).
+mysql-command-connect-out+
(constant).
+mysql-command-create-database+
(constant).
+mysql-command-daemon+
(constant).
+mysql-command-debug+
(constant).
+mysql-command-delayed-insert+
(constant).
+mysql-command-drop-database+
(constant).
+mysql-command-field-list+
(constant).
+mysql-command-initialize-database+
(constant).
+mysql-command-ping+
(constant).
+mysql-command-process-information+
(constant).
+mysql-command-process-kill+
(constant).
+mysql-command-query+
(constant).
+mysql-command-quit+
(constant).
+mysql-command-refresh+
(constant).
+mysql-command-register-slave+
(constant).
+mysql-command-set-option+
(constant).
+mysql-command-shutdown+
(constant).
+mysql-command-sleep+
(constant).
+mysql-command-statement-close+
(constant).
+mysql-command-statement-execute+
(constant).
+mysql-command-statement-fetch+
(constant).
+mysql-command-statement-prepare+
(constant).
+mysql-command-statement-reset+
(constant).
+mysql-command-statement-send-long-data+
(constant).
+mysql-command-statistics+
(constant).
+mysql-command-table-dump+
(constant).
+mysql-command-time+
(constant).
+mysql-cs-coll-armscii8-binary+
(constant).
+mysql-cs-coll-armscii8-general-ci+
(constant).
+mysql-cs-coll-ascii-binary+
(constant).
+mysql-cs-coll-ascii-general-ci+
(constant).
+mysql-cs-coll-big5-binary+
(constant).
+mysql-cs-coll-big5-chinese-ci+
(constant).
+mysql-cs-coll-binary+
(constant).
+mysql-cs-coll-cp1250-binary+
(constant).
+mysql-cs-coll-cp1250-croatian-ci+
(constant).
+mysql-cs-coll-cp1250-czech-cs+
(constant).
+mysql-cs-coll-cp1250-general-ci+
(constant).
+mysql-cs-coll-cp1250-polish-ci+
(constant).
+mysql-cs-coll-cp1251-binary+
(constant).
+mysql-cs-coll-cp1251-bulgarian-ci+
(constant).
+mysql-cs-coll-cp1251-general-ci+
(constant).
+mysql-cs-coll-cp1251-general-cs+
(constant).
+mysql-cs-coll-cp1251-ukrainian-ci+
(constant).
+mysql-cs-coll-cp1256-binary+
(constant).
+mysql-cs-coll-cp1256-general-ci+
(constant).
+mysql-cs-coll-cp1257-binary+
(constant).
+mysql-cs-coll-cp1257-general-ci+
(constant).
+mysql-cs-coll-cp1257-lithuanian-ci+
(constant).
+mysql-cs-coll-cp850-binary+
(constant).
+mysql-cs-coll-cp850-general-ci+
(constant).
+mysql-cs-coll-cp852-binary+
(constant).
+mysql-cs-coll-cp852-general-ci+
(constant).
+mysql-cs-coll-cp866-binary+
(constant).
+mysql-cs-coll-cp866-general-ci+
(constant).
+mysql-cs-coll-cp932-binary+
(constant).
+mysql-cs-coll-cp932-japanese-ci+
(constant).
+mysql-cs-coll-dec8-binary+
(constant).
+mysql-cs-coll-dec8-swedish-ci+
(constant).
+mysql-cs-coll-eucjpms-binary+
(constant).
+mysql-cs-coll-eucjpms-japanese-ci+
(constant).
+mysql-cs-coll-euckr-binary+
(constant).
+mysql-cs-coll-euckr-korean-ci+
(constant).
+mysql-cs-coll-gb2312-binary+
(constant).
+mysql-cs-coll-gb2312-chinese-ci+
(constant).
+mysql-cs-coll-gbk-binary+
(constant).
+mysql-cs-coll-gbk-chinese-ci+
(constant).
+mysql-cs-coll-geostd8-binary+
(constant).
+mysql-cs-coll-geostd8-general-ci+
(constant).
+mysql-cs-coll-greek-binary+
(constant).
+mysql-cs-coll-greek-general-ci+
(constant).
+mysql-cs-coll-hebrew-binary+
(constant).
+mysql-cs-coll-hebrew-general-ci+
(constant).
+mysql-cs-coll-hp8-binary+
(constant).
+mysql-cs-coll-hp8-english-ci+
(constant).
+mysql-cs-coll-keybcs2-binary+
(constant).
+mysql-cs-coll-keybcs2-general-ci+
(constant).
+mysql-cs-coll-koi8r-binary+
(constant).
+mysql-cs-coll-koi8r-general-ci+
(constant).
+mysql-cs-coll-koi8u-binary+
(constant).
+mysql-cs-coll-koi8u-general-ci+
(constant).
+mysql-cs-coll-latin1-binary+
(constant).
+mysql-cs-coll-latin1-danish-ci+
(constant).
+mysql-cs-coll-latin1-general-ci+
(constant).
+mysql-cs-coll-latin1-general-cs+
(constant).
+mysql-cs-coll-latin1-german1-ci+
(constant).
+mysql-cs-coll-latin1-german2-ci+
(constant).
+mysql-cs-coll-latin1-spanish-ci+
(constant).
+mysql-cs-coll-latin1-swedish-ci+
(constant).
+mysql-cs-coll-latin2-binary+
(constant).
+mysql-cs-coll-latin2-croatian-ci+
(constant).
+mysql-cs-coll-latin2-czech-cs+
(constant).
+mysql-cs-coll-latin2-general-ci+
(constant).
+mysql-cs-coll-latin2-hungarian-ci+
(constant).
+mysql-cs-coll-latin5-binary+
(constant).
+mysql-cs-coll-latin5-turkish-ci+
(constant).
+mysql-cs-coll-latin7-binary+
(constant).
+mysql-cs-coll-latin7-estonian-cs+
(constant).
+mysql-cs-coll-latin7-general-ci+
(constant).
+mysql-cs-coll-latin7-general-cs+
(constant).
+mysql-cs-coll-macce-binary+
(constant).
+mysql-cs-coll-macce-general-ci+
(constant).
+mysql-cs-coll-macroman-binary+
(constant).
+mysql-cs-coll-macroman-general-ci+
(constant).
+mysql-cs-coll-sjis-binary+
(constant).
+mysql-cs-coll-sjis-japanese-ci+
(constant).
+mysql-cs-coll-swe7-binary+
(constant).
+mysql-cs-coll-swe7-swedish-ci+
(constant).
+mysql-cs-coll-tis620-binary+
(constant).
+mysql-cs-coll-tis620-thai-ci+
(constant).
+mysql-cs-coll-ucs2-binary+
(constant).
+mysql-cs-coll-ucs2-croatian-ci+
(constant).
+mysql-cs-coll-ucs2-czech-ci+
(constant).
+mysql-cs-coll-ucs2-danish-ci+
(constant).
+mysql-cs-coll-ucs2-esperanto-ci+
(constant).
+mysql-cs-coll-ucs2-estonian-ci+
(constant).
+mysql-cs-coll-ucs2-general-ci+
(constant).
+mysql-cs-coll-ucs2-general-mysql500-ci+
(constant).
+mysql-cs-coll-ucs2-german2-ci+
(constant).
+mysql-cs-coll-ucs2-hungarian-ci+
(constant).
+mysql-cs-coll-ucs2-icelandic-ci+
(constant).
+mysql-cs-coll-ucs2-latvian-ci+
(constant).
+mysql-cs-coll-ucs2-lithuanian-ci+
(constant).
+mysql-cs-coll-ucs2-persian-ci+
(constant).
+mysql-cs-coll-ucs2-polish-ci+
(constant).
+mysql-cs-coll-ucs2-roman-ci+
(constant).
+mysql-cs-coll-ucs2-romanian-ci+
(constant).
+mysql-cs-coll-ucs2-sinhala-ci+
(constant).
+mysql-cs-coll-ucs2-slovak-ci+
(constant).
+mysql-cs-coll-ucs2-slovenian-ci+
(constant).
+mysql-cs-coll-ucs2-spanish-ci+
(constant).
+mysql-cs-coll-ucs2-spanish2-ci+
(constant).
+mysql-cs-coll-ucs2-swedish-ci+
(constant).
+mysql-cs-coll-ucs2-turkish-ci+
(constant).
+mysql-cs-coll-ucs2-unicode-520-ci+
(constant).
+mysql-cs-coll-ucs2-unicode-ci+
(constant).
+mysql-cs-coll-ucs2-vietnamese-ci+
(constant).
+mysql-cs-coll-ujis-binary+
(constant).
+mysql-cs-coll-ujis-japanese-ci+
(constant).
+mysql-cs-coll-utf16-binary+
(constant).
+mysql-cs-coll-utf16-croatian-ci+
(constant).
+mysql-cs-coll-utf16-czech-ci+
(constant).
+mysql-cs-coll-utf16-danish-ci+
(constant).
+mysql-cs-coll-utf16-esperanto-ci+
(constant).
+mysql-cs-coll-utf16-estonian-ci+
(constant).
+mysql-cs-coll-utf16-general-ci+
(constant).
+mysql-cs-coll-utf16-german2-ci+
(constant).
+mysql-cs-coll-utf16-hungarian-ci+
(constant).
+mysql-cs-coll-utf16-icelandic-ci+
(constant).
+mysql-cs-coll-utf16-latvian-ci+
(constant).
+mysql-cs-coll-utf16-lithuanian-ci+
(constant).
+mysql-cs-coll-utf16-persian-ci+
(constant).
+mysql-cs-coll-utf16-polish-ci+
(constant).
+mysql-cs-coll-utf16-roman-ci+
(constant).
+mysql-cs-coll-utf16-romanian-ci+
(constant).
+mysql-cs-coll-utf16-sinhala-ci+
(constant).
+mysql-cs-coll-utf16-slovak-ci+
(constant).
+mysql-cs-coll-utf16-slovenian-ci+
(constant).
+mysql-cs-coll-utf16-spanish-ci+
(constant).
+mysql-cs-coll-utf16-spanish2-ci+
(constant).
+mysql-cs-coll-utf16-swedish-ci+
(constant).
+mysql-cs-coll-utf16-turkish-ci+
(constant).
+mysql-cs-coll-utf16-unicode-520-ci+
(constant).
+mysql-cs-coll-utf16-unicode-ci+
(constant).
+mysql-cs-coll-utf16-vietnamese-ci+
(constant).
+mysql-cs-coll-utf16le-binary+
(constant).
+mysql-cs-coll-utf16le-general-ci+
(constant).
+mysql-cs-coll-utf32-binary+
(constant).
+mysql-cs-coll-utf32-croatian-ci+
(constant).
+mysql-cs-coll-utf32-czech-ci+
(constant).
+mysql-cs-coll-utf32-danish-ci+
(constant).
+mysql-cs-coll-utf32-esperanto-ci+
(constant).
+mysql-cs-coll-utf32-estonian-ci+
(constant).
+mysql-cs-coll-utf32-general-ci+
(constant).
+mysql-cs-coll-utf32-german2-ci+
(constant).
+mysql-cs-coll-utf32-hungarian-ci+
(constant).
+mysql-cs-coll-utf32-icelandic-ci+
(constant).
+mysql-cs-coll-utf32-latvian-ci+
(constant).
+mysql-cs-coll-utf32-lithuanian-ci+
(constant).
+mysql-cs-coll-utf32-persian-ci+
(constant).
+mysql-cs-coll-utf32-polish-ci+
(constant).
+mysql-cs-coll-utf32-roman-ci+
(constant).
+mysql-cs-coll-utf32-romanian-ci+
(constant).
+mysql-cs-coll-utf32-sinhala-ci+
(constant).
+mysql-cs-coll-utf32-slovak-ci+
(constant).
+mysql-cs-coll-utf32-slovenian-ci+
(constant).
+mysql-cs-coll-utf32-spanish-ci+
(constant).
+mysql-cs-coll-utf32-spanish2-ci+
(constant).
+mysql-cs-coll-utf32-swedish-ci+
(constant).
+mysql-cs-coll-utf32-turkish-ci+
(constant).
+mysql-cs-coll-utf32-unicode-520-ci+
(constant).
+mysql-cs-coll-utf32-unicode-ci+
(constant).
+mysql-cs-coll-utf32-vietnamese-ci+
(constant).
+mysql-cs-coll-utf8-binary+
(constant).
+mysql-cs-coll-utf8-croatian-ci+
(constant).
+mysql-cs-coll-utf8-czech-ci+
(constant).
+mysql-cs-coll-utf8-danish-ci+
(constant).
+mysql-cs-coll-utf8-esperanto-ci+
(constant).
+mysql-cs-coll-utf8-estonian-ci+
(constant).
+mysql-cs-coll-utf8-general-ci+
(constant).
+mysql-cs-coll-utf8-general-mysql500-ci+
(constant).
+mysql-cs-coll-utf8-german2-ci+
(constant).
+mysql-cs-coll-utf8-hungarian-ci+
(constant).
+mysql-cs-coll-utf8-icelandic-ci+
(constant).
+mysql-cs-coll-utf8-latvian-ci+
(constant).
+mysql-cs-coll-utf8-lithuanian-ci+
(constant).
+mysql-cs-coll-utf8-persian-ci+
(constant).
+mysql-cs-coll-utf8-polish-ci+
(constant).
+mysql-cs-coll-utf8-roman-ci+
(constant).
+mysql-cs-coll-utf8-romanian-ci+
(constant).
+mysql-cs-coll-utf8-sinhala-ci+
(constant).
+mysql-cs-coll-utf8-slovak-ci+
(constant).
+mysql-cs-coll-utf8-slovenian-ci+
(constant).
+mysql-cs-coll-utf8-spanish-ci+
(constant).
+mysql-cs-coll-utf8-spanish2-ci+
(constant).
+mysql-cs-coll-utf8-swedish-ci+
(constant).
+mysql-cs-coll-utf8-tolower-ci+
(constant).
+mysql-cs-coll-utf8-turkish-ci+
(constant).
+mysql-cs-coll-utf8-unicode-520-ci+
(constant).
+mysql-cs-coll-utf8-unicode-ci+
(constant).
+mysql-cs-coll-utf8-vietnamese-ci+
(constant).
+mysql-cs-coll-utf8mb3-general-cs+
(constant).
+mysql-cs-coll-utf8mb4-0900-ai-ci+
(constant).
+mysql-cs-coll-utf8mb4-binary+
(constant).
+mysql-cs-coll-utf8mb4-croatian-ci+
(constant).
+mysql-cs-coll-utf8mb4-czech-ci+
(constant).
+mysql-cs-coll-utf8mb4-danish-ci+
(constant).
+mysql-cs-coll-utf8mb4-esperanto-ci+
(constant).
+mysql-cs-coll-utf8mb4-estonian-ci+
(constant).
+mysql-cs-coll-utf8mb4-general-ci+
(constant).
+mysql-cs-coll-utf8mb4-german2-ci+
(constant).
+mysql-cs-coll-utf8mb4-hungarian-ci+
(constant).
+mysql-cs-coll-utf8mb4-icelandic-ci+
(constant).
+mysql-cs-coll-utf8mb4-latvian-ci+
(constant).
+mysql-cs-coll-utf8mb4-lithuanian-ci+
(constant).
+mysql-cs-coll-utf8mb4-persian-ci+
(constant).
+mysql-cs-coll-utf8mb4-polish-ci+
(constant).
+mysql-cs-coll-utf8mb4-roman-ci+
(constant).
+mysql-cs-coll-utf8mb4-romanian-ci+
(constant).
+mysql-cs-coll-utf8mb4-sinhala-ci+
(constant).
+mysql-cs-coll-utf8mb4-slovak-ci+
(constant).
+mysql-cs-coll-utf8mb4-slovenian-ci+
(constant).
+mysql-cs-coll-utf8mb4-spanish-ci+
(constant).
+mysql-cs-coll-utf8mb4-spanish2-ci+
(constant).
+mysql-cs-coll-utf8mb4-swedish-ci+
(constant).
+mysql-cs-coll-utf8mb4-turkish-ci+
(constant).
+mysql-cs-coll-utf8mb4-unicode-520-ci+
(constant).
+mysql-cs-coll-utf8mb4-unicode-ci+
(constant).
+mysql-cs-coll-utf8mb4-vietnamese-ci+
(constant).
+mysql-cs-coll-win1251+
(constant).
+mysql-flag-column-binary+
(constant).
+mysql-flag-column-blob+
(constant).
+mysql-flag-column-multiple-key+
(constant).
+mysql-flag-column-non-nullable+
(constant).
+mysql-flag-column-primary-key+
(constant).
+mysql-flag-column-unique-key+
(constant).
+mysql-flag-column-unsigned+
(constant).
+mysql-flag-column-zero-fill+
(constant).
+mysql-minimum-compression-length+
(constant).
+mysql-refresh-grant+
(constant).
+mysql-refresh-hosts+
(constant).
+mysql-refresh-log+
(constant).
+mysql-refresh-master+
(constant).
+mysql-refresh-slave+
(constant).
+mysql-refresh-status+
(constant).
+mysql-refresh-tables+
(constant).
+mysql-refresh-threads+
(constant).
+mysql-response-end-of-file+
(constant).
+mysql-response-error+
(constant).
+mysql-response-ok+
(constant).
+mysql-shutdown-default+
(constant).
+mysql-shutdown-kill-connection+
(constant).
+mysql-shutdown-kill-query+
(constant).
+mysql-shutdown-wait-all-buffers+
(constant).
+mysql-shutdown-wait-connections+
(constant).
+mysql-shutdown-wait-critical-buffers+
(constant).
+mysql-shutdown-wait-transactions+
(constant).
+mysql-shutdown-wait-updates+
(constant).
+mysql-type-bit+
(constant).
+mysql-type-blob+
(constant).
+mysql-type-date+
(constant).
+mysql-type-datetime+
(constant).
+mysql-type-decimal+
(constant).
+mysql-type-double+
(constant).
+mysql-type-enum+
(constant).
+mysql-type-float+
(constant).
+mysql-type-geometry+
(constant).
+mysql-type-int24+
(constant).
+mysql-type-long+
(constant).
+mysql-type-long-blob+
(constant).
+mysql-type-longlong+
(constant).
+mysql-type-medium-blob+
(constant).
+mysql-type-newdate+
(constant).
+mysql-type-newdecimal+
(constant).
+mysql-type-null+
(constant).
+mysql-type-set+
(constant).
+mysql-type-short+
(constant).
+mysql-type-string+
(constant).
+mysql-type-time+
(constant).
+mysql-type-timestamp+
(constant).
+mysql-type-tiny+
(constant).
+mysql-type-tiny-blob+
(constant).
+mysql-type-var-string+
(constant).
+mysql-type-varchar+
(constant).
+mysql-type-year+
(constant).
+optimize-default+
(special variable).
+optimize-fast-unsafe+
(special variable).
+seconds-per-minute+
(constant).
affected-rows
(slot).
auth-data
(slot).
auth-plugin
(slot).
auth-switch-request-packet
(structure).
auth-switch-request-packet-auth-plugin-data
(reader).
(setf auth-switch-request-packet-auth-plugin-data)
(writer).
auth-switch-request-packet-p
(function).
auth-switch-request-packet-plugin-name
(reader).
(setf auth-switch-request-packet-plugin-name)
(writer).
auth-switch-request-packet-tag
(reader).
(setf auth-switch-request-packet-tag)
(writer).
bad-mysql-type-spec
(condition).
bad-mysql-type-spec-text
(generic reader).
bytes
(slot).
capabilities
(slot).
character-set
(slot).
code
(slot).
column-definition-v41-packet
(structure).
column-definition-v41-packet-catalog
(reader).
(setf column-definition-v41-packet-catalog)
(writer).
column-definition-v41-packet-column-length
(reader).
(setf column-definition-v41-packet-column-length)
(writer).
column-definition-v41-packet-cs-coll
(reader).
(setf column-definition-v41-packet-cs-coll)
(writer).
column-definition-v41-packet-decimals
(reader).
(setf column-definition-v41-packet-decimals)
(writer).
column-definition-v41-packet-default-value
(reader).
(setf column-definition-v41-packet-default-value)
(writer).
column-definition-v41-packet-flags
(reader).
(setf column-definition-v41-packet-flags)
(writer).
column-definition-v41-packet-name
(reader).
(setf column-definition-v41-packet-name)
(writer).
column-definition-v41-packet-org-name
(reader).
(setf column-definition-v41-packet-org-name)
(writer).
column-definition-v41-packet-org-table
(reader).
(setf column-definition-v41-packet-org-table)
(writer).
column-definition-v41-packet-p
(function).
column-definition-v41-packet-schema
(reader).
(setf column-definition-v41-packet-schema)
(writer).
column-definition-v41-packet-table
(reader).
(setf column-definition-v41-packet-table)
(writer).
column-definition-v41-packet-type
(reader).
(setf column-definition-v41-packet-type)
(writer).
columns
(slot).
command-statement-prepare-ok-packet
(structure).
command-statement-prepare-ok-packet-num-columns
(reader).
(setf command-statement-prepare-ok-packet-num-columns)
(writer).
command-statement-prepare-ok-packet-num-params
(reader).
(setf command-statement-prepare-ok-packet-num-params)
(writer).
command-statement-prepare-ok-packet-p
(function).
command-statement-prepare-ok-packet-statement-id
(reader).
(setf command-statement-prepare-ok-packet-statement-id)
(writer).
command-statement-prepare-ok-packet-warning-count
(reader).
(setf command-statement-prepare-ok-packet-warning-count)
(writer).
concatenate-vectors
(function).
connected
(slot).
connection
(slot).
connection-id
(slot).
copy-auth-switch-request-packet
(function).
copy-column-definition-v41-packet
(function).
copy-command-statement-prepare-ok-packet
(function).
copy-initial-handshake-v10-packet
(function).
copy-my-packet-stream
(function).
copy-mysql-rand-st
(function).
copy-old-auth-switch-request-packet
(function).
copy-response-end-of-file-packet
(function).
copy-response-error-no-sql-state-packet
(function).
copy-response-error-packet
(function).
copy-response-ok-packet
(function).
current-command
(slot).
curry
(compiler macro).
curry
(function).
day
(slot).
days
(slot).
decode-octets-to-string
(function).
decoding-error
(condition).
decoding-error-coldef
(generic reader).
decoding-error-condition
(generic reader).
decoding-error-encoding
(generic reader).
decoding-error-octets
(generic reader).
default-schema
(slot).
double-float-bits
(function).
expected
(slot).
fill-input-buffer
(function).
fintern
(function).
have-compression
(function).
have-ssl
(function).
hour
(slot).
hours
(slot).
i*
(macro).
i+
(macro).
i-
(macro).
i<
(macro).
i<=
(macro).
i=
(macro).
i>
(macro).
i>=
(macro).
iash
(macro).
idecf
(macro).
iincf
(macro).
ildb
(macro).
ilogand
(macro).
ilogior
(macro).
info
(slot).
initial-handshake-v10-packet
(structure).
initial-handshake-v10-packet-auth-data
(reader).
(setf initial-handshake-v10-packet-auth-data)
(writer).
initial-handshake-v10-packet-auth-plugin
(reader).
(setf initial-handshake-v10-packet-auth-plugin)
(writer).
initial-handshake-v10-packet-capability-flags
(reader).
(setf initial-handshake-v10-packet-capability-flags)
(writer).
initial-handshake-v10-packet-character-set
(reader).
(setf initial-handshake-v10-packet-character-set)
(writer).
initial-handshake-v10-packet-connection-id
(reader).
(setf initial-handshake-v10-packet-connection-id)
(writer).
initial-handshake-v10-packet-p
(function).
initial-handshake-v10-packet-server-version
(reader).
(setf initial-handshake-v10-packet-server-version)
(writer).
initial-handshake-v10-packet-status-flags
(reader).
(setf initial-handshake-v10-packet-status-flags)
(writer).
invalid-length-encoded-integer
(condition).
invalid-length-encoded-integer-text
(generic reader).
invalid-prepared-statement
(condition).
keywordify
(function).
kintern
(function).
last-insert-id
(slot).
make-auth-switch-request-packet
(function).
make-column-definition-v41-packet
(function).
make-command-statement-prepare-ok-packet
(function).
make-double-float
(function).
make-initial-handshake-v10-packet
(function).
make-lisp-symbol
(function).
make-my-packet-stream
(function).
make-mysql-rand-st
(function).
make-old-auth-switch-request-packet
(function).
make-response-end-of-file-packet
(function).
make-response-error-no-sql-state-packet
(function).
make-response-error-packet
(function).
make-response-ok-packet
(function).
make-single-float
(function).
map-resultset-rows
(function).
maybe-read-next-chunk
(function).
message
(slot).
microsecond
(slot).
microseconds
(slot).
minute
(slot).
minutes
(slot).
month
(slot).
my-len
(reader).
(setf my-len)
(writer).
my-packet-stream
(structure).
my-packet-stream-p
(function).
my-payload
(reader).
(setf my-payload)
(writer).
my-pos
(reader).
(setf my-pos)
(writer).
my-rnd
(function).
my-seq-id
(reader).
(setf my-seq-id)
(writer).
my-source
(reader).
(setf my-source)
(writer).
mysql-add-required-capability
(function).
mysql-capabilities-supported
(function).
mysql-compressed-stream
(class).
mysql-compressed-stream-input-buffer
(generic reader).
(setf mysql-compressed-stream-input-buffer)
(generic writer).
mysql-compressed-stream-output-buffer
(generic reader).
(setf mysql-compressed-stream-output-buffer)
(generic writer).
mysql-compressed-stream-sequence-id
(generic reader).
(setf mysql-compressed-stream-sequence-id)
(generic writer).
mysql-compressed-stream-stream
(generic reader).
(setf mysql-compressed-stream-stream)
(generic writer).
mysql-connect-do-handshake
(function).
mysql-connection-close-socket
(generic function).
mysql-connection-command-init
(generic function).
mysql-connection-remove-stale-prepared-statements
(generic function).
mysql-cs-coll
(slot).
mysql-cs-coll-to-character-encoding
(function).
mysql-error-code
(generic reader).
mysql-error-message
(generic reader).
mysql-error-state
(generic reader).
mysql-external-error
(condition).
mysql-inet-connection
(class).
mysql-insufficient-capabilities-server-flags
(generic reader).
mysql-internal-error
(condition).
mysql-local-connection
(class).
mysql-old-password-auth-response
(function).
mysql-old-random-init
(function).
mysql-rand-st
(structure).
mysql-rand-st-max-value
(reader).
(setf mysql-rand-st-max-value)
(writer).
mysql-rand-st-max-value-dbl
(reader).
(setf mysql-rand-st-max-value-dbl)
(writer).
mysql-rand-st-p
(function).
mysql-rand-st-seed1
(reader).
(setf mysql-rand-st-seed1)
(writer).
mysql-rand-st-seed2
(reader).
(setf mysql-rand-st-seed2)
(writer).
mysql-unsupported-authentication-plugin
(generic reader).
mysql-weak-hash-password
(function).
negativep
(slot).
old-auth-switch-request-packet
(structure).
old-auth-switch-request-packet-p
(function).
old-auth-switch-request-packet-tag
(reader).
(setf old-auth-switch-request-packet-tag)
(writer).
packet-slot-name
(generic reader).
parameters
(slot).
parse-auth-switch-request
(function).
parse-column-definition-v41
(function).
parse-command-statement-prepare-ok
(function).
parse-date-time-string
(function).
parse-decimal
(function).
parse-initial-handshake-v10
(function).
parse-old-auth-switch-request
(function).
parse-response-end-of-file
(function).
parse-response-error
(function).
parse-response-error-no-sql-state
(function).
parse-response-ok
(function).
parse-resultset-row-as-list
(function).
parse-resultset-row-as-text-list
(function).
parse-resultset-row-as-text-vector
(function).
parse-resultset-row-as-vector
(function).
parse-text-protocol-result-column-as-text
(function).
parse-time-interval-string
(function).
partial-read-bytes
(generic reader).
partial-read-expected
(generic reader).
payload
(slot).
peek-first-octet
(function).
plugin
(slot).
prepare-next-chunk
(function).
prepared-statements
(slot).
protocol-version-mismatch
(condition).
query-string
(slot).
read-1-octet-integer
(function).
read-10-octets-integer
(function).
read-2-octets-integer
(function).
read-3-octets-integer
(function).
read-4-octets-integer
(function).
read-6-octets-integer
(function).
read-8-octets-integer
(function).
read-compressed-wire-packet
(function).
read-fixed-length-integer
(compiler macro).
read-fixed-length-integer
(function).
read-fixed-length-octets
(function).
read-length-encoded-integer
(function).
read-length-encoded-octets
(function).
read-my-octet
(function).
read-my-sequence
(function).
read-null-terminated-octets
(function).
read-rest-of-packet-octets
(function).
read-whole-chunk
(function).
read-wire-packet
(function).
response-end-of-file-packet
(structure).
response-end-of-file-packet-p
(function).
response-end-of-file-packet-status-flags
(reader).
(setf response-end-of-file-packet-status-flags)
(writer).
response-end-of-file-packet-warning-count
(reader).
(setf response-end-of-file-packet-warning-count)
(writer).
response-error-no-sql-state-packet
(structure).
response-error-no-sql-state-packet-error-code
(reader).
(setf response-error-no-sql-state-packet-error-code)
(writer).
response-error-no-sql-state-packet-error-message
(reader).
(setf response-error-no-sql-state-packet-error-message)
(writer).
response-error-no-sql-state-packet-p
(function).
response-error-packet
(structure).
response-error-packet-error-code
(reader).
(setf response-error-packet-error-code)
(writer).
response-error-packet-error-message
(reader).
(setf response-error-packet-error-message)
(writer).
response-error-packet-p
(function).
response-error-packet-sql-state
(reader).
(setf response-error-packet-sql-state)
(writer).
response-ok-packet-info
(reader).
(setf response-ok-packet-info)
(writer).
response-ok-packet-p
(function).
seconds
(slot).
send-auth-switch-response
(function).
send-command-change-user
(function).
send-ssl-request-packet
(function).
sequence-id
(slot).
server-flags
(slot).
server-version
(slot).
single-float-bits
(function).
state
(slot).
statement-id
(slot).
status-flags
(slot).
status-flags
(slot).
unexpected-packet-payload
(generic reader).
unexpected-parameter-count
(condition).
unexpected-sequence-id
(condition).
unsigned-to-signed
(function).
value
(slot).
warnings
(slot).
with-gensyms
(macro).
with-prefixed-accessors
(macro).
write-compressed-wire-packet
(function).
write-decimal-to-string
(function).
write-fixed-length-integer
(function).
write-length-encoded-integer
(function).
write-length-encoded-octets
(function).
write-null-terminated-octets
(function).
write-wire-packet
(function).
year
(slot).
year
(slot).
Definitions are sorted by export status, category, package, and then by lexicographic order.
All API entry-points after connect take a mysql-connection argument and must bind *mysql-connection* to that connection for internal function use.
As it happens, it’s quite easy to have data in an encoding known only by the application, and completely unknown by MySQL which will keep sending unrelated meta-data. Use this setting to force the Qmynd driver to be using the encoding you know your data is encoded with.
This function implements the MySQL clear-text password authentication mechanism.
Initialize the default MySQL connection for a new command. Resets sequence-id in underlying stream(s).
Connect to a MySQL over a network (AF_INET) socket and begin the MySQL Handshake.
Returns a QMYND:MYSQL-CONNECTION object or signals a QMYND:MYSQL-ERROR.
Accepts the following keyword arguments:
HOST: The host to connect to. (default: "localhost")
PORT: The port to connect to. (default: 3306)
USERNAME: User to authenticate as.
PASSWORD: Password to authenticate with.
DATABASE: What database to use upon connecting. (default: nil)
CLIENT-FOUND-ROWS: Whether or not to require the client-found-rows feature from the server (default: nil)
COMPRESS: Whether or not to use compression. (default: nil).
SSL: Whether or not to use SSL. (default: :UNSPECIFIED)
T - Forces SSL (or error out if it’s not available).
NIL - Disable SSL, even if it is available.
:UNSPECIFIED - Opportunistic use of SSL.
SSL-VERIFY: Whether or not to verify the SSL certificate presented by the server. (Default: nil)
Tests to see if COMMAND is the current command of the default MySQL connection.
Converts a MySQL DateTime to a Lisp integer-time. Returns NIL if all elements of the date-time are zero.
Connect to a MySQL over a local (AF_LOCAL) socket and begin the MySQL Handshake.
Returns a QMYND:MYSQL-CONNECTION object or signals a QMYND:MYSQL-ERROR.
Accepts the following keyword arguments:
PATH: The path of the local socket to connect to. (default: #P"/var/run/mysqld/mysqld.sock")
USERNAME: User to authenticate as.
PASSWORD: Password to authenticate with.
DATABASE: What database to use upon connecting. (default: nil)
CLIENT-FOUND-ROWS: Whether or not to require the client-found-rows feature from the server (default: nil)
Send a SQL Query over the connection using the MySQL Text Protocol.
For queries that return rows, returns two values:
A vector of rows, each of which is a vector of columns.
A vector of column descriptors.
For queries that don’t return rows, returns a QMYND:RESPONSE-OK-PACKET.
May signal a QMYND:MYSQL-ERROR.
Read a wire packet from the default MySQL connection’s stream.
Prepares a SQL Query using the MySQL Prepared Statement Protocol.
Returns a QMYND:MYSQL-PREPARED-STATEMENT.
NB: The QMYND:MYSQL-PREPARED-STATEMENT remembers the
QMYND:MYSQL-CONNECTION it was prepared for.
Converts a MYSQL-TIME-INTERVAL to a whole number of seconds. Returns microseconds as a second value.
Write PAYLOAD to the default MySQL connection’s stream as a wire packet.
Parse a generic (OK, ERR, EOF) packet.
Update MySQL connection status flags as necessary.
Accumulate the whole result set in memory then return it as a list or a vector depending on the value of RESULT-TYPE (a symbol).
Initial handshake processing dispatch.
Parse an INITIAL-HANDSHAKE-V10 Packet and populate the default MySQL connection.
Creates a MYSQL-TIME-INTERVAL representing VALUE seconds.
An optional second argument can be used to specify microseconds.
Send QUERY-STRING to the current MySQL connection.
When the ROW-FN parameter is given, it must be a function and is called
with each row as input, and the rows are discarded once the function is
called.
When AS-TEXT is t, the column values are not converted to native types
and returned as text instead.
By default the resultset is a vector of rows where each row is itself a vector of columns. When RESULT-TYPE is list, the result is a list of list of columns instead.
Send a MySQL Handshake Response v41 to the default MySQL connection.
Converts a Lisp integer-time to a MySQL DateTime. If integer-time is NIL, returns a MySQL DateTime with all elements set to zero.
mysql-base-connection
)) ¶automatically generated reader method
mysql-base-connection
)) ¶automatically generated writer method
mysql-base-connection
)) ¶automatically generated reader method
mysql-base-connection
)) ¶automatically generated writer method
mysql-base-connection
)) ¶automatically generated reader method
mysql-base-connection
)) ¶automatically generated writer method
mysql-base-connection
)) ¶automatically generated reader method
mysql-base-connection
)) ¶automatically generated writer method
mysql-base-connection
)) ¶automatically generated reader method
mysql-base-connection
)) ¶automatically generated writer method
mysql-base-connection
)) ¶automatically generated reader method
mysql-base-connection
)) ¶automatically generated writer method
mysql-base-connection
)) ¶automatically generated reader method
mysql-base-connection
)) ¶automatically generated writer method
mysql-base-connection
)) ¶automatically generated reader method
mysql-base-connection
)) ¶automatically generated writer method
mysql-base-connection
)) ¶automatically generated reader method
mysql-base-connection
)) ¶automatically generated writer method
mysql-base-connection
) cap-bits) ¶mysql-base-connection
) cap-bits) ¶mysql-base-connection
) status-bits) ¶mysql-base-connection
)) ¶automatically generated reader method
mysql-base-connection
)) ¶automatically generated writer method
mysql-base-connection
)) ¶Read a wire packet from C’s stream.
mysql-base-connection
)) ¶automatically generated reader method
mysql-base-connection
)) ¶automatically generated writer method
mysql-base-connection
)) ¶automatically generated reader method
mysql-base-connection
)) ¶automatically generated writer method
mysql-local-connection
)) ¶automatically generated reader method
mysql-inet-connection
)) ¶automatically generated reader method
mysql-local-connection
)) ¶automatically generated writer method
mysql-inet-connection
)) ¶automatically generated writer method
mysql-base-connection
)) ¶automatically generated reader method
mysql-base-connection
)) ¶automatically generated writer method
mysql-base-connection
)) ¶automatically generated reader method
mysql-base-connection
)) ¶automatically generated writer method
mysql-base-connection
) payload) ¶Write PAYLOAD to C’s stream as a wire packet.
mysql-date-time
)) ¶automatically generated reader method
day
.
mysql-date-time
)) ¶automatically generated writer method
day
.
mysql-date-time
)) ¶automatically generated reader method
hour
.
mysql-date-time
)) ¶automatically generated writer method
hour
.
mysql-date-time
)) ¶automatically generated reader method
mysql-date-time
)) ¶automatically generated writer method
mysql-date-time
)) ¶automatically generated reader method
mysql-date-time
)) ¶automatically generated writer method
mysql-date-time
)) ¶automatically generated reader method
mysql-date-time
)) ¶automatically generated writer method
mysql-date-time
)) ¶automatically generated reader method
mysql-date-time
)) ¶automatically generated writer method
mysql-date-time
)) ¶automatically generated reader method
year
.
mysql-date-time
)) ¶automatically generated writer method
year
.
mysql-base-connection
)) ¶Shut down a MySQL connection.
mysql-prepared-statement
)) ¶automatically generated reader method
mysql-prepared-statement
)) ¶automatically generated writer method
mysql-prepared-statement
)) ¶automatically generated reader method
mysql-prepared-statement
)) ¶automatically generated writer method
mysql-prepared-statement
)) ¶automatically generated reader method
mysql-prepared-statement
)) ¶automatically generated writer method
mysql-prepared-statement
)) ¶automatically generated reader method
mysql-prepared-statement
)) ¶automatically generated writer method
mysql-prepared-statement
)) ¶automatically generated reader method
mysql-prepared-statement
)) ¶automatically generated writer method
mysql-prepared-statement
)) ¶Deallocates and invalidates STATEMENT.
mysql-prepared-statement
) &key parameters) ¶Executes a QMYND:MYSQL-PREPARED-STATEMENT.
Accepts the following keyword arguments:
PARAMETERS: a sequence of parameters for the placeholders in the prepared statement, if any.
mysql-time-interval
)) ¶automatically generated reader method
days
.
mysql-time-interval
)) ¶automatically generated writer method
days
.
mysql-time-interval
)) ¶automatically generated reader method
mysql-time-interval
)) ¶automatically generated writer method
mysql-time-interval
)) ¶automatically generated reader method
mysql-time-interval
)) ¶automatically generated writer method
mysql-time-interval
)) ¶automatically generated reader method
mysql-time-interval
)) ¶automatically generated writer method
mysql-time-interval
)) ¶automatically generated reader method
mysql-time-interval
)) ¶automatically generated writer method
mysql-time-interval
)) ¶automatically generated reader method
mysql-time-interval
)) ¶automatically generated writer method
mysql-year
)) ¶automatically generated reader method
year
.
mysql-year
)) ¶automatically generated writer method
year
.
packet-slot
)) ¶automatically generated reader method
bind
.
packet-slot
)) ¶automatically generated writer method
bind
.
packet-slot
)) ¶automatically generated reader method
eof
.
packet-slot
)) ¶automatically generated writer method
eof
.
packet-slot
)) ¶automatically generated reader method
packet-slot
)) ¶automatically generated writer method
packet-slot
)) ¶automatically generated reader method
packet-slot
)) ¶automatically generated writer method
packet-slot
)) ¶automatically generated reader method
packet-slot
)) ¶automatically generated writer method
packet-slot
)) ¶automatically generated reader method
packet-slot
)) ¶automatically generated writer method
packet-slot
)) ¶automatically generated reader method
packet-slot
)) ¶automatically generated writer method
packet-slot
)) ¶automatically generated reader method
type
.
packet-slot
)) ¶automatically generated writer method
type
.
packet-slot
)) ¶automatically generated reader method
packet-slot
)) ¶automatically generated writer method
mysql-prepared-statement
)) ¶mysql-prepared-statement
)) ¶mysql-prepared-statement
) &key parameters) ¶mysql-prepared-statement
)) ¶mysql-year
) stream) ¶mysql-time-interval
) stream) ¶mysql-date-time
) stream) ¶my-packet-stream
) out) ¶mysql-compressed-stream
)) ¶sb-gray
.
mysql-compressed-stream
)) ¶sb-gray
.
mysql-compressed-stream
)) ¶sb-gray
.
mysql-compressed-stream
) sequence start end &key) ¶trivial-gray-streams
.
mysql-compressed-stream
) byte) ¶sb-gray
.
mysql-compressed-stream
) sequence start end &key) ¶trivial-gray-streams
.
Base class for all QMyND MySQL errors.
error
.
Wraps errors returned in MySQL Error Packets.
Signaled when connecting to a server that does not meet the minimum requirements for the library.
qmynd-impl::server-flags
This slot is read-only.
Signaled when trying to authenticate to a server with an unsupported authentication plugin.
:plugin
This slot is read-only.
Signaled when the library didn’t get as many bytes as asked.
Signaled when SSL is requested but not supported.
Signaled when the library encounters an unexpected packet.
:payload
This slot is read-only.
Signaled when calling #’WRITE-DECIMAL-TO-STRING with a value that is not a decimal.
:value
structure-object
.
integer
integer
(or (integer 0 65535) null)
(or (integer 0 65535) null)
string
The base class for all MySQL connections.
(setf mysql-connection-auth-data)
.
mysql-connection-auth-data
.
(setf mysql-connection-auth-plugin)
.
mysql-connection-auth-plugin
.
(setf mysql-connection-capabilities)
.
mysql-connection-capabilities
.
(setf mysql-connection-character-set)
.
mysql-connection-character-set
.
mysql-connection-command-init
.
(setf mysql-connection-connected)
.
mysql-connection-connected
.
(setf mysql-connection-connection-id)
.
mysql-connection-connection-id
.
(setf mysql-connection-cs-coll)
.
mysql-connection-cs-coll
.
(setf mysql-connection-current-command)
.
mysql-connection-current-command
.
(setf mysql-connection-default-schema)
.
mysql-connection-default-schema
.
mysql-connection-has-capability
.
mysql-connection-has-some-capability
.
mysql-connection-has-status
.
(setf mysql-connection-prepared-statements)
.
mysql-connection-prepared-statements
.
mysql-connection-read-packet
.
mysql-connection-remove-stale-prepared-statements
.
(setf mysql-connection-sequence-id)
.
mysql-connection-sequence-id
.
(setf mysql-connection-server-version)
.
mysql-connection-server-version
.
(setf mysql-connection-status-flags)
.
mysql-connection-status-flags
.
(setf mysql-connection-stream)
.
mysql-connection-stream
.
mysql-connection-write-packet
.
mysql-disconnect
.
boolean
common-lisp
.
:stream
(or string null)
(or integer null)
integer
(qmynd-impl::mysql-capabilities-supported)
keyword
:utf-8
integer
qmynd-impl::+mysql-cs-coll-utf8-general-ci+
(or integer null)
integer
0
(vector (unsigned-byte 8))
(or string null)
(or string null)
:default-schema
(or integer null)
list
(setf mysql-date-time-day)
.
mysql-date-time-day
.
(setf mysql-date-time-hour)
.
mysql-date-time-hour
.
(setf mysql-date-time-microsecond)
.
mysql-date-time-microsecond
.
(setf mysql-date-time-minute)
.
mysql-date-time-minute
.
(setf mysql-date-time-month)
.
mysql-date-time-month
.
(setf mysql-date-time-second)
.
mysql-date-time-second
.
(setf mysql-date-time-year)
.
mysql-date-time-year
.
print-object
.
(integer 0 65535)
0
:year
(integer 0 12)
0
:month
(integer 0 31)
0
:day
(integer 0 23)
0
:hour
(integer 0 59)
0
:minute
common-lisp
.
(integer 0 59)
0
:second
(integer 0 999999)
0
:microsecond
(setf mysql-prepared-statement-columns)
.
mysql-prepared-statement-columns
.
(setf mysql-prepared-statement-connection)
.
mysql-prepared-statement-connection
.
(setf mysql-prepared-statement-parameters)
.
mysql-prepared-statement-parameters
.
(setf mysql-prepared-statement-query-string)
.
mysql-prepared-statement-query-string
.
(setf mysql-prepared-statement-statement-id)
.
mysql-prepared-statement-statement-id
.
mysql-statement-close
.
mysql-statement-execute
.
parse-command-statement-execute-response
.
send-command-statement-close
.
send-command-statement-execute
.
send-command-statement-reset
.
(or qmynd:mysql-base-connection null)
:connection
string
:query-string
(unsigned-byte 32)
:statement-id
(list-of:vector-of qmynd-impl::column-definition-v41-packet)
:columns
(list-of:vector-of qmynd-impl::column-definition-v41-packet)
:parameters
(setf mysql-time-interval-days)
.
mysql-time-interval-days
.
(setf mysql-time-interval-hours)
.
mysql-time-interval-hours
.
(setf mysql-time-interval-microseconds)
.
mysql-time-interval-microseconds
.
(setf mysql-time-interval-minutes)
.
mysql-time-interval-minutes
.
(setf mysql-time-interval-negativep)
.
mysql-time-interval-negativep
.
(setf mysql-time-interval-seconds)
.
mysql-time-interval-seconds
.
print-object
.
boolean
:negativep
(integer 0 4294967295)
0
:days
(integer 0 23)
0
:hours
(integer 0 59)
0
:minutes
(integer 0 59)
0
:seconds
(integer 0 999999)
0
:microseconds
(integer 0 65535)
0
:year
(setf packet-slot-bind)
.
packet-slot-bind
.
(setf packet-slot-eof)
.
packet-slot-eof
.
(setf packet-slot-mysql-type)
.
packet-slot-mysql-type
.
packet-slot-name
.
(setf packet-slot-predicate)
.
packet-slot-predicate
.
(setf packet-slot-reduce)
.
packet-slot-reduce
.
(setf packet-slot-transform)
.
packet-slot-transform
.
(setf packet-slot-transient)
.
packet-slot-transient
.
(setf packet-slot-type)
.
packet-slot-type
.
(setf packet-slot-value)
.
packet-slot-value
.
symbol
:name
This slot is read-only.
boolean
t
:bind
keyword
:error
:eof
:predicate
common-lisp
.
:reduce
:transform
boolean
:transient
:mysql-type
common-lisp
.
:type
:value
Larger packet that we may receive, see https://dev.mysql.com/doc/internals/en/sending-more-than-16mbyte.html
The minimum required capabilities for this client to interop with a MySQL server.
Client side implementation of max_allowed_packets.
Compiler optimization settings for safe, debuggable code.
Compiler optimization settings for fast, unsafe, hard-to-debug code.
Helper function used in the definition of type DECIMAL-NUMBER.
Return T if the denominator of x has only 2 and/or 5 as factors, otherwise return NIL.
Internal for wire protocol use only.
tag
.
name
.
type
.
Given a list of VECTORS containing LENGTH octets in total, return a single vector containing the same octets in the same order.
Returns a function that applies ’function’ to ’args’, plus any additional arguments given at the call site.
Decode the given vector of OCTETS into an internal Common Lisp string,
given a known encoding for it. Provide a couple of restarts in case the
decoding fails:
- use-nil decode octets as a nil value
- use-empty-string decode octets as an empty string ("")
- use-value decode octets as any given value.
Allocates a new input buffer stream from the results of parsing a new compressed packet off of the wrapped stream. Requires that the existing input buffer, if any, be empty.
Interns a new symbol in the current package.
Given a symbol designator ’x’, return a keyword whose name is ’x’. If ’x’ is nil, this returns nil.
Interns a new symbol in the keyword package.
Intern a string of the ’package:string’ and return the symbol.
Call the FN function with a single row from the result-set at a time.
When RESULT-TYPE is list, the row is a list, when RESULT-TYPE is vector, the row passed to the FN function is a vector.
Check if we are at the end of the packet, or if we need to read from the next chunk from the network within the same "logical" packet.
Returns the full set of capabilities supported by this client library.
Perform the MySQL Initial Handshake with CONNECTION.
Maps a MySQL Character Set / Collation identifier to an encoding.
Scramble password hash with first 8 bytes of auth-data.
tag
.
Parses a date-time-string in one of the following forms and returns a MYSQL-DATE-TIME object.
"" – All fields = 0
"YYYY-MM-DD" – All time fields = 0
"YYYY-MM-DD hh:mm:ss" – Microseconds = 0
"YYYY-MM-DD hh:mm:ss.µµµµµµ"
Refrain from parsing data into lisp types, some application will only use the text form anyway
Parses the MySQL Text Protocol represetation of a time interval. /(-)?(h+):(mm):(ss).(µµµµµµ)/
Get the first octet in this stream’s chunk.
Prepare reading from a new packet from our source stream.
Read 1 octet from STREAM as an integer.
Read 2 octets from STREAM as an integer.
Read a compressed packet from STREAM.
Read an integer of LENGTH octets from STREAM.
Read LENGTH octets from STREAM, returns them in a vector.
NB: MySQL calls this a string, but we treat it as a vector of octets.
Read a MySQL Length-Encoded Integer from STREAM.
Accepts the following keyword arguments:
NULL-OK - Parse #xFB as NULL.
Signals an error when we fail to parse an integer.
Read a MySQL Length-Encoded Intgeer from STREAM, then read that many octets from STREAM.
Accepts the following keyword arguments:
NULL-OK: Allow READ-LENGTH-ENCODED-INTEGER to treat #xFB as NULL.
Read a single octet from STREAM.
Copy data from the STREAM into SEQUENCE.
Copy the rest of the whole data set into an array and return it.
Read LENGTH octets from STREAM and return an array of them.
Instanciate a my-packet-stream object and read some meta-data about it.
info
.
Sends a MySQL SSL Connection Request Packet and begins SSL negotiation.
Write PAYLOAD to STREAM as one or more compressed packets.
Write INT to STREAM as a LENGTH byte integer.
Write INT to STREAM as a MySQL Length-Encoded Integer.
Assumes INT is non-negative.
Signals an error if INT is too big.
Write the length of OCTETS to STREAM as a MySQL Length-Encoded Integer, then write OCTETS to STREAM.
Write OCTETS to STREAM followed by a NUL octet. Assumes no NUL octet exist in OCTETS.
Write PAYLOAD to STREAM as one or more packets.
bad-mysql-type-spec
)) ¶text
.
decoding-error
)) ¶decoding-error
)) ¶decoding-error
)) ¶decoding-error
)) ¶invalid-length-encoded-integer
)) ¶text
.
mysql-compressed-stream
)) ¶mysql-compressed-stream
)) ¶The container for the incoming, just inflated, octet stream.
mysql-compressed-stream
)) ¶mysql-compressed-stream
)) ¶The container for the outgoing, to be deflated, octet stream.
mysql-compressed-stream
)) ¶mysql-compressed-stream
)) ¶Sequence IDs for the compressed protocol packet stream.
mysql-compressed-stream
)) ¶mysql-compressed-stream
)) ¶The underlying stream.
Close the MySQL connection’s socket.
mysql-local-connection
)) ¶mysql-inet-connection
)) ¶mysql-base-connection
) command) ¶Initialize connection for a new command. Resets sequence-id in underlying stream(s).
mysql-base-connection
)) ¶Removes from C all prepared statements that do not have C as their connection.
mysql-error
)) ¶code
.
mysql-error
)) ¶mysql-error
)) ¶mysql-insufficient-capabilities
)) ¶mysql-unsupported-authentication
)) ¶packet-slot
)) ¶automatically generated reader method
name
.
partial-read
)) ¶partial-read
)) ¶unexpected-packet
)) ¶Signaled when we encounter a bad type spec in DEFINE-PACKET.
:text
This slot is read-only.
Signaled when babel fails to decode OCTETS in ENCODING for a given column definition COLDEF.
:coldef
This slot is read-only.
:encoding
This slot is read-only.
:octets
This slot is read-only.
:error
This slot is read-only.
:text
This slot is read-only.
Signaled when trying to use an invalid MYSQL-PREPARED-STATEMENT.
Base class for all QMyND MySQL external (exported) errors.
Base class for all QMyND internal errors.
Signaled when the initial handshake returns an unknown protocol value.
:version
Signaled when the wrong number of parameters are passed while calling #’MYSQL-STATEMENT-EXECUTE.
structure-object
.
string
string
string
string
string
string
(integer 0 65535)
(integer 0 4294967295)
common-lisp
.
(integer 0 255)
(integer 0 65535)
(integer 0 255)
(or string null)
structure-object
.
(integer 0 4294967295)
(integer 0 65535)
(integer 0 65535)
(integer 0 65535)
structure-object
.
string
(integer 0 4294967295)
(vector (unsigned-byte 8))
integer
(or (integer 0 255) null)
(or (integer 0 65535) null)
(or string null)
structure-object
.
(or null stream)
(or null (simple-array (unsigned-byte 8) *))
(integer 0 255)
0
integer
0
integer
0
structure-object
.
(integer 0 255)
fundamental-binary-input-stream
.
fundamental-binary-output-stream
.
trivial-gray-stream-mixin
.
(setf mysql-compressed-stream-input-buffer)
.
mysql-compressed-stream-input-buffer
.
(setf mysql-compressed-stream-output-buffer)
.
mysql-compressed-stream-output-buffer
.
(setf mysql-compressed-stream-sequence-id)
.
mysql-compressed-stream-sequence-id
.
(setf mysql-compressed-stream-stream)
.
mysql-compressed-stream-stream
.
stream-force-output
.
stream-listen
.
stream-read-byte
.
stream-read-sequence
.
stream-write-byte
.
stream-write-sequence
.
The underlying stream.
common-lisp
.
:stream
The container for the incoming, just inflated, octet stream.
(or flexi-streams:in-memory-input-stream null)
The container for the outgoing, to be deflated, octet stream.
flexi-streams:in-memory-output-stream
(flexi-streams:make-in-memory-output-stream)
Sequence IDs for the compressed protocol packet stream.
integer
0
An AF_INET MySQL connections.
(or usocket:stream-usocket null)
:socket
An AF_LOCAL MySQL connection.
:socket
Jump to: | %
(
A B C D E F G H I K M O P R S U W |
---|
Jump to: | %
(
A B C D E F G H I K M O P R S U W |
---|
Jump to: | *
+
A B C D E F H I L M N O P Q R S T V W Y |
---|
Jump to: | *
+
A B C D E F H I L M N O P Q R S T V W Y |
---|
Jump to: | A B C D F H I M O P Q R S T U V W |
---|
Jump to: | A B C D F H I M O P Q R S T U V W |
---|