class MysqlClient extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private MysqldConfig |
config |
private Charset |
effectiveCharset |
private MysqldExecutable |
executable |
private String |
schemaName |
| 构造器和说明 |
|---|
MysqlClient(MysqldConfig config,
MysqldExecutable executable,
String schemaName,
Charset effectiveCharset) |
private final MysqldConfig config
private final MysqldExecutable executable
private final String schemaName
private final Charset effectiveCharset
public MysqlClient(MysqldConfig config, MysqldExecutable executable, String schemaName, Charset effectiveCharset)
Copyright © 2020. All rights reserved.