| Modifier and Type | Method and Description |
|---|---|
static MySQLCharset |
CharsetUtils.getServerCharset(int serverCharsetByte) |
static MySQLCharset |
MySQLCharset.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MySQLCharset[] |
MySQLCharset.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PacketOutputStream.sendStream(InputStream is,
long readLength,
MySQLCharset charset) |
void |
PacketOutputStream.sendStream(InputStream is,
MySQLCharset charset) |
void |
PacketOutputStream.sendStream(Reader reader,
long readLength,
MySQLCharset charset) |
void |
PacketOutputStream.sendStream(Reader reader,
MySQLCharset charset) |
| Modifier and Type | Field and Description |
|---|---|
MySQLCharset |
LongDataParameterHolder.mySQLServerCharset |
| Modifier and Type | Method and Description |
|---|---|
void |
LongDataParameterHolder.setMySQLServerCharset(MySQLCharset mySQLServerCharset) |
| Constructor and Description |
|---|
SendPrepareParameterPacket(int parameterIndex,
LongDataParameterHolder parameter,
int statementId,
MySQLCharset mySQLCharset) |
Copyright © 2015. All rights reserved.