| Package | Description |
|---|---|
| com.mysql.cj.protocol.x |
| Modifier and Type | Method and Description |
|---|---|
static XpluginStatementCommand |
XpluginStatementCommand.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XpluginStatementCommand[] |
XpluginStatementCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private MysqlxSql.StmtExecute |
XMessageBuilder.buildXpluginCommand(XpluginStatementCommand command,
MysqlxDatatypes.Any... args)
Build a StmtExecute message for an xplugin command.
|