| 类 | 说明 |
|---|---|
| ConnectionConfiguration |
建立 Mysql 数据库连接使用的配置信息。
|
| ConnectionInfo |
Mysql 数据库连接信息。
|
| MysqlConnection |
Mysql 数据库连接。
|
| MysqlDatabaseMetaData |
Mysql 数据库信息。
|
| MysqlDriver |
Mysql 数据库驱动,用于创建 Mysql 连接。
|
| MysqlSavepoint |
基于 Mysql 实现的
Savepoint 对象。 |
| TextPreparedStatement |
PreparedStatement 实现类,通过 SQLCommand 执行 SQL 语句并返回结果。 |
| TextStatement |
Statement 实现类,通过 SQLCommand 执行 SQL 语句并返回结果。 |
Copyright © 2019. All Rights Reserved.