public final class MySQLConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static io.netty.util.AttributeKey<MySQLCharacterSet> |
MYSQL_CHARACTER_SET_ATTRIBUTE_KEY |
static io.netty.util.AttributeKey<Integer> |
MYSQL_OPTION_MULTI_STATEMENTS |
static io.netty.util.AttributeKey<AtomicInteger> |
MYSQL_SEQUENCE_ID |
| Constructor and Description |
|---|
MySQLConstants() |
public static final io.netty.util.AttributeKey<AtomicInteger> MYSQL_SEQUENCE_ID
public static final io.netty.util.AttributeKey<MySQLCharacterSet> MYSQL_CHARACTER_SET_ATTRIBUTE_KEY
public static final io.netty.util.AttributeKey<Integer> MYSQL_OPTION_MULTI_STATEMENTS
Copyright © 2023 The Apache Software Foundation. All rights reserved.