クライアントライブラリ
アプリケーションから MariaDB / MySQL のデータベースへ接続するための Connector を提供しています。
-
Client/Server Protocol
クライアントとMariaDB, MySQL間で利用されるプロトコルの説明 -
Perl DBI
DBD-MariaDBドライバーは、MariaDBサーバー接続用のDBIドライバーです。 ドキュメント [[https://metacpan.org/... -
Javaコネクター(Maven利用)
MariaDB Connector/J(標準的なJDBCのAPIを利用) は、Javaで開発されたアプリケーションをMariaDBやMySQLに接続... -
Javaコネクターの始め方
インストール MariaDBドライバーのインストール方法としては、MavenやGradleのようなパッケージマネージャーの利用が推奨されます。 Ma... -
mariadb_cancel
構文 int mariadb_cancel(MYSQL * mysql); mysql - mysql handleのことで、mysql_init()... -
mysql_close
構文 void mysql_close(MYSQL * mysql); mysql - mysql handleのことで、 mysql_init()も... -
mysql_debug
構文 void mysql_debug(const char * debug); debug - デバッグ対象の文字列。詳細は下記。 Descrip... -
mysql_dump_debug_info
構文 int mysql_dump_debug_info(MYSQL * mysql); mysql - mysql handleのことで、mysql...
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.