Index
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- AbandonedConnectionCleanupThread - Class in com.mysql.cj.jdbc
-
This class implements a thread that is responsible for closing abandoned MySQL connections, i.e., connections that are not explicitly closed.
- abort(Executor) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- abort(Executor) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- abort(Executor) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- abort(Executor) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- abortInternal() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- abortInternal() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- abortInternal() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- abortInternal() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- abortInternal() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Clobbers the physical network connection and marks this connection as closed.
- absolute(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- absolute(int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- AbstractBufferRow - Class in com.mysql.cj.protocol.a.result
-
A ResultSetRow implementation that holds one row packet (which is re-used by the driver, and thus saves memory allocations), and tries when possible to avoid allocations to break out the results as individual byte[]s.
- AbstractBufferRow(ExceptionInterceptor) - Constructor for class com.mysql.cj.protocol.a.result.AbstractBufferRow
- AbstractDataResult<T> - Class in com.mysql.cj.xdevapi
-
Base class for data set results.
- AbstractDataResult(RowList, Supplier<ProtocolEntity>, ProtocolEntityFactory<T, XMessage>) - Constructor for class com.mysql.cj.xdevapi.AbstractDataResult
-
Constructor.
- AbstractDateTimeValueFactory<T> - Class in com.mysql.cj.result
- AbstractDateTimeValueFactory(PropertySet) - Constructor for class com.mysql.cj.result.AbstractDateTimeValueFactory
- AbstractFilterParams - Class in com.mysql.cj.xdevapi
-
Abstract implementation of
FilterParams
. - AbstractFilterParams(String, String, boolean, boolean) - Constructor for class com.mysql.cj.xdevapi.AbstractFilterParams
-
Constructor.
- AbstractNumericValueFactory<T> - Class in com.mysql.cj.result
- AbstractNumericValueFactory(PropertySet) - Constructor for class com.mysql.cj.result.AbstractNumericValueFactory
- AbstractPreparedQuery<T extends QueryBindings<?>> - Class in com.mysql.cj
- AbstractPreparedQuery(NativeSession) - Constructor for class com.mysql.cj.AbstractPreparedQuery
- AbstractPropertyDefinition<T> - Class in com.mysql.cj.conf
- AbstractPropertyDefinition(PropertyKey, T, boolean, String, String, String, int) - Constructor for class com.mysql.cj.conf.AbstractPropertyDefinition
- AbstractPropertyDefinition(PropertyKey, T, boolean, String, String, String, int, int, int) - Constructor for class com.mysql.cj.conf.AbstractPropertyDefinition
- AbstractPropertyDefinition(String, String, T, boolean, String, String, String, int) - Constructor for class com.mysql.cj.conf.AbstractPropertyDefinition
- AbstractProtocol<M extends Message> - Class in com.mysql.cj.protocol
- AbstractProtocol() - Constructor for class com.mysql.cj.protocol.AbstractProtocol
- AbstractQuery - Class in com.mysql.cj
- AbstractQuery(NativeSession) - Constructor for class com.mysql.cj.AbstractQuery
- AbstractQueryBindings<T extends BindValue> - Class in com.mysql.cj
- AbstractQueryBindings(int, Session) - Constructor for class com.mysql.cj.AbstractQueryBindings
- AbstractResultsetRow - Class in com.mysql.cj.protocol.result
- AbstractResultsetRow(ExceptionInterceptor) - Constructor for class com.mysql.cj.protocol.result.AbstractResultsetRow
- AbstractResultsetRows - Class in com.mysql.cj.protocol.a.result
- AbstractResultsetRows() - Constructor for class com.mysql.cj.protocol.a.result.AbstractResultsetRows
- AbstractRowFactory - Class in com.mysql.cj.protocol.a
- AbstractRowFactory() - Constructor for class com.mysql.cj.protocol.a.AbstractRowFactory
- AbstractRuntimeProperty<T> - Class in com.mysql.cj.conf
- AbstractRuntimeProperty() - Constructor for class com.mysql.cj.conf.AbstractRuntimeProperty
- AbstractRuntimeProperty(PropertyDefinition<T>) - Constructor for class com.mysql.cj.conf.AbstractRuntimeProperty
- AbstractSocketConnection - Class in com.mysql.cj.protocol
- AbstractSocketConnection() - Constructor for class com.mysql.cj.protocol.AbstractSocketConnection
- acceptAwsProtocolOnly - com.mysql.cj.conf.PropertyKey
- acceptAwsProtocolOnly - Static variable in class com.mysql.cj.jdbc.NonRegisteringDriver
- acceptsUrl(String) - Static method in class com.mysql.cj.conf.ConnectionUrl
-
Checks if this
ConnectionUrl
is able to process the given database URL. - acceptsURL(String) - Method in class com.mysql.cj.jdbc.NonRegisteringDriver
-
Typically, drivers will return true if they understand the subprotocol specified in the URL and false if they don't.
- ACCOUNT_EXPIRED - com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
ACCOUNT_EXPIRED = 2;
- ACCOUNT_EXPIRED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
ACCOUNT_EXPIRED = 2;
- activeCheckConnection(Connection) - Method in class com.mysql.cj.jdbc.integration.c3p0.MysqlConnectionTester
- activeCheckConnection(Connection, String) - Method in class com.mysql.cj.jdbc.integration.c3p0.MysqlConnectionTester
- add(DbDoc) - Method in interface com.mysql.cj.xdevapi.Collection
-
Add a document in the form of a DbDoc.
- add(DbDoc) - Method in class com.mysql.cj.xdevapi.CollectionImpl
- add(DbDoc...) - Method in interface com.mysql.cj.xdevapi.AddStatement
-
Add a sequence of DbDocs.
- add(DbDoc...) - Method in class com.mysql.cj.xdevapi.AddStatementImpl
- add(DbDoc...) - Method in interface com.mysql.cj.xdevapi.Collection
-
Add a sequence of documents.
- add(DbDoc...) - Method in class com.mysql.cj.xdevapi.CollectionImpl
- add(String) - Method in interface com.mysql.cj.xdevapi.AddStatement
-
Add a document as a JSON string.
- add(String) - Method in class com.mysql.cj.xdevapi.AddStatementImpl
- add(String...) - Method in interface com.mysql.cj.xdevapi.Collection
-
Add one or more documents.
- add(String...) - Method in class com.mysql.cj.xdevapi.CollectionImpl
- add(String, JsonValue) - Method in interface com.mysql.cj.xdevapi.DbDoc
-
Add
JsonValue
to the top-level document hierarchy. - add(String, JsonValue) - Method in class com.mysql.cj.xdevapi.DbDocImpl
- add(Map<String, ?>) - Method in interface com.mysql.cj.xdevapi.Collection
-
Add a document in the form of a Map.
- add(Map<String, ?>) - Method in class com.mysql.cj.xdevapi.CollectionImpl
- addAllArgs(Iterable<? extends MysqlxDatatypes.Any>) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- addAllArgs(Iterable<? extends MysqlxDatatypes.Any>) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- addAllArgs(Iterable<? extends MysqlxDatatypes.Scalar>) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- addAllArgs(Iterable<? extends MysqlxDatatypes.Scalar>) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- addAllArgs(Iterable<? extends MysqlxDatatypes.Scalar>) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- addAllArgs(Iterable<? extends MysqlxDatatypes.Scalar>) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- addAllCapabilities(Iterable<? extends MysqlxConnection.Capability>) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- addAllColumn(Iterable<String>) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
repeated string column = 6;
- addAllColumn(Iterable<String>) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
repeated string column = 6;
- addAllCond(Iterable<? extends MysqlxExpect.Open.Condition>) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- addAllDocumentPath(Iterable<? extends MysqlxExpr.DocumentPathItem>) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- addAllDocumentPath(Iterable<? extends MysqlxExpr.DocumentPathItem>) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- addAllField(Iterable<? extends ByteString>) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
repeated bytes field = 1;
- addAllField(Iterable<? extends MysqlxExpr.Expr>) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- addAllFld(Iterable<? extends MysqlxDatatypes.Object.ObjectField>) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- addAllFld(Iterable<? extends MysqlxExpr.Object.ObjectField>) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- addAllGrouping(Iterable<? extends MysqlxExpr.Expr>) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- addAllOperation(Iterable<? extends MysqlxCrud.UpdateOperation>) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- addAllOrder(Iterable<? extends MysqlxCrud.Order>) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- addAllOrder(Iterable<? extends MysqlxCrud.Order>) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- addAllOrder(Iterable<? extends MysqlxCrud.Order>) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- addAllParam(Iterable<? extends MysqlxExpr.Expr>) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- addAllParam(Iterable<? extends MysqlxExpr.Expr>) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- addAllProjection(Iterable<? extends MysqlxCrud.Column>) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- addAllProjection(Iterable<? extends MysqlxCrud.Projection>) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- addAllRow(Iterable<? extends MysqlxCrud.Insert.TypedRow>) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- addAllValue(Iterable<? extends MysqlxDatatypes.Any>) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- addAllValue(Iterable<? extends MysqlxDatatypes.Scalar>) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- addAllValue(Iterable<? extends MysqlxExpr.Expr>) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- addArg(String, Object) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- addArg(String, Object) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Set binding.
- addArgs(int, MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- addArgs(int, MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- addArgs(int, MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- addArgs(int, MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- addArgs(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- addArgs(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- addArgs(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- addArgs(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- addArgs(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- addArgs(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- addArgs(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- addArgs(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- addArgs(MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- addArgs(MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- addArgs(MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- addArgs(MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- addArgs(MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- addArgs(MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- addArgs(MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- addArgs(MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- addArgs(MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- addArgs(MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- addArgs(MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- addArgs(MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- addArgsBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- addArgsBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- addArgsBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- addArgsBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- addArgsBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- addArgsBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- addArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- addArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- addArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- addArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- addArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- addArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- addBatch() - Method in class com.mysql.cj.jdbc.CallableStatement
- addBatch() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- addBatch() - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- addBatch() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
- addBatch(Object) - Method in class com.mysql.cj.AbstractQuery
- addBatch(Object) - Method in class com.mysql.cj.jdbc.StatementImpl
- addBatch(Object) - Method in interface com.mysql.cj.Query
- addBatch(String) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- addBatch(String) - Method in class com.mysql.cj.jdbc.StatementImpl
- addBatch(String) - Method in class com.mysql.cj.jdbc.StatementWrapper
- addCapabilities(int, MysqlxConnection.Capability) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- addCapabilities(int, MysqlxConnection.Capability.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- addCapabilities(MysqlxConnection.Capability) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- addCapabilities(MysqlxConnection.Capability.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- addCapabilitiesBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- addCapabilitiesBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- addColumn(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
repeated string column = 6;
- addColumn(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
repeated string column = 6;
- addColumnBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
repeated string column = 6;
- addColumnBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
repeated string column = 6;
- addCond(int, MysqlxExpect.Open.Condition) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- addCond(int, MysqlxExpect.Open.Condition.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- addCond(MysqlxExpect.Open.Condition) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- addCond(MysqlxExpect.Open.Condition.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- addCondBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- addCondBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- addConnectionEventListener(ConnectionEventListener) - Method in class com.mysql.cj.jdbc.MysqlPooledConnection
- addDocumentPath(int, MysqlxExpr.DocumentPathItem) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- addDocumentPath(int, MysqlxExpr.DocumentPathItem) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- addDocumentPath(int, MysqlxExpr.DocumentPathItem.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- addDocumentPath(int, MysqlxExpr.DocumentPathItem.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- addDocumentPath(MysqlxExpr.DocumentPathItem) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- addDocumentPath(MysqlxExpr.DocumentPathItem) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- addDocumentPath(MysqlxExpr.DocumentPathItem.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- addDocumentPath(MysqlxExpr.DocumentPathItem.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- addDocumentPathBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- addDocumentPathBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- addDocumentPathBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- addDocumentPathBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- addField(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- addField(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- addField(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
repeated bytes field = 1;
- addField(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- addField(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- addFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- addFieldBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- addFld(int, MysqlxDatatypes.Object.ObjectField) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- addFld(int, MysqlxDatatypes.Object.ObjectField.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- addFld(int, MysqlxExpr.Object.ObjectField) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- addFld(int, MysqlxExpr.Object.ObjectField.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- addFld(MysqlxDatatypes.Object.ObjectField) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- addFld(MysqlxDatatypes.Object.ObjectField.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- addFld(MysqlxExpr.Object.ObjectField) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- addFld(MysqlxExpr.Object.ObjectField.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- addFldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- addFldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- addFldBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- addFldBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- addGrouping(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- addGrouping(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- addGrouping(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- addGrouping(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- addGroupingBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- addGroupingBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- addHost(String) - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
Add the given host (host:port pair) to this Connection Group.
- addHost(String) - Method in interface com.mysql.cj.jdbc.ha.LoadBalancedConnection
- addHost(String) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Adds a host to the hosts list.
- addHost(String) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
- addHost(String, boolean) - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
Add the given host (host:port pair) to this Connection Group and, consequently, to all the load-balanced connections it holds.
- addHost(String, String, boolean) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
- addHost(String, String, boolean) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
- addHost(String, String, boolean) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
- addListener(RuntimeProperty.RuntimePropertyListener) - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
- addListener(RuntimeProperty.RuntimePropertyListener) - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Add listener for this property changes.
- addListener(Session.SessionEventListener) - Method in class com.mysql.cj.CoreSession
- addListener(Session.SessionEventListener) - Method in class com.mysql.cj.NativeSession
- addListener(Session.SessionEventListener) - Method in interface com.mysql.cj.Session
-
Add listener for this session status changes.
- AddMethods - Class in instrumentation
- AddMethods() - Constructor for class instrumentation.AddMethods
- addNotices(List<Notice>) - Method in class com.mysql.cj.protocol.x.XMessage
- addOperation(int, MysqlxCrud.UpdateOperation) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- addOperation(int, MysqlxCrud.UpdateOperation.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- addOperation(MysqlxCrud.UpdateOperation) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- addOperation(MysqlxCrud.UpdateOperation.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- addOperationBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- addOperationBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- addOrder(int, MysqlxCrud.Order) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- addOrder(int, MysqlxCrud.Order) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- addOrder(int, MysqlxCrud.Order) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- addOrder(int, MysqlxCrud.Order.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- addOrder(int, MysqlxCrud.Order.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- addOrder(int, MysqlxCrud.Order.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- addOrder(MysqlxCrud.Order) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- addOrder(MysqlxCrud.Order) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- addOrder(MysqlxCrud.Order) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- addOrder(MysqlxCrud.Order.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- addOrder(MysqlxCrud.Order.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- addOrder(MysqlxCrud.Order.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- addOrderBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- addOrderBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- addOrderBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- addOrderBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- addOrderBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- addOrderBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- addOrReplaceOne(String, DbDoc) - Method in interface com.mysql.cj.xdevapi.Collection
-
Adds the document to the collection.
- addOrReplaceOne(String, DbDoc) - Method in class com.mysql.cj.xdevapi.CollectionImpl
- addOrReplaceOne(String, String) - Method in interface com.mysql.cj.xdevapi.Collection
-
Adds the document to the collection.
- addOrReplaceOne(String, String) - Method in class com.mysql.cj.xdevapi.CollectionImpl
- addParam(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- addParam(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- addParam(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- addParam(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- addParam(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- addParam(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- addParam(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- addParam(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- addParamBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- addParamBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- addParamBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- addParamBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- addProjection(int, MysqlxCrud.Column) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- addProjection(int, MysqlxCrud.Column.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- addProjection(int, MysqlxCrud.Projection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- addProjection(int, MysqlxCrud.Projection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- addProjection(MysqlxCrud.Column) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- addProjection(MysqlxCrud.Column.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- addProjection(MysqlxCrud.Projection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- addProjection(MysqlxCrud.Projection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- addProjectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- addProjectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- addProjectionBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- addProjectionBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- addProperty(RuntimeProperty<?>) - Method in class com.mysql.cj.conf.DefaultPropertySet
- addProperty(RuntimeProperty<?>) - Method in interface com.mysql.cj.conf.PropertySet
- addProtocolEntity(ProtocolEntity) - Method in interface com.mysql.cj.protocol.ResultBuilder
-
Add ProtocolEntity.
- addProtocolEntity(ProtocolEntity) - Method in class com.mysql.cj.protocol.x.OkBuilder
- addProtocolEntity(ProtocolEntity) - Method in class com.mysql.cj.protocol.x.StatementExecuteOkBuilder
- addProtocolEntity(ProtocolEntity) - Method in class com.mysql.cj.xdevapi.DocResultBuilder
- addProtocolEntity(ProtocolEntity) - Method in class com.mysql.cj.xdevapi.RowResultBuilder
- addProtocolEntity(ProtocolEntity) - Method in class com.mysql.cj.xdevapi.SqlResultBuilder
- addProtocolEntity(ProtocolEntity) - Method in class com.mysql.cj.xdevapi.StreamingDocResultBuilder
- addProtocolEntity(ProtocolEntity) - Method in class com.mysql.cj.xdevapi.StreamingRowResultBuilder
- addProtocolEntity(ProtocolEntity) - Method in class com.mysql.cj.xdevapi.StreamingSqlResultBuilder
- addProtocolEntity(ProtocolEntity) - Method in class com.mysql.cj.xdevapi.UpdateResultBuilder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
- addReplicaHost(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
- addReplicaHost(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Adds a host to the replicas hosts list.
- addReplicaHost(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- addReplicaHost(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- addReplicaHost(String, String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
- addReplicaHost(String, String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
- addReplicaHost(String, String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
- ADDRESS - com.mysql.cj.conf.PropertyKey
-
The address value ("host:port") from the properties instance passed to the driver.
- AddResult - Interface in com.mysql.cj.xdevapi
-
A result from the collection.add() statement.
- AddResultBuilder - Class in com.mysql.cj.xdevapi
-
Result builder producing an
AddResult
instance. - AddResultBuilder() - Constructor for class com.mysql.cj.xdevapi.AddResultBuilder
- AddResultImpl - Class in com.mysql.cj.xdevapi
-
A result from the collection.add() statement.
- AddResultImpl(StatementExecuteOk) - Constructor for class com.mysql.cj.xdevapi.AddResultImpl
-
Constructor.
- addRingZero(ExceptionInterceptor) - Method in class com.mysql.cj.exceptions.ExceptionInterceptorChain
- addRow(int, MysqlxCrud.Insert.TypedRow) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- addRow(int, MysqlxCrud.Insert.TypedRow.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- addRow(Row) - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
- addRow(Row) - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
- addRow(Row) - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Adds a row.
- addRow(MysqlxCrud.Insert.TypedRow) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- addRow(MysqlxCrud.Insert.TypedRow.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- addRow(List<Object>) - Method in class com.mysql.cj.xdevapi.InsertParams
-
Add new X Protocol row.
- addRowBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- addRowBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- addSlaveHost(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
Deprecated.
- addSlaveHost(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- addSlaveHost(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Deprecated.
- addSlaveHost(String, String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- addSlaveHost(String, String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
Deprecated.
- AddStatement - Interface in com.mysql.cj.xdevapi
-
A statement adding documents to a collection.
- addStatementEventListener(StatementEventListener) - Method in class com.mysql.cj.jdbc.MysqlPooledConnection
- AddStatementImpl - Class in com.mysql.cj.xdevapi
- addToDownHostList(HostInfo) - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Mark host as down.
- addToDownHostList(HostInfo) - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Mark host as down.
- addToGlobalBlacklist(String) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Deprecated.
- addToGlobalBlacklist(String, long) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Deprecated.
- addToGlobalBlocklist(String) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Adds a host to the blocklist.
- addToGlobalBlocklist(String, long) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Adds a host to the blocklist with the given timeout.
- addUpdate(String, Object) - Method in class com.mysql.cj.xdevapi.UpdateParams
-
Add update parameter.
- addValue(int, MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- addValue(int, MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- addValue(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- addValue(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- addValue(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- addValue(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- addValue(MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- addValue(MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- addValue(MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- addValue(MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- addValue(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- addValue(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- addValue(JsonValue) - Method in class com.mysql.cj.xdevapi.JsonArray
-
Add value to this array.
- addValueBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- addValueBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- addValueBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- addValueBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- addValueBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- addValueBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- adjustNanosPrecision(Timestamp, int, boolean) - Static method in class com.mysql.cj.util.TimeUtil
-
Return a new Timestamp object which value is adjusted according to known DATE, DATETIME or TIMESTAMP field precision.
- adjustNanosPrecision(LocalDateTime, int, boolean) - Static method in class com.mysql.cj.util.TimeUtil
-
Return a new LocalDateTime object which value is adjusted according to known DATE, DATETIME or TIMESTAMP field precision.
- adjustNanosPrecision(LocalTime, int, boolean) - Static method in class com.mysql.cj.util.TimeUtil
- affinityOrderedServers - Variable in class com.mysql.cj.jdbc.ha.ServerAffinityStrategy
- afterHandshake() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- afterHandshake() - Method in interface com.mysql.cj.protocol.Protocol
- afterHandshake() - Method in interface com.mysql.cj.protocol.SocketFactory
-
Called by the driver after completing the MySQL protocol handshake and reading the results of the authentication.
- afterHandshake() - Method in class com.mysql.cj.protocol.StandardSocketFactory
- afterHandshake() - Method in class com.mysql.cj.protocol.x.XProtocol
- afterHandshake() - Method in interface com.mysql.jdbc.SocketFactory
-
Deprecated.Called by the driver after issuing the MySQL protocol handshake and reading the results of the handshake.
- afterHandshake() - Method in class com.mysql.jdbc.SocketFactoryWrapper
- afterLast() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- afterLast() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- afterLast() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
- afterLast() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
- afterLast() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
- afterLast() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Moves to after last.
- ALGORITHM_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- ALGORITHM_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- ALIAS_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- ALIAS_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- all - Variable in class com.mysql.cj.xdevapi.AbstractDataResult
-
List of all elements.
- ALL - com.mysql.cj.conf.HostsListView
- allocateSequentialId() - Method in class com.mysql.cj.util.SequentialIdLease
-
Finds and allocates the first available sequential id.
- ALLOW_BACKSLASH_ESCAPE - com.mysql.cj.util.StringUtils.SearchMode
- allowedOnClosedConnection(Method) - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Checks if the given method is allowed on closed connections.
- allowLoadLocalInfile - com.mysql.cj.conf.PropertyKey
- allowLoadLocalInfileInPath - com.mysql.cj.conf.PropertyKey
- allowMultiQueries - com.mysql.cj.conf.PropertyKey
- allowNanAndInf - com.mysql.cj.conf.PropertyKey
- allowPublicKeyRetrieval - com.mysql.cj.conf.PropertyKey
- allowReplicaDownConnections - com.mysql.cj.conf.PropertyKey
- allowReplicaDownConnections - Variable in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- allowSourceDownConnections - com.mysql.cj.conf.PropertyKey
- allowSourceDownConnections - Variable in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- allowUrlInLocalInfile - com.mysql.cj.conf.PropertyKey
- allowXmlUnsafeExternalEntity - com.mysql.cj.conf.PropertyKey
- allProceduresAreCallable() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- allTablesAreSelectable() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- alwaysSendSetIsolation - com.mysql.cj.conf.PropertyKey
- anyOf(MysqlxDatatypes.Scalar) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Protocol buffers helper to build an Any Scalar type.
- append(byte[]) - Method in class com.mysql.cj.AppendingBatchVisitor
- append(byte[]) - Method in interface com.mysql.cj.BatchVisitor
- appendAsHex(StringBuilder, byte[]) - Static method in class com.mysql.cj.util.StringUtils
- appendAsHex(StringBuilder, int) - Static method in class com.mysql.cj.util.StringUtils
- AppendingBatchVisitor - Class in com.mysql.cj
- AppendingBatchVisitor() - Constructor for class com.mysql.cj.AppendingBatchVisitor
- appendMessage(String) - Method in exception com.mysql.cj.exceptions.CJException
- applyPacketDecorators(MessageSender<NativePacketPayload>, MessageReader<NativePacketHeader, NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Apply optional decorators to configured PacketSender and PacketReader.
- areCompressedStreamsReusable() - Method in class com.mysql.cj.protocol.x.CompressorStreamsFactory
- argObjectToExpr(Object, boolean) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Protocol buffers helper to build Expr with any object.
- argObjectToScalar(Object) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Protocol buffers helper to build a Scalar type with any object.
- argObjectToScalarAny(Object) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Protocol buffers helper to build an Any type with any object.
- args - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
- ARGS_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- ARGS_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- ARGS_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- ARGS_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- ARGS_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- ARGS_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- ARRAY - com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
ARRAY = 3;
- ARRAY - com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
ARRAY = 8;
- ARRAY_APPEND - com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
append the value on the array at the identified path
- ARRAY_APPEND - com.mysql.cj.xdevapi.UpdateType
- ARRAY_APPEND_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
append the value on the array at the identified path
- ARRAY_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- ARRAY_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- ARRAY_INDEX - com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
[index]
- ARRAY_INDEX_ASTERISK - com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
[*]
- ARRAY_INDEX_ASTERISK_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
[*]
- ARRAY_INDEX_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
[index]
- ARRAY_INSERT - com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
insert the value in the array at the index identified in the source path
- ARRAY_INSERT - com.mysql.cj.xdevapi.UpdateType
- ARRAY_INSERT_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
insert the value in the array at the index identified in the source path
- ARRAY_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
ARRAY = 3;
- ARRAY_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
ARRAY = 8;
- arrayAppend(String, Object) - Method in interface com.mysql.cj.xdevapi.ModifyStatement
-
Append a value to the specified array.
- arrayAppend(String, Object) - Method in class com.mysql.cj.xdevapi.ModifyStatementImpl
- arrayInsert(String, Object) - Method in interface com.mysql.cj.xdevapi.ModifyStatement
-
Insert a value into the specified array.
- arrayInsert(String, Object) - Method in class com.mysql.cj.xdevapi.ModifyStatementImpl
- asBoolean() - Method in enum com.mysql.cj.conf.BooleanPropertyDefinition.AllowableValues
- ASC - com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
-
ASC = 1;
- ASC_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
-
ASC = 1;
- asNumber() - Method in enum com.mysql.cj.xdevapi.FilterParams.RowLock
-
Get the row lock type id.
- asNumber() - Method in enum com.mysql.cj.xdevapi.FilterParams.RowLockOptions
-
Get the row lock option id.
- AssertionFailedException - Exception in com.mysql.cj.exceptions
-
Assertions for empty code paths that should never be executed.
- AssertionFailedException(Exception) - Constructor for exception com.mysql.cj.exceptions.AssertionFailedException
-
Creates an AssertionFailedException for the given exception that should never have been thrown.
- AssertionFailedException(String) - Constructor for exception com.mysql.cj.exceptions.AssertionFailedException
-
Creates an AssertionFailedException for the reason given.
- assertSize(int) - Method in enum com.mysql.cj.conf.ConnectionUrl.HostsCardinality
- assertTrue(boolean) - Method in class com.mysql.cj.jdbc.util.BaseBugReport
-
Throws an exception if condition evalutates to 'false'.
- assertTrue(String, boolean) - Method in class com.mysql.cj.jdbc.util.BaseBugReport
-
Throws an exception with the given message if condition evalutates to 'false'.
- asSql() - Method in class com.mysql.cj.AbstractPreparedQuery
- asSql() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- asSql() - Method in interface com.mysql.cj.PreparedQuery
- asSql(boolean) - Method in class com.mysql.cj.AbstractPreparedQuery
- asSql(boolean) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- asSql(boolean) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
- asSql(boolean) - Method in interface com.mysql.cj.PreparedQuery
- AuroraTopologyService - Class in com.mysql.cj.jdbc.ha.ca
-
An implementation of topology service for Aurora RDS.
- AuroraTopologyService(int, Log) - Constructor for class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Initializes a service with provided topology refresh rate.
- AuroraTopologyService(Log) - Constructor for class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Initializes a service with topology default refresh rate.
- AUTH_411_OVERHEAD - Static variable in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
- AUTH_DATA_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- AUTH_DATA_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- AUTH_DATA_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- authenticationId - Variable in class com.mysql.cj.sasl.ScramShaSaslClient
- AuthenticationLdapSaslClientPlugin - Class in com.mysql.cj.protocol.a.authentication
-
MySQL 'authentication_ldap_sasl_client' authentication plugin.
- AuthenticationLdapSaslClientPlugin() - Constructor for class com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
- AuthenticationPlugin<M extends Message> - Interface in com.mysql.cj.protocol
-
Implementors of this interface can be installed via the "authenticationPlugins" configuration property.
- authenticationPlugins - com.mysql.cj.conf.PropertyKey
- AuthenticationProvider<M extends Message> - Interface in com.mysql.cj.protocol
- authorizationId - Variable in class com.mysql.cj.sasl.ScramShaSaslClient
- authProvider - Variable in class com.mysql.cj.protocol.AbstractProtocol
- autoClosePStmtStreams - com.mysql.cj.conf.PropertyKey
- autoClosePStmtStreams - Variable in class com.mysql.cj.AbstractPreparedQuery
- autoCommitFailureClosesAllResultSets() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- autoDeserialize - com.mysql.cj.conf.PropertyKey
- autodetectClusterAndCreateProxyInstance(ConnectionUrl) - Static method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Checks if connection is associated with Aurora cluster and instantiates a new AuroraConnectionProxy if needed.
- autoGenerateTestcaseScript - com.mysql.cj.conf.PropertyKey
- autoReconnect - com.mysql.cj.conf.PropertyKey
- autoReconnect - Variable in class com.mysql.cj.CoreSession
- autoReconnect - Variable in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
- autoReconnectForPools - com.mysql.cj.conf.PropertyKey
- autoReconnectForPools - Variable in class com.mysql.cj.CoreSession
- autoSlowLog - com.mysql.cj.conf.PropertyKey
- available() - Method in class com.mysql.cj.protocol.a.CompressedInputStream
- available() - Method in class com.mysql.cj.protocol.ReadAheadInputStream
- available() - Method in class com.mysql.cj.protocol.x.CompressionSplittedInputStream
-
Same as
InputStream.available()
, except that the exact number of bytes that can be read from the underlyingInputStream
may not be accurate until it is known if the next bytes contain compressed data or not. - available() - Method in class com.mysql.cj.protocol.x.ConfinedInputStream
-
Returns the number of bytes not yet consumed.
- AwsSingleConnectionUrl - Class in com.mysql.cj.conf.url
- AwsSingleConnectionUrl(ConnectionUrlParser, Properties) - Constructor for class com.mysql.cj.conf.url.AwsSingleConnectionUrl
-
Constructs an instance of
FailoverConnectionUrl
, performing all the required initializations.
B
- BalanceStrategy - Interface in com.mysql.cj.jdbc.ha
-
Implement this interface to provide a new load balancing strategy for URLs of the form "jdbc:mysql:loadbalance://..", and provide the implementation class name as the configuration parameter "loadBalanceStrategy".
- Base64Decoder - Class in com.mysql.cj.util
-
This decoder implements standard Base64 decoding except it allows and silently ignores non-base64 input characters (spaces, line breaks etc) Note: Java 6+ provide standard decoders
- Base64Decoder() - Constructor for class com.mysql.cj.util.Base64Decoder
- Base64Decoder.IntWrapper - Class in com.mysql.cj.util
- BaseBugReport - Class in com.mysql.cj.jdbc.util
-
Base class to help file bug reports for Connector/J.
- BaseBugReport() - Constructor for class com.mysql.cj.jdbc.util.BaseBugReport
-
Constructor for this BugReport, sets up JDBC driver used to create connections.
- BASEDIR_KEY - Static variable in class com.mysql.cj.admin.ServerController
-
Where is the server installed?
- BaseMetricsHolder - Class in com.mysql.cj.log
- BaseMetricsHolder() - Constructor for class com.mysql.cj.log.BaseMetricsHolder
- BasicConnectionProvider - Class in com.mysql.cj.jdbc.ha.ca
-
This class is a basic implementation of ConnectionProvider interface.
- BasicConnectionProvider() - Constructor for class com.mysql.cj.jdbc.ha.ca.BasicConnectionProvider
- batchCommandIndex - Variable in class com.mysql.cj.AbstractPreparedQuery
-
Command index of currently executing batch command.
- batchedArgs - Variable in class com.mysql.cj.AbstractQuery
-
Holds batched commands
- batchedGeneratedKeys - Variable in class com.mysql.cj.jdbc.StatementImpl
- batchedValuesClause - Variable in class com.mysql.cj.jdbc.ClientPreparedStatement
- batchHasPlainStatements - Variable in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Does the batch (if any) contain "plain" statements added by Statement.addBatch(String)? If so, we can't re-write it to use multi-value or multi-queries.
- BatchVisitor - Interface in com.mysql.cj
- BEFORE_START_OF_ROWS - Static variable in class com.mysql.cj.protocol.a.result.AbstractResultsetRows
- beforeFirst() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- beforeFirst() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- beforeFirst() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
- beforeFirst() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
- beforeFirst() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
- beforeFirst() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Moves to before first.
- beforeHandshake() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- beforeHandshake() - Method in interface com.mysql.cj.protocol.Protocol
- beforeHandshake() - Method in interface com.mysql.cj.protocol.SocketFactory
-
Called by the driver before issuing the MySQL protocol handshake.
- beforeHandshake() - Method in class com.mysql.cj.protocol.StandardSocketFactory
- beforeHandshake() - Method in class com.mysql.cj.protocol.x.XProtocol
- beforeHandshake() - Method in interface com.mysql.jdbc.SocketFactory
-
Deprecated.Called by the driver before issuing the MySQL protocol handshake.
- beforeHandshake() - Method in class com.mysql.jdbc.SocketFactoryWrapper
- beforeLast() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
- beforeLast() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
- beforeLast() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
- beforeLast() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Moves to before last.
- BestResponseTimeBalanceStrategy - Class in com.mysql.cj.jdbc.ha
- BestResponseTimeBalanceStrategy() - Constructor for class com.mysql.cj.jdbc.ha.BestResponseTimeBalanceStrategy
- BIG_DECIMAL_MAX_BYTE_VALUE - Static variable in class com.mysql.cj.Constants
- BIG_DECIMAL_MAX_DOUBLE_VALUE - Static variable in class com.mysql.cj.Constants
- BIG_DECIMAL_MAX_FLOAT_VALUE - Static variable in class com.mysql.cj.Constants
- BIG_DECIMAL_MAX_INTEGER_VALUE - Static variable in class com.mysql.cj.Constants
- BIG_DECIMAL_MAX_LONG_VALUE - Static variable in class com.mysql.cj.Constants
- BIG_DECIMAL_MAX_NEGATIVE_DOUBLE_VALUE - Static variable in class com.mysql.cj.Constants
- BIG_DECIMAL_MAX_NEGATIVE_FLOAT_VALUE - Static variable in class com.mysql.cj.Constants
- BIG_DECIMAL_MAX_SHORT_VALUE - Static variable in class com.mysql.cj.Constants
- BIG_DECIMAL_MIN_BYTE_VALUE - Static variable in class com.mysql.cj.Constants
- BIG_DECIMAL_MIN_INTEGER_VALUE - Static variable in class com.mysql.cj.Constants
- BIG_DECIMAL_MIN_LONG_VALUE - Static variable in class com.mysql.cj.Constants
- BIG_DECIMAL_MIN_SHORT_VALUE - Static variable in class com.mysql.cj.Constants
- BIG_DECIMAL_NEGATIVE_ONE - Static variable in class com.mysql.cj.Constants
- BIG_DECIMAL_ONE - Static variable in class com.mysql.cj.Constants
- BIG_DECIMAL_ZERO - Static variable in class com.mysql.cj.Constants
- BIG_INTEGER_MAX_BYTE_VALUE - Static variable in class com.mysql.cj.Constants
- BIG_INTEGER_MAX_INTEGER_VALUE - Static variable in class com.mysql.cj.Constants
- BIG_INTEGER_MAX_LONG_VALUE - Static variable in class com.mysql.cj.Constants
- BIG_INTEGER_MAX_SHORT_VALUE - Static variable in class com.mysql.cj.Constants
- BIG_INTEGER_MIN_BYTE_VALUE - Static variable in class com.mysql.cj.Constants
- BIG_INTEGER_MIN_INTEGER_VALUE - Static variable in class com.mysql.cj.Constants
- BIG_INTEGER_MIN_LONG_VALUE - Static variable in class com.mysql.cj.Constants
- BIG_INTEGER_MIN_SHORT_VALUE - Static variable in class com.mysql.cj.Constants
- BIG_INTEGER_NEGATIVE_ONE - Static variable in class com.mysql.cj.Constants
- BIG_INTEGER_ONE - Static variable in class com.mysql.cj.Constants
- BIG_INTEGER_ZERO - Static variable in class com.mysql.cj.Constants
- BigDecimalValueFactory - Class in com.mysql.cj.result
-
A value factory for creating
BigDecimal
values. - BigDecimalValueFactory(PropertySet) - Constructor for class com.mysql.cj.result.BigDecimalValueFactory
- BigDecimalValueFactory(PropertySet, int) - Constructor for class com.mysql.cj.result.BigDecimalValueFactory
- BIGINT - com.mysql.cj.MysqlType
-
BIGINT[(M)] [UNSIGNED] [ZEROFILL] A large integer.
- BIGINT - com.mysql.cj.xdevapi.Type
- BIGINT_UNSIGNED - com.mysql.cj.MysqlType
-
BIGINT[(M)] UNSIGNED [ZEROFILL]
- BIN_LEN_DATE - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- BIN_LEN_DOUBLE - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- BIN_LEN_FLOAT - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- BIN_LEN_INT1 - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- BIN_LEN_INT2 - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- BIN_LEN_INT4 - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- BIN_LEN_INT8 - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- BIN_LEN_TIME_NO_FRAC - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- BIN_LEN_TIME_WITH_MICROS - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- BIN_LEN_TIMESTAMP_NO_FRAC - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- BIN_LEN_TIMESTAMP_WITH_MICROS - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- BINARY - com.mysql.cj.MysqlType
-
BINARY(M) The BINARY type is similar to the CHAR type, but stores binary byte strings rather than nonbinary character strings.
- BinaryBufferRow - Class in com.mysql.cj.protocol.a.result
-
A BufferRow implementation that holds one row packet from a server-side prepared statement (which is re-used by the driver, and thus saves memory allocations), and tries when possible to avoid allocations to break out the results as individual byte[]s.
- BinaryBufferRow(NativePacketPayload, ColumnDefinition, ExceptionInterceptor, ValueDecoder) - Constructor for class com.mysql.cj.protocol.a.result.BinaryBufferRow
- BinaryResultsetReader - Class in com.mysql.cj.protocol.a
- BinaryResultsetReader(NativeProtocol) - Constructor for class com.mysql.cj.protocol.a.BinaryResultsetReader
- BinaryRowFactory - Class in com.mysql.cj.protocol.a
-
Handle binary-encoded data for server-side PreparedStatements
- BinaryRowFactory(NativeProtocol, ColumnDefinition, Resultset.Concurrency, boolean) - Constructor for class com.mysql.cj.protocol.a.BinaryRowFactory
- BinaryStreamValueFactory - Class in com.mysql.cj.result
-
A value factory for a raw stream of bytes from the value.
- BinaryStreamValueFactory(PropertySet) - Constructor for class com.mysql.cj.result.BinaryStreamValueFactory
- bind(Object...) - Method in interface com.mysql.cj.xdevapi.Statement
-
Bind an array of objects numerically starting at 0.
- bind(String, Object) - Method in class com.mysql.cj.xdevapi.FilterableStatement
- bind(String, Object) - Method in interface com.mysql.cj.xdevapi.Statement
-
Bind the named argument to the given value.
- bind(List<Object>) - Method in class com.mysql.cj.xdevapi.SqlStatementImpl
- bind(List<Object>) - Method in interface com.mysql.cj.xdevapi.Statement
-
Bind a list of objects numerically starting at 0.
- bind(Map<String, Object>) - Method in class com.mysql.cj.xdevapi.SqlStatementImpl
- bind(Map<String, Object>) - Method in interface com.mysql.cj.xdevapi.Statement
-
Bind the set of arguments named by the keys in the map to the associated values in the map.
- bindTimestamp(int, Timestamp, Calendar, int, MysqlType) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- bindTimestamp(int, Timestamp, Calendar, int, MysqlType) - Method in interface com.mysql.cj.QueryBindings
- bindTimestamp(int, Timestamp, Calendar, int, MysqlType) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- BindValue - Interface in com.mysql.cj
- bindValues - Variable in class com.mysql.cj.AbstractQueryBindings
-
Bind values for individual fields
- BIT - com.mysql.cj.MysqlType
-
BIT[(M)] A bit-field type.
- BIT - com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
BIT = 17;
- BIT - com.mysql.cj.xdevapi.Type
- BIT_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
BIT = 17;
- bitToLong(byte[], int, int) - Static method in class com.mysql.cj.util.DataTypeUtil
-
Interpret a BIT value as a long.
- Blob - Class in com.mysql.cj.jdbc
-
The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
- Blob(byte[], ExceptionInterceptor) - Constructor for class com.mysql.cj.jdbc.Blob
-
Creates a BLOB encapsulating the given binary data
- BLOB - com.mysql.cj.MysqlType
-
BLOB[(M)] A BLOB column with a maximum length of 65,535 (216 - 1) bytes.
- BLOB_STREAM_READ_BUF_SIZE - Static variable in class com.mysql.cj.ServerPreparedQuery
- BlobFromLocator - Class in com.mysql.cj.jdbc
-
The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
- BlobFromLocator(ResultSetImpl, int, ExceptionInterceptor) - Constructor for class com.mysql.cj.jdbc.BlobFromLocator
-
Creates an updatable BLOB that can update in-place
- blobsAreStrings - com.mysql.cj.conf.PropertyKey
- blobSendChunkSize - com.mysql.cj.conf.PropertyKey
- BOOLEAN - com.mysql.cj.MysqlType
-
BOOL, BOOLEAN These types are synonyms for TINYINT(1).
- booleanFrom(String, String, ExceptionInterceptor) - Static method in class com.mysql.cj.conf.BooleanPropertyDefinition
- BooleanProperty - Class in com.mysql.cj.conf
- BooleanProperty(PropertyDefinition<Boolean>) - Constructor for class com.mysql.cj.conf.BooleanProperty
- BooleanPropertyDefinition - Class in com.mysql.cj.conf
- BooleanPropertyDefinition(PropertyKey, Boolean, boolean, String, String, String, int) - Constructor for class com.mysql.cj.conf.BooleanPropertyDefinition
- BooleanPropertyDefinition.AllowableValues - Enum in com.mysql.cj.conf
- BooleanValueFactory - Class in com.mysql.cj.result
-
A value factory for creating
Boolean
values. - BooleanValueFactory(PropertySet) - Constructor for class com.mysql.cj.result.BooleanValueFactory
- boundBeforeExecutionNum - Variable in class com.mysql.cj.ServerPreparedQueryBindValue
- BufferedRowList - Class in com.mysql.cj.result
- BufferedRowList(Iterator<Row>) - Constructor for class com.mysql.cj.result.BufferedRowList
-
Create a new instance by filling the internal buffer by draining the row stream.
- BufferedRowList(List<Row>) - Constructor for class com.mysql.cj.result.BufferedRowList
- bufferType - Variable in class com.mysql.cj.ServerPreparedQueryBindValue
- build() - Method in interface com.mysql.cj.protocol.ResultBuilder
-
Build the result using already added protocol instances.
- build() - Method in class com.mysql.cj.protocol.x.OkBuilder
- build() - Method in class com.mysql.cj.protocol.x.StatementExecuteOkBuilder
- build() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
- build() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
- build() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
- build() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
- build() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
- build() - Method in class com.mysql.cj.xdevapi.AddResultBuilder
- build() - Method in class com.mysql.cj.xdevapi.DocResultBuilder
- build() - Method in class com.mysql.cj.xdevapi.InsertResultBuilder
- build() - Method in class com.mysql.cj.xdevapi.RowResultBuilder
- build() - Method in class com.mysql.cj.xdevapi.SqlResultBuilder
- build() - Method in class com.mysql.cj.xdevapi.StreamingDocResultBuilder
- build() - Method in class com.mysql.cj.xdevapi.StreamingRowResultBuilder
- build() - Method in class com.mysql.cj.xdevapi.StreamingSqlResultBuilder
- build() - Method in class com.mysql.cj.xdevapi.UpdateResultBuilder
- buildAny(boolean) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Build a Protocol buffers Any with a boolean value.
- buildAny(String) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Build a Protocol buffers Any with a string value.
- buildCapabilitiesGet() - Method in class com.mysql.cj.protocol.x.XMessageBuilder
- buildCapabilitiesSet(Map<String, Object>) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
- buildClose() - Method in interface com.mysql.cj.MessageBuilder
- buildClose() - Method in class com.mysql.cj.protocol.a.NativeMessageBuilder
- buildClose() - Method in class com.mysql.cj.protocol.x.XMessageBuilder
- buildCollationMapping() - Method in class com.mysql.cj.NativeSession
-
Builds the map needed for 4.1.0 and newer servers that maps field-level charset/collation info to a java character encoding name.
- buildCollection(String, String) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Build a Protocol buffers Collection.
- buildComInitDb(NativePacketPayload, byte[]) - Method in class com.mysql.cj.protocol.a.NativeMessageBuilder
- buildComInitDb(NativePacketPayload, String) - Method in class com.mysql.cj.protocol.a.NativeMessageBuilder
- buildComPing(NativePacketPayload) - Method in class com.mysql.cj.protocol.a.NativeMessageBuilder
- buildComQuery(NativePacketPayload, byte[]) - Method in class com.mysql.cj.protocol.a.NativeMessageBuilder
- buildComQuery(NativePacketPayload, String) - Method in class com.mysql.cj.protocol.a.NativeMessageBuilder
- buildComQuery(NativePacketPayload, String, String) - Method in class com.mysql.cj.protocol.a.NativeMessageBuilder
- buildComQuit(NativePacketPayload) - Method in class com.mysql.cj.protocol.a.NativeMessageBuilder
- buildComSetOption(NativePacketPayload, int) - Method in class com.mysql.cj.protocol.a.NativeMessageBuilder
- buildComShutdown(NativePacketPayload) - Method in class com.mysql.cj.protocol.a.NativeMessageBuilder
- buildComStmtClose(NativePacketPayload, long) - Method in class com.mysql.cj.protocol.a.NativeMessageBuilder
- buildComStmtFetch(NativePacketPayload, long, long) - Method in class com.mysql.cj.protocol.a.NativeMessageBuilder
- buildComStmtPrepare(NativePacketPayload, byte[]) - Method in class com.mysql.cj.protocol.a.NativeMessageBuilder
- buildComStmtPrepare(NativePacketPayload, String, String) - Method in class com.mysql.cj.protocol.a.NativeMessageBuilder
- buildComStmtReset(NativePacketPayload, long) - Method in class com.mysql.cj.protocol.a.NativeMessageBuilder
- buildComStmtSendLongData(NativePacketPayload, long, int, byte[]) - Method in class com.mysql.cj.protocol.a.NativeMessageBuilder
- buildCreateCollection(String, String) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
- buildCreateCollection(String, String, Schema.CreateCollectionOptions) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
- buildCreateCollectionIndex(String, String, CreateIndexParams) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
- buildDelete(FilterParams) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
Build an
XMessage
for a non-prepared delete operation. - buildDisableNotices(String...) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
- buildDocInsert(String, String, List<String>, boolean) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
Build an
XMessage
for a non-prepared doc insert operation. - buildDocUpdate(FilterParams, List<UpdateSpec>) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
Build an
XMessage
for a non-prepared doc update operation. - buildDropCollection(String, String) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
- buildDropCollectionIndex(String, String, String) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
- buildEnableNotices(String...) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
- buildExpectOpen() - Method in class com.mysql.cj.protocol.x.XMessageBuilder
- buildExternalAuthStart(String) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
- buildFind(FilterParams) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
Build an
XMessage
for a non-prepared find operation. - buildFrom(String) - Static method in class com.mysql.cj.util.DnsSrv.SrvRecord
- buildHostInfo(String, int, String, String, boolean, Map<String, String>) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Creates a new
HostInfo
structure with the given components, passing through the properties transformer if there is one defined in this connection string; - buildIndexMapping() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
Builds a hash between column names and their indices for fast retrieval.
- buildIndexMapping() - Method in class com.mysql.cj.result.DefaultColumnDefinition
- buildListNotices() - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
List the notices the server allows subscribing to.
- buildListObjects(String, String) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
List the objects in the given schema.
- buildLiteralExpr(MysqlxDatatypes.Scalar) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Wrap an Any value in a LITERAL expression.
- buildLiteralNullScalar() - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Protocol buffers helper to build a LITERAL Expr with a Scalar NULL type.
- buildLiteralScalar(boolean) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Protocol buffers helper to build a LITERAL Expr with a Scalar BOOL type.
- buildLiteralScalar(byte[]) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Protocol buffers helper to build a LITERAL Expr with a Scalar OCTETS type.
- buildLiteralScalar(double) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Protocol buffers helper to build a LITERAL Expr with a Scalar DOUBLE type.
- buildLiteralScalar(long) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Protocol buffers helper to build a LITERAL Expr with a Scalar SINT (signed int) type.
- buildLiteralScalar(String) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Protocol buffers helper to build a LITERAL Expr with a Scalar STRING type.
- buildModifyCollectionOptions(String, String, Schema.ModifyCollectionOptions) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
- buildMysql41AuthContinue(String, String, byte[], String) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
- buildMysql41AuthStart() - Method in class com.mysql.cj.protocol.x.XMessageBuilder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
- buildPartial() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
- buildPlaceholderExpr(int) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Creates a placeholder expression for the given position in the
args
array - buildPlainAuthStart(String, String, String) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
- buildPrepareDeallocate(int) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
Build an
XMessage
for deallocating a prepared statement. - buildPrepareDelete(int, FilterParams) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
Build an
XMessage
for a prepared delete operation. - buildPrepareDocUpdate(int, FilterParams, List<UpdateSpec>) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
Build an
XMessage
for a prepared doc update operation. - buildPrepareExecute(int, FilterParams) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
Build an
XMessage
for executing a prepared statement with the given filters. - buildPrepareFind(int, FilterParams) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
Build an
XMessage
for a prepared find operation. - buildPrepareRowUpdate(int, FilterParams, UpdateParams) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
Build an
XMessage
for a prepared row update operation. - buildPrepareSqlStatement(int, String) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
Build a Prepare message for a SQL statement.
- buildRowInsert(String, String, InsertParams) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
Build an
XMessage
for a non-prepared row insert operation. - buildRowUpdate(FilterParams, UpdateParams) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
Build an
XMessage
for a non-prepared row update operation. - buildSessionResetAndClose() - Method in class com.mysql.cj.protocol.x.XMessageBuilder
- buildSessionResetKeepOpen() - Method in class com.mysql.cj.protocol.x.XMessageBuilder
- buildSha256MemoryAuthContinue(String, String, byte[], String) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
- buildSha256MemoryAuthStart() - Method in class com.mysql.cj.protocol.x.XMessageBuilder
- buildSqlStatement(String) - Method in interface com.mysql.cj.MessageBuilder
- buildSqlStatement(String) - Method in class com.mysql.cj.protocol.a.NativeMessageBuilder
- buildSqlStatement(String) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
Build a StmtExecute message for a SQL statement.
- buildSqlStatement(String, List<Object>) - Method in interface com.mysql.cj.MessageBuilder
- buildSqlStatement(String, List<Object>) - Method in class com.mysql.cj.protocol.a.NativeMessageBuilder
- buildSqlStatement(String, List<Object>) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
Build a StmtExecute message for a SQL statement.
- ByteArrayRow - Class in com.mysql.cj.protocol.a.result
-
A RowHolder implementation that is for cached results (a-la mysql_store_result()).
- ByteArrayRow(byte[][], ExceptionInterceptor) - Constructor for class com.mysql.cj.protocol.a.result.ByteArrayRow
- ByteArrayRow(byte[][], ExceptionInterceptor, ValueDecoder) - Constructor for class com.mysql.cj.protocol.a.result.ByteArrayRow
- BYTES - com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
BYTES = 7;
- BYTES - com.mysql.cj.xdevapi.Type
- BYTES_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
BYTES = 7;
- ByteValueFactory - Class in com.mysql.cj.result
-
A value factory for creating byte values.
- ByteValueFactory(PropertySet) - Constructor for class com.mysql.cj.result.ByteValueFactory
C
- CacheAdapter<K,V> - Interface in com.mysql.cj
- CacheAdapterFactory<K,V> - Interface in com.mysql.cj
- cacheCallableStmts - com.mysql.cj.conf.PropertyKey
- cacheDefaultTimeZone - com.mysql.cj.conf.PropertyKey
- CachedResultSetMetaData - Interface in com.mysql.cj.jdbc.result
- CachedResultSetMetaDataImpl - Class in com.mysql.cj.jdbc.result
- CachedResultSetMetaDataImpl() - Constructor for class com.mysql.cj.jdbc.result.CachedResultSetMetaDataImpl
- cachePrepStmts - com.mysql.cj.conf.PropertyKey
- cacheResultSetMetadata - com.mysql.cj.conf.PropertyKey
- cacheServerConfiguration - com.mysql.cj.conf.PropertyKey
- cacheServerConfiguration - Variable in class com.mysql.cj.CoreSession
- CachingSha2PasswordPlugin - Class in com.mysql.cj.protocol.a.authentication
- CachingSha2PasswordPlugin() - Constructor for class com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
- CachingSha2PasswordPlugin.AuthStage - Enum in com.mysql.cj.protocol.a.authentication
- calculateDifferences(Map<?, ?>, Map<?, ?>) - Static method in class com.mysql.cj.util.Util
- calendar - Variable in class com.mysql.cj.ServerPreparedQueryBindValue
- CallableStatement - Class in com.mysql.cj.jdbc
-
Representation of stored procedures for JDBC
- CallableStatement(JdbcConnection, CallableStatement.CallableStatementParamInfo) - Constructor for class com.mysql.cj.jdbc.CallableStatement
-
Creates a new CallableStatement
- CallableStatement(JdbcConnection, String, String, boolean) - Constructor for class com.mysql.cj.jdbc.CallableStatement
-
Creates a new CallableStatement
- CallableStatement.CallableStatementParam - Class in com.mysql.cj.jdbc
- CallableStatement.CallableStatementParamInfo - Class in com.mysql.cj.jdbc
- CallableStatementWrapper - Class in com.mysql.cj.jdbc
-
Wraps callable statements created by pooled connections.
- CallableStatementWrapper(ConnectionWrapper, MysqlPooledConnection, CallableStatement) - Constructor for class com.mysql.cj.jdbc.CallableStatementWrapper
- callableStmtCacheSize - com.mysql.cj.conf.PropertyKey
- callConnectionEventListeners(int, SQLException) - Method in class com.mysql.cj.jdbc.MysqlPooledConnection
-
Notifies all registered ConnectionEventListeners of ConnectionEvents.
- CALLER_INFORMATION_NOT_AVAILABLE - Static variable in class com.mysql.cj.util.LogUtils
- cancel() - Method in interface com.mysql.cj.CancelQueryTask
- cancel() - Method in class com.mysql.cj.CancelQueryTaskImpl
- cancel() - Method in class com.mysql.cj.jdbc.StatementImpl
- cancel() - Method in class com.mysql.cj.jdbc.StatementWrapper
- CANCELED_BY_TIMEOUT - com.mysql.cj.Query.CancelStatus
- CANCELED_BY_USER - com.mysql.cj.Query.CancelStatus
- CancelQueryTask - Interface in com.mysql.cj
- CancelQueryTaskImpl - Class in com.mysql.cj
-
Thread used to implement query timeouts...Eventually we could be more efficient and have one thread with timers, but this is a straightforward and simple way to implement a feature that isn't used all that often.
- CancelQueryTaskImpl(Query) - Constructor for class com.mysql.cj.CancelQueryTaskImpl
- cancelRowUpdates() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- cancelRowUpdates() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- cancelTimeoutMutex - Variable in class com.mysql.cj.AbstractQuery
-
Mutex to prevent race between returning query results and noticing that query has been timed-out or cancelled.
- CanCollectPerformanceMetrics - Interface in com.mysql.cj.jdbc.ha.ca
-
This is a generic interface for performance metrics.
- canHandleAsServerPreparedStatementNoCache(String, ServerVersion, boolean, boolean, boolean) - Static method in class com.mysql.cj.util.StringUtils
- canReuseRowPacketForBufferRow - Variable in class com.mysql.cj.protocol.a.AbstractRowFactory
- canReuseRowPacketForBufferRow() - Method in class com.mysql.cj.protocol.a.AbstractRowFactory
- canReuseRowPacketForBufferRow() - Method in class com.mysql.cj.protocol.a.BinaryRowFactory
- canReuseRowPacketForBufferRow() - Method in class com.mysql.cj.protocol.a.TextRowFactory
- canRewrite(String, boolean, int, int) - Static method in class com.mysql.cj.ParseInfo
- canRewriteAsMultiValueInsertAtSqlLevel() - Method in class com.mysql.cj.ParseInfo
- CAPABILITIES_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- CAPABILITIES_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- CASCADED - com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
-
the view WHERE clause is checked, then checking recurses to underlying views
- CASCADED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
-
the view WHERE clause is checked, then checking recurses to underlying views
- CATALOG - com.mysql.cj.conf.PropertyDefinitions.DatabaseTerm
- CATALOG_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- CATEGORY_AUTH - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- CATEGORY_BLOBS - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- CATEGORY_CONNECTION - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- CATEGORY_DATETIMES - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- CATEGORY_DEBUGING_PROFILING - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- CATEGORY_EXCEPTIONS - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- CATEGORY_HA - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- CATEGORY_INTEGRATION - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- CATEGORY_JDBC - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- CATEGORY_METADATA - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- CATEGORY_NETWORK - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- CATEGORY_PERFORMANCE - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- CATEGORY_PREPARED_STATEMENTS - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- CATEGORY_RESULT_SETS - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- CATEGORY_SECURITY - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- CATEGORY_SESSION - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- CATEGORY_STATEMENTS - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- CATEGORY_USER_DEFINED - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- CATEGORY_XDEVAPI - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- change(String, Object) - Method in interface com.mysql.cj.xdevapi.ModifyStatement
-
Add an update to the statement setting the field, if it exists at the document path, to the given value.
- change(String, Object) - Method in class com.mysql.cj.xdevapi.ModifyStatementImpl
- changeDatabase(String) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- changeDatabase(String) - Method in interface com.mysql.cj.protocol.Protocol
- changeDatabase(String) - Method in class com.mysql.cj.protocol.x.XProtocol
- changeUser(ServerSession, String, String, String) - Method in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
-
Re-authenticates as the given user and password
- changeUser(ServerSession, String, String, String) - Method in interface com.mysql.cj.protocol.AuthenticationProvider
-
Re-authenticates as the given user and password
- changeUser(ServerSession, String, String, String) - Method in class com.mysql.cj.protocol.x.XAuthenticationProvider
- changeUser(String, String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- changeUser(String, String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- changeUser(String, String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- changeUser(String, String) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- changeUser(String, String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Changes the user on this connection by performing a re-authentication.
- changeUser(String, String, String) - Method in class com.mysql.cj.CoreSession
- changeUser(String, String, String) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Re-authenticates as the given user and password
- changeUser(String, String, String) - Method in interface com.mysql.cj.protocol.Protocol
-
Re-authenticates as the given user and password
- changeUser(String, String, String) - Method in class com.mysql.cj.protocol.x.XProtocol
- changeUser(String, String, String) - Method in interface com.mysql.cj.Session
-
Re-authenticates as the given user and password
- CHAR - com.mysql.cj.MysqlType
-
[NATIONAL] CHAR[(M)] [CHARACTER SET charset_name] [COLLATE collation_name] A fixed-length string that is always right-padded with spaces to the specified length when stored.
- characterEncoding - com.mysql.cj.conf.PropertyKey
- characterEncoding - Variable in class com.mysql.cj.CoreSession
- characterSetNamesMatches(String) - Method in class com.mysql.cj.protocol.a.NativeServerSession
- characterSetNamesMatches(String) - Method in interface com.mysql.cj.protocol.ServerSession
- characterSetNamesMatches(String) - Method in class com.mysql.cj.protocol.x.XServerSession
- characterSetResults - com.mysql.cj.conf.PropertyKey
- charEncoding - Variable in class com.mysql.cj.AbstractQuery
-
The character encoding to use (if available)
- charEncoding - Variable in class com.mysql.cj.AbstractQueryBindings
- charEncoding - Variable in class com.mysql.cj.jdbc.StatementImpl
-
The character encoding to use (if available)
- charEncoding - Variable in class com.mysql.cj.ServerPreparedQueryBindValue
- CHARSET_NAME_TO_CHARSET - Static variable in class com.mysql.cj.CharsetMapping
- CHARSET_NAME_TO_COLLATION_INDEX - Static variable in class com.mysql.cj.CharsetMapping
- charsetMap - Static variable in class com.mysql.cj.jdbc.ConnectionImpl
-
The mapping between MySQL charset names and Java charset names.
- CharsetMapping - Class in com.mysql.cj
-
Mapping between MySQL charset names and Java charset names.
- CharsetMapping() - Constructor for class com.mysql.cj.CharsetMapping
- CHECK_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- CHECK_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- checkAbonormallyLongQuery(long) - Method in class com.mysql.cj.log.BaseMetricsHolder
-
Update statistics that allows the driver to determine if a query is slow enough to be logged, and return the estimation result for millisOrNanos value.
- checkAllParametersSet() - Method in class com.mysql.cj.AbstractQueryBindings
- checkAllParametersSet() - Method in interface com.mysql.cj.QueryBindings
- checkBounds(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
- checkBounds(int, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- checkBounds(int, int) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
- checkCancelTimeout() - Method in class com.mysql.cj.AbstractQuery
- checkCancelTimeout() - Method in class com.mysql.cj.jdbc.StatementImpl
- checkCancelTimeout() - Method in interface com.mysql.cj.Query
- checkClientTrusted(X509Certificate[], String) - Method in class com.mysql.cj.protocol.ExportControlled.X509TrustManagerWrapper
- checkClosed() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- checkClosed() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- checkClosed() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- checkClosed() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Ensures that the result set is not closed
- checkClosed() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
- checkClosed() - Method in class com.mysql.cj.jdbc.StatementImpl
-
Checks if closed() has been called, and throws an exception if so
- checkClosed() - Method in interface com.mysql.cj.MysqlConnection
- checkClosed() - Method in class com.mysql.cj.NativeSession
- checkColumnBounds(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Checks if columnIndex is within the number of columns in this result set.
- checkedShutdown() - Static method in class com.mysql.cj.jdbc.AbandonedConnectionCleanupThread
-
Performs a checked shutdown, i.e., the context ClassLoaders from this and the caller thread are checked for consistency prior to performing the shutdown operation.
- checkErrorMessage() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- checkErrorMessage() - Method in interface com.mysql.cj.protocol.Protocol
-
Read one message from the MySQL server, checks for errors in it, and if none, returns the message, ready for reading
- checkErrorMessage() - Method in class com.mysql.cj.protocol.x.XProtocol
- checkErrorMessage(NativePacketPayload) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- checkForCharsetMismatch() - Method in class com.mysql.cj.NativeSession
-
Determines if the database charset is the same as the platform charset
- checkForCharsetMismatch() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Determines if the database charset is the same as the platform charset
- checkForDml(String, char) - Method in class com.mysql.cj.jdbc.StatementImpl
-
Checks if the given SQL query with the given first non-ws char is a DML statement.
- checkForOutstandingStreamingData() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- checkLicenseType(Map<String, String>) - Static method in class com.mysql.cj.LicenseConfiguration
-
Used in commercially-licensed clients that require connections to commercially-licensed servers as part of the licensing terms.
- checkNullOrEmptyQuery(String) - Method in class com.mysql.cj.AbstractPreparedQuery
-
Method checkNullOrEmptyQuery.
- checkNullOrEmptyQuery(String) - Method in class com.mysql.cj.jdbc.StatementImpl
-
Method checkNullOrEmptyQuery.
- checkNullOrEmptyQuery(String) - Method in interface com.mysql.cj.PreparedQuery
- checkParameterSet(int) - Method in class com.mysql.cj.AbstractQueryBindings
- checkParameterSet(int) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- checkParameterSet(int) - Method in interface com.mysql.cj.QueryBindings
- checkParameterSet(int) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- checkRange(Integer, String, ExceptionInterceptor) - Method in class com.mysql.cj.conf.IntegerProperty
- checkRange(Long, String, ExceptionInterceptor) - Method in class com.mysql.cj.conf.LongProperty
- checkRange(T, String, ExceptionInterceptor) - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
-
For range-based property, checks that value fit into range given by PropertyDefinition.
- checkReadOnlySafeStatement() - Method in class com.mysql.cj.jdbc.CallableStatement
- checkReadOnlySafeStatement() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Check to see if the statement is safe for read-only replicas after failover.
- checkRowPos() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Ensures that the cursor is positioned on a valid row and that the result set is not closed
- checkRowPos() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- checkServerTrusted(X509Certificate[], String) - Method in class com.mysql.cj.protocol.ExportControlled.X509TrustManagerWrapper
- checkTransactionState() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- checkUpdatability() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
Is this ResultSet updatable?
- checkValidProtocols(List<String>) - Static method in class com.mysql.cj.protocol.ExportControlled
- CJ_FULL_NAME - Static variable in class com.mysql.cj.Constants
- CJ_LICENSE - Static variable in class com.mysql.cj.Constants
- CJ_MAJOR_VERSION - Static variable in class com.mysql.cj.Constants
- CJ_MINOR_VERSION - Static variable in class com.mysql.cj.Constants
- CJ_NAME - Static variable in class com.mysql.cj.Constants
- CJ_REVISION - Static variable in class com.mysql.cj.Constants
- CJ_VERSION - Static variable in class com.mysql.cj.Constants
- CJCommunicationsException - Exception in com.mysql.cj.exceptions
- CJCommunicationsException() - Constructor for exception com.mysql.cj.exceptions.CJCommunicationsException
- CJCommunicationsException(String) - Constructor for exception com.mysql.cj.exceptions.CJCommunicationsException
- CJCommunicationsException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.CJCommunicationsException
- CJCommunicationsException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.CJCommunicationsException
- CJCommunicationsException(Throwable) - Constructor for exception com.mysql.cj.exceptions.CJCommunicationsException
- CJConnectionFeatureNotAvailableException - Exception in com.mysql.cj.exceptions
- CJConnectionFeatureNotAvailableException() - Constructor for exception com.mysql.cj.exceptions.CJConnectionFeatureNotAvailableException
- CJConnectionFeatureNotAvailableException(PropertySet, ServerSession, PacketSentTimeHolder, Exception) - Constructor for exception com.mysql.cj.exceptions.CJConnectionFeatureNotAvailableException
- CJException - Exception in com.mysql.cj.exceptions
-
The base unchecked exception thrown internally in connector.
- CJException() - Constructor for exception com.mysql.cj.exceptions.CJException
- CJException(String) - Constructor for exception com.mysql.cj.exceptions.CJException
- CJException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.CJException
- CJException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.CJException
- CJException(Throwable) - Constructor for exception com.mysql.cj.exceptions.CJException
- CJOperationNotSupportedException - Exception in com.mysql.cj.exceptions
- CJOperationNotSupportedException() - Constructor for exception com.mysql.cj.exceptions.CJOperationNotSupportedException
- CJOperationNotSupportedException(String) - Constructor for exception com.mysql.cj.exceptions.CJOperationNotSupportedException
- CJPacketTooBigException - Exception in com.mysql.cj.exceptions
-
Thrown when a packet that is too big for the server is created.
- CJPacketTooBigException() - Constructor for exception com.mysql.cj.exceptions.CJPacketTooBigException
- CJPacketTooBigException(long, long) - Constructor for exception com.mysql.cj.exceptions.CJPacketTooBigException
-
Creates a new CJPacketTooBigException object.
- CJPacketTooBigException(String) - Constructor for exception com.mysql.cj.exceptions.CJPacketTooBigException
- CJPacketTooBigException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.CJPacketTooBigException
- CJPacketTooBigException(Throwable) - Constructor for exception com.mysql.cj.exceptions.CJPacketTooBigException
- CJTimeoutException - Exception in com.mysql.cj.exceptions
- CJTimeoutException() - Constructor for exception com.mysql.cj.exceptions.CJTimeoutException
- CJTimeoutException(String) - Constructor for exception com.mysql.cj.exceptions.CJTimeoutException
- CJTimeoutException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.CJTimeoutException
- CJTimeoutException(Throwable) - Constructor for exception com.mysql.cj.exceptions.CJTimeoutException
- cleanup(Throwable) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- cleanup(Throwable) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- cleanup(Throwable) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- cleanup(Throwable) - Method in interface com.mysql.cj.MysqlConnection
-
Destroys this connection and any underlying resources.
- clear() - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Clear topology cache for the current cluster.
- clear() - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Clear topology service for the current cluster.
- clear() - Method in class com.mysql.cj.util.ExpiringCache
- clear() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
- clearAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];
- clearAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;
- clearAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- clearAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional string alias = 2;
- clearAll() - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Clear topology cache for all clusters.
- clearAll() - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Clear topology service for all clusters.
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- clearArgs() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- clearArgs() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Remove all current bindings.
- clearArray() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- clearArray() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- clearAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
required bytes auth_data = 1;
- clearAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
optional bytes auth_data = 1;
- clearAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
optional bytes auth_data = 2;
- clearBatch() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- clearBatch() - Method in class com.mysql.cj.jdbc.StatementImpl
- clearBatch() - Method in class com.mysql.cj.jdbc.StatementWrapper
- clearBatchedArgs() - Method in class com.mysql.cj.AbstractQuery
- clearBatchedArgs() - Method in class com.mysql.cj.jdbc.StatementImpl
- clearBatchedArgs() - Method in interface com.mysql.cj.Query
- clearBindings() - Method in class com.mysql.cj.xdevapi.FilterableStatement
- clearBindings() - Method in class com.mysql.cj.xdevapi.SqlStatementImpl
- clearBindings() - Method in interface com.mysql.cj.xdevapi.Statement
-
Clear all bindings for this statement.
- clearBindValues() - Method in class com.mysql.cj.AbstractQueryBindings
- clearBindValues() - Method in interface com.mysql.cj.QueryBindings
- clearCapabilities() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- clearCapabilities() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- clearCatalog() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes catalog = 7;
- clearCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- clearCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- clearClientMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- clearCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required uint32 code = 2;
- clearCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
required uint32 code = 2;
- clearCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
optional uint64 collation = 2;
- clearCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint64 collation = 8;
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- clearColumn() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
repeated string column = 6;
- clearColumn() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
repeated string column = 6;
- clearCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
optional bool compact_metadata = 3 [default = false];
- clearCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
optional bool compact_metadata = 4 [default = false];
- clearCond() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- clearConditionKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
required uint32 condition_key = 1;
- clearConditionValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional bytes condition_value = 2;
- clearContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
optional uint32 content_type = 2;
- clearContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 content_type = 12;
- clearCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Expr.Expr criteria = 3;
- clearCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr criteria = 5;
- clearCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Expr.Expr criteria = 4;
- clearCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
required uint32 cursor_id = 1;
- clearCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
required uint32 cursor_id = 1;
- clearCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required uint32 cursor_id = 1;
- clearDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- clearDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- clearDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- clearDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- clearDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional string definer = 2;
- clearDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional string definer = 2;
- clearDelete() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- clearDirection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- clearDocumentPath() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- clearDocumentPath() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- clearExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- clearFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
optional uint64 fetch_rows = 5;
- clearFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
optional uint64 fetch_rows = 5;
- clearField() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- clearField() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
repeated bytes field = 1;
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
- clearFind() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Find find = 2;
- clearFlags() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 flags = 11;
- clearFld() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- clearFld() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- clearFractionalDigits() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 fractional_digits = 9;
- clearFunctionCall() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- clearGrouping() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- clearGroupingCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- clearHasTriedMaster() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
Deprecated.
- clearHasTriedMaster() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
Deprecated.
- clearHasTriedMaster() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
Deprecated.
- clearHasTriedMaster() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
Deprecated.
- clearHasTriedMaster() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Deprecated.
- clearIdentifier() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- clearIfExists() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
optional bool if_exists = 2 [default = false];
- clearIndex() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional uint32 index = 3;
- clearInitialResponse() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
optional bytes initial_response = 3;
- clearInputStream() - Method in class com.mysql.cj.NativeSession
- clearInputStream() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- clearInsert() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- clearKeepOpen() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
optional bool keep_open = 1 [default = false];
- clearKey() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- clearKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required string key = 1;
- clearLength() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 length = 10;
- clearLevel() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
optional .Mysqlx.Notice.Warning.Level level = 1 [default = WARNING];
- clearLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.Limit limit = 4;
- clearLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Limit limit = 6;
- clearLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.Limit limit = 5;
- clearLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- clearLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- clearLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- clearLiteral() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- clearLocking() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Find.RowLock locking = 12;
- clearLockingOptions() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13;
- clearMechName() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
required string mech_name = 1;
- clearMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required string msg = 3;
- clearMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- clearMsg() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
required string msg = 3;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string name = 2;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
required .Mysqlx.Expr.Identifier name = 1;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
required string name = 1;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes name = 2;
- clearNamespace() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
optional string namespace = 3 [default = "sql"];
- clearNextResultset() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
We can't do this ourselves, otherwise the contract for Statement.getMoreResults() won't work correctly.
- clearNextResultset() - Method in interface com.mysql.cj.protocol.Resultset
-
Clears the reference to the next result set in a multi-result set "chain".
- clearObj() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- clearObject() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- clearOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
optional uint64 offset = 2;
- clearOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
optional .Mysqlx.Expr.Expr offset = 2;
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
- clearOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- clearOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- clearOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- clearOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;
- clearOperator() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- clearOrder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- clearOrder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- clearOrder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- clearOriginalName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes original_name = 3;
- clearOriginalTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes original_table = 5;
- clearParam() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- clearParam() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- clearParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
required .Mysqlx.Notice.SessionStateChanged.Parameter param = 1;
- clearParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
required string param = 1;
- clearParameters() - Method in class com.mysql.cj.jdbc.CallableStatement
- clearParameters() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- clearParameters() - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- clearParameters() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
- clearParameters(boolean) - Method in class com.mysql.cj.ServerPreparedQuery
- clearPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
required bytes payload = 4;
- clearPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
optional bytes payload = 3;
- clearPosition() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional uint32 position = 7;
- clearPrepareExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- clearProjection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- clearProjection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- clearReplaceExisting() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional bool replace_existing = 8 [default = false];
- clearRow() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- clearRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
required uint64 row_count = 1;
- clearRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
required .Mysqlx.Expr.Expr row_count = 1;
- clearScalar() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- clearSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
optional string schema = 2;
- clearSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes schema = 6;
- clearSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string schema_name = 4;
- clearSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- clearScope() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];
- clearSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];
- clearSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;
- clearServerMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- clearSeverity() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
optional .Mysqlx.Error.Severity severity = 1 [default = ERROR];
- clearSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
required .Mysqlx.Expr.Expr source = 1;
- clearSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- clearSqlState() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required string sql_state = 4;
- clearStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Find stmt = 7;
- clearStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.Find stmt = 7;
- clearStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- clearStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- clearStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
required bytes stmt = 1;
- clearStmtExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- clearStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
required uint32 stmt_id = 1;
- clearStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
required uint32 stmt_id = 1;
- clearStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required uint32 stmt_id = 1;
- clearTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes table = 4;
- clearTableName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string table_name = 3;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
required uint32 type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
required uint32 type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
datatype of the field in a row
- clearUncompressedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional uint64 uncompressed_size = 1;
- clearUpdate() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- clearUpsert() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
optional bool upsert = 6 [default = false];
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
optional .Mysqlx.Expr.Expr value = 3;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
required bytes value = 1;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
required bytes value = 1;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional string value = 2;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required .Mysqlx.Expr.Expr value = 2;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- clearVariable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional string variable = 3;
- clearVBool() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional bool v_bool = 8;
- clearVDouble() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional double v_double = 6;
- clearVFloat() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional float v_float = 7;
- clearViewId() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
optional string view_id = 2;
- clearVOctets() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- clearVSignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional sint64 v_signed_int = 2;
- clearVString() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- clearVUnsignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional uint64 v_unsigned_int = 3;
- clearWarnings() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- clearWarnings() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- clearWarnings() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- clearWarnings() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- clearWarnings() - Method in class com.mysql.cj.jdbc.StatementImpl
- clearWarnings() - Method in class com.mysql.cj.jdbc.StatementWrapper
- clearWarningsCalled - Variable in class com.mysql.cj.AbstractQuery
-
Has clearWarnings() been called?
- Client - Interface in com.mysql.cj.xdevapi
-
X DevAPI class encapsulating a Session pooling functionality.
- CLIENT_CAN_HANDLE_EXPIRED_PASSWORD - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- CLIENT_COMPRESS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- CLIENT_CONNECT_ATTRS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- CLIENT_CONNECT_WITH_DB - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- CLIENT_DEPRECATE_EOF - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- CLIENT_FIRST - com.mysql.cj.sasl.ScramShaSaslClient.ScramExchangeStage
- CLIENT_FOUND_ROWS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- CLIENT_ID_ASSIGNED - com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
CLIENT_ID_ASSIGNED = 11;
- CLIENT_ID_ASSIGNED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
CLIENT_ID_ASSIGNED = 11;
- CLIENT_INTERACTIVE - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- CLIENT_KEY - Static variable in class com.mysql.cj.sasl.ScramShaSaslClient
- CLIENT_LOCAL_FILES - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- CLIENT_LONG_FLAG - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- CLIENT_LONG_PASSWORD - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- CLIENT_MESSAGE_ID_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx
- CLIENT_MESSAGES_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- CLIENT_MULTI_RESULTS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- CLIENT_MULTI_STATEMENTS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- CLIENT_PLUGIN_AUTH - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- CLIENT_PLUGIN_AUTH_LENENC_CLIENT_DATA - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- CLIENT_PROTOCOL_41 - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- CLIENT_PS_MULTI_RESULTS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- CLIENT_RESERVED - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- CLIENT_SECURE_CONNECTION - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- CLIENT_SESSION_TRACK - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- CLIENT_SSL - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- CLIENT_TRANSACTIONS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- Client.ClientProperty - Enum in com.mysql.cj.xdevapi
- clientCertificateKeyStorePassword - com.mysql.cj.conf.PropertyKey
- clientCertificateKeyStoreType - com.mysql.cj.conf.PropertyKey
- clientCertificateKeyStoreUrl - com.mysql.cj.conf.PropertyKey
- ClientFactory - Class in com.mysql.cj.xdevapi
-
ClientFactory is used for creation of
Client
instances. - ClientFactory() - Constructor for class com.mysql.cj.xdevapi.ClientFactory
- clientFirstMessageBare - Variable in class com.mysql.cj.sasl.ScramShaSaslClient
- ClientImpl - Class in com.mysql.cj.xdevapi
- ClientImpl(String, String) - Constructor for class com.mysql.cj.xdevapi.ClientImpl
- ClientImpl(String, Properties) - Constructor for class com.mysql.cj.xdevapi.ClientImpl
- ClientImpl.PooledXProtocol - Class in com.mysql.cj.xdevapi
- clientInfoProvider - com.mysql.cj.conf.PropertyKey
- ClientInfoProvider - Interface in com.mysql.cj.jdbc
-
Classes that implement this interface and provide a no-args constructor can be used by the driver to store and retrieve client information and/or labels.
- ClientInfoProviderSP - Class in com.mysql.cj.jdbc
- ClientInfoProviderSP() - Constructor for class com.mysql.cj.jdbc.ClientInfoProviderSP
- clientMessageId - Static variable in class com.mysql.cj.x.protobuf.Mysqlx
-
extend .google.protobuf.MessageOptions { ...
- clientPrepare(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- clientPrepare(String, int, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- ClientPreparedQuery - Class in com.mysql.cj
- ClientPreparedQuery(NativeSession) - Constructor for class com.mysql.cj.ClientPreparedQuery
- ClientPreparedQueryBindings - Class in com.mysql.cj
- ClientPreparedQueryBindings(int, Session) - Constructor for class com.mysql.cj.ClientPreparedQueryBindings
- ClientPreparedQueryBindValue - Class in com.mysql.cj
- ClientPreparedQueryBindValue() - Constructor for class com.mysql.cj.ClientPreparedQueryBindValue
- ClientPreparedQueryBindValue(ClientPreparedQueryBindValue) - Constructor for class com.mysql.cj.ClientPreparedQueryBindValue
- ClientPreparedStatement - Class in com.mysql.cj.jdbc
-
A SQL Statement is pre-compiled and stored in a PreparedStatement object.
- ClientPreparedStatement(JdbcConnection, String) - Constructor for class com.mysql.cj.jdbc.ClientPreparedStatement
-
Constructor used by server-side prepared statements
- ClientPreparedStatement(JdbcConnection, String, String) - Constructor for class com.mysql.cj.jdbc.ClientPreparedStatement
-
Constructor for the PreparedStatement class.
- ClientPreparedStatement(JdbcConnection, String, String, ParseInfo) - Constructor for class com.mysql.cj.jdbc.ClientPreparedStatement
-
Creates a new PreparedStatement object.
- clientPrepareStatement(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- clientPrepareStatement(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- clientPrepareStatement(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- clientPrepareStatement(String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the client, using client-side emulation (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- clientPrepareStatement(String, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- clientPrepareStatement(String, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- clientPrepareStatement(String, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- clientPrepareStatement(String, int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the client, using client-side emulation (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- clientPrepareStatement(String, int[]) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- clientPrepareStatement(String, int[]) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- clientPrepareStatement(String, int[]) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- clientPrepareStatement(String, int[]) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the client, using client-side emulation (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- clientPrepareStatement(String, int, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- clientPrepareStatement(String, int, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- clientPrepareStatement(String, int, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- clientPrepareStatement(String, int, int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the client, using client-side emulation (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- clientPrepareStatement(String, int, int, boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- clientPrepareStatement(String, int, int, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- clientPrepareStatement(String, int, int, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- clientPrepareStatement(String, int, int, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- clientPrepareStatement(String, int, int, int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the client, using client-side emulation (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- clientPrepareStatement(String, String[]) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- clientPrepareStatement(String, String[]) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- clientPrepareStatement(String, String[]) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- clientPrepareStatement(String, String[]) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the client, using client-side emulation (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- Clob - Class in com.mysql.cj.jdbc
-
Simplistic implementation of java.sql.Clob for MySQL Connector/J
- Clob(String, ExceptionInterceptor) - Constructor for class com.mysql.cj.jdbc.Clob
- clobberStreamingResults - com.mysql.cj.conf.PropertyKey
- clobCharacterEncoding - com.mysql.cj.conf.PropertyKey
- clone() - Method in class com.mysql.cj.AbstractQueryBindings
- clone() - Method in interface com.mysql.cj.BindValue
- clone() - Method in class com.mysql.cj.ClientPreparedQueryBindings
- clone() - Method in class com.mysql.cj.ClientPreparedQueryBindValue
- clone() - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParam
- clone() - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
- clone() - Method in interface com.mysql.cj.QueryBindings
- clone() - Method in class com.mysql.cj.ServerPreparedQueryBindings
- clone() - Method in class com.mysql.cj.ServerPreparedQueryBindValue
- clone() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
- close() - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- close() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- close() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
The physical connection is not actually closed.
- close() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionLifecycleInterceptor
- close() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
- close() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- close() - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.close(), before the driver processes its own internal logic for close.
- close() - Method in class com.mysql.cj.jdbc.MysqlPooledConnection
-
Invoked by the container (not the client), and should close the physical connection.
- close() - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- close() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- close() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
- close() - Method in class com.mysql.cj.jdbc.StatementImpl
-
In many cases, it is desirable to immediately release a Statement's database and JDBC resources instead of waiting for this to happen when it is automatically closed.
- close() - Method in class com.mysql.cj.jdbc.StatementWrapper
- close() - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
- close() - Method in class com.mysql.cj.protocol.a.CompressedInputStream
- close() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- close() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
- close() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
- close() - Method in interface com.mysql.cj.protocol.Protocol
- close() - Method in class com.mysql.cj.protocol.ReadAheadInputStream
- close() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
We're done.
- close() - Method in class com.mysql.cj.protocol.WatchableOutputStream
- close() - Method in class com.mysql.cj.protocol.WatchableWriter
- close() - Method in class com.mysql.cj.protocol.x.CompressionSplittedInputStream
-
Closes this stream.
- close() - Method in class com.mysql.cj.protocol.x.CompressionSplittedOutputStream
-
Closes this stream.
- close() - Method in class com.mysql.cj.protocol.x.ConfinedInputStream
-
Closes this stream and throws away any bytes not consumed from the underlying
InputStream
. - close() - Method in class com.mysql.cj.protocol.x.ContinuousOutputStream
-
Instead of closing the
OutputStream
flushes its data. - close() - Method in class com.mysql.cj.protocol.x.XProtocol
- close() - Method in interface com.mysql.cj.xdevapi.Client
-
Close
Client
. - close() - Method in class com.mysql.cj.xdevapi.ClientImpl
- close() - Method in class com.mysql.cj.xdevapi.ClientImpl.PooledXProtocol
- close() - Method in interface com.mysql.cj.xdevapi.Session
-
Close this session.
- close() - Method in class com.mysql.cj.xdevapi.SessionImpl
- close(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- closeAllOpenResults() - Method in class com.mysql.cj.jdbc.StatementImpl
-
Close any open result sets that have been 'held open'
- closeConnectionProxy(LoadBalancedConnectionProxy) - Method in class com.mysql.cj.jdbc.ConnectionGroup
- closedExplicitly - Variable in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
- ClosedOnExpiredPasswordException - Exception in com.mysql.cj.exceptions
-
Equivalent to SQLSTATE ER_MUST_CHANGE_PASSWORD_LOGIN = 1862 "Your password has expired.
- ClosedOnExpiredPasswordException() - Constructor for exception com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
- ClosedOnExpiredPasswordException(String) - Constructor for exception com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
- ClosedOnExpiredPasswordException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
- ClosedOnExpiredPasswordException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
- ClosedOnExpiredPasswordException(Throwable) - Constructor for exception com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
- closedReason - Variable in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
- closeOnCompletion() - Method in class com.mysql.cj.jdbc.StatementImpl
- closeOnCompletion() - Method in class com.mysql.cj.jdbc.StatementWrapper
- closeOwner(boolean) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- closeOwner(boolean) - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
- closeQuery() - Method in class com.mysql.cj.AbstractPreparedQuery
- closeQuery() - Method in class com.mysql.cj.AbstractQuery
- closeQuery() - Method in class com.mysql.cj.jdbc.StatementImpl
- closeQuery() - Method in interface com.mysql.cj.Query
- closeQuery() - Method in class com.mysql.cj.ServerPreparedQuery
- closeQuery() - Method in class com.mysql.cj.ServerPreparedQueryTestcaseGenerator
- ClusterAwareConnectionLifecycleInterceptor - Class in com.mysql.cj.jdbc.ha.ca
-
This basic implementation of ConnectionLifecycleInterceptor allows the ClusterAwareConnectionProxy class to be aware of certain events occurring against the database connection.
- ClusterAwareConnectionLifecycleInterceptor(ClusterAwareConnectionProxy) - Constructor for class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionLifecycleInterceptor
-
Creates a new instance of ClusterAwareConnectionLifecycleInterceptor and initialize it with an instance of connection proxy.
- ClusterAwareConnectionProxy - Class in com.mysql.cj.jdbc.ha.ca
-
A proxy for a dynamic com.mysql.cj.jdbc.JdbcConnection implementation that provides cluster-aware failover features.
- ClusterAwareConnectionProxy(ConnectionUrl) - Constructor for class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Instantiates a new AuroraConnectionProxy for the given list of hosts and connection properties.
- ClusterAwareHitMissMetricsHolder - Class in com.mysql.cj.jdbc.ha.ca
-
A simple implementation of hit-miss metric.
- ClusterAwareHitMissMetricsHolder(String) - Constructor for class com.mysql.cj.jdbc.ha.ca.ClusterAwareHitMissMetricsHolder
-
Initialize a metric holder with a metric name.
- ClusterAwareMetrics - Class in com.mysql.cj.jdbc.ha.ca
-
Collect certain performance metrics for ClusterAwareConnectionProxy.
- ClusterAwareMetrics() - Constructor for class com.mysql.cj.jdbc.ha.ca.ClusterAwareMetrics
- ClusterAwareReaderFailoverHandler - Class in com.mysql.cj.jdbc.ha.ca
-
An implementation of ReaderFailoverHandler.
- ClusterAwareReaderFailoverHandler(TopologyService, ConnectionProvider, Map<String, String>, int, int, Log) - Constructor for class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler
-
ClusterAwareReaderFailoverHandler constructor.
- ClusterAwareReaderFailoverHandler(TopologyService, ConnectionProvider, Map<String, String>, Log) - Constructor for class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler
- ClusterAwareReaderFailoverHandler.HostTuple - Class in com.mysql.cj.jdbc.ha.ca
-
HostTuple class.
- ClusterAwareTimeMetricsHolder - Class in com.mysql.cj.jdbc.ha.ca
-
A simple implementation of timing metric.
- ClusterAwareTimeMetricsHolder(String) - Constructor for class com.mysql.cj.jdbc.ha.ca.ClusterAwareTimeMetricsHolder
-
Initialize a metric holder with a metric name.
- ClusterAwareUtils - Class in com.mysql.cj.jdbc.ha.ca
- ClusterAwareUtils() - Constructor for class com.mysql.cj.jdbc.ha.ca.ClusterAwareUtils
- ClusterAwareWriterFailoverHandler - Class in com.mysql.cj.jdbc.ha.ca
-
An implementation of WriterFailoverHandler.
- ClusterAwareWriterFailoverHandler(TopologyService, ConnectionProvider, ReaderFailoverHandler, Map<String, String>, int, int, int, Log) - Constructor for class com.mysql.cj.jdbc.ha.ca.ClusterAwareWriterFailoverHandler
-
ClusterAwareWriterFailoverHandler constructor.
- ClusterAwareWriterFailoverHandler(TopologyService, ConnectionProvider, ReaderFailoverHandler, Map<String, String>, Log) - Constructor for class com.mysql.cj.jdbc.ha.ca.ClusterAwareWriterFailoverHandler
-
ClusterAwareWriterFailoverHandler constructor.
- clusterId - com.mysql.cj.conf.PropertyKey
- clusterId - Variable in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
- clusterIdSetting - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- clusterInstanceHostPattern - com.mysql.cj.conf.PropertyKey
- clusterInstanceHostPatternSetting - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- clusterInstanceTemplate - Variable in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
- clusterTopologyRefreshRateMs - com.mysql.cj.conf.PropertyKey
- clusterTopologyRefreshRateMsSetting - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- cNonce - Variable in class com.mysql.cj.sasl.ScramShaSaslClient
- CODE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx.Error
- CODE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- COLLATION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- COLLATION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- COLLATION_INDEX_TO_CHARSET - Static variable in class com.mysql.cj.CharsetMapping
- COLLATION_INDEX_TO_COLLATION_NAME - Static variable in class com.mysql.cj.CharsetMapping
- COLLATION_NAME_TO_COLLATION_INDEX - Static variable in class com.mysql.cj.protocol.x.XProtocol
- COLLATION_NOT_DEFINED - Static variable in class com.mysql.cj.CharsetMapping
- collectHostsInfo(ConnectionUrlParser) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Collects the hosts information from the
ConnectionUrlParser
. - collection - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
- Collection - Interface in com.mysql.cj.xdevapi
-
Representation of a document collection.
- COLLECTION - com.mysql.cj.xdevapi.DatabaseObject.DbObjectType
- COLLECTION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- COLLECTION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- COLLECTION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- COLLECTION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- COLLECTION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- COLLECTION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- COLLECTION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- COLLECTION_VIEW - com.mysql.cj.xdevapi.DatabaseObject.DbObjectType
- CollectionImpl - Class in com.mysql.cj.xdevapi
- collectProperties(ConnectionUrlParser, Properties) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Joins the connection arguments from the connection string with the ones from the given connection arguments map collecting them in a single map.
- Column - Interface in com.mysql.cj.xdevapi
-
Represents individual column of
RowResult
- COLUMN_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- COLUMN_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- columnCount - Variable in class com.mysql.cj.protocol.a.ColumnDefinitionFactory
- columnDefinition - Variable in class com.mysql.cj.AbstractQueryBindings
- columnDefinition - Variable in class com.mysql.cj.protocol.a.AbstractRowFactory
- columnDefinition - Variable in class com.mysql.cj.protocol.a.result.NativeResultset
-
The metadata for this result set
- ColumnDefinition - Interface in com.mysql.cj.protocol
-
Represents protocol specific result set metadata, eg., for native protocol, Protocol::ColumnDefinition41 protocol entity.
- ColumnDefinitionFactory - Class in com.mysql.cj.protocol.a
- ColumnDefinitionFactory(long, ColumnDefinition) - Constructor for class com.mysql.cj.protocol.a.ColumnDefinitionFactory
- columnDefinitionFromCache - Variable in class com.mysql.cj.protocol.a.ColumnDefinitionFactory
- ColumnDefinitionReader - Class in com.mysql.cj.protocol.a
- ColumnDefinitionReader(NativeProtocol) - Constructor for class com.mysql.cj.protocol.a.ColumnDefinitionReader
- ColumnImpl - Class in com.mysql.cj.xdevapi
- ColumnImpl(Field) - Constructor for class com.mysql.cj.xdevapi.ColumnImpl
-
Constructor.
- columnUsed - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Keep track of columns accessed
- COM_BINLOG_DUMP - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_BINLOG_DUMP_GTID - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_CHANGE_USER - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_CONNECT - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_CONNECT_OUT - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_CREATE_DB - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_DAEMON - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_DEBUG - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_DELAYED_INSERT - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_DROP_DB - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_FIELD_LIST - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_INIT_DB - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_PING - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_PROCESS_INFO - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_PROCESS_KILL - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_QUERY - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_QUIT - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_REFRESH - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_REGISTER_SLAVE - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
Deprecated.
- COM_RESET_CONNECTION - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_SET_OPTION - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_SHUTDOWN - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_SLEEP - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_STATISTICS - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_STMT_CLOSE - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_STMT_EXECUTE - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_STMT_FETCH - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_STMT_PREPARE - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_STMT_RESET - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_STMT_SEND_LONG_DATA - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_TABLE_DUMP - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- COM_TIME - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- com.mysql.cj - package com.mysql.cj
- com.mysql.cj.admin - package com.mysql.cj.admin
- com.mysql.cj.conf - package com.mysql.cj.conf
- com.mysql.cj.conf.url - package com.mysql.cj.conf.url
- com.mysql.cj.exceptions - package com.mysql.cj.exceptions
- com.mysql.cj.interceptors - package com.mysql.cj.interceptors
- com.mysql.cj.jdbc - package com.mysql.cj.jdbc
- com.mysql.cj.jdbc.admin - package com.mysql.cj.jdbc.admin
- com.mysql.cj.jdbc.exceptions - package com.mysql.cj.jdbc.exceptions
- com.mysql.cj.jdbc.ha - package com.mysql.cj.jdbc.ha
- com.mysql.cj.jdbc.ha.ca - package com.mysql.cj.jdbc.ha.ca
- com.mysql.cj.jdbc.integration.c3p0 - package com.mysql.cj.jdbc.integration.c3p0
- com.mysql.cj.jdbc.interceptors - package com.mysql.cj.jdbc.interceptors
- com.mysql.cj.jdbc.jmx - package com.mysql.cj.jdbc.jmx
- com.mysql.cj.jdbc.result - package com.mysql.cj.jdbc.result
- com.mysql.cj.jdbc.util - package com.mysql.cj.jdbc.util
- com.mysql.cj.log - package com.mysql.cj.log
- com.mysql.cj.protocol - package com.mysql.cj.protocol
- com.mysql.cj.protocol.a - package com.mysql.cj.protocol.a
- com.mysql.cj.protocol.a.authentication - package com.mysql.cj.protocol.a.authentication
- com.mysql.cj.protocol.a.result - package com.mysql.cj.protocol.a.result
- com.mysql.cj.protocol.result - package com.mysql.cj.protocol.result
- com.mysql.cj.protocol.x - package com.mysql.cj.protocol.x
- com.mysql.cj.result - package com.mysql.cj.result
- com.mysql.cj.sasl - package com.mysql.cj.sasl
- com.mysql.cj.util - package com.mysql.cj.util
- com.mysql.cj.x.protobuf - package com.mysql.cj.x.protobuf
-
Message classes used for serialization with Google Protocol Buffers to support the X Protocol.
- com.mysql.cj.xdevapi - package com.mysql.cj.xdevapi
-
Java classes for X DevAPI support.
- com.mysql.jdbc - package com.mysql.jdbc
- commandBuilder - Variable in class com.mysql.cj.jdbc.StatementImpl
- commandBuilder - Variable in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
- commandBuilder - Variable in class com.mysql.cj.ServerPreparedQuery
- commandName - Variable in enum com.mysql.cj.protocol.x.XpluginStatementCommand
- CommentClientInfoProvider - Class in com.mysql.cj.jdbc
-
An implementation of ClientInfoProvider that exposes the client info as a comment prepended to all statements issued by the driver.
- CommentClientInfoProvider() - Constructor for class com.mysql.cj.jdbc.CommentClientInfoProvider
- commit() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- commit() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- commit() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionLifecycleInterceptor
- commit() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- commit() - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.commit(), before the driver processes its own internal logic for commit().
- commit() - Method in interface com.mysql.cj.xdevapi.Session
-
Commit the transaction.
- commit() - Method in class com.mysql.cj.xdevapi.SessionImpl
- commit(Xid, boolean) - Method in class com.mysql.cj.jdbc.MysqlXAConnection
- commit(Xid, boolean) - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
- CommonChecks - Class in instrumentation
- CommonChecks() - Constructor for class instrumentation.CommonChecks
- CommunicationsException - Exception in com.mysql.cj.jdbc.exceptions
-
An exception to represent communications errors with the database.
- CommunicationsException(JdbcConnection, PacketSentTimeHolder, PacketReceivedTimeHolder, Exception) - Constructor for exception com.mysql.cj.jdbc.exceptions.CommunicationsException
- CommunicationsException(String, Throwable) - Constructor for exception com.mysql.cj.jdbc.exceptions.CommunicationsException
- COMP_HEADER_LENGTH - Static variable in class com.mysql.cj.protocol.a.CompressedPacketSender
- COMP_HEADER_LENGTH - Static variable in class com.mysql.cj.protocol.a.NativeProtocol
- COMPACT_METADATA_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- COMPACT_METADATA_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- ComparableWrapper(K, V) - Constructor for class com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
- compareTo(DatabaseMetaData.ComparableWrapper<K, V>) - Method in class com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
- compareTo(DatabaseMetaData.IndexMetaDataKey) - Method in class com.mysql.cj.jdbc.DatabaseMetaData.IndexMetaDataKey
- compareTo(DatabaseMetaData.TableMetaDataKey) - Method in class com.mysql.cj.jdbc.DatabaseMetaData.TableMetaDataKey
- compareTo(ServerVersion) - Method in class com.mysql.cj.ServerVersion
- compareTo(DnsSrv.SrvRecord) - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
- compensateOnDuplicateKeyUpdateCounts - com.mysql.cj.conf.PropertyKey
- completed(T, Void) - Method in class com.mysql.cj.protocol.x.ErrorToFutureCompletionHandler
- completer - Variable in class com.mysql.cj.xdevapi.AbstractDataResult
- CompressedInputStream - Class in com.mysql.cj.protocol.a
-
Used to de-compress packets from the MySQL server when protocol-level compression is turned on.
- CompressedInputStream(InputStream, RuntimeProperty<Boolean>, Log) - Constructor for class com.mysql.cj.protocol.a.CompressedInputStream
-
Creates a new CompressedInputStream that reads the given stream from the server.
- compressedPacketSender - Variable in class com.mysql.cj.protocol.a.NativeProtocol
-
Track this to manually shut down.
- CompressedPacketSender - Class in com.mysql.cj.protocol.a
-
A
MessageSender
for the compressed protocol. - CompressedPacketSender(BufferedOutputStream) - Constructor for class com.mysql.cj.protocol.a.CompressedPacketSender
- COMPRESSION - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
COMPRESSION = 46;
- COMPRESSION - com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
COMPRESSION = 19;
- COMPRESSION_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
COMPRESSION = 46;
- COMPRESSION_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
COMPRESSION = 19;
- CompressionAlgorithm - Class in com.mysql.cj.protocol.x
-
Contains all information about a compression algorithm, its name, compression mode and classes that implement the inflating and deflating streams of data.
- CompressionAlgorithm(String, String, String) - Constructor for class com.mysql.cj.protocol.x.CompressionAlgorithm
- CompressionMode - Enum in com.mysql.cj.protocol.x
-
The modes by which compression can be made.
- CompressionSplittedInputStream - Class in com.mysql.cj.protocol.x
-
An
InputStream
wrapper that analyzes X Protocol frames and, if compressed, routes them to a secondary compressor-ableInputStream
that also knows how to rebuild uncompressed X Protocol frames from compressed ones. - CompressionSplittedInputStream(InputStream, CompressorStreamsFactory) - Constructor for class com.mysql.cj.protocol.x.CompressionSplittedInputStream
- CompressionSplittedOutputStream - Class in com.mysql.cj.protocol.x
-
An
OutputStream
wrapper that analyzes X Protocol frames and routes them directly to the original underlyingOutputStream
or passes them through to a compressor-ableOutputStream
to compresses the frame, rebuilds it and then sends a newly compressed X Protocol frame, depending on defined data size threshold. - CompressionSplittedOutputStream(OutputStream, CompressorStreamsFactory) - Constructor for class com.mysql.cj.protocol.x.CompressionSplittedOutputStream
- CompressorStreamsFactory - Class in com.mysql.cj.protocol.x
-
Factory class for producing inflating and deflating-able
InputStream
andOutputStream
instances for a selected compression algorithm. - CompressorStreamsFactory(CompressionAlgorithm) - Constructor for class com.mysql.cj.protocol.x.CompressorStreamsFactory
- computeBatchSize(int) - Method in class com.mysql.cj.AbstractPreparedQuery
-
Computes the optimum number of batched parameter lists to send without overflowing max_allowed_packet.
- computeBatchSize(int) - Method in interface com.mysql.cj.PreparedQuery
- computeMaxParameterSetSizeAndBatchSize(int) - Method in class com.mysql.cj.AbstractPreparedQuery
- computeMaxParameterSetSizeAndBatchSize(int) - Method in class com.mysql.cj.ClientPreparedQuery
-
Computes the maximum parameter set size, and entire batch size given the number of arguments in the batch.
- computeMaxParameterSetSizeAndBatchSize(int) - Method in class com.mysql.cj.ServerPreparedQuery
-
Computes the maximum parameter set size and the size of the entire batch given the number of arguments in the batch.
- CON_CAPABILITIES_GET - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CON_CAPABILITIES_GET = 1;
- CON_CAPABILITIES_GET_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CON_CAPABILITIES_GET = 1;
- CON_CAPABILITIES_SET - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CON_CAPABILITIES_SET = 2;
- CON_CAPABILITIES_SET_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CON_CAPABILITIES_SET = 2;
- CON_CLOSE - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CON_CLOSE = 3;
- CON_CLOSE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CON_CLOSE = 3;
- COND_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- CONDITION_KEY_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- CONDITION_VALUE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- configureCharacterSets() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- configureCharacterSets() - Method in interface com.mysql.cj.protocol.ServerSession
- configureCharacterSets() - Method in class com.mysql.cj.protocol.x.XServerSession
- configureClientCharacterSet(boolean) - Method in class com.mysql.cj.NativeSession
-
Sets up client character set.
- configureTimeZone() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Configures the client's timezone if required.
- configureTimeZone() - Method in interface com.mysql.cj.protocol.Protocol
- configureTimeZone() - Method in class com.mysql.cj.protocol.x.XProtocol
- ConfinedInputStream - Class in com.mysql.cj.protocol.x
-
An
InputStream
wrapper that limits the number of bytes that can be read form the underlyingInputStream
. - ConfinedInputStream(InputStream) - Constructor for class com.mysql.cj.protocol.x.ConfinedInputStream
- ConfinedInputStream(InputStream, int) - Constructor for class com.mysql.cj.protocol.x.ConfinedInputStream
- conn - Variable in class com.mysql.cj.jdbc.DatabaseMetaData
-
The connection to the database
- CONN_CAPABILITIES - com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
CONN_CAPABILITIES = 2;
- CONN_CAPABILITIES_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
CONN_CAPABILITIES = 2;
- connect(HostInfo) - Method in class com.mysql.cj.jdbc.ha.ca.BasicConnectionProvider
-
Called once per connection that needs to be created.
- connect(HostInfo) - Method in interface com.mysql.cj.jdbc.ha.ca.ConnectionProvider
-
Called once per connection that needs to be created.
- connect(HostInfo, String, String, String, int, TransactionEventHandler) - Method in class com.mysql.cj.NativeSession
- connect(ServerSession, String, String, String) - Method in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
-
Initialize communications with the MySQL server.
- connect(ServerSession, String, String, String) - Method in interface com.mysql.cj.protocol.AuthenticationProvider
- connect(ServerSession, String, String, String) - Method in class com.mysql.cj.protocol.x.XAuthenticationProvider
- connect(String, int, PropertySet, int) - Method in class com.mysql.cj.protocol.NamedPipeSocketFactory
- connect(String, int, PropertySet, int) - Method in interface com.mysql.cj.protocol.SocketFactory
-
Creates a new socket or channel using the given properties.
- connect(String, int, PropertySet, int) - Method in class com.mysql.cj.protocol.StandardSocketFactory
- connect(String, int, PropertySet, int) - Method in class com.mysql.jdbc.SocketFactoryWrapper
- connect(String, int, PropertySet, ExceptionInterceptor, Log, int) - Method in class com.mysql.cj.protocol.a.NativeSocketConnection
- connect(String, int, PropertySet, ExceptionInterceptor, Log, int) - Method in interface com.mysql.cj.protocol.SocketConnection
-
Connect to the MySQL server and setup a stream connection.
- connect(String, int, Properties) - Method in interface com.mysql.jdbc.SocketFactory
-
Deprecated.Creates a new socket using the given properties.
- connect(String, String, String) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- connect(String, String, String) - Method in interface com.mysql.cj.protocol.Protocol
-
Create a new session.
- connect(String, String, String) - Method in class com.mysql.cj.protocol.x.XProtocol
- connect(String, Properties) - Method in class com.mysql.cj.jdbc.NonRegisteringDriver
-
Try to make a database connection to the given URL.
- connection - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
The Connection instance that created us
- connection - Variable in class com.mysql.cj.jdbc.StatementImpl
-
The connection that created us
- CONNECTION_CLOSED_EVENT - Static variable in class com.mysql.cj.jdbc.MysqlPooledConnection
-
The flag for a connection being closed.
- CONNECTION_ERROR_EVENT - Static variable in class com.mysql.cj.jdbc.MysqlPooledConnection
-
The flag for an exception being thrown.
- connectionAttributes - com.mysql.cj.conf.PropertyKey
- connectionCollation - com.mysql.cj.conf.PropertyKey
- connectionCreationTimeMillis - Variable in class com.mysql.cj.CoreSession
-
The point in time when this connection was created
- ConnectionFeatureNotAvailableException - Exception in com.mysql.cj.jdbc.exceptions
-
Thrown when a client requests a connection-level feature that isn't available for this particular distribution of Connector/J (currently only used by code that is export-controlled).
- ConnectionFeatureNotAvailableException(JdbcConnection, PacketSentTimeHolder, Exception) - Constructor for exception com.mysql.cj.jdbc.exceptions.ConnectionFeatureNotAvailableException
- ConnectionFeatureNotAvailableException(String, Throwable) - Constructor for exception com.mysql.cj.jdbc.exceptions.ConnectionFeatureNotAvailableException
- ConnectionGroup - Class in com.mysql.cj.jdbc
- ConnectionGroupManager - Class in com.mysql.cj.jdbc
- ConnectionGroupManager() - Constructor for class com.mysql.cj.jdbc.ConnectionGroupManager
- ConnectionImpl - Class in com.mysql.cj.jdbc
-
A Connection represents a session with a specific database.
- ConnectionImpl() - Constructor for class com.mysql.cj.jdbc.ConnectionImpl
-
' For the delegate only
- ConnectionImpl(HostInfo) - Constructor for class com.mysql.cj.jdbc.ConnectionImpl
-
Creates a connection to a MySQL Server.
- ConnectionIsClosedException - Exception in com.mysql.cj.exceptions
-
Operation attempted on already closed Connection
- ConnectionIsClosedException() - Constructor for exception com.mysql.cj.exceptions.ConnectionIsClosedException
- ConnectionIsClosedException(String) - Constructor for exception com.mysql.cj.exceptions.ConnectionIsClosedException
- ConnectionIsClosedException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.ConnectionIsClosedException
- ConnectionIsClosedException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.ConnectionIsClosedException
- ConnectionIsClosedException(Throwable) - Constructor for exception com.mysql.cj.exceptions.ConnectionIsClosedException
- ConnectionLifecycleInterceptor - Interface in com.mysql.cj.jdbc.interceptors
-
Implementors of this interface can be installed via the "connectionLifecycleInterceptors" configuration property and receive events and alter behavior of "lifecycle" methods on our connection implementation.
- ConnectionLifecycleInterceptorProvider - Interface in com.mysql.cj.jdbc.interceptors
- connectionLifecycleInterceptors - com.mysql.cj.conf.PropertyKey
- ConnectionPropertiesTransform - Interface in com.mysql.cj.conf
-
Implement this interface, and pass the class name as the 'propertiesTransform' property in your URL, and the driver will pass the properties it has parsed to your transform implementation so that you can modify/substitute/add any that you desire.
- connectionProvider - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- connectionProvider - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareWriterFailoverHandler
- ConnectionProvider - Interface in com.mysql.cj.jdbc.ha.ca
-
Implement this interface in order to handle physical connection creation process.
- connectionTimeZone - com.mysql.cj.conf.PropertyKey
- connectionUrl - Variable in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
- ConnectionUrl - Class in com.mysql.cj.conf
-
A container for a database URL and a collection of given connection arguments.
- ConnectionUrl() - Constructor for class com.mysql.cj.conf.ConnectionUrl
-
Empty constructor.
- ConnectionUrl(ConnectionUrlParser, Properties) - Constructor for class com.mysql.cj.conf.ConnectionUrl
-
Constructs an instance of
ConnectionUrl
, performing all the required initializations. - ConnectionUrl(String) - Constructor for class com.mysql.cj.conf.ConnectionUrl
-
Constructor for unsupported URLs
- ConnectionUrl.HostsCardinality - Enum in com.mysql.cj.conf
-
The rules describing the number of hosts a database URL may contain.
- ConnectionUrl.Type - Enum in com.mysql.cj.conf
-
The database URL type which is determined by the scheme section of the connection string.
- ConnectionUrlParser - Class in com.mysql.cj.conf
-
This class parses a connection string using the general URI structure defined in RFC 3986.
- ConnectionUrlParser.Pair<T,U> - Class in com.mysql.cj.conf
-
This class is a simple container for two elements.
- ConnectionWrapper - Class in com.mysql.cj.jdbc
-
This class serves as a wrapper for the connection object.
- ConnectionWrapper(MysqlPooledConnection, JdbcConnection, boolean) - Constructor for class com.mysql.cj.jdbc.ConnectionWrapper
-
Construct a new LogicalHandle and set instance variables
- connectTimeout - com.mysql.cj.conf.PropertyKey
- connProvider - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler
- Constants - Class in com.mysql.cj
-
Represents various constants used in the driver.
- consumeEvent(ProfilerEvent) - Method in class com.mysql.cj.log.LoggingProfilerEventHandler
- consumeEvent(ProfilerEvent) - Method in interface com.mysql.cj.log.ProfilerEventHandler
- containsKey(Object) - Method in class com.mysql.cj.util.ExpiringCache
- containsOnDuplicateKeyInString(String) - Method in class com.mysql.cj.jdbc.StatementImpl
- containsOnDuplicateKeyUpdateInSQL() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- containsOnDuplicateKeyUpdateInSQL() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
- containsOnDuplicateKeyUpdateInSQL() - Method in class com.mysql.cj.ParseInfo
- containsValue(Object) - Method in class com.mysql.cj.util.ExpiringCache
- CONTENT_TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- CONTENT_TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- continueBatchOnError - com.mysql.cj.conf.PropertyKey
- continueBatchOnError - Variable in class com.mysql.cj.jdbc.StatementImpl
- ContinuousOutputStream - Class in com.mysql.cj.protocol.x
-
An
OutputStream
wrapper that can't be closed and flushes data instead whenContinuousOutputStream.close()
is called. - ContinuousOutputStream(OutputStream) - Constructor for class com.mysql.cj.protocol.x.ContinuousOutputStream
- CONVERT_TO_NULL - com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior
- convertShowWarningsToSQLWarnings(int, boolean) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Turns output of 'SHOW WARNINGS' into JDBC SQLWarning instances.
- convertToJdbcFunctionList(ResultSet, List<DatabaseMetaData.ComparableWrapper<String, Row>>, Field[]) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- convertToJdbcProcedureList(boolean, ResultSet, List<DatabaseMetaData.ComparableWrapper<String, Row>>) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- copyWithAdditionalProps(HostInfo, Map<String, String>) - Static method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareUtils
-
Create a copy of the given
HostInfo
object where all details are the same except for the host properties, which will contain both the original properties and the properties passed into the function - CoreSession - Class in com.mysql.cj
- CoreSession(HostInfo, PropertySet) - Constructor for class com.mysql.cj.CoreSession
- count - Variable in class com.mysql.cj.xdevapi.AbstractDataResult
- count() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
-
Return the number of items in this result.
- count() - Method in interface com.mysql.cj.xdevapi.Collection
-
Query the number of documents in this collection.
- count() - Method in class com.mysql.cj.xdevapi.CollectionImpl
- count() - Method in interface com.mysql.cj.xdevapi.FetchResult
-
How many items are in this result? This method forces internal buffering of the entire result.
- count() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
- count() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
- count() - Method in interface com.mysql.cj.xdevapi.Table
-
Query the number of rows in this table.
- count() - Method in class com.mysql.cj.xdevapi.TableImpl
- createArrayOf(String, Object[]) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- createArrayOf(String, Object[]) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- createArrayOf(String, Object[]) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- createBatchUpdateException(SQLException, long[], ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
-
Create a BatchUpdateException taking in consideration the JDBC version in use.
- createBlob() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- createBlob() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- createBlob() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- createClob() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- createClob() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- createClob() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- createCollection(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Create a new collection.
- createCollection(String) - Method in class com.mysql.cj.xdevapi.SchemaImpl
- createCollection(String, boolean) - Method in interface com.mysql.cj.xdevapi.Schema
-
Create a new collection if it does not already exist on the server.
- createCollection(String, boolean) - Method in class com.mysql.cj.xdevapi.SchemaImpl
- createCollection(String, Schema.CreateCollectionOptions) - Method in interface com.mysql.cj.xdevapi.Schema
-
Create a new collection.
- createCollection(String, Schema.CreateCollectionOptions) - Method in class com.mysql.cj.xdevapi.SchemaImpl
- CreateCollectionOptions() - Constructor for class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
- createColumnsFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- createCommunicationsException(PropertySet, ServerSession, PacketSentTimeHolder, PacketReceivedTimeHolder, Throwable, ExceptionInterceptor) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
- createCommunicationsException(JdbcConnection, PacketSentTimeHolder, PacketReceivedTimeHolder, Exception, ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
- createCommunicationsException(String, Throwable, ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
- createConnectionAndInitializeTopology(ConnectionUrl) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- createConnectionForHost(HostInfo) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Creates a new physical connection for the given
HostInfo
. - createConnectionForHost(HostInfo) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Creates a new physical connection for the given
HostInfo
and updates required internal mappings and statistics for that connection. - createConnectionForHost(HostInfo) - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Creates a new physical connection for the given
HostInfo
. - createConnectionForHost(String) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Creates a new physical connection for the given host:port info.
- createDatabaseIfNotExist - com.mysql.cj.conf.PropertyKey
- createException(Class<T>, String) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
- createException(Class<T>, String, ExceptionInterceptor) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
- createException(Class<T>, String, Throwable) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
- createException(Class<T>, String, Throwable, ExceptionInterceptor) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
- createException(String) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
- createException(String, ExceptionInterceptor) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
- createException(String, String, int, boolean, Throwable, ExceptionInterceptor) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
- createException(String, Throwable) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
- createException(String, Throwable, ExceptionInterceptor) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
- createFieldMetadataForGetProcedures() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- createFkMetadataFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.BigDecimalValueFactory
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.BooleanValueFactory
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.ByteValueFactory
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.DefaultValueFactory
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.DoubleValueFactory
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.FloatValueFactory
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.IntegerValueFactory
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.LongValueFactory
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.ShortValueFactory
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.StringValueFactory
- createFromBigDecimal(BigDecimal) - Method in interface com.mysql.cj.result.ValueFactory
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.BigDecimalValueFactory
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.BooleanValueFactory
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.ByteValueFactory
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.DefaultValueFactory
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.DoubleValueFactory
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.FloatValueFactory
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.IntegerValueFactory
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.LongValueFactory
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.ShortValueFactory
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.StringValueFactory
- createFromBigInteger(BigInteger) - Method in interface com.mysql.cj.result.ValueFactory
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.BigDecimalValueFactory
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.BooleanValueFactory
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.ByteValueFactory
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.DefaultValueFactory
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.DoubleValueFactory
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.FloatValueFactory
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.IntegerValueFactory
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.LongValueFactory
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.ShortValueFactory
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.StringValueFactory
- createFromBit(byte[], int, int) - Method in interface com.mysql.cj.result.ValueFactory
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.AbstractDateTimeValueFactory
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.AbstractNumericValueFactory
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.BinaryStreamValueFactory
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.BooleanValueFactory
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.ByteValueFactory
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.OffsetDateTimeValueFactory
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.OffsetTimeValueFactory
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.StringValueFactory
-
Interpret the given byte array as a string.
- createFromBytes(byte[], int, int, Field) - Method in interface com.mysql.cj.result.ValueFactory
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.ZonedDateTimeValueFactory
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.xdevapi.DbDocValueFactory
-
Interpret the given byte array as a string.
- createFromDate(InternalDate) - Method in class com.mysql.cj.result.AbstractDateTimeValueFactory
- createFromDate(InternalDate) - Method in class com.mysql.cj.result.DefaultValueFactory
- createFromDate(InternalDate) - Method in class com.mysql.cj.result.StringValueFactory
-
Create a string from InternalDate.
- createFromDate(InternalDate) - Method in interface com.mysql.cj.result.ValueFactory
- createFromDatetime(InternalTimestamp) - Method in class com.mysql.cj.result.AbstractDateTimeValueFactory
- createFromDatetime(InternalTimestamp) - Method in class com.mysql.cj.result.DefaultValueFactory
- createFromDatetime(InternalTimestamp) - Method in class com.mysql.cj.result.StringValueFactory
-
Create a string from time fields.
- createFromDatetime(InternalTimestamp) - Method in interface com.mysql.cj.result.ValueFactory
- createFromDouble(double) - Method in class com.mysql.cj.result.BigDecimalValueFactory
- createFromDouble(double) - Method in class com.mysql.cj.result.BooleanValueFactory
- createFromDouble(double) - Method in class com.mysql.cj.result.ByteValueFactory
- createFromDouble(double) - Method in class com.mysql.cj.result.DefaultValueFactory
- createFromDouble(double) - Method in class com.mysql.cj.result.DoubleValueFactory
- createFromDouble(double) - Method in class com.mysql.cj.result.FloatValueFactory
- createFromDouble(double) - Method in class com.mysql.cj.result.IntegerValueFactory
- createFromDouble(double) - Method in class com.mysql.cj.result.LongValueFactory
- createFromDouble(double) - Method in class com.mysql.cj.result.ShortValueFactory
- createFromDouble(double) - Method in class com.mysql.cj.result.StringValueFactory
- createFromDouble(double) - Method in interface com.mysql.cj.result.ValueFactory
- createFromFields(Field[]) - Method in class com.mysql.cj.protocol.a.ColumnDefinitionFactory
- createFromFields(Field[]) - Method in class com.mysql.cj.protocol.a.MergingColumnDefinitionFactory
- createFromLong(long) - Method in class com.mysql.cj.result.BigDecimalValueFactory
- createFromLong(long) - Method in class com.mysql.cj.result.BooleanValueFactory
- createFromLong(long) - Method in class com.mysql.cj.result.ByteValueFactory
- createFromLong(long) - Method in class com.mysql.cj.result.DefaultValueFactory
- createFromLong(long) - Method in class com.mysql.cj.result.DoubleValueFactory
- createFromLong(long) - Method in class com.mysql.cj.result.FloatValueFactory
- createFromLong(long) - Method in class com.mysql.cj.result.IntegerValueFactory
- createFromLong(long) - Method in class com.mysql.cj.result.LongValueFactory
- createFromLong(long) - Method in class com.mysql.cj.result.ShortValueFactory
- createFromLong(long) - Method in class com.mysql.cj.result.StringValueFactory
- createFromLong(long) - Method in interface com.mysql.cj.result.ValueFactory
- createFromMessage(NativePacketPayload) - Method in class com.mysql.cj.protocol.a.BinaryRowFactory
- createFromMessage(NativePacketPayload) - Method in class com.mysql.cj.protocol.a.ColumnDefinitionFactory
- createFromMessage(NativePacketPayload) - Method in class com.mysql.cj.protocol.a.TextRowFactory
- createFromMessage(XMessage) - Method in class com.mysql.cj.protocol.x.FetchDoneEntityFactory
- createFromMessage(XMessage) - Method in class com.mysql.cj.protocol.x.FetchDoneMoreResultsFactory
- createFromMessage(XMessage) - Method in class com.mysql.cj.protocol.x.FieldFactory
- createFromMessage(XMessage) - Method in class com.mysql.cj.protocol.x.NoticeFactory
- createFromMessage(XMessage) - Method in class com.mysql.cj.protocol.x.OkFactory
- createFromMessage(XMessage) - Method in class com.mysql.cj.protocol.x.StatementExecuteOkFactory
- createFromMessage(XMessage) - Method in class com.mysql.cj.protocol.x.XProtocolRowFactory
- createFromMessage(M) - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
-
Create ProtocolEntity of type
ProtocolEntityFactory
from protocol message. - createFromNull() - Method in class com.mysql.cj.result.DefaultValueFactory
- createFromNull() - Method in class com.mysql.cj.result.StringValueFactory
- createFromNull() - Method in interface com.mysql.cj.result.ValueFactory
-
Create result value from intermediate null value.
- createFromNull() - Method in class com.mysql.cj.xdevapi.DbDocValueFactory
- createFromProtocolEntity(ProtocolEntity) - Method in class com.mysql.cj.jdbc.result.ResultSetFactory
- createFromProtocolEntity(ProtocolEntity) - Method in class com.mysql.cj.protocol.a.ResultsetFactory
- createFromProtocolEntity(ProtocolEntity) - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
-
Create object from protocol entity.
- createFromProtocolEntity(ProtocolEntity) - Method in class com.mysql.cj.xdevapi.DbDocFactory
- createFromProtocolEntity(ProtocolEntity) - Method in class com.mysql.cj.xdevapi.RowFactory
- createFromResultsetRows(int, int, ResultsetRows) - Method in class com.mysql.cj.jdbc.result.ResultSetFactory
-
Build ResultSet from ResultsetRows
- createFromTime(InternalTime) - Method in class com.mysql.cj.result.AbstractDateTimeValueFactory
- createFromTime(InternalTime) - Method in class com.mysql.cj.result.DefaultValueFactory
- createFromTime(InternalTime) - Method in class com.mysql.cj.result.StringValueFactory
-
Create a string from InternalTime.
- createFromTime(InternalTime) - Method in interface com.mysql.cj.result.ValueFactory
- createFromTimestamp(InternalTimestamp) - Method in class com.mysql.cj.result.AbstractDateTimeValueFactory
- createFromTimestamp(InternalTimestamp) - Method in class com.mysql.cj.result.DefaultValueFactory
- createFromTimestamp(InternalTimestamp) - Method in class com.mysql.cj.result.StringValueFactory
-
Create a string from time fields.
- createFromTimestamp(InternalTimestamp) - Method in interface com.mysql.cj.result.ValueFactory
- createFromYear(long) - Method in class com.mysql.cj.result.AbstractDateTimeValueFactory
- createFromYear(long) - Method in class com.mysql.cj.result.AbstractNumericValueFactory
- createFromYear(long) - Method in class com.mysql.cj.result.BooleanValueFactory
- createFromYear(long) - Method in class com.mysql.cj.result.ByteValueFactory
- createFromYear(long) - Method in class com.mysql.cj.result.DefaultValueFactory
- createFromYear(long) - Method in class com.mysql.cj.result.StringValueFactory
- createFromYear(long) - Method in interface com.mysql.cj.result.ValueFactory
- createFunctionColumnsFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- createIndex(String, DbDoc) - Method in interface com.mysql.cj.xdevapi.Collection
-
Create a new statement defining the creation of an index on this collection.
- createIndex(String, DbDoc) - Method in class com.mysql.cj.xdevapi.CollectionImpl
- createIndex(String, String) - Method in interface com.mysql.cj.xdevapi.Collection
-
Create a new statement defining the creation of an index on this collection.
- createIndex(String, String) - Method in class com.mysql.cj.xdevapi.CollectionImpl
- createIndexInfoFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- CreateIndexParams - Class in com.mysql.cj.xdevapi
-
Internally-used object passing index creation parameters to XMessageBuilder.
- CreateIndexParams(String, DbDoc) - Constructor for class com.mysql.cj.xdevapi.CreateIndexParams
-
Constructor.
- CreateIndexParams(String, String) - Constructor for class com.mysql.cj.xdevapi.CreateIndexParams
-
Constructor.
- CreateIndexParams.IndexField - Class in com.mysql.cj.xdevapi
-
Internally used object parsed from indexDefinition; see
Collection.createIndex(String, DbDoc)
description. - createLinkFailureMessageBasedOnHeuristics(PropertySet, ServerSession, PacketSentTimeHolder, PacketReceivedTimeHolder, Throwable) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
Creates a communications link failure message to be used in CommunicationsException that (hopefully) has some better information and suggestions based on heuristics.
- createNClob() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- createNClob() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- createNClob() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- createNewIO(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- createNewIO(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- createNewIO(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- createNewIO(boolean) - Method in interface com.mysql.cj.MysqlConnection
-
Creates an IO channel to the server.
- createProcedureColumnsFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- createProxyInstance(ConnectionUrl) - Static method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Instantiates a new AuroraConnectionProxy.
- createProxyInstance(ConnectionUrl) - Static method in class com.mysql.cj.jdbc.ha.FailoverConnectionProxy
- createProxyInstance(ConnectionUrl) - Static method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Static factory to create
LoadBalancedConnection
instances. - createProxyInstance(ConnectionUrl) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Static factory to create
ReplicationConnection
instances. - createRuntimeProperty() - Method in class com.mysql.cj.conf.BooleanPropertyDefinition
-
Creates instance of BooleanProperty.
- createRuntimeProperty() - Method in class com.mysql.cj.conf.EnumPropertyDefinition
-
Creates an instance of EnumProperty.
- createRuntimeProperty() - Method in class com.mysql.cj.conf.IntegerPropertyDefinition
-
Creates instance of IntegerProperty.
- createRuntimeProperty() - Method in class com.mysql.cj.conf.LongPropertyDefinition
-
Creates instance of LongProperty.
- createRuntimeProperty() - Method in class com.mysql.cj.conf.MemorySizePropertyDefinition
-
Creates instance of ReadableMemorySizeProperty or ModifiableMemorySizeProperty depending on isRuntimeModifiable() result.
- createRuntimeProperty() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Creates instance of ReadableProperty or ModifiableProperty depending on isRuntimeModifiable() result.
- createRuntimeProperty() - Method in class com.mysql.cj.conf.StringPropertyDefinition
-
Creates instance of ReadableStringProperty or ModifiableStringProperty depending on isRuntimeModifiable() result.
- createSaslClient(String[], String, String, String, Map<String, ?>, CallbackHandler) - Method in class com.mysql.cj.sasl.ScramSha1SaslClientFactory
- createSaslClient(String[], String, String, String, Map<String, ?>, CallbackHandler) - Method in class com.mysql.cj.sasl.ScramShaSaslClientFactory
- createSchema(String) - Method in interface com.mysql.cj.xdevapi.Session
-
Create and return a new schema with the name given by name.
- createSchema(String) - Method in class com.mysql.cj.xdevapi.SessionImpl
- createSchema(String, boolean) - Method in interface com.mysql.cj.xdevapi.Session
-
Create and return a new schema with the name given by name.
- createSchema(String, boolean) - Method in class com.mysql.cj.xdevapi.SessionImpl
- createSocket(PropertySet) - Method in class com.mysql.cj.protocol.SocksProxySocketFactory
- createSocket(PropertySet) - Method in class com.mysql.cj.protocol.StandardSocketFactory
-
Create the raw socket.
- createSocketFactory(String) - Method in class com.mysql.cj.protocol.AbstractSocketConnection
- createSQLException(String, ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
- createSQLException(String, String, int, boolean, ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
- createSQLException(String, String, int, boolean, Throwable, ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
- createSQLException(String, String, int, ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
- createSQLException(String, String, int, Throwable, ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
- createSQLException(String, String, ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
- createSQLException(String, String, Throwable, ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
- createSQLFeatureNotSupportedException() - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
-
Create a SQLFeatureNotSupportedException or a NotImplemented exception according to the JDBC version in use.
- createSQLFeatureNotSupportedException(String, String, ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
-
Create a SQLFeatureNotSupportedException or a NotImplemented exception according to the JDBC version in use.
- createSQLXML() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- createSQLXML() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- createSQLXML() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- createStatement() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- createStatement() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- createStatement() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- createStatement(int, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- createStatement(int, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- createStatement(int, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- createStatement(int, int, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- createStatement(int, int, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- createStatement(int, int, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- createStreamingResultSet() - Method in class com.mysql.cj.jdbc.StatementImpl
-
We only stream result sets when they are forward-only, read-only, and the fetch size has been set to Integer.MIN_VALUE
- createStruct(String, Object[]) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- createStruct(String, Object[]) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- createStruct(String, Object[]) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- createTablesFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- CRITERIA_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- CRITERIA_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- CRITERIA_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- criteriaStr - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
- CRUD_CREATE_VIEW - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CRUD_CREATE_VIEW = 30;
- CRUD_CREATE_VIEW_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CRUD_CREATE_VIEW = 30;
- CRUD_DELETE - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CRUD_DELETE = 20;
- CRUD_DELETE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CRUD_DELETE = 20;
- CRUD_DROP_VIEW - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CRUD_DROP_VIEW = 32;
- CRUD_DROP_VIEW_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CRUD_DROP_VIEW = 32;
- CRUD_FIND - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CRUD_FIND = 17;
- CRUD_FIND_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CRUD_FIND = 17;
- CRUD_INSERT - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CRUD_INSERT = 18;
- CRUD_INSERT_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CRUD_INSERT = 18;
- CRUD_MODIFY_VIEW - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CRUD_MODIFY_VIEW = 31;
- CRUD_MODIFY_VIEW_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CRUD_MODIFY_VIEW = 31;
- CRUD_UPDATE - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CRUD_UPDATE = 19;
- CRUD_UPDATE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CRUD_UPDATE = 19;
- CURRENT_SCHEMA - com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
CURRENT_SCHEMA = 1;
- CURRENT_SCHEMA_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
CURRENT_SCHEMA = 1;
- currentConnection - Variable in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
- currentDb - Variable in class com.mysql.cj.AbstractQuery
-
The database in use
- currentHostIndex - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- currentPosition - Variable in class com.mysql.cj.protocol.ReadAheadInputStream
- currentPositionInFetchedRows - Variable in class com.mysql.cj.protocol.a.result.AbstractResultsetRows
-
Position in cache of rows, used to determine if we need to fetch more rows from the server to satisfy a request for the next row.
- currentRow - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
The current row #, -1 == before start of result set
- currentSessionKey - Variable in class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
- CURSOR_CLOSE - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CURSOR_CLOSE = 44;
- CURSOR_CLOSE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CURSOR_CLOSE = 44;
- CURSOR_FETCH - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CURSOR_FETCH = 45;
- CURSOR_FETCH_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CURSOR_FETCH = 45;
- CURSOR_ID_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- CURSOR_ID_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- CURSOR_ID_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- CURSOR_OPEN - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CURSOR_OPEN = 43;
- CURSOR_OPEN_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CURSOR_OPEN = 43;
- cursorExists() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- cursorExists() - Method in interface com.mysql.cj.protocol.ServerSession
-
Server will only open a cursor and set this flag if it can, otherwise it punts and goes back to mysql_store_results() behavior.
- cursorExists() - Method in class com.mysql.cj.protocol.x.XServerSession
D
- DATA_MODEL_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- DATA_MODEL_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- DATA_MODEL_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- DATA_MODEL_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- DATA_SOURCE_CLASS_NAME - Static variable in class com.mysql.cj.jdbc.MysqlDataSourceFactory
-
The class name for a standard MySQL DataSource.
- database - Variable in class com.mysql.cj.jdbc.DatabaseMetaData
-
The 'current' database name being used
- DatabaseMetaData - Class in com.mysql.cj.jdbc
-
JDBC Interface to Mysql functions
- DatabaseMetaData(JdbcConnection, String, ResultSetFactory) - Constructor for class com.mysql.cj.jdbc.DatabaseMetaData
-
Creates a new DatabaseMetaData object.
- DatabaseMetaData.ComparableWrapper<K extends java.lang.Object & java.lang.Comparable<? super K>,V> - Class in com.mysql.cj.jdbc
-
Helper/wrapper class to provide means of sorting objects by using a sorting key.
- DatabaseMetaData.IndexMetaDataKey - Class in com.mysql.cj.jdbc
-
Helper class to provide means of comparing indexes by NON_UNIQUE, TYPE, INDEX_NAME, and ORDINAL_POSITION.
- DatabaseMetaData.IteratorWithCleanup<T> - Class in com.mysql.cj.jdbc
- DatabaseMetaData.ProcedureType - Enum in com.mysql.cj.jdbc
-
Enumeration for Procedure Types
- DatabaseMetaData.SingleStringIterator - Class in com.mysql.cj.jdbc
- DatabaseMetaData.StringListIterator - Class in com.mysql.cj.jdbc
- DatabaseMetaData.TableMetaDataKey - Class in com.mysql.cj.jdbc
-
Helper class to provide means of comparing tables by TABLE_TYPE, TABLE_CAT, TABLE_SCHEM and TABLE_NAME.
- DatabaseMetaData.TableType - Enum in com.mysql.cj.jdbc
-
Enumeration for Table Types
- DatabaseMetaDataUsingInfoSchema - Class in com.mysql.cj.jdbc
-
DatabaseMetaData implementation that uses INFORMATION_SCHEMA
- DatabaseMetaDataUsingInfoSchema(JdbcConnection, String, ResultSetFactory) - Constructor for class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
- DatabaseMetaDataUsingInfoSchema.FunctionConstant - Enum in com.mysql.cj.jdbc
- databaseName - Variable in class com.mysql.cj.jdbc.MysqlDataSource
-
Database Name
- DatabaseObject - Interface in com.mysql.cj.xdevapi
-
A client-side representation of X Plugin server object, e.g.
- DatabaseObject.DbObjectStatus - Enum in com.mysql.cj.xdevapi
-
Existence states of database objects.
- DatabaseObject.DbObjectType - Enum in com.mysql.cj.xdevapi
-
Type of database objects.
- DatabaseObjectDescription - Class in com.mysql.cj.xdevapi
-
Represents the item of XPLUGIN_STMT_LIST_OBJECTS operation result.
- DatabaseObjectDescription(String, String) - Constructor for class com.mysql.cj.xdevapi.DatabaseObjectDescription
-
Constructor.
- databaseTerm - com.mysql.cj.conf.PropertyKey
- databaseTerm - Variable in class com.mysql.cj.jdbc.DatabaseMetaData
- DatabaseUrlContainer - Interface in com.mysql.cj.conf
-
Implementors of this class must be able to provide a database URL.
- DataConversionException - Exception in com.mysql.cj.exceptions
-
Indicates that data could not be converted according to the given request.
- DataConversionException(String) - Constructor for exception com.mysql.cj.exceptions.DataConversionException
- dataDefinitionCausesTransactionCommit() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- dataDefinitionIgnoredInTransactions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- DATADIR_KEY - Static variable in class com.mysql.cj.admin.ServerController
-
Where are the databases installed?
- DataReadException - Exception in com.mysql.cj.exceptions
-
Indicates that data could not be read according to the given request.
- DataReadException(Exception) - Constructor for exception com.mysql.cj.exceptions.DataReadException
- DataReadException(String) - Constructor for exception com.mysql.cj.exceptions.DataReadException
- DataStoreMetadata - Interface in com.mysql.cj
- DataStoreMetadataImpl - Class in com.mysql.cj
- DataStoreMetadataImpl(Session) - Constructor for class com.mysql.cj.DataStoreMetadataImpl
- DataTruncationException - Exception in com.mysql.cj.exceptions
- DataTruncationException() - Constructor for exception com.mysql.cj.exceptions.DataTruncationException
- DataTruncationException(String) - Constructor for exception com.mysql.cj.exceptions.DataTruncationException
- DataTruncationException(String, int, boolean, boolean, int, int, int) - Constructor for exception com.mysql.cj.exceptions.DataTruncationException
- DataTruncationException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.DataTruncationException
- DataTruncationException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.DataTruncationException
- DataTruncationException(Throwable) - Constructor for exception com.mysql.cj.exceptions.DataTruncationException
- DataTypeUtil - Class in com.mysql.cj.util
-
Utilities to manipulate internal data type formats.
- DataTypeUtil() - Constructor for class com.mysql.cj.util.DataTypeUtil
- DATE - com.mysql.cj.MysqlType
-
DATE A date.
- DATE - com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
-
DATE = 1;
- DATE - com.mysql.cj.xdevapi.Type
- DATE_BUF_LEN - Static variable in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
Buffer length of MySQL date string: 'YYYY-MM-DD'.
- DATE_FORMATTER - Static variable in class com.mysql.cj.util.TimeUtil
- DATE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
-
DATE = 1;
- DATETIME - com.mysql.cj.MysqlType
-
DATETIME[(fsp)] A date and time combination.
- DATETIME - com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
DATETIME = 12;
- DATETIME - com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
-
DATETIME = 2;
- DATETIME - com.mysql.cj.xdevapi.Type
- DATETIME_FORMATTER_NO_FRACT_NO_OFFSET - Static variable in class com.mysql.cj.util.TimeUtil
- DATETIME_FORMATTER_NO_FRACT_WITH_OFFSET - Static variable in class com.mysql.cj.util.TimeUtil
- DATETIME_FORMATTER_WITH_MILLIS_NO_OFFSET - Static variable in class com.mysql.cj.util.TimeUtil
- DATETIME_FORMATTER_WITH_NANOS_NO_OFFSET - Static variable in class com.mysql.cj.util.TimeUtil
- DATETIME_FORMATTER_WITH_NANOS_WITH_OFFSET - Static variable in class com.mysql.cj.util.TimeUtil
- DATETIME_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
DATETIME = 12;
- DATETIME_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
-
DATETIME = 2;
- day - Variable in class com.mysql.cj.protocol.InternalDate
- db - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
The database that was in use when we were created
- DbDoc - Interface in com.mysql.cj.xdevapi
-
The object representation of a JSON document.
- DbDocFactory - Class in com.mysql.cj.xdevapi
-
Create
DbDoc
objects from internal row representation. - DbDocFactory(PropertySet) - Constructor for class com.mysql.cj.xdevapi.DbDocFactory
- DbDocImpl - Class in com.mysql.cj.xdevapi
-
Represents a JSON object:
- DbDocImpl() - Constructor for class com.mysql.cj.xdevapi.DbDocImpl
- DbDocValueFactory - Class in com.mysql.cj.xdevapi
-
A
ValueFactory
implementation to createDbDoc
s. - DbDocValueFactory(PropertySet) - Constructor for class com.mysql.cj.xdevapi.DbDocValueFactory
-
Constructor.
- DBNAME - com.mysql.cj.conf.PropertyKey
-
The database value from the properties instance passed to the driver.
- DeadlockTimeoutRollbackMarker - Interface in com.mysql.cj.exceptions
-
Marker interface for exceptions that are caused by deadlock/wait timeout
- DEALLOCATE - com.mysql.cj.xdevapi.PreparableStatement.PreparedState
- deallocatePrepared() - Method in class com.mysql.cj.xdevapi.PreparableStatement
-
Deallocate this prepared statement from current
MysqlxSession
. - dealWithIllegalStateException(IllegalStateException) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- dealWithInvocationException(InvocationTargetException) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Deals with InvocationException from proxied objects.
- dealWithInvocationException(InvocationTargetException) - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Deals with InvocationException from proxied objects.
- DebugBufferingPacketReader - Class in com.mysql.cj.protocol.a
-
A decorating
MessageReader
which put debugging info to a ring-buffer. - DebugBufferingPacketReader(MessageReader<NativePacketHeader, NativePacketPayload>, LinkedList<StringBuilder>, RuntimeProperty<Integer>) - Constructor for class com.mysql.cj.protocol.a.DebugBufferingPacketReader
- DebugBufferingPacketSender - Class in com.mysql.cj.protocol.a
- DebugBufferingPacketSender(MessageSender<NativePacketPayload>, LinkedList<StringBuilder>, RuntimeProperty<Integer>) - Constructor for class com.mysql.cj.protocol.a.DebugBufferingPacketSender
- decachePreparedStatement(JdbcPreparedStatement) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- decachePreparedStatement(JdbcPreparedStatement) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- decachePreparedStatement(JdbcPreparedStatement) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- decachePreparedStatement(JdbcPreparedStatement) - Method in interface com.mysql.cj.jdbc.JdbcConnection
- DECIMAL - com.mysql.cj.MysqlType
-
DECIMAL[(M[,D])] [UNSIGNED] [ZEROFILL] A packed "exact" fixed-point number.
- DECIMAL - com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
DECIMAL = 18;
- DECIMAL - com.mysql.cj.xdevapi.Type
- DECIMAL_UNSIGNED - com.mysql.cj.MysqlType
-
DECIMAL[(M[,D])] UNSIGNED [ZEROFILL]
- DECIMAL_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
DECIMAL = 18;
- decode(byte[], int, int) - Static method in class com.mysql.cj.util.Base64Decoder
- decodeBit(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
- decodeBit(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- decodeBit(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
- decodeBit(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.x.XProtocolDecoder
- decodeByteArray(byte[], int, int, Field, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
- decodeByteArray(byte[], int, int, Field, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- decodeByteArray(byte[], int, int, Field, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
- decodeByteArray(byte[], int, int, Field, ValueFactory<T>) - Method in class com.mysql.cj.protocol.x.XProtocolDecoder
- decodeDate(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
- decodeDate(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- decodeDate(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
- decodeDate(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.x.XProtocolDecoder
- decodeDatetime(byte[], int, int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
- decodeDatetime(byte[], int, int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- decodeDatetime(byte[], int, int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
- decodeDatetime(byte[], int, int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.x.XProtocolDecoder
- decodeDecimal(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
- decodeDecimal(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- decodeDecimal(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
- decodeDecimal(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.x.XProtocolDecoder
- decodeDouble(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
- decodeDouble(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- decodeDouble(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
- decodeDouble(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.x.XProtocolDecoder
- decodeFloat(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
- decodeFloat(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- decodeFloat(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
- decodeFloat(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.x.XProtocolDecoder
- decodeInt1(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
- decodeInt1(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- decodeInt1(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
- decodeInt1(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.x.XProtocolDecoder
- decodeInt2(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
- decodeInt2(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- decodeInt2(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
- decodeInt2(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.x.XProtocolDecoder
- decodeInt4(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
- decodeInt4(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- decodeInt4(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
- decodeInt4(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.x.XProtocolDecoder
- decodeInt8(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
- decodeInt8(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- decodeInt8(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
- decodeInt8(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.x.XProtocolDecoder
- decodeMysqlThreeByteInteger(byte[]) - Static method in class com.mysql.cj.protocol.a.NativeUtils
- decodeMysqlThreeByteInteger(byte[], int) - Static method in class com.mysql.cj.protocol.a.NativeUtils
- decodeRSAPublicKey(String) - Static method in class com.mysql.cj.protocol.ExportControlled
- decodeSet(byte[], int, int, Field, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
- decodeSet(byte[], int, int, Field, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- decodeSet(byte[], int, int, Field, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
- decodeSet(byte[], int, int, Field, ValueFactory<T>) - Method in class com.mysql.cj.protocol.x.XProtocolDecoder
- decodeTime(byte[], int, int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
- decodeTime(byte[], int, int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- decodeTime(byte[], int, int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
- decodeTime(byte[], int, int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.x.XProtocolDecoder
- decodeTimestamp(byte[], int, int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
- decodeTimestamp(byte[], int, int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- decodeTimestamp(byte[], int, int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
- decodeTimestamp(byte[], int, int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.x.XProtocolDecoder
- decodeUInt1(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
- decodeUInt1(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- decodeUInt1(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
- decodeUInt1(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.x.XProtocolDecoder
- decodeUInt2(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
- decodeUInt2(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- decodeUInt2(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
- decodeUInt2(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.x.XProtocolDecoder
- decodeUInt4(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
- decodeUInt4(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- decodeUInt4(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
- decodeUInt4(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.x.XProtocolDecoder
- decodeUInt8(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
- decodeUInt8(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- decodeUInt8(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
- decodeUInt8(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.x.XProtocolDecoder
- decodeYear(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
- decodeYear(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- decodeYear(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
- decodeYear(byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.x.XProtocolDecoder
- decrement() - Method in class com.mysql.cj.AppendingBatchVisitor
- decrement() - Method in interface com.mysql.cj.BatchVisitor
- DEFAULT - com.mysql.cj.xdevapi.Statement.LockContention
-
Default behavior.
- DEFAULT_CONNECT_TIMEOUT_MS - Static variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- DEFAULT_DATE - Static variable in class com.mysql.cj.AbstractQueryBindings
- DEFAULT_FAILOVER_TIMEOUT - Static variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler
- DEFAULT_HOST - Static variable in class com.mysql.cj.conf.ConnectionUrl
- DEFAULT_LOGGER_CLASS - Static variable in class com.mysql.cj.jdbc.ConnectionImpl
-
Default logger class name
- DEFAULT_PORT - Static variable in class com.mysql.cj.conf.ConnectionUrl
- DEFAULT_READER_CONNECT_TIMEOUT - Static variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler
- DEFAULT_SOCKET_TIMEOUT_MS - Static variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- DEFAULT_TIME - Static variable in class com.mysql.cj.AbstractQueryBindings
- DEFAULT_VALUE_FALSE - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- DEFAULT_VALUE_NULL_STRING - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- DEFAULT_VALUE_TRUE - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- defaultAuthenticationPlugin - com.mysql.cj.conf.PropertyKey
- DefaultColumnDefinition - Class in com.mysql.cj.result
-
Protocol::ColumnDefinition41 object
- DefaultColumnDefinition() - Constructor for class com.mysql.cj.result.DefaultColumnDefinition
- DefaultColumnDefinition(Field[]) - Constructor for class com.mysql.cj.result.DefaultColumnDefinition
- defaultFetchSize - com.mysql.cj.conf.PropertyKey
- DefaultPropertySet - Class in com.mysql.cj.conf
- DefaultPropertySet() - Constructor for class com.mysql.cj.conf.DefaultPropertySet
- DEFAULTS_FILE_KEY - Static variable in class com.mysql.cj.admin.ServerController
-
Where is the config file located?
- defaultSchemaName - Variable in class com.mysql.cj.protocol.x.XProtocol
- defaultSchemaName - Variable in class com.mysql.cj.xdevapi.SessionImpl
- DefaultValueFactory<T> - Class in com.mysql.cj.result
-
The default value factory provides a base class that can be used for value factories that do not support creation from every type.
- DefaultValueFactory(PropertySet) - Constructor for class com.mysql.cj.result.DefaultValueFactory
- DEFINER - com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
-
DEFINER = 2;
- DEFINER_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- DEFINER_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- DEFINER_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
-
DEFINER = 2;
- delete() - Method in interface com.mysql.cj.xdevapi.Table
-
Create a new delete statement.
- delete() - Method in class com.mysql.cj.xdevapi.TableImpl
- DELETE - com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
DELETE = 4;
- DELETE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- DELETE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
DELETE = 4;
- deleteRow() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- deleteRow() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- deletesAreDetected(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- DeleteStatement - Interface in com.mysql.cj.xdevapi
-
A statement to delete rows from a table.
- DeleteStatementImpl - Class in com.mysql.cj.xdevapi
-
DeleteStatement
implementation. - demo.x.devapi - package demo.x.devapi
- DESC - com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
-
DESC = 2;
- DESC_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
-
DESC = 2;
- description - Variable in class com.mysql.cj.jdbc.MysqlDataSource
- destroy() - Method in interface com.mysql.cj.exceptions.ExceptionInterceptor
-
Called by the driver when this extension should release any resources it is holding and cleanup internally before the connection is closed.
- destroy() - Method in class com.mysql.cj.exceptions.ExceptionInterceptorChain
- destroy() - Method in interface com.mysql.cj.interceptors.QueryInterceptor
-
Called by the driver when this extension should release any resources it is holding and cleanup internally before the connection is closed.
- destroy() - Method in interface com.mysql.cj.jdbc.ClientInfoProvider
-
Called once by the driver when the connection this provider instance belongs to is being closed.
- destroy() - Method in class com.mysql.cj.jdbc.ClientInfoProviderSP
- destroy() - Method in class com.mysql.cj.jdbc.CommentClientInfoProvider
- destroy() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionLifecycleInterceptor
- destroy() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedAutoCommitInterceptor
- destroy() - Method in interface com.mysql.cj.jdbc.ha.LoadBalanceExceptionChecker
-
Called by the driver when this extension should release any resources it is holding and cleanup internally before the connection is closed.
- destroy() - Method in class com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker
- destroy() - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called by the driver when this extension should release any resources it is holding and cleanup internally before the connection is closed.
- destroy() - Method in class com.mysql.cj.jdbc.interceptors.ResultSetScannerInterceptor
- destroy() - Method in class com.mysql.cj.jdbc.interceptors.ServerStatusDiffInterceptor
- destroy() - Method in class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
- destroy() - Method in class com.mysql.cj.log.LoggingProfilerEventHandler
- destroy() - Method in interface com.mysql.cj.log.ProfilerEventHandler
- destroy() - Method in class com.mysql.cj.NoSubInterceptorWrapper
- destroy() - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
- destroy() - Method in class com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
- destroy() - Method in class com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
- destroy() - Method in class com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
- destroy() - Method in class com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
- destroy() - Method in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
- destroy() - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
Called by the driver when this extension should release any resources it is holding and cleanup internally before the connection is closed.
- detectCustomCollations - com.mysql.cj.conf.PropertyKey
- DevApiSample - Class in demo.x.devapi
- DevApiSample() - Constructor for class demo.x.devapi.DevApiSample
- DIRECTION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- DISABLED - com.mysql.cj.conf.PropertyDefinitions.Compression
- DISABLED - com.mysql.cj.conf.PropertyDefinitions.SslMode
- DISABLED - com.mysql.cj.conf.PropertyDefinitions.XdevapiSslMode
- disabledAuthenticationPlugins - com.mysql.cj.conf.PropertyKey
- disableMultiQueries() - Method in class com.mysql.cj.NativeSession
- disableStreamingResults() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
Resets this statements fetch size and result set type to the values they had before enableStreamingResults() was called.
- disableStreamingResults() - Method in class com.mysql.cj.jdbc.StatementImpl
- disconnectOnExpiredPasswords - com.mysql.cj.conf.PropertyKey
- disconnectOnExpiredPasswords - Variable in class com.mysql.cj.CoreSession
- dispose() - Method in class com.mysql.cj.sasl.ScramShaSaslClient
- dnsSrv - com.mysql.cj.conf.PropertyKey
- DnsSrv - Class in com.mysql.cj.util
- DnsSrv() - Constructor for class com.mysql.cj.util.DnsSrv
- DnsSrv.SrvRecord - Class in com.mysql.cj.util
- doAbort(Executor) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Aborts current connection using the given executor.
- doAbort(Executor) - Method in class com.mysql.cj.jdbc.ha.FailoverConnectionProxy
-
Aborts current connection using the given executor.
- doAbort(Executor) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Aborts all live connections, using the provided Executor.
- doAbort(Executor) - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Executes a abort() invocation;
- doAbort(Executor) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- doAbortInternal() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Aborts current connection.
- doAbortInternal() - Method in class com.mysql.cj.jdbc.ha.FailoverConnectionProxy
-
Aborts current connection.
- doAbortInternal() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Aborts all live connections
- doAbortInternal() - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Executes a abortInternal() invocation;
- doAbortInternal() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- DocFilterParams - Class in com.mysql.cj.xdevapi
-
FilterParams
implementation forCollection
syntax. - DocFilterParams(String, String) - Constructor for class com.mysql.cj.xdevapi.DocFilterParams
-
Constructor.
- DocFilterParams(String, String, boolean) - Constructor for class com.mysql.cj.xdevapi.DocFilterParams
-
Constructor.
- doClose() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Closes current connection.
- doClose() - Method in class com.mysql.cj.jdbc.ha.FailoverConnectionProxy
-
Closes current connection.
- doClose() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Closes all live connections.
- doClose() - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Executes a close() invocation;
- doClose() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- DocResult - Interface in com.mysql.cj.xdevapi
-
A sequence of documents retrieved from a find query.
- DocResultBuilder - Class in com.mysql.cj.xdevapi
-
Result builder producing a
DocResult
instance. - DocResultBuilder(MysqlxSession) - Constructor for class com.mysql.cj.xdevapi.DocResultBuilder
- DocResultImpl - Class in com.mysql.cj.xdevapi
-
A sequence of documents retrieved from a find query.
- DocResultImpl(RowList, Supplier<ProtocolEntity>, PropertySet) - Constructor for class com.mysql.cj.xdevapi.DocResultImpl
-
Constructor.
- DOCUMENT - com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
-
DOCUMENT = 1;
- DOCUMENT_PATH_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- DOCUMENT_PATH_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- DOCUMENT_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
-
DOCUMENT = 1;
- documentation - package documentation
- documentField() - Method in class com.mysql.cj.xdevapi.ExprParser
-
Parse a document field.
- documentPath() - Method in class com.mysql.cj.xdevapi.ExprParser
-
Parse a JSON-style document path, like WL#7909, but prefix by @.
- documentWalkthrough(Schema) - Static method in class demo.x.devapi.DevApiSample
- doDebug - Variable in class com.mysql.cj.protocol.ReadAheadInputStream
- doEscapeProcessing - Variable in class com.mysql.cj.jdbc.StatementImpl
-
Should we process escape codes?
- doesMaxRowSizeIncludeBlobs() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- doesPlatformDbCharsetMatches() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- doForAll() - Method in class com.mysql.cj.jdbc.IterateBlock
- doingUpdates - Variable in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
Are we in the middle of doing updates to the current row?
- domSourceToString() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
- dontCheckOnDuplicateKeyUpdateInSQL - com.mysql.cj.conf.PropertyKey
- dontCheckOnDuplicateKeyUpdateInSQL - Variable in class com.mysql.cj.jdbc.StatementImpl
- dontTrackOpenResources - com.mysql.cj.conf.PropertyKey
- dontTrackOpenResources - Variable in class com.mysql.cj.jdbc.StatementImpl
- doPing() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Pings live connections.
- doPing() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Pings both l/b connections.
- doPing() - Method in interface com.mysql.cj.PingTarget
- doPingInstead() - Method in class com.mysql.cj.jdbc.StatementImpl
- DOUBLE - com.mysql.cj.MysqlType
-
DOUBLE[(M,D)] [UNSIGNED] [ZEROFILL] A normal-size (double-precision) floating-point number.
- DOUBLE - com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
DOUBLE = 5;
- DOUBLE - com.mysql.cj.xdevapi.Type
- DOUBLE_ASTERISK - com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
**
- DOUBLE_ASTERISK_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
**
- DOUBLE_UNSIGNED - com.mysql.cj.MysqlType
-
DOUBLE[(M,D)] UNSIGNED [ZEROFILL]
- DOUBLE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
DOUBLE = 5;
- DoubleValueFactory - Class in com.mysql.cj.result
-
A value factory for creating double values.
- DoubleValueFactory(PropertySet) - Constructor for class com.mysql.cj.result.DoubleValueFactory
- drainRows() - Method in class com.mysql.cj.protocol.x.XProtocol
-
Used only in tests
- Driver - Class in com.mysql.cj.jdbc
-
The Java SQL framework allows for multiple database drivers.
- Driver - Class in com.mysql.jdbc
-
Backwards compatibility to support apps that call
Class.forName("com.mysql.jdbc.Driver");
. - Driver - Class in software.aws.rds.jdbc.mysql
-
The Java SQL framework allows for multiple database drivers.
- Driver() - Constructor for class com.mysql.cj.jdbc.Driver
-
Construct a new driver and register it with DriverManager
- Driver() - Constructor for class com.mysql.jdbc.Driver
- Driver() - Constructor for class software.aws.rds.jdbc.mysql.Driver
-
Construct a new driver and register it with DriverManager
- dropCollection(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Drop the collection from this schema.
- dropCollection(String) - Method in class com.mysql.cj.xdevapi.SchemaImpl
- dropIndex(String) - Method in interface com.mysql.cj.xdevapi.Collection
-
Create a new statement defining the removal of an index on this collection.
- dropIndex(String) - Method in class com.mysql.cj.xdevapi.CollectionImpl
- dropSchema(String) - Method in interface com.mysql.cj.xdevapi.Session
-
Drop the existing schema with the name given by name.
- dropSchema(String) - Method in class com.mysql.cj.xdevapi.SessionImpl
- dumpAsHex(byte[], int) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the given bytes as a hex and ascii dump (up to length bytes).
- dumpLeftovers() - Method in class com.mysql.cj.protocol.x.ConfinedInputStream
-
Skips the number bytes not yet consumed from the underlying
InputStream
. - dumpPacketRingBuffer() - Method in class com.mysql.cj.NativeSession
- dumpPacketRingBuffer() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- dumpQueriesOnException - com.mysql.cj.conf.PropertyKey
- dumpQueriesOnException - Variable in class com.mysql.cj.jdbc.StatementImpl
- dumpSqlStatesMappingsAsXml() - Static method in class documentation.ErrorMappingsDocGenerator
- dumpTestcaseQuery(String) - Static method in class com.mysql.cj.util.TestUtils
E
- elideSetAutoCommits - com.mysql.cj.conf.PropertyKey
- EMPTY_BYTE_ARRAY - Static variable in class com.mysql.cj.Constants
-
Avoids allocation of empty byte[] when representing 0-length strings.
- emptyStringsConvertToZero - com.mysql.cj.conf.PropertyKey
- emulateLocators - com.mysql.cj.conf.PropertyKey
- emulateLocators - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
- emulateUnsupportedPstmts - com.mysql.cj.conf.PropertyKey
- enableClusterAwareFailover - com.mysql.cj.conf.PropertyKey
- enabled() - Static method in class com.mysql.cj.protocol.ExportControlled
- enabledSSLCipherSuites - com.mysql.cj.conf.PropertyKey
- enabledTLSProtocols - com.mysql.cj.conf.PropertyKey
- enableEscapeProcessing - com.mysql.cj.conf.PropertyKey
- enableFailoverSetting - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- enableJMX - Variable in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- enableMultiQueries() - Method in class com.mysql.cj.NativeSession
- enablePacketDebug - com.mysql.cj.conf.PropertyKey
- enableQueryTimeouts - com.mysql.cj.conf.PropertyKey
- enableStreamingResults() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
Workaround for containers that 'check' for sane values of Statement.setFetchSize() so that applications can use the Java variant of libmysql's mysql_use_result() behavior.
- enableStreamingResults() - Method in class com.mysql.cj.jdbc.StatementImpl
- enableStreamingResults() - Method in class com.mysql.cj.jdbc.StatementWrapper
- encodeMysqlThreeByteInteger(int) - Static method in class com.mysql.cj.protocol.a.NativeUtils
- encodeMysqlThreeByteInteger(int, byte[], int) - Static method in class com.mysql.cj.protocol.a.NativeUtils
- encoding - Variable in class com.mysql.cj.jdbc.MysqlDataSource
-
Character Encoding
- encryptPassword() - Method in class com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
- encryptPassword() - Method in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
- encryptPassword(String) - Method in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
- encryptWithRSAPublicKey(byte[], RSAPublicKey) - Static method in class com.mysql.cj.protocol.ExportControlled
- encryptWithRSAPublicKey(byte[], RSAPublicKey, String) - Static method in class com.mysql.cj.protocol.ExportControlled
- end(Xid, int) - Method in class com.mysql.cj.jdbc.MysqlXAConnection
- end(Xid, int) - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
- endOfCurrentData - Variable in class com.mysql.cj.protocol.ReadAheadInputStream
- endsWithIgnoreCase(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' ends with the string 'searchFor', dis-regarding case starting at 'startAt' Shorthand for a String.regionMatch(...)
- ensureCapacity(int) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Checks that underlying buffer has enough space to store additionalData bytes starting from current position.
- entrySet() - Method in class com.mysql.cj.util.ExpiringCache
- ENUM - com.mysql.cj.MysqlType
-
ENUM('value1','value2',...) [CHARACTER SET charset_name] [COLLATE collation_name] An enumeration.
- ENUM - com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
ENUM = 16;
- ENUM - com.mysql.cj.xdevapi.Type
- ENUM_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
ENUM = 16;
- EnumProperty<T extends java.lang.Enum<T>> - Class in com.mysql.cj.conf
- EnumProperty(PropertyDefinition<T>) - Constructor for class com.mysql.cj.conf.EnumProperty
- EnumPropertyDefinition<T extends java.lang.Enum<T>> - Class in com.mysql.cj.conf
- EnumPropertyDefinition(PropertyKey, T, boolean, String, String, String, int) - Constructor for class com.mysql.cj.conf.EnumPropertyDefinition
- equalHostPortPair(HostInfo) - Method in class com.mysql.cj.conf.HostInfo
- equals(Object) - Method in class com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
- equals(Object) - Method in class com.mysql.cj.jdbc.DatabaseMetaData.IndexMetaDataKey
- equals(Object) - Method in class com.mysql.cj.jdbc.DatabaseMetaData.TableMetaDataKey
- equals(Object) - Method in class com.mysql.cj.jdbc.MysqlXid
- equals(Object) - Method in class com.mysql.cj.ServerVersion
- equals(Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- equals(Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- equals(Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- equals(Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- equals(Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- equals(Object) - Method in class com.mysql.cj.xdevapi.CollectionImpl
- equals(Object) - Method in class com.mysql.cj.xdevapi.SchemaImpl
- equals(Object) - Method in class com.mysql.cj.xdevapi.TableImpl
- ER_ABORTING_CONNECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ACCESS_DENIED_CHANGE_USER_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ACCESS_DENIED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ACCESS_DENIED_NO_PASSWORD_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ADD_PARTITION_NO_NEW_PARTITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ADD_PARTITION_SUBPART_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ADMIN_WRONG_MRG_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_AES_INVALID_IV - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ALTER_FILEGROUP_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ALTER_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_AUTOINC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_CHANGE_FTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_CHECK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_RENAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_HIDDEN_FTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_IGNORE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOPK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOT_NULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_PARTITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_AMBIGUOUS_FIELD_TERM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_AUTO_CONVERT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_AUTO_INCREMENT_CONFLICT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_AUTO_POSITION_REQUIRES_GTID_MODE_ON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_AUTOINC_READ_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BAD_DB_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BAD_FIELD_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BAD_FT_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BAD_HOST_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BAD_LOG_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BAD_NULL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BAD_REPLICA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BAD_REPLICA_AUTO_POSITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BAD_REPLICA_UNTIL_COND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BAD_SLAVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_BAD_SLAVE_AUTO_POSITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_BAD_SLAVE_UNTIL_COND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_BAD_TABLE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BASE64_DECODE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_CACHE_SIZE_GREATER_THAN_MAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_CREATE_ROUTINE_NEED_SUPER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_LOGGING_IMPOSSIBLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_LOGICAL_CORRUPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_PURGE_EMFILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_PURGE_FATAL_ERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_PURGE_PROHIBITED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_READ_EVENT_CHECKSUM_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_ROW_ENGINE_AND_STMT_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_ROW_INJECTION_AND_STMT_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_ROW_INJECTION_AND_STMT_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_ROW_LOGGING_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_ROW_MODE_AND_STMT_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_ROW_RBR_TO_SBR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_ROW_WRONG_TABLE_DEF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_STMT_CACHE_SIZE_GREATER_THAN_MAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_STMT_MODE_AND_NO_REPL_TABLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_STMT_MODE_AND_ROW_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_AND_STMT_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_AUTOINC_COLUMNS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_FULLTEXT_PLUGIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_INSERT_DELAYED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_INSERT_TWO_KEYS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_LIMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_MIXED_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_REPLACE_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_ROUTINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_SYSTEM_FUNCTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_SYSTEM_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_SYSTEM_VARIABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_UDF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_UPDATE_IGNORE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BLOB_CANT_HAVE_DEFAULT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BLOB_FIELD_IN_PART_FUNC_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BLOB_KEY_WITHOUT_LENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BLOB_USED_AS_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_BLOBS_AND_NO_TERMINATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANNOT_ADD_FOREIGN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANNOT_DISCARD_TEMPORARY_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANNOT_LOAD_FROM_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANNOT_LOAD_FROM_TABLE_V2 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANNOT_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_ACTIVATE_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_AGGREGATE_2COLLATIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_AGGREGATE_3COLLATIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_AGGREGATE_NCOLLATIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_CHANGE_GTID_NEXT_IN_TRANSACTION_WHEN_GTID_NEXT_LIST_IS_NULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_CHANGE_TX_ISOLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_CREATE_DB - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_CREATE_FEDERATED_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_CREATE_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_CREATE_GEOMETRY_OBJECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_CREATE_HANDLER_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_CREATE_SROUTINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_CREATE_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_CREATE_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_CREATE_USER_WITH_GRANT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_DELETE_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_DO_IMPLICIT_COMMIT_IN_TRX_WHEN_GTID_NEXT_IS_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_DO_THIS_DURING_AN_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_DROP_FIELD_OR_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_FIND_DL_ENTRY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_FIND_SYSTEM_REC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_FIND_UDF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_GET_STAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_GET_WD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_INITIALIZE_UDF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_LOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_LOCK_LOG_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_OPEN_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_OPEN_LIBRARY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_READ_DIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_REMOVE_ALL_FIELDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_RENAME_LOG_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_REOPEN_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_SET_GTID_NEXT_WHEN_OWNING_GTID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_SET_WD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_UPDATE_TABLE_IN_CREATE_TABLE_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_UPDATE_WITH_READLOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_USE_OPTION_HERE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CANT_WRITE_LOCK_LOG_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CHANGE_RPL_INFO_REPOSITORY_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CHECK_NO_SUCH_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CHECK_NOT_IMPLEMENTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CHECKREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_COALESCE_ONLY_ON_HASH_PARTITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_COALESCE_PARTITION_NO_PARTITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_COL_COUNT_DOESNT_MATCH_CORRUPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_COL_COUNT_DOESNT_MATCH_CORRUPTED_V2 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE_V2 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_COLLATION_CHARSET_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_COLUMNACCESS_DENIED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CON_COUNT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_COND_ITEM_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CONFLICT_FN_PARSE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CONFLICTING_DECLARATIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CONNECT_TO_FOREIGN_DATA_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CONNECT_TO_MASTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_CONNECT_TO_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CONSECUTIVE_REORG_PARTITIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CORRUPT_HELP_DB - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CRASHED_ON_REPAIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CRASHED_ON_USAGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CREATE_DB_WITH_READ_LOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CREATE_FILEGROUP_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CUT_VALUE_GROUP_CONCAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_CYCLIC_REFERENCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DA_INVALID_CONDITION_NUMBER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DATA_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DATA_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DATABASE_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DATETIME_FUNCTION_OVERFLOW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DB_CREATE_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DB_DROP_DELETE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DB_DROP_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DB_DROP_RMDIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DBACCESS_DENIED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DDL_LOG_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DEBUG_SYNC_HIT_LIMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DEBUG_SYNC_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DELAYED_CANT_CHANGE_LOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DELAYED_INSERT_TABLE_LOCKED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DELAYED_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DERIVED_MUST_HAVE_ALIAS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DIFF_GROUPS_PROC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DISCARD_FK_CHECKS_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DISK_FULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DIVISION_BY_ZERO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DROP_DB_WITH_READ_LOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DROP_FILEGROUP_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DROP_INDEX_FK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DROP_LAST_PARTITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DROP_PARTITION_NON_EXISTENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DROP_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DUMP_NOT_IMPLEMENTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DUP_ARGUMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DUP_ENTRY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DUP_ENTRY_AUTOINCREMENT_CASE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DUP_ENTRY_WITH_KEY_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DUP_FIELDNAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DUP_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DUP_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DUP_KEYNAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DUP_LIST_ENTRY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DUP_SIGNAL_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DUP_UNIQUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DUP_UNKNOWN_IN_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_DUPLICATED_VALUE_IN_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EMPTY_QUERY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ENGINE_OUT_OF_MEMORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ERROR_DURING_CHECKPOINT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ERROR_DURING_COMMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ERROR_DURING_FLUSH_LOGS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ERROR_DURING_ROLLBACK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ERROR_IN_TRIGGER_BODY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ERROR_IN_UNKNOWN_TRIGGER_BODY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ERROR_MESSAGES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ERROR_ON_CLOSE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ERROR_ON_MASTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_ERROR_ON_READ - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ERROR_ON_RENAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ERROR_ON_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ERROR_ON_WRITE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ERROR_WHEN_EXECUTING_COMMAND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EVENT_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EVENT_CANNOT_ALTER_IN_THE_PAST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EVENT_CANNOT_CREATE_IN_THE_PAST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EVENT_CANNOT_DELETE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EVENT_CANT_ALTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EVENT_COMPILE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EVENT_DATA_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EVENT_DOES_NOT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EVENT_DROP_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EVENT_ENDS_BEFORE_STARTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EVENT_EXEC_TIME_IN_THE_PAST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EVENT_INVALID_CREATION_CTX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EVENT_MODIFY_QUEUE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EVENT_NEITHER_M_EXPR_NOR_M_AT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EVENT_OPEN_TABLE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EVENT_RECURSION_FORBIDDEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EVENT_SAME_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EVENT_SET_VAR_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EVENT_STORE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EVENTS_DB_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EXCEPTIONS_WRITE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EXEC_STMT_WITH_OPEN_CURSOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_EXPLAIN_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FAILED_READ_FROM_PAR_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FAILED_ROUTINE_BREAK_BINLOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FEATURE_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FIELD_NOT_FOUND_PART_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FIELD_SPECIFIED_TWICE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FILE_CORRUPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FILE_EXISTS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FILE_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FILE_USED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FILEGROUP_OPTION_ONLY_ONCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FILSORT_ABORT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FK_CANNOT_DELETE_PARENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FK_CANNOT_OPEN_PARENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FK_COLUMN_CANNOT_CHANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FK_COLUMN_CANNOT_CHANGE_CHILD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FK_COLUMN_CANNOT_DROP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FK_COLUMN_CANNOT_DROP_CHILD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FK_COLUMN_NOT_NULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FK_DEPTH_EXCEEDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FK_DUP_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FK_FAIL_ADD_SYSTEM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FK_INCORRECT_OPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FK_NO_INDEX_CHILD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FK_NO_INDEX_PARENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FLUSH_MASTER_BINLOG_CLOSED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_FLUSH_SOURCE_BINLOG_CLOSED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FORBID_SCHEMA_CHANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FORCING_CLOSE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FOREIGN_DATA_STRING_INVALID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FOREIGN_DUPLICATE_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FOREIGN_KEY_ON_PARTITIONED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FOREIGN_SERVER_DOESNT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FOREIGN_SERVER_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FORM_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FPARSER_BAD_HEADER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FPARSER_EOF_IN_COMMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FPARSER_ERROR_IN_PARAMETER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FPARSER_TOO_BIG_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FRM_UNKNOWN_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FSEEK_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FT_MATCHING_KEY_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FUNC_INEXISTENT_NAME_COLLISION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_FUNCTION_NOT_DEFINED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_GET_ERRMSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_GET_ERRNO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_GET_STACKED_DA_WITHOUT_ACTIVE_HANDLER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_GET_TEMPORARY_ERRMSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_GLOBAL_VARIABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_GNO_EXHAUSTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_GOT_SIGNAL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_GRANT_PLUGIN_USER_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_GRANT_WRONG_HOST_OR_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_GTID_EXECUTED_WAS_CHANGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_GTID_MODE_2_OR_3_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_GTID_MODE_CAN_ONLY_CHANGE_ONE_STEP_AT_A_TIME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_GTID_MODE_REQUIRES_BINLOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_GTID_NEXT_CANT_BE_AUTOMATIC_IF_GTID_NEXT_LIST_IS_NON_NULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_GTID_NEXT_TYPE_UNDEFINED_GROUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_GTID_PURGED_WAS_CHANGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_GTID_UNSAFE_CREATE_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_HANDSHAKE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_HASHCHK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_HOST_IS_BLOCKED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_HOST_NOT_PRIVILEGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_HOSTNAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_IDENT_CAUSES_TOO_LONG_PATH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ILLEGAL_GRANT_FOR_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ILLEGAL_HA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ILLEGAL_HA_CREATE_OPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ILLEGAL_REFERENCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ILLEGAL_VALUE_FOR_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INCONSISTENT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INCONSISTENT_PARTITION_INFO_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INCORRECT_GLOBAL_LOCAL_VAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INDEX_COLUMN_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INDEX_CORRUPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INDEX_REBUILD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INNODB_FORCED_RECOVERY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INNODB_FT_AUX_NOT_HEX_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INNODB_FT_LIMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INNODB_FT_WRONG_DOCID_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INNODB_FT_WRONG_DOCID_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INNODB_IMPORT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INNODB_INDEX_CORRUPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INNODB_NO_FT_TEMP_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INNODB_NO_FT_USES_PARSER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INNODB_ONLINE_LOG_TOO_BIG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INNODB_READ_ONLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INNODB_UNDO_LOG_FULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INSECURE_CHANGE_MASTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_INSECURE_CHANGE_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INSECURE_PLAIN_TEXT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INSERT_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INTERNAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INVALID_ARGUMENT_FOR_LOGARITHM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INVALID_CHARACTER_STRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INVALID_DEFAULT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INVALID_FIELD_SIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INVALID_GROUP_FUNC_USE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INVALID_ON_UPDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INVALID_USE_OF_NULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_INVALID_YEAR_COLUMN_LENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_IO_ERR_LOG_INDEX_READ - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_IO_READ_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_IO_WRITE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_IPSOCK_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_KEY_COLUMN_DOES_NOT_EXITS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_KEY_DOES_NOT_EXITS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_KEY_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_KEY_PART_0 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_KEY_REF_DO_NOT_MATCH_TABLE_REF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_KILL_DENIED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_LIMITED_PART_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_LOAD_DATA_INVALID_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_LOAD_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_LOCAL_VARIABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_LOCK_ABORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_LOCK_DEADLOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_LOCK_OR_ACTIVE_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_LOCK_TABLE_FULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_LOCK_WAIT_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_LOG_IN_USE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_LOG_PURGE_NO_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_LOG_PURGE_UNKNOWN_ERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_LOGGING_PROHIBIT_CHANGING_OF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_M_BIGGER_THAN_D - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MALFORMED_DEFINER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MALFORMED_GTID_SET_ENCODING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MALFORMED_GTID_SET_SPECIFICATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MALFORMED_GTID_SPECIFICATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MALFORMED_PACKET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MASTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_MASTER_DELAY_VALUE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_MASTER_FATAL_ERROR_READING_BINLOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_MASTER_HAS_PURGED_REQUIRED_GTIDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_MASTER_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_MASTER_NET_READ - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_MASTER_NET_WRITE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_MAX_PREPARED_STMT_COUNT_REACHED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MAXVALUE_IN_VALUES_IN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MESSAGE_AND_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MISSING_HA_CREATE_OPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MISSING_SKIP_REPLICA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MISSING_SKIP_SLAVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_MIX_HANDLER_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MIX_OF_GROUP_FUNC_AND_FIELDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MIXING_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MTS_CANT_PARALLEL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MTS_CHANGE_MASTER_CANT_RUN_WITH_GAPS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_MTS_CHANGE_SOURCE_CANT_RUN_WITH_GAPS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MTS_FEATURE_IS_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MTS_INCONSISTENT_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MTS_RECOVERY_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MTS_RESET_WORKERS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MTS_UPDATED_DBS_GREATER_MAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MULTI_UPDATE_KEY_CONFLICT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MULTIPLE_PRI_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MUST_CHANGE_PASSWORD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_MUST_CHANGE_PASSWORD_LOGIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NAME_BECOMES_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NATIVE_FCT_NAME_COLLISION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NDB_CANT_SWITCH_BINLOG_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NDB_REPLICATION_SCHEMA_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NEED_REPREPARE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NET_ERROR_ON_WRITE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NET_FCNTL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NET_PACKET_TOO_LARGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NET_PACKETS_OUT_OF_ORDER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NET_READ_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NET_READ_ERROR_FROM_PIPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NET_READ_INTERRUPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NET_UNCOMPRESS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NET_WRITE_INTERRUPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NEVER_USED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NEW_ABORTING_CONNECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NISAMCHK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_BINARY_LOGGING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_BINLOG_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_DB_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_DEFAULT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_DEFAULT_FOR_FIELD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_DEFAULT_FOR_VIEW_FIELD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_FILE_MAPPING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_FT_MATERIALIZED_SUBQUERY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_GROUP_FOR_PROC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_PARTITION_FOR_GIVEN_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_PARTS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_PERMISSION_TO_CREATE_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_RAID_COMPILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_REFERENCED_ROW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_REFERENCED_ROW_2 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_SUCH_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_SUCH_KEY_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_SUCH_PARTITION__UNUSED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_SUCH_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_SUCH_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_SUCH_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_TABLES_USED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NO_UNIQUE_LOGFILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NON_GROUPING_FIELD_USED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NON_INSERTABLE_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NON_RO_SELECT_DISABLE_TIMER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NON_UNIQ_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NON_UPDATABLE_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NONEXISTING_GRANT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NONEXISTING_PROC_GRANT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NONEXISTING_TABLE_GRANT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NONUNIQ_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NONUPDATEABLE_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NORMAL_SHUTDOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NOT_ALLOWED_COMMAND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NOT_FORM_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NOT_KEYFILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NOT_SUPPORTED_AUTH_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NOT_SUPPORTED_YET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NOT_VALID_PASSWORD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NULL_COLUMN_IN_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_NULL_IN_VALUES_LESS_THAN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_OLD_FILE_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_OLD_KEYFILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_OLD_TEMPORALS_UPGRADED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ONLY_FD_AND_RBR_EVENTS_ALLOWED_IN_BINLOG_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ONLY_INTEGERS_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ONLY_ON_RANGE_LIST_PARTITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_OPEN_AS_READONLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_OPERAND_COLUMNS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_OPTION_PREVENTS_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ORDER_WITH_PROC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_OUT_OF_RESOURCES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_OUT_OF_SORTMEMORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_OUTOFMEMORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARSE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PART_STATE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_CLAUSE_ON_NONPARTITIONED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_COLUMN_LIST_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_CONST_DOMAIN_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_ENTRY_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_EXCHANGE_DIFFERENT_OPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_EXCHANGE_FOREIGN_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_EXCHANGE_PART_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_EXCHANGE_TEMP_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_FIELDS_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_FUNC_NOT_ALLOWED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_FUNCTION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_FUNCTION_IS_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_INSTEAD_OF_SUBPARTITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_MAXVALUE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_MERGE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_MGMT_ON_NONPARTITIONED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_NO_TEMPORARY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_NOT_DEFINED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_REQUIRES_VALUES_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_SUBPART_MIX_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_SUBPARTITION_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_WRONG_NO_PART_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_WRONG_NO_SUBPART_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITION_WRONG_VALUES_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PARTITIONS_MUST_BE_DEFINED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PASSWD_LENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PASSWORD_ANONYMOUS_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PASSWORD_EXPIRE_ANONYMOUS_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PASSWORD_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PASSWORD_NO_MATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PASSWORD_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PATH_LENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PLUGIN_IS_NOT_LOADED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PLUGIN_IS_PERMANENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PLUGIN_NO_INSTALL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PLUGIN_NO_UNINSTALL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PRIMARY_CANT_HAVE_NULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PROC_AUTO_GRANT_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PROC_AUTO_REVOKE_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PROCACCESS_DENIED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PS_MANY_PARAM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_PS_NO_RECURSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_QUERY_CACHE_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_QUERY_INTERRUPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_QUERY_ON_FOREIGN_DATA_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_QUERY_ON_MASTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_QUERY_ON_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_QUERY_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_RANGE_NOT_INCREASING_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_RBR_NOT_AVAILABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_READ_ONLY_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_READ_ONLY_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_READY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_RECORD_FILE_FULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REFERENCED_TRG_DOES_NOT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REGEXP_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_RELAY_LOG_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_RELAY_LOG_INIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REMOVED_SPACES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_RENAMED_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REORG_HASH_ONLY_ON_SAME_NO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REORG_NO_PARAM_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REORG_OUTSIDE_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REORG_PARTITION_NOT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_CANT_CREATE_CONVERSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_CONFIGURATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_CONVERSION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_CORRUPT_EVENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_CREATE_EVENT_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_FATAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_HEARTBEAT_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_HEARTBEAT_VALUE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_IGNORE_SERVER_IDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_IGNORED_SSL_PARAMS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_IGNORED_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_INCIDENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_IO_THREAD_MUST_STOP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_MI_INIT_REPOSITORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_MUST_STOP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_NOT_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_RELAY_LOG_READ_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_RELAY_LOG_WRITE_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_RLI_INIT_REPOSITORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_SILENT_RETRY_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_SOURCE_COM_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_SQL_THREAD_MUST_STOP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_WAS_NOT_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REPLICA_WAS_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REQUIRES_PRIMARY_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_RESERVED_SYNTAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_REVOKE_GRANTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ROW_DOES_NOT_MATCH_GIVEN_PARTITION_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ROW_DOES_NOT_MATCH_PARTITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ROW_IN_WRONG_PARTITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ROW_IS_REFERENCED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ROW_IS_REFERENCED_2 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ROW_SINGLE_PARTITION_FIELD_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_RPL_INFO_DATA_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SAME_NAME_PARTITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SAME_NAME_PARTITION_FIELD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SELECT_REDUCED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SERVER_IS_IN_SECURE_AUTH_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SERVER_SHUTDOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SET_CONSTANTS_ONLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SET_PASSWORD_AUTH_PLUGIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SHUTDOWN_COMPLETE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SIGNAL_BAD_CONDITION_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SIGNAL_EXCEPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SIGNAL_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SIGNAL_WARN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SIZE_OVERFLOW_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SKIPPING_LOGGED_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SLAVE_CANT_CREATE_CONVERSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_CONFIGURATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_CONVERSION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_CORRUPT_EVENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_CREATE_EVENT_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_FATAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_HEARTBEAT_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_IGNORE_SERVER_IDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_IGNORED_SSL_PARAMS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_IGNORED_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_INCIDENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_IO_THREAD_MUST_STOP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_MASTER_COM_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_MI_INIT_REPOSITORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_MUST_STOP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_NOT_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_RELAY_LOG_READ_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_RELAY_LOG_WRITE_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_RLI_INIT_REPOSITORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_SILENT_RETRY_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_SQL_THREAD_MUST_STOP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_WAS_NOT_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SLAVE_WAS_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SOURCE_DELAY_VALUE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SOURCE_FATAL_ERROR_READING_BINLOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SOURCE_HAS_PURGED_REQUIRED_GTIDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SOURCE_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SOURCE_NET_READ - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SOURCE_NET_WRITE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_BAD_CURSOR_QUERY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_BAD_CURSOR_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_BAD_SQLSTATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_BAD_VAR_SHADOW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_BADRETURN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_BADSELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_BADSTATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_CANT_ALTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_CANT_SET_AUTOCOMMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_CASE_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_COND_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_CURSOR_AFTER_HANDLER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_CURSOR_ALREADY_OPEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_CURSOR_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_CURSOR_NOT_OPEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_DOES_NOT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_DROP_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_DUP_COND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_DUP_CURS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_DUP_HANDLER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_DUP_PARAM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_DUP_VAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_FETCH_NO_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_GOTO_IN_HNDLR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_LABEL_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_LABEL_REDEFINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_LILABEL_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_NO_AGGREGATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_NO_DROP_SP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_NO_RECURSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_NO_RECURSIVE_CREATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_NO_RETSET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_NORETURN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_NORETURNEND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_NOT_VAR_ARG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_PROC_TABLE_CORRUPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_RECURSION_LIMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_STORE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_SUBSELECT_NYI - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_UNDECLARED_VAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_UNINIT_VAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_VARCOND_AFTER_CURSHNDLR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_WRONG_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_WRONG_NO_OF_ARGS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SP_WRONG_NO_OF_FETCH_ARGS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SPATIAL_CANT_HAVE_NULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SPATIAL_MUST_HAVE_GEOM_COL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SPECIFIC_ACCESS_DENIED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SQL_MODE_NO_EFFECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SQL_REPLICA_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SQL_SLAVE_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SQLTHREAD_WITH_SECURE_REPLICA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SQLTHREAD_WITH_SECURE_SLAVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_SR_INVALID_CREATION_CTX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_STACK_OVERRUN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_STACK_OVERRUN_NEED_MORE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_STARTUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_STMT_CACHE_FULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_STMT_HAS_NO_OPEN_CURSOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_STOP_REPLICA_IO_THREAD_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_STOP_REPLICA_SQL_THREAD_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_STOP_SLAVE_IO_THREAD_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_STOP_SLAVE_SQL_THREAD_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_STORAGE_ENGINE_NOT_LOADED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SUBPARTITION_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SUBPARTITION_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SUBQUERY_NO_1_ROW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_SYNTAX_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLE_CANT_HANDLE_AUTO_INCREMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLE_CANT_HANDLE_BLOB - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLE_CANT_HANDLE_FT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLE_CANT_HANDLE_SPKEYS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLE_CORRUPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLE_DEF_CHANGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLE_EXISTS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLE_HAS_NO_FT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLE_IN_FK_CHECK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLE_IN_SYSTEM_TABLESPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLE_MUST_HAVE_COLUMNS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLE_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLE_NEEDS_REBUILD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLE_NEEDS_UPGRADE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLE_NOT_LOCKED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLE_NOT_LOCKED_FOR_WRITE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLE_SCHEMA_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLEACCESS_DENIED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLENAME_NOT_ALLOWED_HERE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLES_DIFFERENT_METADATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLESPACE_AUTO_EXTEND_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLESPACE_DISCARDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLESPACE_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TABLESPACE_MISSING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TEMP_FILE_WRITE_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TEMPORARY_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TEXTFILE_NOT_READABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_BIG_DISPLAYWIDTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_BIG_FIELDLENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_BIG_FOR_UNCOMPRESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_BIG_PRECISION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_BIG_ROWSIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_BIG_SCALE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_BIG_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_BIG_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_LONG_BODY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_LONG_FIELD_COMMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_LONG_IDENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_LONG_INDEX_COMMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_LONG_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_LONG_STRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_LONG_TABLE_COMMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_LONG_TABLE_PARTITION_COMMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_MANY_CONCURRENT_TRXS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_MANY_DELAYED_THREADS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_MANY_FIELDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_MANY_KEY_PARTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_MANY_KEYS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_MANY_PARTITIONS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_MANY_ROWS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_MANY_TABLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_MANY_USER_CONNECTIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_MANY_VALUES_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TOO_MUCH_AUTO_TIMESTAMP_COLS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TRANS_CACHE_FULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TRG_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TRG_CANT_CHANGE_ROW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TRG_CANT_OPEN_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TRG_CORRUPTED_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TRG_DOES_NOT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TRG_IN_WRONG_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TRG_INVALID_CREATION_CTX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TRG_NO_CREATION_CTX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TRG_NO_DEFINER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TRG_NO_SUCH_ROW_IN_TRG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TRG_ON_VIEW_OR_TEMP_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TRUNCATE_ILLEGAL_FK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TRUNCATED_WRONG_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_TRUNCATED_WRONG_VALUE_FOR_FIELD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UDF_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UDF_NO_PATHS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNDO_RECORD_TOO_BIG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNEXPECTED_EOF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNION_TABLES_IN_DIFFERENT_DIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNKNOWN_ALTER_ALGORITHM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNKNOWN_ALTER_LOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNKNOWN_CHARACTER_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNKNOWN_COLLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNKNOWN_COM_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNKNOWN_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNKNOWN_EXPLAIN_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNKNOWN_KEY_CACHE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNKNOWN_LOCALE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNKNOWN_PARTITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNKNOWN_PROCEDURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNKNOWN_STMT_HANDLER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNKNOWN_STORAGE_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNKNOWN_SYSTEM_VARIABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNKNOWN_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNKNOWN_TARGET_BINLOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNKNOWN_TIME_ZONE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNSUPORTED_LOG_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNSUPPORTED_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNSUPPORTED_EXTENSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNSUPPORTED_PS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UNTIL_COND_IGNORED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UPDATE_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UPDATE_LOG_DEPRECATED_IGNORED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UPDATE_LOG_DEPRECATED_TRANSLATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UPDATE_TABLE_USED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_USER_LIMIT_REACHED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_USERNAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VALUES_IS_NOT_INT_TYPE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VAR_CANT_BE_READ - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VARIABLE_IS_NOT_STRUCT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VARIABLE_IS_READONLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VARIABLE_NOT_SETTABLE_IN_SP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VIEW_CHECK_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VIEW_CHECKSUM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VIEW_DELETE_MERGE_VIEW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VIEW_FRM_NO_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VIEW_INVALID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VIEW_INVALID_CREATION_CTX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VIEW_MULTIUPDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VIEW_NO_CREATION_CTX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VIEW_NO_EXPLAIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VIEW_NO_INSERT_FIELD_LIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VIEW_NONUPD_CHECK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VIEW_OTHER_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VIEW_PREVENT_UPDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VIEW_RECURSIVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VIEW_SELECT_CLAUSE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VIEW_SELECT_DERIVED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VIEW_SELECT_TMPTABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VIEW_SELECT_VARIABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_VIEW_WRONG_LIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_ALLOWED_PACKET_OVERFLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_CANT_DROP_DEFAULT_KEYCACHE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_DATA_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_DATA_TRUNCATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_DEPRECATED_SYNTAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_DEPRECATED_SYNTAX_WITH_VER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_ENGINE_TRANSACTION_ROLLBACK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_FIELD_RESOLVED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_HOSTNAME_WONT_WORK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_I_S_SKIPPED_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_INDEX_NOT_APPLICABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_INVALID_TIMESTAMP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_LEGACY_SYNTAX_CONVERTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_NULL_TO_NOTNULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_ONLY_MASTER_LOG_FILE_NO_POS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- ER_WARN_ONLY_SOURCE_LOG_FILE_NO_POS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_OPEN_TEMP_TABLES_MUST_BE_ZERO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_PURGE_LOG_IN_USE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_PURGE_LOG_IS_ACTIVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_QC_RESIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_TOO_FEW_RECORDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_TOO_MANY_RECORDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_TRIGGER_DOESNT_HAVE_CREATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_USING_OTHER_HANDLER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_VIEW_MERGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARN_VIEW_WITHOUT_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARNING_NOT_COMPLETE_ROLLBACK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_ARGUMENTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_AUTO_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_COLUMN_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_DB_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_FIELD_SPEC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_FIELD_TERMINATORS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_FIELD_WITH_GROUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_FK_DEF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_GROUP_FIELD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_KEY_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_LOCK_OF_SYSTEM_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_MAGIC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_MRG_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_NAME_FOR_CATALOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_NAME_FOR_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_NATIVE_TABLE_STRUCTURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_OBJECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_OUTER_JOIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_PARAMCOUNT_TO_PROCEDURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_PARAMETERS_TO_NATIVE_FCT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_PARAMETERS_TO_PROCEDURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_PARAMETERS_TO_STORED_FCT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_PARTITION_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_PERFSCHEMA_USAGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_SIZE_NUMBER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_SPVAR_TYPE_IN_LIMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_STRING_LENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_SUB_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_SUM_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_TABLE_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_TYPE_COLUMN_VALUE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_TYPE_FOR_VAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_USAGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_VALUE_COUNT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_VALUE_COUNT_ON_ROW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_VALUE_FOR_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WRONG_VALUE_FOR_VAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_WSAS_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_BAD_COLUMN_TO_UPDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_BAD_CURSOR_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_BAD_DOC_PATH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_BAD_INSERT_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_BAD_MEMBER_TO_UPDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_BAD_NOTICE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_BAD_PROJECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_BAD_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_BAD_STATEMENT_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_BAD_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_BAD_TYPE_OF_UPDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_BAD_UPDATE_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_CANNOT_DISABLE_NOTICE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_CMD_ARGUMENT_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_CMD_ARGUMENT_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_CMD_NUM_ARGUMENTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_CURSOR_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_DOC_ID_DUPLICATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_DOC_ID_MISSING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_DOC_REQUIRED_FIELD_MISSING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_EXPECT_BAD_CONDITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_EXPECT_BAD_CONDITION_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_EXPECT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_EXPECT_NOT_OPEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_EXPR_BAD_NUM_ARGS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_EXPR_BAD_OPERATOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_EXPR_BAD_REGEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_EXPR_BAD_TYPE_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_EXPR_BAD_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_EXPR_MISSING_ARG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_INVALID_ADMIN_COMMAND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_INVALID_ARGUMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_INVALID_COLLECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_INVALID_NAMESPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_MISSING_ARGUMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_PROJ_BAD_KEY_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_SERVICE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_X_SESSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_XA_RBDEADLOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_XA_RBROLLBACK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_XA_RBTIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_XA_RMERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_XAER_DUPID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_XAER_INVAL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_XAER_NOTA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_XAER_OUTSIDE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_XAER_RMFAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_YES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ZLIB_Z_BUF_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ZLIB_Z_DATA_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ER_ZLIB_Z_MEM_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- error(Throwable) - Method in interface com.mysql.cj.protocol.MessageListener
-
Exceptionally complete underlying Future.
- error(Throwable) - Method in class com.mysql.cj.protocol.x.ResultMessageListener
- ERROR - com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
-
ERROR = 0;
- ERROR - com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
ERROR = 1;
- ERROR - com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
-
ERROR = 3;
- ERROR_CODE_NULL_LOAD_BALANCED_CONNECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ERROR_CODE_REPLICATION_CONNECTION_WITH_NO_HOSTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- ERROR_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
-
ERROR = 0;
- ERROR_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
ERROR = 1;
- ERROR_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
-
ERROR = 3;
- ErrorMappingsDocGenerator - Class in documentation
-
Creates XML file describing mapping of MySQL error #'s to SQL92 and X/Open states.
- ErrorMappingsDocGenerator() - Constructor for class documentation.ErrorMappingsDocGenerator
- ErrorToFutureCompletionHandler<T> - Class in com.mysql.cj.protocol.x
-
Base class that propagates any error to the given future allowing only implementation of the success callback.
- ErrorToFutureCompletionHandler(CompletableFuture<?>, Runnable) - Constructor for class com.mysql.cj.protocol.x.ErrorToFutureCompletionHandler
- escapeLiteral(String) - Static method in class com.mysql.cj.xdevapi.ExprUnparser
-
Escape a string literal.
- escapeQuote(String, String) - Static method in class com.mysql.cj.util.StringUtils
- EscapeTokenizer - Class in com.mysql.cj.util
-
EscapeTokenizer breaks up an SQL statement into SQL and escape code parts.
- EscapeTokenizer(String) - Constructor for class com.mysql.cj.util.EscapeTokenizer
-
Creates a new EscapeTokenizer object.
- evaluateChallenge(byte[]) - Method in class com.mysql.cj.sasl.ScramShaSaslClient
- eventSink - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
- EXCEPTION - com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior
- ExceptionFactory - Class in com.mysql.cj.exceptions
- ExceptionFactory() - Constructor for class com.mysql.cj.exceptions.ExceptionFactory
- exceptionInterceptor - Variable in class com.mysql.cj.CoreSession
- exceptionInterceptor - Variable in class com.mysql.cj.jdbc.StatementImpl
- exceptionInterceptor - Variable in class com.mysql.cj.protocol.a.AbstractRowFactory
- exceptionInterceptor - Variable in class com.mysql.cj.protocol.AbstractProtocol
- exceptionInterceptor - Variable in class com.mysql.cj.protocol.AbstractSocketConnection
- exceptionInterceptor - Variable in class com.mysql.cj.protocol.result.AbstractResultsetRow
- ExceptionInterceptor - Interface in com.mysql.cj.exceptions
- ExceptionInterceptorChain - Class in com.mysql.cj.exceptions
- ExceptionInterceptorChain(String, Properties, Log) - Constructor for class com.mysql.cj.exceptions.ExceptionInterceptorChain
- exceptionInterceptors - com.mysql.cj.conf.PropertyKey
- exceptionMessage - Variable in exception com.mysql.cj.exceptions.CJException
-
We can't override the
Throwable.detailMessage
directly because it has a private accessibility, thus for that need we use this protected variable and overrideCJException.getMessage()
- EXCLUSIVE_LOCK - com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
-
Lock matching rows so no other transaction can read or write to it
- EXCLUSIVE_LOCK - com.mysql.cj.xdevapi.FilterParams.RowLock
-
Lock matching rows so no other transactions can read or write to it.
- EXCLUSIVE_LOCK_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
-
Lock matching rows so no other transaction can read or write to it
- execSQL(Query, String, int, NativePacketPayload, boolean, ProtocolEntityFactory<T, NativePacketPayload>, ColumnDefinition, boolean) - Method in class com.mysql.cj.NativeSession
-
Send a query to the server.
- EXECUTABLE_NAME_KEY - Static variable in class com.mysql.cj.admin.ServerController
-
What is the name of the executable to run?
- EXECUTABLE_PATH_KEY - Static variable in class com.mysql.cj.admin.ServerController
-
What is the path to the mysql server executable (if not standard?)
- execute() - Method in class com.mysql.cj.jdbc.CallableStatement
- execute() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- execute() - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- execute() - Method in class com.mysql.cj.xdevapi.AddStatementImpl
- execute() - Method in class com.mysql.cj.xdevapi.InsertStatementImpl
- execute() - Method in class com.mysql.cj.xdevapi.PreparableStatement
-
Executes synchronously this statement either directly or using prepared statements if: 1.
- execute() - Method in class com.mysql.cj.xdevapi.SqlStatementImpl
- execute() - Method in interface com.mysql.cj.xdevapi.Statement
-
Execute the statement synchronously.
- execute(String) - Method in class com.mysql.cj.jdbc.StatementImpl
- execute(String) - Method in class com.mysql.cj.jdbc.StatementWrapper
- execute(String, int) - Method in class com.mysql.cj.jdbc.StatementImpl
- execute(String, int) - Method in class com.mysql.cj.jdbc.StatementWrapper
- execute(String, int[]) - Method in class com.mysql.cj.jdbc.StatementImpl
- execute(String, int[]) - Method in class com.mysql.cj.jdbc.StatementWrapper
- execute(String, String[]) - Method in class com.mysql.cj.jdbc.StatementImpl
- execute(String, String[]) - Method in class com.mysql.cj.jdbc.StatementWrapper
- executeAsync() - Method in class com.mysql.cj.xdevapi.AddStatementImpl
- executeAsync() - Method in class com.mysql.cj.xdevapi.DeleteStatementImpl
- executeAsync() - Method in class com.mysql.cj.xdevapi.FindStatementImpl
- executeAsync() - Method in class com.mysql.cj.xdevapi.InsertStatementImpl
- executeAsync() - Method in class com.mysql.cj.xdevapi.ModifyStatementImpl
- executeAsync() - Method in class com.mysql.cj.xdevapi.RemoveStatementImpl
- executeAsync() - Method in class com.mysql.cj.xdevapi.SelectStatementImpl
- executeAsync() - Method in class com.mysql.cj.xdevapi.SqlStatementImpl
- executeAsync() - Method in interface com.mysql.cj.xdevapi.Statement
-
Execute the statement asynchronously.
- executeAsync() - Method in class com.mysql.cj.xdevapi.UpdateStatementImpl
- executeBatch() - Method in class com.mysql.cj.jdbc.CallableStatement
- executeBatch() - Method in class com.mysql.cj.jdbc.StatementImpl
- executeBatch() - Method in class com.mysql.cj.jdbc.StatementWrapper
- executeBatchedInserts(int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Rewrites the already prepared statement into a multi-value insert statement of 'statementsPerBatch' values and executes the entire batch using this new statement.
- executeBatchInternal() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- executeBatchInternal() - Method in class com.mysql.cj.jdbc.StatementImpl
- executeBatchSerially(int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Executes the current batch of statements by executing them one-by-one.
- executeBatchSerially(int) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
- executeInternal(int, M, boolean, boolean, ColumnDefinition, boolean) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Actually execute the prepared statement.
- executeInternal(int, M, boolean, boolean, ColumnDefinition, boolean) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
- executeLargeBatch() - Method in class com.mysql.cj.jdbc.CallableStatement
- executeLargeBatch() - Method in class com.mysql.cj.jdbc.StatementImpl
- executeLargeBatch() - Method in class com.mysql.cj.jdbc.StatementWrapper
- executeLargeUpdate() - Method in class com.mysql.cj.jdbc.CallableStatement
- executeLargeUpdate() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- executeLargeUpdate() - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- executeLargeUpdate(String) - Method in class com.mysql.cj.jdbc.StatementImpl
- executeLargeUpdate(String) - Method in class com.mysql.cj.jdbc.StatementWrapper
- executeLargeUpdate(String, int) - Method in class com.mysql.cj.jdbc.StatementImpl
- executeLargeUpdate(String, int) - Method in class com.mysql.cj.jdbc.StatementWrapper
- executeLargeUpdate(String, int[]) - Method in class com.mysql.cj.jdbc.StatementImpl
- executeLargeUpdate(String, int[]) - Method in class com.mysql.cj.jdbc.StatementWrapper
- executeLargeUpdate(String, String[]) - Method in class com.mysql.cj.jdbc.StatementImpl
- executeLargeUpdate(String, String[]) - Method in class com.mysql.cj.jdbc.StatementWrapper
- executeMetadataQuery(PreparedStatement) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
- executePreparedBatchAsMultiStatement(int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Rewrites the already prepared statement into a multi-statement query of 'statementsPerBatch' values and executes the entire batch using this new statement.
- executePreparedStatement() - Method in class com.mysql.cj.xdevapi.DeleteStatementImpl
- executePreparedStatement() - Method in class com.mysql.cj.xdevapi.FindStatementImpl
- executePreparedStatement() - Method in class com.mysql.cj.xdevapi.ModifyStatementImpl
- executePreparedStatement() - Method in class com.mysql.cj.xdevapi.PreparableStatement
-
Executes a previously server-prepared statement.
- executePreparedStatement() - Method in class com.mysql.cj.xdevapi.RemoveStatementImpl
- executePreparedStatement() - Method in class com.mysql.cj.xdevapi.SelectStatementImpl
- executePreparedStatement() - Method in class com.mysql.cj.xdevapi.UpdateStatementImpl
- executeQuery() - Method in class com.mysql.cj.jdbc.CallableStatement
- executeQuery() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- executeQuery() - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- executeQuery(String) - Method in class com.mysql.cj.jdbc.StatementImpl
- executeQuery(String) - Method in class com.mysql.cj.jdbc.StatementWrapper
- executeSimpleNonQuery(JdbcConnection, String) - Method in class com.mysql.cj.jdbc.StatementImpl
- executeStatement() - Method in class com.mysql.cj.xdevapi.DeleteStatementImpl
- executeStatement() - Method in class com.mysql.cj.xdevapi.FindStatementImpl
- executeStatement() - Method in class com.mysql.cj.xdevapi.ModifyStatementImpl
- executeStatement() - Method in class com.mysql.cj.xdevapi.PreparableStatement
-
Executes the statement directly (non-prepared).
- executeStatement() - Method in class com.mysql.cj.xdevapi.RemoveStatementImpl
- executeStatement() - Method in class com.mysql.cj.xdevapi.SelectStatementImpl
- executeStatement() - Method in class com.mysql.cj.xdevapi.UpdateStatementImpl
- executeTopLevelOnly() - Method in interface com.mysql.cj.interceptors.QueryInterceptor
-
Should the driver execute this interceptor only for the "original" top-level query, and not put it in the execution path for queries that may be executed from other interceptors? If an interceptor issues queries using the connection it was created for, and does not return
true
for this method, it must ensure that it does not cause infinite recursion. - executeTopLevelOnly() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedAutoCommitInterceptor
- executeTopLevelOnly() - Method in class com.mysql.cj.jdbc.interceptors.ResultSetScannerInterceptor
- executeTopLevelOnly() - Method in class com.mysql.cj.jdbc.interceptors.ServerStatusDiffInterceptor
- executeTopLevelOnly() - Method in class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
- executeTopLevelOnly() - Method in class com.mysql.cj.NoSubInterceptorWrapper
- executeUpdate() - Method in class com.mysql.cj.jdbc.CallableStatement
- executeUpdate() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- executeUpdate() - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- executeUpdate(String) - Method in class com.mysql.cj.jdbc.StatementImpl
- executeUpdate(String) - Method in class com.mysql.cj.jdbc.StatementWrapper
- executeUpdate(String, int) - Method in class com.mysql.cj.jdbc.StatementImpl
- executeUpdate(String, int) - Method in class com.mysql.cj.jdbc.StatementWrapper
- executeUpdate(String, int[]) - Method in class com.mysql.cj.jdbc.StatementImpl
- executeUpdate(String, int[]) - Method in class com.mysql.cj.jdbc.StatementWrapper
- executeUpdate(String, String[]) - Method in class com.mysql.cj.jdbc.StatementImpl
- executeUpdate(String, String[]) - Method in class com.mysql.cj.jdbc.StatementWrapper
- executeUpdateInternal(boolean, boolean) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- executeUpdateInternal(QueryBindings<?>, boolean) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Added to allow batch-updates
- executeUpdateInternal(String, boolean, boolean) - Method in class com.mysql.cj.jdbc.StatementImpl
- EXISTS - com.mysql.cj.xdevapi.DatabaseObject.DbObjectStatus
- existsInDatabase() - Method in class com.mysql.cj.xdevapi.CollectionImpl
- existsInDatabase() - Method in interface com.mysql.cj.xdevapi.DatabaseObject
-
Query the existence of this database object.
- existsInDatabase() - Method in class com.mysql.cj.xdevapi.SchemaImpl
- existsInDatabase() - Method in class com.mysql.cj.xdevapi.TableImpl
- expandPropertiesFromConfigFiles(Map<String, String>) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Expands the connection argument "useConfig" by reading the mentioned configuration files.
- EXPECT_CLOSE - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
EXPECT_CLOSE = 25;
- EXPECT_CLOSE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
EXPECT_CLOSE = 25;
- EXPECT_CTX_COPY_PREV - com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
-
copy the operations from the parent Expect-block
- EXPECT_CTX_COPY_PREV_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
-
copy the operations from the parent Expect-block
- EXPECT_CTX_EMPTY - com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
-
start with a empty set of operations
- EXPECT_CTX_EMPTY_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
-
start with a empty set of operations
- EXPECT_DOCID_GENERATED - com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
-
Check if X Protocol support document _id generation
- EXPECT_DOCID_GENERATED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
-
Check if X Protocol support document _id generation
- EXPECT_FIELD_EXIST - com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
-
Check if X Protocol field exists
- EXPECT_FIELD_EXIST_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
-
Check if X Protocol field exists
- EXPECT_NO_ERROR - com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
-
Change error propagation behaviour
- EXPECT_NO_ERROR_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
-
Change error propagation behaviour
- EXPECT_OP_SET - com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
-
set the condition set, if not set overwrite, if set
- EXPECT_OP_SET_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
-
set the condition set, if not set overwrite, if set
- EXPECT_OP_UNSET - com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
-
unset the condition
- EXPECT_OP_UNSET_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
-
unset the condition
- EXPECT_OPEN - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
EXPECT_OPEN = 24;
- EXPECT_OPEN_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
EXPECT_OPEN = 24;
- ExpiringCache<K,V> - Class in com.mysql.cj.util
- ExpiringCache(int) - Constructor for class com.mysql.cj.util.ExpiringCache
- explainSlowQueries - com.mysql.cj.conf.PropertyKey
- explainSlowQueries - Variable in class com.mysql.cj.ServerPreparedQuery
- explainSlowQuery(String, String) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Runs an 'EXPLAIN' on the given query and dumps the results to the log
- explicitlyAutoCommit - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- explicitlyReadOnly - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- explicitPort - Variable in class com.mysql.cj.jdbc.MysqlDataSource
-
Was the port explicitly set?
- explicitUrl - Variable in class com.mysql.cj.jdbc.MysqlDataSource
-
Should we construct the URL, or has it been set explicitly?
- ExportControlled - Class in com.mysql.cj.protocol
-
Holds functionality that falls under export-control regulations.
- ExportControlled.X509TrustManagerWrapper - Class in com.mysql.cj.protocol
-
Implementation of X509TrustManager wrapping JVM X509TrustManagers to add expiration and identity check
- exportTo(ColumnDefinition) - Method in interface com.mysql.cj.protocol.ColumnDefinition
- exportTo(ColumnDefinition) - Method in class com.mysql.cj.result.DefaultColumnDefinition
- exposeAsDriverPropertyInfo() - Method in interface com.mysql.cj.jdbc.JdbcPropertySet
-
Exposes all ConnectionPropertyInfo instances as DriverPropertyInfo
- exposeAsDriverPropertyInfo() - Method in class com.mysql.cj.jdbc.JdbcPropertySetImpl
- exposeAsProperties() - Method in class com.mysql.cj.conf.DefaultPropertySet
- exposeAsProperties() - Method in class com.mysql.cj.conf.HostInfo
-
Exposes this host info as a single properties instance.
- exposeAsProperties() - Method in interface com.mysql.cj.conf.PropertySet
- exposeAsProperties() - Method in class com.mysql.cj.jdbc.MysqlDataSource
- exposeAsXml() - Static method in class documentation.PropertiesDocGenerator
-
Returns a description of the connection properties as an XML document.
- expr(String) - Static method in class com.mysql.cj.xdevapi.Expression
-
Static method for static import to allow:
set("b", expr("a + 1"))
- EXPR_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- Expression - Class in com.mysql.cj.xdevapi
-
A wrapper for expression strings.
- Expression(String) - Constructor for class com.mysql.cj.xdevapi.Expression
- ExprParser - Class in com.mysql.cj.xdevapi
-
Expression parser for X protocol.
- ExprParser(String) - Constructor for class com.mysql.cj.xdevapi.ExprParser
-
Constructor.
- ExprParser(String, boolean) - Constructor for class com.mysql.cj.xdevapi.ExprParser
-
Constructor.
- exprToString(MysqlxExpr.Expr) - Static method in class com.mysql.cj.xdevapi.ExprUnparser
-
Serialize an expression to a string.
- ExprUnparser - Class in com.mysql.cj.xdevapi
-
Serializer utility for dealing with X Protocol expression trees.
- ExprUnparser() - Constructor for class com.mysql.cj.xdevapi.ExprUnparser
- ExprUtil - Class in com.mysql.cj.xdevapi
-
Utilities to deal with Expr (and related) structures.
- ExprUtil() - Constructor for class com.mysql.cj.xdevapi.ExprUtil
- EXTERNAL - com.mysql.cj.conf.PropertyDefinitions.AuthMech
- extractForeignKeyForTable(ArrayList<Row>, ResultSet, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Extracts foreign key info for one table.
- extractForeignKeyFromCreateTable(String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Creates a result set similar enough to 'SHOW TABLE STATUS' to allow the same code to work on extracting the foreign key data
- extractSqlFromPacket(String, NativePacketPayload, int, int) - Static method in class com.mysql.cj.protocol.a.NativePacketPayload
F
- failed(Throwable, Void) - Method in class com.mysql.cj.protocol.x.ErrorToFutureCompletionHandler
- failedPreparingStatement(int, XProtocolError) - Method in class com.mysql.cj.MysqlxSession
-
Propagate to the underlying protocol instance that preparing a statement on the connected server failed.
- failedPreparingStatement(int, XProtocolError) - Method in class com.mysql.cj.protocol.x.XProtocol
-
Informs this protocol instance that preparing a statement on the connected server failed.
- failover(int) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Initiates the failover procedure.
- failover(List<HostInfo>) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareWriterFailoverHandler
-
Called to start Writer Failover Process.
- failover(List<HostInfo>) - Method in interface com.mysql.cj.jdbc.ha.ca.WriterFailoverHandler
-
Called to start Writer Failover Process.
- failover(List<HostInfo>, HostInfo) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler
-
Called to start Reader Failover Process.
- failover(List<HostInfo>, HostInfo) - Method in interface com.mysql.cj.jdbc.ha.ca.ReaderFailoverHandler
-
Called to start Reader Failover Process.
- FAILOVER_CONNECTION - com.mysql.cj.conf.ConnectionUrl.Type
- FAILOVER_DNS_SRV_CONNECTION - com.mysql.cj.conf.ConnectionUrl.Type
- failoverClusterTopologyRefreshRateMs - com.mysql.cj.conf.PropertyKey
- failoverClusterTopologyRefreshRateMsSetting - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- FailoverConnectionProxy - Class in com.mysql.cj.jdbc.ha
-
A proxy for a dynamic com.mysql.cj.jdbc.JdbcConnection implementation that provides failover features for list of hosts.
- FailoverConnectionUrl - Class in com.mysql.cj.conf.url
- FailoverConnectionUrl(ConnectionUrlParser, Properties) - Constructor for class com.mysql.cj.conf.url.FailoverConnectionUrl
-
Constructs an instance of
FailoverConnectionUrl
, performing all the required initializations. - failoverConnectTimeoutMs - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- FailoverDnsSrvConnectionUrl - Class in com.mysql.cj.conf.url
- FailoverDnsSrvConnectionUrl(ConnectionUrlParser, Properties) - Constructor for class com.mysql.cj.conf.url.FailoverDnsSrvConnectionUrl
-
Constructs an instance of
FailoverDnsSrvConnectionUrl
, performing all the required initializations. - failoverInternal(List<HostInfo>, HostInfo) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler
- failoverReader(int) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- failoverReaderConnectTimeoutMs - com.mysql.cj.conf.PropertyKey
- failoverReaderConnectTimeoutMsSetting - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- failOverReadOnly - com.mysql.cj.conf.PropertyKey
- failoverSocketTimeoutMs - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- failoverTimeoutMs - com.mysql.cj.conf.PropertyKey
- failoverTimeoutMsSetting - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- failoverWriter() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- failoverWriterReconnectIntervalMs - com.mysql.cj.conf.PropertyKey
- failoverWriterReconnectIntervalMsSetting - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- fallbackToSystemKeyStore - com.mysql.cj.conf.PropertyKey
- fallbackToSystemTrustStore - com.mysql.cj.conf.PropertyKey
- FALSE - com.mysql.cj.conf.BooleanPropertyDefinition.AllowableValues
- FALSE - com.mysql.cj.xdevapi.JsonLiteral
- FAST_AUTH_COMPLETE - com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin.AuthStage
- FAST_AUTH_READ_RESULT - com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin.AuthStage
- FAST_AUTH_SEND_SCRAMBLE - com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin.AuthStage
- FATAL - com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
-
FATAL = 1;
- FATAL_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
-
FATAL = 1;
- FeatureNotAvailableException - Exception in com.mysql.cj.exceptions
- FeatureNotAvailableException() - Constructor for exception com.mysql.cj.exceptions.FeatureNotAvailableException
- FeatureNotAvailableException(String) - Constructor for exception com.mysql.cj.exceptions.FeatureNotAvailableException
- FeatureNotAvailableException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.FeatureNotAvailableException
- FeatureNotAvailableException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.FeatureNotAvailableException
- FeatureNotAvailableException(Throwable) - Constructor for exception com.mysql.cj.exceptions.FeatureNotAvailableException
- FETCH_ROWS_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- FETCH_ROWS_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- fetchAll() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
-
Create a list of all elements in the result forcing internal buffering.
- fetchAll() - Method in interface com.mysql.cj.xdevapi.FetchResult
-
Create a list of all elements in the result forcing internal buffering.
- fetchAll() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
- fetchAll() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
- fetchDirection - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
The direction to fetch rows (always FETCH_FORWARD)
- FetchDoneEntity - Class in com.mysql.cj.protocol.x
-
ProtocolEntity representing a
MysqlxResultset.FetchDone
message. - FetchDoneEntity() - Constructor for class com.mysql.cj.protocol.x.FetchDoneEntity
- FetchDoneEntityFactory - Class in com.mysql.cj.protocol.x
-
Factory producing
FetchDoneEntity
from protocol message. - FetchDoneEntityFactory() - Constructor for class com.mysql.cj.protocol.x.FetchDoneEntityFactory
- FetchDoneMoreResults - Class in com.mysql.cj.protocol.x
-
ProtocolEntity representing a
FetchDoneMoreResults
message. - FetchDoneMoreResults() - Constructor for class com.mysql.cj.protocol.x.FetchDoneMoreResults
- FetchDoneMoreResultsFactory - Class in com.mysql.cj.protocol.x
-
Factory producing
FetchDoneMoreResults
from protocol message. - FetchDoneMoreResultsFactory() - Constructor for class com.mysql.cj.protocol.x.FetchDoneMoreResultsFactory
- fetchOne() - Method in interface com.mysql.cj.xdevapi.FetchResult
-
Fetch the next element.
- FetchResult<T> - Interface in com.mysql.cj.xdevapi
-
A set of elements from a query command.
- fetchSize - Variable in class com.mysql.cj.AbstractQuery
-
The number of rows to fetch at a time (currently ignored)
- fetchSize - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
The number of rows to fetch in one go...
- Field - Class in com.mysql.cj.result
-
Field is a class used to describe fields in a ResultSet
- Field(LazyString, LazyString, LazyString, LazyString, LazyString, long, int, short, int, int, String, MysqlType) - Constructor for class com.mysql.cj.result.Field
- Field(String, String, int, String, MysqlType, int) - Constructor for class com.mysql.cj.result.Field
-
Used by prepared statements to re-use result set data conversion methods when generating bound parameter retrieval instance for statement interceptors.
- FIELD_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- FIELD_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- FIELD_FLAG_AUTO_INCREMENT - Static variable in enum com.mysql.cj.MysqlType
- FIELD_FLAG_BINARY - Static variable in enum com.mysql.cj.MysqlType
- FIELD_FLAG_BLOB - Static variable in enum com.mysql.cj.MysqlType
- FIELD_FLAG_MULTIPLE_KEY - Static variable in enum com.mysql.cj.MysqlType
- FIELD_FLAG_NOT_NULL - Static variable in enum com.mysql.cj.MysqlType
- FIELD_FLAG_PRIMARY_KEY - Static variable in enum com.mysql.cj.MysqlType
- FIELD_FLAG_UNIQUE_KEY - Static variable in enum com.mysql.cj.MysqlType
- FIELD_FLAG_UNSIGNED - Static variable in enum com.mysql.cj.MysqlType
- FIELD_FLAG_ZEROFILL - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_BIT - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_BLOB - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_DATE - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_DATETIME - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_DECIMAL - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_DOUBLE - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_ENUM - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_FLOAT - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_GEOMETRY - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_INT24 - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_JSON - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_LONG - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_LONG_BLOB - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_LONGLONG - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_MEDIUM_BLOB - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_NEWDECIMAL - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_NULL - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_SET - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_SHORT - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_STRING - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_TIME - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_TIMESTAMP - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_TINY - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_TINY_BLOB - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_VAR_STRING - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_VARCHAR - Static variable in enum com.mysql.cj.MysqlType
- FIELD_TYPE_YEAR - Static variable in enum com.mysql.cj.MysqlType
- FieldFactory - Class in com.mysql.cj.protocol.x
-
Factory producing
Field
from protocol message. - FieldFactory(String) - Constructor for class com.mysql.cj.protocol.x.FieldFactory
- fields - Variable in class com.mysql.cj.result.DefaultColumnDefinition
- fields - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
- fields(Expression) - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Add/replace the field projection defining the result.
- fields(Expression) - Method in class com.mysql.cj.xdevapi.FindStatementImpl
- fields(String...) - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Add/replace the field projections defining the result.
- fields(String...) - Method in class com.mysql.cj.xdevapi.FindStatementImpl
- fillSendPacket() - Method in class com.mysql.cj.AbstractPreparedQuery
-
Creates the packet that contains the query to be sent to the server.
- fillSendPacket() - Method in interface com.mysql.cj.PreparedQuery
- fillSendPacket() - Method in class com.mysql.cj.ServerPreparedQuery
- fillSendPacket(QueryBindings<?>) - Method in class com.mysql.cj.AbstractPreparedQuery
-
Creates the packet that contains the query to be sent to the server.
- fillSendPacket(QueryBindings<?>) - Method in interface com.mysql.cj.PreparedQuery
- fillSendPacket(QueryBindings<?>) - Method in class com.mysql.cj.ServerPreparedQuery
- FilterableStatement<STMT_T,RES_T> - Class in com.mysql.cj.xdevapi
-
Abstract class, common to several X DevAPI statement classes.
- FilterableStatement(FilterParams) - Constructor for class com.mysql.cj.xdevapi.FilterableStatement
-
Constructor.
- filterParams - Variable in class com.mysql.cj.xdevapi.FilterableStatement
- FilterParams - Interface in com.mysql.cj.xdevapi
-
Transforms X DevAPI filter parameters into X Protocol message entities.
- FilterParams.RowLock - Enum in com.mysql.cj.xdevapi
-
The type of row lock.
- FilterParams.RowLockOptions - Enum in com.mysql.cj.xdevapi
-
Options that define the behavior while retrieving locked rows.
- find() - Method in interface com.mysql.cj.xdevapi.Collection
-
Create a new find statement retrieving all documents in the collection.
- find() - Method in class com.mysql.cj.xdevapi.CollectionImpl
- find(String) - Method in interface com.mysql.cj.xdevapi.Collection
-
Create a new find statement retrieving documents matching the given search condition.
- find(String) - Method in class com.mysql.cj.xdevapi.CollectionImpl
- FIND - com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
FIND = 0;
- FIND_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- FIND_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
FIND = 0;
- findAndSeekToOffset(int) - Method in class com.mysql.cj.protocol.a.result.BinaryBufferRow
- findAndSeekToOffset(int) - Method in class com.mysql.cj.protocol.a.result.TextBufferRow
- findCallingClassAndMethod(Throwable) - Static method in class com.mysql.cj.util.LogUtils
- findColumn(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- findColumn(String, boolean, int) - Method in interface com.mysql.cj.protocol.ColumnDefinition
- findColumn(String, boolean, int) - Method in class com.mysql.cj.result.DefaultColumnDefinition
- findInitializationErrors() - Method in class com.mysql.cj.protocol.x.XMessage
- findMysqlType(PropertySet, int, short, long, LazyString, LazyString, int, String) - Static method in class com.mysql.cj.protocol.a.NativeProtocol
- findStartOfStatement(String) - Static method in class com.mysql.cj.jdbc.StatementImpl
- findStartOfStatement(String) - Static method in class com.mysql.cj.ParseInfo
- FindStatement - Interface in com.mysql.cj.xdevapi
-
A statement to find the set of documents according to the given specification.
- FindStatementImpl - Class in com.mysql.cj.xdevapi
-
FindStatement
implementation. - finishStreaming() - Method in interface com.mysql.cj.protocol.ResultStreamer
-
Finish the result streaming.
- finishStreaming() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
- finishStreaming() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
- first() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- first() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- firstAlphaCharUc(String, int) - Static method in class com.mysql.cj.util.StringUtils
- firstCharOfQuery - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
First character of the query that created this result set...Used to determine whether or not to parse server info messages in certain circumstances.
- firstNonWsCharUc(String) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the first non-whitespace char, converted to upper case
- firstNonWsCharUc(String, int) - Static method in class com.mysql.cj.util.StringUtils
- fixDecimalExponent(String) - Static method in class com.mysql.cj.util.StringUtils
-
Adds '+' to decimal numbers that are positive (MySQL doesn't understand them otherwise
- fixHostInfo(HostInfo) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Fixes the host information by moving data around and filling in missing data.
- fixParameterName(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
Adds 'at' symbol to beginning of parameter names if needed.
- fixProtocolDependencies(Map<String, String>) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Fixes the protocol (TCP vs PIPE) dependencies for the given host properties map.
- fixProtocolDependencies(Map<String, String>) - Method in class com.mysql.cj.conf.url.XDevApiConnectionUrl
- fixProtocolDependencies(Map<String, String>) - Method in class com.mysql.cj.conf.url.XDevApiDnsSrvConnectionUrl
- FLAGS_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- FLD_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- FLD_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- FLOAT - com.mysql.cj.MysqlType
-
FLOAT[(M,D)] [UNSIGNED] [ZEROFILL] A small (single-precision) floating-point number.
- FLOAT - com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
FLOAT = 6;
- FLOAT - com.mysql.cj.xdevapi.Type
- FLOAT_UNSIGNED - com.mysql.cj.MysqlType
-
FLOAT[(M,D)] UNSIGNED [ZEROFILL]
- FLOAT_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
FLOAT = 6;
- FloatValueFactory - Class in com.mysql.cj.result
-
A value factory for creating float values.
- FloatValueFactory(PropertySet) - Constructor for class com.mysql.cj.result.FloatValueFactory
- forceClose() - Method in class com.mysql.cj.CoreSession
- forceClose() - Method in class com.mysql.cj.NativeSession
- forceClose() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
Forcibly closes the underlying socket to MySQL.
- forceClose() - Method in class com.mysql.cj.protocol.NetworkResources
-
Forcibly closes the underlying socket to MySQL.
- forceClose() - Method in interface com.mysql.cj.protocol.SocketConnection
- forceClose() - Method in interface com.mysql.cj.Session
-
Clobbers the physical network connection and marks this session as closed.
- forceConnectionTimeZoneToSession - com.mysql.cj.conf.PropertyKey
- forceStop() - Method in class com.mysql.cj.admin.ServerController
-
Forcefully terminates the server process (if started).
- forget(Xid) - Method in class com.mysql.cj.jdbc.MysqlXAConnection
- forget(Xid) - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
- formatNanos(int, int) - Static method in class com.mysql.cj.util.TimeUtil
-
Return a string representation of a fractional seconds part.
- formatNanos(int, int, boolean) - Static method in class com.mysql.cj.util.TimeUtil
-
Return a string representation of a fractional seconds part.
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
- forNumber(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
- FORWARD_ONLY - com.mysql.cj.protocol.Resultset.Type
-
The constant indicating the type for a
Resultset
object whose cursor may move only forward. - FRACTIONAL_DIGITS_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- free() - Method in class com.mysql.cj.jdbc.Blob
- free() - Method in class com.mysql.cj.jdbc.BlobFromLocator
- free() - Method in class com.mysql.cj.jdbc.Clob
- free() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
- freePreparedStatementId(int) - Method in class com.mysql.cj.MysqlxSession
-
Free a prepared statement id so that it can be reused.
- freePreparedStatementId(int) - Method in class com.mysql.cj.protocol.x.XProtocol
-
Frees a prepared statement id so that it can be reused.
- fromValue(int, Resultset.Concurrency) - Static method in enum com.mysql.cj.protocol.Resultset.Concurrency
- fromValue(int, Resultset.Type) - Static method in enum com.mysql.cj.protocol.Resultset.Type
- fromValue(String) - Static method in enum com.mysql.cj.conf.PropertyKey
-
Looks for a
PropertyKey
that matches the given value as key name. - fromValue(String, int) - Static method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
Returns the
ConnectionUrl.Type
corresponding to the given scheme and number of hosts, if any. - FULL_AUTH - com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin.AuthStage
- fullIteration() - Method in class com.mysql.cj.jdbc.IterateBlock
- FullReadInputStream - Class in com.mysql.cj.protocol
-
InputStream wrapper that provides methods to aggregate reads of a given size.
- FullReadInputStream(InputStream) - Constructor for class com.mysql.cj.protocol.FullReadInputStream
- FUNC_CALL - com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
FUNC_CALL = 4;
- FUNC_CALL_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
FUNC_CALL = 4;
- FUNCTION - com.mysql.cj.jdbc.DatabaseMetaData.ProcedureType
- FUNCTION_CALL_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- FUNCTION_COLUMN_IN - com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema.FunctionConstant
- FUNCTION_COLUMN_INOUT - com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema.FunctionConstant
- FUNCTION_COLUMN_OUT - com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema.FunctionConstant
- FUNCTION_COLUMN_RESULT - com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema.FunctionConstant
- FUNCTION_COLUMN_RETURN - com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema.FunctionConstant
- FUNCTION_COLUMN_UNKNOWN - com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema.FunctionConstant
- FUNCTION_NO_NULLS - com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema.FunctionConstant
- FUNCTION_NULLABLE - com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema.FunctionConstant
- FUNCTION_NULLABLE_UNKNOWN - com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema.FunctionConstant
- functionsNeverReturnBlobs - com.mysql.cj.conf.PropertyKey
G
- gatherPerfMetrics - com.mysql.cj.conf.PropertyKey
- gatherPerfMetrics - Variable in class com.mysql.cj.CoreSession
- gatherPerfMetrics - Variable in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
- gatherPerfMetrics - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
- gatherPerfMetrics - Variable in class com.mysql.cj.ServerPreparedQuery
-
The "gatherPerfMetrics" connection property value
- gatherPerfMetricsSetting - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- GENERATED_DOCUMENT_IDS - com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
..
- GENERATED_DOCUMENT_IDS_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
..
- GENERATED_INSERT_ID - com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
GENERATED_INSERT_ID = 3;
- GENERATED_INSERT_ID_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
GENERATED_INSERT_ID = 3;
- generatedKeyAlwaysReturned() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- generatedKeysResults - Variable in class com.mysql.cj.jdbc.StatementImpl
- generatePingResultSet() - Method in class com.mysql.cj.jdbc.StatementImpl
- generateQueryCommentBlock(StringBuilder) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- generateSimpleParameterMetadata - com.mysql.cj.conf.PropertyKey
- generateStatements() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
Figure out whether or not this ResultSet is updatable, and if so, generate the PreparedStatements to support updates.
- GEOJSON - Static variable in class com.mysql.cj.xdevapi.CreateIndexParams
- GEOMETRY - com.mysql.cj.MysqlType
-
Top class for Spatial Data Types Protocol: FIELD_TYPE_GEOMETRY = 255
- GEOMETRY - com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
GEOMETRY = 1;
- GEOMETRY - com.mysql.cj.xdevapi.Type
- GEOMETRY_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
GEOMETRY = 1;
- get() - Method in class com.mysql.cj.util.LazyString
- get(int) - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
- get(int) - Method in class com.mysql.cj.result.BufferedRowList
- get(int) - Method in interface com.mysql.cj.result.RowList
-
Optionally retrieve Row at index n.
- get(Object) - Method in class com.mysql.cj.util.ExpiringCache
- get(String) - Static method in class com.mysql.cj.exceptions.MysqlErrorNumbers
- get(K) - Method in interface com.mysql.cj.CacheAdapter
- getAcceptedIssuers() - Method in class com.mysql.cj.protocol.ExportControlled.X509TrustManagerWrapper
- getActiveConnectionCount() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
- getActiveConnectionCount(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
- getActiveHostCount() - Method in class com.mysql.cj.jdbc.ConnectionGroup
- getActiveHostCount(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
- getActiveHostCount(String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
- getActiveHostCount(String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
- getActiveHostLists(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
- getActiveHostsList(String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
- getActiveHostsList(String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
- getActiveLogicalConnectionCount() - Method in class com.mysql.cj.jdbc.ConnectionGroup
- getActiveLogicalConnectionCount(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
- getActiveLogicalConnectionCount(String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
- getActiveLogicalConnectionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
- getActiveLogicalConnectionCount(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
- getActiveLogicalConnectionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
- getActiveMasterHostCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
Deprecated.
- getActiveMySQLConnection() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getActiveMySQLConnection() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getActiveMySQLConnection() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getActiveMySQLConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- getActiveMySQLConnection() - Method in interface com.mysql.cj.jdbc.JdbcConnection
- getActivePhysicalConnectionCount() - Method in class com.mysql.cj.jdbc.ConnectionGroup
- getActivePhysicalConnectionCount() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
- getActivePhysicalConnectionCount(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
- getActivePhysicalConnectionCount(String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
- getActivePhysicalConnectionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
- getActiveReplicaHostCount(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
- getActiveReplicaHostCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
- getActiveSlaveHostCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
Deprecated.
- getActiveSourceHostCount(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
- getActiveSourceHostCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
- getActiveStatementCount() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getActiveStatementCount() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getActiveStatementCount() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getActiveStatementCount() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns the number of statements active on this connection, which haven't been .close()d.
- getAffectedItemsCount() - Method in class com.mysql.cj.protocol.x.StatementExecuteOk
- getAffectedItemsCount() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
- getAffectedItemsCount() - Method in interface com.mysql.cj.xdevapi.Result
-
Get the count of affected items from manipulation statements.
- getAffectedItemsCount() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
- getAffectedItemsCount() - Method in class com.mysql.cj.xdevapi.UpdateResult
- getAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];
- getAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];
- getAlgorithm() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];
- getAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;
- getAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;
- getAlgorithm() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;
- getAlgorithmIdentifier() - Method in class com.mysql.cj.protocol.x.CompressionAlgorithm
-
Gets this algorithm's identifier.
- getAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- getAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string alias = 2;
- getAlias() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string alias = 2;
- getAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional string alias = 2;
- getAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
optional string alias = 2;
- getAlias() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
optional string alias = 2;
- getAliasBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- getAliasBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string alias = 2;
- getAliasBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string alias = 2;
- getAliasBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional string alias = 2;
- getAliasBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
optional string alias = 2;
- getAliasBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
optional string alias = 2;
- getAllFields() - Method in class com.mysql.cj.protocol.x.XMessage
- getAllowableValues() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- getAllowableValues() - Method in class com.mysql.cj.conf.BooleanPropertyDefinition
- getAllowableValues() - Method in class com.mysql.cj.conf.EnumPropertyDefinition
- getAllowableValues() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the list of allowable values.
- getAllowXmlUnsafeExternalEntity() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
- getAlternateDnsSrvType() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
- getArgs() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- getArgs() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get binding arguments.
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArray() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- getArray() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Array array = 4;
- getArray() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Array array = 4;
- getArray() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- getArray() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Array array = 9;
- getArray() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Array array = 9;
- getArray(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getArray(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getArray(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getArray(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getArray(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getArray(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getArray(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getArray(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getArrayBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- getArrayBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- getArrayOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- getArrayOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Array array = 4;
- getArrayOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Array array = 4;
- getArrayOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- getArrayOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Array array = 9;
- getArrayOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Array array = 9;
- getAsciiStream() - Method in class com.mysql.cj.jdbc.Clob
- getAsciiStream(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getAsciiStream(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getAsciiStream(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getAsciiStream(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getAttributes(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
required bytes auth_data = 1;
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
required bytes auth_data = 1;
- getAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinueOrBuilder
-
required bytes auth_data = 1;
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
optional bytes auth_data = 1;
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
optional bytes auth_data = 1;
- getAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOkOrBuilder
-
optional bytes auth_data = 1;
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
optional bytes auth_data = 2;
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
optional bytes auth_data = 2;
- getAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
optional bytes auth_data = 2;
- getAuthenticationMechanisms() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
- getAuthenticationProvider() - Method in class com.mysql.cj.protocol.AbstractProtocol
- getAuthenticationProvider() - Method in interface com.mysql.cj.protocol.Protocol
- getAuthority() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the authority section.
- getAuthPluginDataLength() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
- getAutoCommit() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getAutoCommit() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getAutoCommit() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getAutoIncrementIncrement() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getAutoIncrementIncrement() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getAutoIncrementIncrement() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getAutoIncrementIncrement() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns the -session- value of 'auto_increment_increment' from the server if it exists, or '1' if not.
- getAutoIncrementValue() - Method in interface com.mysql.cj.xdevapi.InsertResult
-
Get the auto-increment value if one was generated from a row insert statement.
- getAutoIncrementValue() - Method in class com.mysql.cj.xdevapi.InsertResultImpl
- getAutoIncrementValue() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
- getAutoIncrementValue() - Method in interface com.mysql.cj.xdevapi.SqlResult
- getAutoIncrementValue() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
- getBatchCommandIndex() - Method in class com.mysql.cj.AbstractPreparedQuery
- getBatchCommandIndex() - Method in interface com.mysql.cj.PreparedQuery
- getBatchedArgs() - Method in class com.mysql.cj.AbstractQuery
- getBatchedArgs() - Method in class com.mysql.cj.jdbc.StatementImpl
- getBatchedArgs() - Method in interface com.mysql.cj.Query
-
Get the batched args as added by the addBatch method(s).
- getBatchedGeneratedKeys(int) - Method in class com.mysql.cj.jdbc.StatementImpl
- getBatchedGeneratedKeys(Statement) - Method in class com.mysql.cj.jdbc.StatementImpl
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
- getBigDecimal() - Method in class com.mysql.cj.xdevapi.JsonNumber
-
Get number as BigDecimal.
- getBigDecimal(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getBigDecimal(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getBigDecimal(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getBigDecimal(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getBigDecimal(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getBigDecimal(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a decimal value.
- getBigDecimal(int) - Method in class com.mysql.cj.xdevapi.RowImpl
- getBigDecimal(int, int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
Deprecated.
- getBigDecimal(int, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
Deprecated.
- getBigDecimal(int, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Deprecated.
- getBigDecimal(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getBigDecimal(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getBigDecimal(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getBigDecimal(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a decimal value.
- getBigDecimal(String) - Method in class com.mysql.cj.xdevapi.RowImpl
- getBigDecimal(String, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Deprecated.
- getBigInteger(byte[], int, int) - Static method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- getBigInteger(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getBigInteger(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getBigInteger(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getBigInteger(int) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
- getBinaryEncodedLength(int) - Static method in class com.mysql.cj.protocol.a.NativeUtils
-
Get the length of a binary-encoded value of the given type.
- getBinaryStream() - Method in class com.mysql.cj.jdbc.Blob
- getBinaryStream() - Method in class com.mysql.cj.jdbc.BlobFromLocator
- getBinaryStream() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
- getBinaryStream(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getBinaryStream(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getBinaryStream(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getBinaryStream(long, long) - Method in class com.mysql.cj.jdbc.Blob
- getBinaryStream(long, long) - Method in class com.mysql.cj.jdbc.BlobFromLocator
- getBinaryStream(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getBinding(int, boolean) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
Returns the structure representing the value that (can be)/(is) bound at the given parameter index.
- getBinding(int, boolean) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
Returns the structure representing the value that (can be)/(is) bound at the given parameter index.
- getBindValues() - Method in class com.mysql.cj.AbstractQueryBindings
- getBindValues() - Method in interface com.mysql.cj.QueryBindings
- getBlob(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getBlob(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getBlob(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getBlob(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getBlob(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getBlob(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getBlob(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getBlob(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getBoolean(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getBoolean(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getBoolean(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getBoolean(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getBoolean(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getBoolean(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a boolean value.
- getBoolean(int) - Method in class com.mysql.cj.xdevapi.RowImpl
- getBoolean(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getBoolean(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getBoolean(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getBoolean(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a boolean value.
- getBoolean(String) - Method in class com.mysql.cj.xdevapi.RowImpl
- getBooleanAllowableValues() - Static method in class com.mysql.cj.conf.BooleanPropertyDefinition
- getBooleanProperty(PropertyKey) - Method in class com.mysql.cj.conf.DefaultPropertySet
- getBooleanProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
- getBooleanProperty(String) - Method in class com.mysql.cj.conf.DefaultPropertySet
- getBooleanProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
- getBooleanRuntimeProperty(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties getters added by instrumentation.
- getBoundLength() - Method in class com.mysql.cj.ServerPreparedQueryBindValue
- getBranchQualifier() - Method in class com.mysql.cj.jdbc.MysqlXid
- getBuffer() - Method in class com.mysql.cj.protocol.a.NativePacketHeader
- getBuffer() - Method in interface com.mysql.cj.protocol.MessageHeader
- getBuffer() - Method in class com.mysql.cj.protocol.x.XMessageHeader
- getByJdbcType(int) - Static method in enum com.mysql.cj.MysqlType
- getByName(String) - Static method in enum com.mysql.cj.MysqlType
-
Get MysqlType matching the full MySQL type name, for example "DECIMAL(5,3) UNSIGNED ZEROFILL".
- getByte(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getByte(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getByte(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getByte(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getByte(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getByte(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
- getByte(int) - Method in class com.mysql.cj.xdevapi.RowImpl
- getByte(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getByte(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getByte(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getByte(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a byte value.
- getByte(String) - Method in class com.mysql.cj.xdevapi.RowImpl
- getByteBuffer() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
- getByteBuffer() - Method in interface com.mysql.cj.protocol.Message
-
Returns the array of bytes this Buffer is using to read from.
- getByteBuffer() - Method in class com.mysql.cj.protocol.x.XMessage
- getBytes(char[]) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the byte[] representation of subset of the given char[] using the default/platform encoding.
- getBytes(char[], int, int) - Static method in class com.mysql.cj.util.StringUtils
- getBytes(char[], int, int, String) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the byte[] representation of subset of the given char[] using the given encoding.
- getBytes(char[], String) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the byte[] representation of subset of the given char[] using the given encoding.
- getBytes(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getBytes(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getBytes(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getBytes(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getBytes(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getBytes(int) - Method in class com.mysql.cj.protocol.a.result.BinaryBufferRow
- getBytes(int) - Method in class com.mysql.cj.protocol.a.result.ByteArrayRow
- getBytes(int) - Method in class com.mysql.cj.protocol.a.result.TextBufferRow
- getBytes(int) - Method in interface com.mysql.cj.result.Row
-
Returns the value at the given column as a byte array.
- getBytes(long, int) - Method in class com.mysql.cj.jdbc.Blob
- getBytes(long, int) - Method in class com.mysql.cj.jdbc.BlobFromLocator
- getBytes(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getBytes(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getBytes(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getBytes(String) - Static method in class com.mysql.cj.util.StringUtils
- getBytes(String, int, int) - Static method in class com.mysql.cj.util.StringUtils
- getBytes(String, int, int, String) - Static method in class com.mysql.cj.util.StringUtils
- getBytes(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the byte[] representation of the given string using the given encoding.
- getBytesNullTerminated(String, String) - Static method in class com.mysql.cj.util.StringUtils
- getBytesRepresentation(int) - Method in class com.mysql.cj.AbstractQueryBindings
- getBytesRepresentation(int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- getBytesRepresentation(int) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
- getBytesRepresentation(int) - Method in interface com.mysql.cj.QueryBindings
- getBytesWrapped(String, char, char, String) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the byte[] representation of the given string properly wrapped between the given char delimiters using the given encoding.
- getByteValue() - Method in interface com.mysql.cj.BindValue
- getByteValue() - Method in class com.mysql.cj.ClientPreparedQueryBindValue
- getByteValue() - Method in class com.mysql.cj.ServerPreparedQueryBindValue
- getCachedMetaData(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getCachedMetaData(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getCachedMetaData(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getCachedMetaData(String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns cached metadata (or null if not cached) for the given query, which must match _exactly_.
- getCachedTopology() - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Get cached topology.
- getCachedTopology() - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Get cached topology.
- getCancelTimeoutMutex() - Method in class com.mysql.cj.AbstractQuery
- getCancelTimeoutMutex() - Method in class com.mysql.cj.jdbc.StatementImpl
- getCancelTimeoutMutex() - Method in interface com.mysql.cj.Query
- getCancelTimer() - Method in class com.mysql.cj.NativeSession
- getCanonicalTimeZone(String, ExceptionInterceptor) - Static method in class com.mysql.cj.util.TimeUtil
-
Returns the 'official' Java timezone name for the given timezone
- getCapabilities() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- getCapabilities() - Method in interface com.mysql.cj.protocol.ServerSession
- getCapabilities() - Method in class com.mysql.cj.protocol.x.XServerSession
- getCapabilities() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- getCapabilities() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- getCapabilities() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSetOrBuilder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- getCapabilities(int) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilities(int) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilities(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesOrBuilder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- getCapabilitiesBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesCount() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesCount() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesOrBuilder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesList() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesList() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesList() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesOrBuilder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- getCapabilitiesOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- getCapabilitiesOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSetOrBuilder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- getCapabilitiesOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesOrBuilder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesOrBuilder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilityFlags() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
- getCapabilityFlags() - Method in interface com.mysql.cj.protocol.ServerCapabilities
- getCapabilityFlags() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
- getCapacity() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
- getCardinality() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
- getCatalog() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getCatalog() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getCatalog() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getCatalog() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes catalog = 7;
- getCatalog() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes catalog = 7;
- getCatalog() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes catalog = 7;
- getCatalogName(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- getCatalogs() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getCatalogs() - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
- getCatalogSeparator() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getCatalogTerm() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getCategory() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- getCategory() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property category.
- getCaughtWhileCancelling() - Method in interface com.mysql.cj.CancelQueryTask
- getCaughtWhileCancelling() - Method in class com.mysql.cj.CancelQueryTaskImpl
- getCcAlias() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- getCcAlias() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property camel-case alias.
- getCcAlias() - Method in enum com.mysql.cj.conf.PropertyKey
-
Gets the camel-case alias key name of this enum element.
- getCharacterSetMetadata() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getCharacterSetMetadata() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getCharacterSetMetadata() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getCharacterSetMetadata() - Method in interface com.mysql.cj.jdbc.JdbcConnection
- getCharacterSetMetadata() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- getCharacterSetMetadata() - Method in interface com.mysql.cj.protocol.ServerSession
- getCharacterSetMetadata() - Method in class com.mysql.cj.protocol.x.XServerSession
- getCharacterSetName() - Method in interface com.mysql.cj.xdevapi.Column
-
Get character set name for the column value.
- getCharacterSetName() - Method in class com.mysql.cj.xdevapi.ColumnImpl
- getCharacterSetResultsOnServer() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- getCharacterSetResultsOnServer() - Method in interface com.mysql.cj.protocol.ServerSession
- getCharacterSetResultsOnServer() - Method in class com.mysql.cj.protocol.x.XServerSession
- getCharacterStream() - Method in class com.mysql.cj.jdbc.Clob
- getCharacterStream() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
- getCharacterStream(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getCharacterStream(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getCharacterStream(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getCharacterStream(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getCharacterStream(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getCharacterStream(long, long) - Method in class com.mysql.cj.jdbc.Clob
- getCharacterStream(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getCharacterStream(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getCharacterStream(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getCharsetForHandshake(String, ServerVersion) - Static method in interface com.mysql.cj.protocol.AuthenticationProvider
-
Get the MySQL collation index for the handshake packet.
- getCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- getCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- getCheck() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- getCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- getCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- getCheck() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- getClassName() - Method in enum com.mysql.cj.MysqlType
- getClient(String, String) - Method in class com.mysql.cj.xdevapi.ClientFactory
-
Creates a
Client
object which provides a Session pooling functionality. - getClient(String, Properties) - Method in class com.mysql.cj.xdevapi.ClientFactory
-
Creates a
Client
object that provides a Session pooling functionality. - getClientInfo() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getClientInfo() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getClientInfo() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getClientInfo(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getClientInfo(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getClientInfo(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getClientInfo(Connection) - Method in interface com.mysql.cj.jdbc.ClientInfoProvider
-
Returns the client info for the connection that this provider instance belongs to.
- getClientInfo(Connection) - Method in class com.mysql.cj.jdbc.ClientInfoProviderSP
- getClientInfo(Connection) - Method in class com.mysql.cj.jdbc.CommentClientInfoProvider
- getClientInfo(Connection, String) - Method in interface com.mysql.cj.jdbc.ClientInfoProvider
-
Returns the client info for the connection that this provider instance belongs to.
- getClientInfo(Connection, String) - Method in class com.mysql.cj.jdbc.ClientInfoProviderSP
- getClientInfo(Connection, String) - Method in class com.mysql.cj.jdbc.CommentClientInfoProvider
- getClientInfoProperties() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getClientInfoProviderImpl() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getClientInfoProviderImpl() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getClientInfoProviderImpl() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getClientInfoProviderImpl() - Method in interface com.mysql.cj.jdbc.JdbcConnection
- getClientMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- getClientMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- getClientMessages() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- getClientParam() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- getClientParam() - Method in interface com.mysql.cj.protocol.ServerSession
- getClientParam() - Method in class com.mysql.cj.protocol.x.XServerSession
- getClientPwdExpireOk() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
- getClob(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getClob(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getClob(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getClob(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getClob(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getClob(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getClob(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getClob(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getClosedHosts() - Method in class com.mysql.cj.jdbc.ConnectionGroup
- getCode() - Method in interface com.mysql.cj.protocol.Warning
-
Get warning code.
- getCode() - Method in class com.mysql.cj.protocol.x.Notice.XWarning
- getCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required uint32 code = 2;
- getCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
required uint32 code = 2;
- getCode() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
required uint32 code = 2;
- getCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
required uint32 code = 2;
- getCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
required uint32 code = 2;
- getCode() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
required uint32 code = 2;
- getCode() - Method in class com.mysql.cj.xdevapi.WarningImpl
- getCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
optional uint64 collation = 2;
- getCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
optional uint64 collation = 2;
- getCollation() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.StringOrBuilder
-
optional uint64 collation = 2;
- getCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint64 collation = 8;
- getCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint64 collation = 8;
- getCollation() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint64 collation = 8;
- getCollationIndex() - Method in class com.mysql.cj.result.Field
- getCollationIndexForJavaEncoding(String, ServerVersion) - Static method in class com.mysql.cj.CharsetMapping
- getCollationName() - Method in interface com.mysql.cj.xdevapi.Column
-
Get collation name for the column value.
- getCollationName() - Method in class com.mysql.cj.xdevapi.ColumnImpl
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollection() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- getCollection() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get X Protocol Collection object.
- getCollection(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve a reference to the named collection.
- getCollection(String) - Method in class com.mysql.cj.xdevapi.SchemaImpl
- getCollection(String, boolean) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve a reference to the named collection hinting that an exception should be thrown if the collection is not known to the server.
- getCollection(String, boolean) - Method in class com.mysql.cj.xdevapi.SchemaImpl
- getCollectionAsTable(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve a reference to the named collection using the table API.
- getCollectionAsTable(String) - Method in class com.mysql.cj.xdevapi.SchemaImpl
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollections() - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve the set of collections existing in this schema.
- getCollections() - Method in class com.mysql.cj.xdevapi.SchemaImpl
- getCollections(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve the set of collections existing in this schema and matching the given pattern.
- getCollections(String) - Method in class com.mysql.cj.xdevapi.SchemaImpl
- getColumn(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
repeated string column = 6;
- getColumn(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
repeated string column = 6;
- getColumn(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
repeated string column = 6;
- getColumn(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
repeated string column = 6;
- getColumn(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
repeated string column = 6;
- getColumn(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
repeated string column = 6;
- getColumnBytes(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
repeated string column = 6;
- getColumnBytes(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
repeated string column = 6;
- getColumnBytes(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
repeated string column = 6;
- getColumnBytes(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
repeated string column = 6;
- getColumnBytes(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
repeated string column = 6;
- getColumnBytes(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
repeated string column = 6;
- getColumnCharacterEncoding(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
What's the Java character encoding name for the given column?
- getColumnCharacterSet(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
What's the MySQL character set name for the given column?
- getColumnClassName(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- getColumnCount() - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- getColumnCount() - Method in class com.mysql.cj.protocol.a.ColumnDefinitionFactory
- getColumnCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
repeated string column = 6;
- getColumnCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
repeated string column = 6;
- getColumnCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
repeated string column = 6;
- getColumnCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
repeated string column = 6;
- getColumnCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
repeated string column = 6;
- getColumnCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
repeated string column = 6;
- getColumnCount() - Method in interface com.mysql.cj.xdevapi.RowResult
-
Count of columns.
- getColumnCount() - Method in class com.mysql.cj.xdevapi.RowResultImpl
- getColumnCount() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
- getColumnCount() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
- getColumnDefinition() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
- getColumnDefinition() - Method in interface com.mysql.cj.protocol.Resultset
- getColumnDefinitionFromCache() - Method in class com.mysql.cj.protocol.a.ColumnDefinitionFactory
- getColumnDisplaySize(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- getColumnLabel() - Method in class com.mysql.cj.result.Field
- getColumnLabel() - Method in interface com.mysql.cj.xdevapi.Column
-
Get alias of this column.
- getColumnLabel() - Method in class com.mysql.cj.xdevapi.ColumnImpl
- getColumnLabel(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- getColumnLabelToIndex() - Method in interface com.mysql.cj.protocol.ColumnDefinition
- getColumnLabelToIndex() - Method in class com.mysql.cj.result.DefaultColumnDefinition
- getColumnList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
repeated string column = 6;
- getColumnList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
repeated string column = 6;
- getColumnList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
repeated string column = 6;
- getColumnList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
repeated string column = 6;
- getColumnList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
repeated string column = 6;
- getColumnList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
repeated string column = 6;
- getColumnName() - Method in interface com.mysql.cj.xdevapi.Column
-
Get name of this column.
- getColumnName() - Method in class com.mysql.cj.xdevapi.ColumnImpl
- getColumnName(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- getColumnNames() - Method in interface com.mysql.cj.xdevapi.RowResult
-
Names of columns.
- getColumnNames() - Method in class com.mysql.cj.xdevapi.RowResultImpl
- getColumnNames() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
- getColumnNames() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
- getColumnNameToIndex() - Method in interface com.mysql.cj.protocol.ColumnDefinition
- getColumnNameToIndex() - Method in class com.mysql.cj.result.DefaultColumnDefinition
- getColumnPrivileges(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getColumnPrivileges(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
- getColumnPrivilegesFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getColumns() - Method in interface com.mysql.cj.xdevapi.RowResult
-
Metadata.
- getColumns() - Method in class com.mysql.cj.xdevapi.RowResultImpl
- getColumns() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
- getColumns() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
- getColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
- getColumnToIndexCache() - Method in interface com.mysql.cj.protocol.ColumnDefinition
- getColumnToIndexCache() - Method in class com.mysql.cj.result.DefaultColumnDefinition
- getColumnType(boolean, boolean, boolean, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Determines the COLUMN_TYPE information based on parameter type (IN, OUT or INOUT) or function return parameter.
- getColumnType(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- getColumnTypeName(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- getCommandCount() - Method in class com.mysql.cj.NativeSession
- getCommandCount() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- getCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
optional bool compact_metadata = 3 [default = false];
- getCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
optional bool compact_metadata = 3 [default = false];
- getCompactMetadata() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
optional bool compact_metadata = 3 [default = false];
- getCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
optional bool compact_metadata = 4 [default = false];
- getCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
optional bool compact_metadata = 4 [default = false];
- getCompactMetadata() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
optional bool compact_metadata = 4 [default = false];
- getCompression() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
- getCompressionMode() - Method in class com.mysql.cj.protocol.x.CompressionAlgorithm
-
Gets this algorithm's compression mode.
- getCompressionMode() - Method in class com.mysql.cj.protocol.x.CompressorStreamsFactory
- getConcurrency() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getConcurrency() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- getCond(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCond(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCond(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getConditionKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
required uint32 condition_key = 1;
- getConditionKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
required uint32 condition_key = 1;
- getConditionKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
-
required uint32 condition_key = 1;
- getConditionValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional bytes condition_value = 2;
- getConditionValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
optional bytes condition_value = 2;
- getConditionValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
-
optional bytes condition_value = 2;
- getCondList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getConnection() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getConnection() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- getConnection() - Method in class com.mysql.cj.jdbc.ha.ca.ReaderFailoverResult
-
Get new connection to a host.
- getConnection() - Method in class com.mysql.cj.jdbc.MysqlDataSource
- getConnection() - Method in class com.mysql.cj.jdbc.MysqlPooledConnection
- getConnection() - Method in class com.mysql.cj.jdbc.MysqlXAConnection
- getConnection() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getConnection() - Method in class com.mysql.cj.jdbc.StatementImpl
- getConnection() - Method in class com.mysql.cj.jdbc.StatementWrapper
- getConnection() - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
- getConnection() - Method in class com.mysql.cj.jdbc.util.BaseBugReport
-
Provides a connection to the JDBC URL specified in getUrl().
- getConnection() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
- getConnection(boolean, boolean) - Method in class com.mysql.cj.jdbc.MysqlPooledConnection
- getConnection(String) - Method in class com.mysql.cj.jdbc.util.BaseBugReport
-
Returns a connection using the given URL.
- getConnection(String, String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
- getConnection(String, Properties) - Method in class com.mysql.cj.jdbc.util.BaseBugReport
-
Returns a connection using the given URL and properties.
- getConnection(Properties) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Creates a connection using the specified properties.
- getConnectionArgumentsAsProperties() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns a
Properties
instance containing the connection arguments extracted from the URL query section, i.e., per host attributes are excluded. - getConnectionCount() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
- getConnectionCountWithHostAsMaster(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- getConnectionCountWithHostAsMaster(String, String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- getConnectionCountWithHostAsReplica(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
- getConnectionCountWithHostAsReplica(String, String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
- getConnectionCountWithHostAsSlave(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- getConnectionCountWithHostAsSlave(String, String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- getConnectionCountWithHostAsSource(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
- getConnectionCountWithHostAsSource(String, String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
- getConnectionCreationTimeMillis() - Method in class com.mysql.cj.NativeSession
- getConnectionGroup(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
- getConnectionGroup(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
- getConnectionGroupId() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
- getConnectionGroupId() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- getConnectionGroupId() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- getConnectionGroupInstance(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
- getConnectionGroupInstance(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
- getConnectionGroupProxyID() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
- getConnectionId() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the id of the associated connection (-1 for none).
- getConnectionId() - Method in class com.mysql.cj.log.ProfilerEventImpl
- getConnectionIndex() - Method in class com.mysql.cj.jdbc.ha.ca.ReaderFailoverResult
-
Get index of newly connected host.
- getConnectionLifecycleInterceptor() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- getConnectionLifecycleInterceptor() - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptorProvider
- getConnectionMutex() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getConnectionMutex() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getConnectionMutex() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getConnectionMutex() - Method in interface com.mysql.cj.MysqlConnection
- getConnectionUrlInstance(ConnectionUrlParser, Properties) - Static method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
Instantiates a class that implements the right type of connection URLs for the given
ConnectionUrlParser
. - getConnectionUrlInstance(String, Properties) - Static method in class com.mysql.cj.conf.ConnectionUrl
-
Static factory method that returns either a new instance of a
ConnectionUrl
or a cached one. - getContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
optional uint32 content_type = 2;
- getContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
optional uint32 content_type = 2;
- getContentType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.OctetsOrBuilder
-
optional uint32 content_type = 2;
- getContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 content_type = 12;
- getContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint32 content_type = 12;
- getContentType() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint32 content_type = 12;
- getCoreParameterIndex(int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- getCreateParams() - Method in enum com.mysql.cj.MysqlType
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Expr.Expr criteria = 3;
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
optional .Mysqlx.Expr.Expr criteria = 3;
- getCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
optional .Mysqlx.Expr.Expr criteria = 3;
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr criteria = 5;
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Expr.Expr criteria = 5;
- getCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Expr.Expr criteria = 5;
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Expr.Expr criteria = 4;
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
optional .Mysqlx.Expr.Expr criteria = 4;
- getCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
optional .Mysqlx.Expr.Expr criteria = 4;
- getCriteria() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- getCriteria() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get the search criteria.
- getCriteriaBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Expr.Expr criteria = 3;
- getCriteriaBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr criteria = 5;
- getCriteriaBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Expr.Expr criteria = 4;
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Expr.Expr criteria = 3;
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
optional .Mysqlx.Expr.Expr criteria = 3;
- getCriteriaOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
optional .Mysqlx.Expr.Expr criteria = 3;
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr criteria = 5;
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Expr.Expr criteria = 5;
- getCriteriaOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Expr.Expr criteria = 5;
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Expr.Expr criteria = 4;
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
optional .Mysqlx.Expr.Expr criteria = 4;
- getCriteriaOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
optional .Mysqlx.Expr.Expr criteria = 4;
- getCrossReference(String, String, String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getCrossReference(String, String, String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
- getCurrentActiveHost() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
- getCurrentConnection() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
- getCurrentConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- getCurrentConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- getCurrentDatabase() - Method in class com.mysql.cj.AbstractQuery
- getCurrentDatabase() - Method in class com.mysql.cj.jdbc.StatementImpl
- getCurrentDatabase() - Method in interface com.mysql.cj.Query
- getCurrentTimeNanosOrMillis() - Method in class com.mysql.cj.NativeSession
- getCurrentTimeNanosOrMillis() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- getCurrentTimeNanosOrMillis() - Static method in class com.mysql.cj.util.TimeUtil
- getCurrentTransactionDuration() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
required uint32 cursor_id = 1;
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
required uint32 cursor_id = 1;
- getCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.CloseOrBuilder
-
required uint32 cursor_id = 1;
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
required uint32 cursor_id = 1;
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
required uint32 cursor_id = 1;
- getCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.FetchOrBuilder
-
required uint32 cursor_id = 1;
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required uint32 cursor_id = 1;
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
required uint32 cursor_id = 1;
- getCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
required uint32 cursor_id = 1;
- getCursorName() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getDatabase() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the database from this connection URL.
- getDatabase() - Method in class com.mysql.cj.conf.HostInfo
-
Shortcut to the database connection argument.
- getDatabase() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getDatabase() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getDatabase() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getDatabase() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Retrieves this connection object's current database name.
- getDatabase() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the database the event occurred on.
- getDatabase() - Method in class com.mysql.cj.log.ProfilerEventImpl
- getDatabase(String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getDatabaseIterator(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getDatabaseMajorVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getDatabaseMinorVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getDatabaseName() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Gets the name of the database
- getDatabaseName() - Method in class com.mysql.cj.result.Field
- getDatabaseProductName() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getDatabaseProductVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getDatabases() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Retrieves the database names available on this server.
- getDatabases(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Retrieves the database names matching the dbPattern available on this server.
- getDatabaseUrl() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the original database URL that produced this connection string.
- getDatabaseUrl() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the original database URL that produced this connection string parser.
- getDatabaseUrl() - Method in interface com.mysql.cj.conf.DatabaseUrlContainer
-
Returns the original database URL that produced this connection string.
- getDatabaseUrl() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the original database URL that produced this host info.
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- getDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- getDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- getDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- getDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- getDataSize() - Method in exception com.mysql.cj.exceptions.DataTruncationException
- getDataStoreMetadata() - Method in class com.mysql.cj.CoreSession
- getDataStoreMetadata() - Method in interface com.mysql.cj.Session
- getDate(byte[], int, int) - Static method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- getDate(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getDate(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getDate(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getDate(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getDate(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getDate(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
- getDate(int) - Method in class com.mysql.cj.xdevapi.RowImpl
- getDate(int, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
- getDate(int, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getDate(int, Calendar) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getDate(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getDate(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getDate(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getDate(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a
Date
value. - getDate(String) - Method in class com.mysql.cj.xdevapi.RowImpl
- getDate(String, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
- getDate(String, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getDate(String, Calendar) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getDateTimePattern(String, boolean) - Static method in class com.mysql.cj.util.TimeUtil
-
Used in prepared statements
- getDay() - Method in class com.mysql.cj.protocol.InternalDate
- getDbDoc(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a DbDoc value.
- getDbDoc(int) - Method in class com.mysql.cj.xdevapi.RowImpl
- getDbDoc(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a DbDoc value.
- getDbDoc(String) - Method in class com.mysql.cj.xdevapi.RowImpl
- getDecimals() - Method in class com.mysql.cj.result.Field
- getDefaultHost() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the default host.
- getDefaultHost() - Method in class com.mysql.cj.conf.url.FailoverDnsSrvConnectionUrl
- getDefaultHost() - Method in class com.mysql.cj.conf.url.LoadBalanceDnsSrvConnectionUrl
- getDefaultHost() - Method in class com.mysql.cj.conf.url.ReplicationDnsSrvConnectionUrl
- getDefaultHost() - Method in class com.mysql.cj.conf.url.XDevApiDnsSrvConnectionUrl
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- getDefaultInstanceForType() - Method in class com.mysql.cj.protocol.x.XMessage
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- getDefaultInstances() - Static method in class com.mysql.cj.protocol.x.CompressionAlgorithm
-
Returns a list of the compression algorithms supported natively.
- getDefaultPassword() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the default password.
- getDefaultPort() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the default port.
- getDefaultPort() - Method in class com.mysql.cj.conf.url.FailoverDnsSrvConnectionUrl
- getDefaultPort() - Method in class com.mysql.cj.conf.url.LoadBalanceDnsSrvConnectionUrl
- getDefaultPort() - Method in class com.mysql.cj.conf.url.ReplicationDnsSrvConnectionUrl
- getDefaultPort() - Method in class com.mysql.cj.conf.url.XDevApiConnectionUrl
- getDefaultPort() - Method in class com.mysql.cj.conf.url.XDevApiDnsSrvConnectionUrl
- getDefaultSchema() - Method in interface com.mysql.cj.xdevapi.Session
-
Retrieve the default schema which may be configured at connect time.
- getDefaultSchema() - Method in class com.mysql.cj.xdevapi.SessionImpl
- getDefaultSchemaName() - Method in interface com.mysql.cj.xdevapi.Session
-
Retrieve the default schema name which may be configured at connect time.
- getDefaultSchemaName() - Method in class com.mysql.cj.xdevapi.SessionImpl
- getDefaultTimeZone() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- getDefaultTimeZone() - Method in interface com.mysql.cj.protocol.ServerSession
-
The default time zone used to marshall date/time values to/from the server.
- getDefaultTimeZone() - Method in class com.mysql.cj.protocol.x.XServerSession
- getDefaultTransactionIsolation() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getDefaultUser() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the default user.
- getDefaultValue() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- getDefaultValue() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the default value.
- getDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional string definer = 2;
- getDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
optional string definer = 2;
- getDefiner() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
optional string definer = 2;
- getDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional string definer = 2;
- getDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional string definer = 2;
- getDefiner() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional string definer = 2;
- getDefinerBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional string definer = 2;
- getDefinerBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
optional string definer = 2;
- getDefinerBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
optional string definer = 2;
- getDefinerBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional string definer = 2;
- getDefinerBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional string definer = 2;
- getDefinerBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional string definer = 2;
- getDelete() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDelete() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDelete() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDeleteBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDeleteOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDeleteOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDeleteOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDescription() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- getDescription() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property description.
- getDescription() - Method in class com.mysql.cj.jdbc.MysqlDataSource
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- getDescriptorForType() - Method in class com.mysql.cj.protocol.x.XMessage
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
- getDirection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- getDirection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- getDirection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- getDnsSrvPropertyKey() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
- getDocFormats() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
- getDocumentPath(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPath(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPath(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPath(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPath(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPath(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDouble(byte[], int, int) - Static method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- getDouble(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getDouble(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getDouble(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getDouble(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getDouble(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getDouble(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a double value.
- getDouble(int) - Method in class com.mysql.cj.xdevapi.RowImpl
- getDouble(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getDouble(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getDouble(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getDouble(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a double value.
- getDouble(String) - Method in class com.mysql.cj.xdevapi.RowImpl
- getDownHosts() - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Get a set of instance names that were marked down.
- getDownHosts() - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Get a set of instance names that were marked down.
- getDriverMajorVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getDriverMinorVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getDriverName() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getDriverVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getDurationUnits() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the units for getEventDuration()
- getDurationUnits() - Method in class com.mysql.cj.log.ProfilerEventImpl
- getEncoding() - Method in class com.mysql.cj.result.Field
-
Returns the Java encoding for this field.
- getEncodingForHandshake() - Method in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
-
Get the Java encoding to be used for the handshake response.
- getEncodingForHandshake() - Method in interface com.mysql.cj.protocol.AuthenticationProvider
- getEncodingForHandshake() - Method in class com.mysql.cj.protocol.x.XAuthenticationProvider
- getEncodingForIndex(int) - Method in class com.mysql.cj.protocol.a.NativeServerSession
- getEncodingForIndex(int) - Method in interface com.mysql.cj.protocol.ServerSession
-
Returns the Java character encoding name for the given MySQL server collation index
- getEncodingForIndex(int) - Method in class com.mysql.cj.protocol.x.XServerSession
- getEnumProperty(PropertyKey) - Method in class com.mysql.cj.conf.DefaultPropertySet
- getEnumProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
- getEnumProperty(String) - Method in class com.mysql.cj.conf.DefaultPropertySet
- getEnumProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
- getEnumRuntimeProperty(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties getters added by instrumentation.
- getErrorCode() - Method in exception com.mysql.cj.jdbc.exceptions.MysqlDataTruncation
- getErrorCode() - Method in exception com.mysql.cj.protocol.x.XProtocolError
- getErrorMessageEncoding() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- getErrorMessageEncoding() - Method in interface com.mysql.cj.protocol.ServerSession
- getErrorMessageEncoding() - Method in class com.mysql.cj.protocol.x.XServerSession
- getEventCreationPointAsString() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the description of where the event was created.
- getEventCreationPointAsString() - Method in class com.mysql.cj.log.ProfilerEventImpl
- getEventCreationTime() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the time (in System.currentTimeMillis() form) when this event was created.
- getEventCreationTime() - Method in class com.mysql.cj.log.ProfilerEventImpl
- getEventDuration() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the duration of the event in milliseconds
- getEventDuration() - Method in class com.mysql.cj.log.ProfilerEventImpl
- getEventType() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the event type
- getEventType() - Method in class com.mysql.cj.log.ProfilerEventImpl
- getExceptionInterceptor() - Method in class com.mysql.cj.CoreSession
- getExceptionInterceptor() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getExceptionInterceptor() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getExceptionInterceptor() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getExceptionInterceptor() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getExceptionInterceptor() - Method in interface com.mysql.cj.jdbc.JdbcStatement
- getExceptionInterceptor() - Method in class com.mysql.cj.jdbc.MysqlPooledConnection
- getExceptionInterceptor() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getExceptionInterceptor() - Method in class com.mysql.cj.jdbc.StatementImpl
- getExceptionInterceptor() - Method in interface com.mysql.cj.MysqlConnection
- getExceptionInterceptor() - Method in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
- getExceptionInterceptor() - Method in class com.mysql.cj.protocol.AbstractProtocol
- getExceptionInterceptor() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
- getExceptionInterceptor() - Method in interface com.mysql.cj.protocol.Protocol
- getExceptionInterceptor() - Method in interface com.mysql.cj.protocol.SocketConnection
- getExceptionInterceptor() - Method in class com.mysql.cj.protocol.x.XProtocol
- getExceptionInterceptor() - Method in interface com.mysql.cj.Session
- getExecuteTime() - Method in class com.mysql.cj.AbstractQuery
- getExecuteTime() - Method in class com.mysql.cj.jdbc.StatementImpl
- getExecuteTime() - Method in interface com.mysql.cj.Query
-
Returns the elapsed time for the server to execute the query.
- getExpireTime() - Method in class com.mysql.cj.util.ExpiringCache
- getExportedKeys(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getExportedKeys(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
- getExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- getExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
required .Mysqlx.Expr.Expr expr = 1;
- getExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
-
required .Mysqlx.Expr.Expr expr = 1;
- getExprBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- getExpressionString() - Method in class com.mysql.cj.xdevapi.Expression
-
Get the string form of this expression
- getExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- getExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
required .Mysqlx.Expr.Expr expr = 1;
- getExprOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
-
required .Mysqlx.Expr.Expr expr = 1;
- getExtraNameCharacters() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getFetchDirection() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getFetchDirection() - Method in class com.mysql.cj.jdbc.StatementImpl
- getFetchDirection() - Method in class com.mysql.cj.jdbc.StatementWrapper
- getFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
optional uint64 fetch_rows = 5;
- getFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
optional uint64 fetch_rows = 5;
- getFetchRows() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.FetchOrBuilder
-
optional uint64 fetch_rows = 5;
- getFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
optional uint64 fetch_rows = 5;
- getFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
optional uint64 fetch_rows = 5;
- getFetchRows() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
optional uint64 fetch_rows = 5;
- getFetchSize() - Method in class com.mysql.cj.jdbc.result.ResultSetFactory
- getFetchSize() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getFetchSize() - Method in class com.mysql.cj.jdbc.StatementImpl
- getFetchSize() - Method in class com.mysql.cj.jdbc.StatementWrapper
- getFetchSize() - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
- getField() - Method in class com.mysql.cj.xdevapi.CreateIndexParams.IndexField
-
Get the full document path to the document member or field to be indexed.
- getField(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
Returns the field instance for the given column index
- getField(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getField(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
repeated .Mysqlx.Expr.Expr field = 1;
- getField(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRowOrBuilder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getField(int) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
repeated bytes field = 1;
- getField(int) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
repeated bytes field = 1;
- getField(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.RowOrBuilder
-
repeated bytes field = 1;
- getField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.protocol.x.XMessage
- getFieldBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRowOrBuilder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
repeated bytes field = 1;
- getFieldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
repeated bytes field = 1;
- getFieldCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.RowOrBuilder
-
repeated bytes field = 1;
- getFieldList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRowOrBuilder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldList() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
repeated bytes field = 1;
- getFieldList() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
repeated bytes field = 1;
- getFieldList() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.RowOrBuilder
-
repeated bytes field = 1;
- getFieldOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRowOrBuilder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRowOrBuilder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFields() - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- getFields() - Method in interface com.mysql.cj.protocol.ColumnDefinition
- getFields() - Method in class com.mysql.cj.result.DefaultColumnDefinition
- getFields() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- getFields() - Method in class com.mysql.cj.xdevapi.CreateIndexParams
-
Get index fields.
- getFields() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get X Protocol Projection objects.
- getFilterParams() - Method in interface com.mysql.cj.xdevapi.SelectStatement
-
Return
FilterParams
defined for this statement. - getFilterParams() - Method in class com.mysql.cj.xdevapi.SelectStatementImpl
- getFind() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Find find = 2;
- getFind() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Find find = 2;
- getFind() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Find find = 2;
- getFindBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Find find = 2;
- getFindOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Find find = 2;
- getFindOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Find find = 2;
- getFindOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Find find = 2;
- getFirstCharOfQuery() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getFirstCharOfQuery() - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
Returns the first character of the query that was issued to create this result set, upper-cased.
- getFirstStmtChar() - Method in class com.mysql.cj.ParseInfo
- getFlags() - Method in class com.mysql.cj.result.Field
- getFlags() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 flags = 11;
- getFlags() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint32 flags = 11;
- getFlags() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint32 flags = 11;
- getFld(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFld(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFld(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFld(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFld(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFld(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldList() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFloat(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getFloat(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getFloat(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getFloat(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getFloat(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getFloat(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getFloat(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getFloat(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getForceClosedReason() - Method in class com.mysql.cj.NativeSession
- getForeignKeyActions(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Returns the DELETE and UPDATE foreign key actions from the given 'SHOW TABLE STATUS' string, with the DELETE action being the first item in the array, and the UPDATE action being the second.
- getFormatId() - Method in class com.mysql.cj.jdbc.MysqlXid
- getFractionalDigits() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 fractional_digits = 9;
- getFractionalDigits() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint32 fractional_digits = 9;
- getFractionalDigits() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint32 fractional_digits = 9;
- getFractionalDigits() - Method in interface com.mysql.cj.xdevapi.Column
-
Get number of fractional digits in this column's value.
- getFractionalDigits() - Method in class com.mysql.cj.xdevapi.ColumnImpl
- getFullColumnNameToIndex() - Method in interface com.mysql.cj.protocol.ColumnDefinition
- getFullColumnNameToIndex() - Method in class com.mysql.cj.result.DefaultColumnDefinition
- getFullName() - Method in class com.mysql.cj.result.Field
- getFullyQualifiedName(String, String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Builds and returns a fully qualified name, quoted if necessary, for the given database entity.
- getFunctionCall() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionCall() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionCall() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionCallBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionCallOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionCallOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionCallOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getFunctionColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
- getFunctionConstant(DatabaseMetaDataUsingInfoSchema.FunctionConstant) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
Getter to DatabaseMetaData.function* constants.
- getFunctions(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getFunctions(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
- getFunctionsFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getGeneratedIds() - Method in class com.mysql.cj.protocol.x.StatementExecuteOk
- getGeneratedIds() - Method in interface com.mysql.cj.xdevapi.AddResult
-
Get a list of document ids generated in the server for the documents added by collection.add().
- getGeneratedIds() - Method in class com.mysql.cj.xdevapi.AddResultImpl
- getGeneratedKeys() - Method in class com.mysql.cj.jdbc.StatementImpl
- getGeneratedKeys() - Method in class com.mysql.cj.jdbc.StatementWrapper
- getGeneratedKeysInternal() - Method in class com.mysql.cj.jdbc.StatementImpl
- getGeneratedKeysInternal(long) - Method in class com.mysql.cj.jdbc.StatementImpl
- getGlobalBlacklist() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Deprecated.
- getGlobalBlocklist() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Returns a local hosts blocklist, while cleaning up expired records from the global blocklist, or a blocklist with the hosts to be removed.
- getGlobalTransactionId() - Method in class com.mysql.cj.jdbc.MysqlXid
- getGrouping() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- getGrouping() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get X Protocol Expr objects for groupBy.
- getGrouping(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGrouping(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGrouping(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- getGroupingCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- getGroupingCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- getGroupingCriteria() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- getGroupingCriteria() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get X Protocol Expr objects for grouping criteria.
- getGroupingCriteriaBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- getGroupingCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- getGroupingCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- getGroupingCriteriaOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- getGroupingList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupName() - Method in class com.mysql.cj.jdbc.ConnectionGroup
- getGroupName() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
- getGroupsMatching(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
- getHoldability() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getHoldability() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getHoldability() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getHoldability() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getHoldability() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- getHost() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the host.
- getHost() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getHost() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getHost() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler.HostTuple
- getHost() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getHost() - Method in interface com.mysql.cj.jdbc.JdbcConnection
- getHost() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
- getHost() - Method in interface com.mysql.cj.protocol.SocketConnection
-
Returns the host this IO is connected to
- getHostByName(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Return the
HostInfo
object that is associated with a provided connection from the topology host list. - getHostByName(JdbcConnection) - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Return the
HostInfo
object that is associated with a provided connection from the topology host list. - getHostInfo() - Method in class com.mysql.cj.CoreSession
- getHostInfo() - Method in interface com.mysql.cj.Session
- getHostInfo() - Method in class com.mysql.cj.xdevapi.ClientImpl.PooledXProtocol
- getHostInfoListAsHostPortPairs() - Method in class com.mysql.cj.conf.url.LoadBalanceConnectionUrl
-
Returns a list of this connection URL hosts in the form of host:port pairs.
- getHostInfoListFromHostPortPairs(Collection<String>) - Method in class com.mysql.cj.conf.url.LoadBalanceConnectionUrl
-
Returns the list of
HostInfo
instances that matches the given collection of host:port pairs. - getHostName() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the host name the event occurred on.
- getHostName() - Method in class com.mysql.cj.log.ProfilerEventImpl
- getHostOrSpawnIsolated(String) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns an existing host info with the same host:port part or spawns a new isolated host info based on this connection URL if none was found.
- getHostOrSpawnIsolated(String, List<HostInfo>) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns an existing host info with the same host:port part or spawns a new isolated host info based on this connection URL if none was found.
- getHostPortPair() - Method in class com.mysql.cj.conf.HostInfo
-
Returns a host:port representation of this host.
- getHostPortPair() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getHostPortPair() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getHostPortPair() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getHostPortPair() - Method in interface com.mysql.cj.jdbc.JdbcConnection
- getHostProperties() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the properties specific to this host.
- getHosts() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the hosts information.
- getHostsList() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns a list of the hosts in this connection URL.
- getHostsList(HostsListView) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns a list of the hosts in this connection URL, filtered for the given view.
- getHostsList(HostsListView) - Method in class com.mysql.cj.conf.url.FailoverDnsSrvConnectionUrl
-
Returns a hosts list built from the result of the DNS SRV lookup for the original host name.
- getHostsList(HostsListView) - Method in class com.mysql.cj.conf.url.LoadBalanceDnsSrvConnectionUrl
-
Returns a hosts list built from the result of the DNS SRV lookup for the original host name.
- getHostsList(HostsListView) - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns a list of the hosts in this connection URL, filtered for the given view.
- getHostsList(HostsListView) - Method in class com.mysql.cj.conf.url.ReplicationDnsSrvConnectionUrl
-
Returns a hosts list built from the result of the DNS SRV lookup for the original host name.
- getHostsList(HostsListView) - Method in class com.mysql.cj.conf.url.XDevApiConnectionUrl
- getHostsList(HostsListView) - Method in class com.mysql.cj.conf.url.XDevApiDnsSrvConnectionUrl
-
Returns a hosts list built from the result of the DNS SRV lookup for the original host name.
- getHostsListFromDnsSrv(HostInfo) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns a hosts list built from the result of the DNS SRV lookup for the original host name.
- getHours() - Method in class com.mysql.cj.protocol.InternalTime
- getHours() - Method in class com.mysql.cj.protocol.InternalTimestamp
- getId() - Method in class com.mysql.cj.AbstractQuery
- getId() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getId() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getId() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getId() - Method in class com.mysql.cj.jdbc.StatementImpl
- getId() - Method in interface com.mysql.cj.MysqlConnection
- getId() - Method in interface com.mysql.cj.Query
-
Returns the query id used when profiling
- getIdentifier() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifier() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifier() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifierBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifierOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifierOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifierOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifierQuoteString() - Method in class com.mysql.cj.CoreSession
- getIdentifierQuoteString() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getIdentifierQuoteString() - Method in class com.mysql.cj.NativeSession
- getIdentifierQuoteString() - Method in interface com.mysql.cj.Session
- getIdleFor() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
NOT JDBC-Compliant, but clients can use this method to determine how long this connection has been idle.
- getIdleFor() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getIdleFor() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getIdleFor() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Reports how long this connection has been idle.
- getIdleFor() - Method in class com.mysql.cj.NativeSession
- getIfExists() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
optional bool if_exists = 2 [default = false];
- getIfExists() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
optional bool if_exists = 2 [default = false];
- getIfExists() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
-
optional bool if_exists = 2 [default = false];
- getImplementedInterfaces(Class<?>) - Static method in class com.mysql.cj.util.Util
-
Retrieves a list with all interfaces implemented by the given class.
- getImplementingClass() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
- getImportedKeys(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getImportedKeys(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
- getIndex() - Method in exception com.mysql.cj.exceptions.DataTruncationException
- getIndex() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler.HostTuple
- getIndex() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional uint32 index = 3;
- getIndex() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
optional uint32 index = 3;
- getIndex() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
optional uint32 index = 3;
- getIndexInfo(String, String, String, boolean, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getIndexInfo(String, String, String, boolean, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
- getIndexName() - Method in class com.mysql.cj.xdevapi.CreateIndexParams
-
Get index name.
- getIndexType() - Method in class com.mysql.cj.xdevapi.CreateIndexParams
-
Get index type.
- getInfo() - Method in class com.mysql.cj.protocol.a.result.OkPacket
- getInitialHandshakePacket() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
- getInitialHosts() - Method in class com.mysql.cj.jdbc.ConnectionGroup
- getInitializationErrorString() - Method in class com.mysql.cj.protocol.x.XMessage
- getInitialResponse() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
optional bytes initial_response = 3;
- getInitialResponse() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
optional bytes initial_response = 3;
- getInitialResponse() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
optional bytes initial_response = 3;
- getInitialValue() - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
- getInitialValue() - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Get initial value (default or defined in connection string/Properties)
- getInputStreamClass() - Method in class com.mysql.cj.protocol.x.CompressionAlgorithm
-
Gets this algorithm's
InputStream
implementation class that can be used to inflate data. - getInputStreamInstance(InputStream) - Method in class com.mysql.cj.protocol.x.CompressorStreamsFactory
-
Creates an instance of an
InputStream
that wraps around the givenInputStream
and knows how to inflate data using the algorithm given in this class' constructor. - getInsert() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- getInsert() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Insert insert = 3;
- getInsert() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Insert insert = 3;
- getInsertBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- getInsertOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- getInsertOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Insert insert = 3;
- getInsertOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Insert insert = 3;
- getInstance(HostInfo) - Static method in class com.mysql.cj.jdbc.ConnectionImpl
-
Creates a connection instance.
- getInstance(ConnectionWrapper, MysqlPooledConnection, CallableStatement) - Static method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getInstance(ConnectionWrapper, MysqlPooledConnection, PreparedStatement) - Static method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- getInstance(ConnectionWrapper, MysqlPooledConnection, Statement) - Static method in class com.mysql.cj.jdbc.StatementWrapper
- getInstance(JdbcConnection) - Static method in class com.mysql.cj.jdbc.MysqlPooledConnection
- getInstance(JdbcConnection) - Static method in class com.mysql.cj.jdbc.SuspendableXAConnection
- getInstance(JdbcConnection, boolean) - Static method in class com.mysql.cj.jdbc.MysqlXAConnection
- getInstance(JdbcConnection, CallableStatement.CallableStatementParamInfo) - Static method in class com.mysql.cj.jdbc.CallableStatement
-
Creates a callable statement instance
- getInstance(JdbcConnection, String, boolean, ResultSetFactory) - Static method in class com.mysql.cj.jdbc.DatabaseMetaData
- getInstance(JdbcConnection, String, String) - Static method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Creates a prepared statement instance
- getInstance(JdbcConnection, String, String, boolean) - Static method in class com.mysql.cj.jdbc.CallableStatement
-
Creates a callable statement instance
- getInstance(JdbcConnection, String, String, int, int) - Static method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
Creates a prepared statement instance
- getInstance(JdbcConnection, String, String, ParseInfo) - Static method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Creates a prepared statement instance
- getInstance(MysqlPooledConnection, JdbcConnection, boolean) - Static method in class com.mysql.cj.jdbc.ConnectionWrapper
- getInstance(NativeSession) - Static method in class com.mysql.cj.ServerPreparedQuery
- getInstance(XMessage) - Static method in class com.mysql.cj.protocol.x.Notice
- getInstance(Session, SocketConnection, PropertySet, Log, TransactionEventHandler) - Static method in class com.mysql.cj.protocol.a.NativeProtocol
- getInstance(Object, String, int, int) - Method in interface com.mysql.cj.CacheAdapterFactory
- getInstance(Object, String, int, int) - Method in class com.mysql.cj.PerConnectionLRUFactory
- getInstance(Object, String, int, int) - Method in class com.mysql.cj.util.PerVmServerConfigCacheFactory
- getInstance(String, Class<?>[], Object[], ExceptionInterceptor) - Static method in class com.mysql.cj.util.Util
- getInstance(String, Class<?>[], Object[], ExceptionInterceptor, String) - Static method in class com.mysql.cj.util.Util
- getInt(byte[], int, int) - Static method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- getInt(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getInt(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getInt(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getInt(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getInt(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getInt(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as an integer value.
- getInt(int) - Method in class com.mysql.cj.xdevapi.RowImpl
- getInt(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getInt(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getInt(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getInt(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as an integer value.
- getInt(String) - Method in class com.mysql.cj.xdevapi.RowImpl
- getInteger() - Method in class com.mysql.cj.xdevapi.JsonNumber
-
Get number as Integer.
- getIntegerProperty(PropertyKey) - Method in class com.mysql.cj.conf.DefaultPropertySet
- getIntegerProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
- getIntegerProperty(String) - Method in class com.mysql.cj.conf.DefaultPropertySet
- getIntegerProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
- getIntegerRuntimeProperty(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties getters added by instrumentation.
- getInterceptors() - Method in class com.mysql.cj.exceptions.ExceptionInterceptorChain
- getIntValue() - Method in enum com.mysql.cj.protocol.Resultset.Concurrency
- getIntValue() - Method in enum com.mysql.cj.protocol.Resultset.Type
- getJavaEncodingForCollationIndex(Integer) - Static method in class com.mysql.cj.CharsetMapping
- getJavaEncodingForCollationIndex(Integer, String) - Static method in class com.mysql.cj.CharsetMapping
- getJavaEncodingForMysqlCharset(String) - Static method in class com.mysql.cj.CharsetMapping
- getJavaEncodingForMysqlCharset(String, String) - Static method in class com.mysql.cj.CharsetMapping
-
MySQL charset could map to several Java encodings.
- getJavaType() - Method in class com.mysql.cj.result.Field
- getJDBCMajorVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getJDBCMinorVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getJdbcType() - Method in enum com.mysql.cj.MysqlType
- getJVMUpdateNumber() - Static method in class com.mysql.cj.util.Util
- getJVMVersion() - Static method in class com.mysql.cj.util.Util
- getKeepOpen() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
optional bool keep_open = 1 [default = false];
- getKeepOpen() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
optional bool keep_open = 1 [default = false];
- getKeepOpen() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.ResetOrBuilder
-
optional bool keep_open = 1 [default = false];
- getKey() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
- getKey() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- getKey() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
required string key = 1;
- getKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
-
required string key = 1;
- getKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required string key = 1;
- getKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
required string key = 1;
- getKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
required string key = 1;
- getKeyBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- getKeyBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
required string key = 1;
- getKeyBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
-
required string key = 1;
- getKeyBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required string key = 1;
- getKeyBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
required string key = 1;
- getKeyBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
required string key = 1;
- getKeyName() - Method in enum com.mysql.cj.conf.PropertyKey
-
Gets the key name of this enum element.
- getKeyName() - Method in enum com.mysql.cj.xdevapi.Client.ClientProperty
- getLargeMaxRows() - Method in class com.mysql.cj.jdbc.StatementImpl
- getLargeMaxRows() - Method in class com.mysql.cj.jdbc.StatementWrapper
- getLargeUpdateCount() - Method in class com.mysql.cj.jdbc.StatementImpl
- getLargeUpdateCount() - Method in class com.mysql.cj.jdbc.StatementWrapper
- getLastInsertId() - Method in class com.mysql.cj.protocol.x.StatementExecuteOk
- getLastInsertID() - Method in class com.mysql.cj.jdbc.StatementImpl
-
getLastInsertID returns the value of the auto_incremented key after an executeQuery() or excute() call.
- getLastPacketReceivedTime() - Method in class com.mysql.cj.protocol.a.TimeTrackingPacketReader
- getLastPacketReceivedTime() - Method in interface com.mysql.cj.protocol.PacketReceivedTimeHolder
- getLastPacketSentTime() - Method in class com.mysql.cj.protocol.a.TimeTrackingPacketSender
- getLastPacketSentTime() - Method in interface com.mysql.cj.protocol.PacketSentTimeHolder
-
Returns the send time of a very recent packet.
- getLastPacketSentTime() - Method in class com.mysql.cj.protocol.x.SyncMessageSender
- getLastUsedReaderHost() - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Get details about the most recent reader that the driver has successfully connected to.
- getLastUsedReaderHost() - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Get details about the most recent reader that the driver has successfully connected to.
- getLength() - Method in class com.mysql.cj.result.Field
- getLength() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 length = 10;
- getLength() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint32 length = 10;
- getLength() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint32 length = 10;
- getLength() - Method in interface com.mysql.cj.xdevapi.Column
-
Get this column's length.
- getLength() - Method in class com.mysql.cj.xdevapi.ColumnImpl
- getLevel() - Method in interface com.mysql.cj.protocol.Warning
-
Get warning level.
- getLevel() - Method in class com.mysql.cj.protocol.x.Notice.XWarning
- getLevel() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
optional .Mysqlx.Notice.Warning.Level level = 1 [default = WARNING];
- getLevel() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
optional .Mysqlx.Notice.Warning.Level level = 1 [default = WARNING];
- getLevel() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
optional .Mysqlx.Notice.Warning.Level level = 1 [default = WARNING];
- getLevel() - Method in class com.mysql.cj.xdevapi.Schema.Validation
- getLevel() - Method in class com.mysql.cj.xdevapi.WarningImpl
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.Limit limit = 4;
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
optional .Mysqlx.Crud.Limit limit = 4;
- getLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
optional .Mysqlx.Crud.Limit limit = 4;
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Limit limit = 6;
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.Limit limit = 6;
- getLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.Limit limit = 6;
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.Limit limit = 5;
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
optional .Mysqlx.Crud.Limit limit = 5;
- getLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
optional .Mysqlx.Crud.Limit limit = 5;
- getLimit() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- getLimit() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get max number of rows to filter.
- getLimitBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.Limit limit = 4;
- getLimitBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Limit limit = 6;
- getLimitBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.Limit limit = 5;
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- getLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- getLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- getLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- getLimitExprBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- getLimitExprBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- getLimitExprBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- getLimitExprOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- getLimitExprOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- getLimitExprOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.Limit limit = 4;
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
optional .Mysqlx.Crud.Limit limit = 4;
- getLimitOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
optional .Mysqlx.Crud.Limit limit = 4;
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Limit limit = 6;
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.Limit limit = 6;
- getLimitOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.Limit limit = 6;
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.Limit limit = 5;
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
optional .Mysqlx.Crud.Limit limit = 5;
- getLimitOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
optional .Mysqlx.Crud.Limit limit = 5;
- getLiteral() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLiteral() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLiteral() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLiteralBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLiteralOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLiteralOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLiteralOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLocalDate(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getLocalDateTime(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getLocalInfileInputStream() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
Returns the InputStream instance that will be used to send data in response to a "LOAD DATA LOCAL INFILE" statement.
- getLocalInfileInputStream() - Method in class com.mysql.cj.jdbc.StatementImpl
- getLocalInfileInputStream() - Method in class com.mysql.cj.NativeSession
- getLocalInfileInputStream() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- getLocalInfileInputStream() - Method in interface com.mysql.cj.protocol.Protocol
-
Returns the InputStream instance that will be used to send data in response to a "LOAD DATA LOCAL INFILE" statement.
- getLocalInfileInputStream() - Method in class com.mysql.cj.protocol.x.XProtocol
- getLocalTime(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getLocationOfOnDuplicateKeyUpdate() - Method in class com.mysql.cj.ParseInfo
- getLock() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- getLock() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get
FilterParams.RowLock
value. - getLocking() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Find.RowLock locking = 12;
- getLocking() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.Find.RowLock locking = 12;
- getLocking() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.Find.RowLock locking = 12;
- getLockingOptions() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13;
- getLockingOptions() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13;
- getLockingOptions() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13;
- getLockOption() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- getLockOption() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get
FilterParams.RowLockOptions
value. - getLog() - Method in class com.mysql.cj.CoreSession
- getLog() - Method in interface com.mysql.cj.Session
-
Returns the log mechanism that should be used to log information from/for this Session.
- getLogger(String, String) - Static method in class com.mysql.cj.log.LogFactory
-
Returns a logger instance of the given class, with the given instance name.
- getLoginTimeout() - Method in class com.mysql.cj.jdbc.MysqlDataSource
- getLogWriter() - Method in class com.mysql.cj.jdbc.MysqlDataSource
- getLong(byte[], int, int) - Static method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- getLong(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getLong(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getLong(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getLong(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getLong(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getLong(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a long value.
- getLong(int) - Method in class com.mysql.cj.xdevapi.RowImpl
- getLong(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getLong(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getLong(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getLong(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a long value.
- getLong(String) - Method in class com.mysql.cj.xdevapi.RowImpl
- getLongProperty(PropertyKey) - Method in class com.mysql.cj.conf.DefaultPropertySet
- getLongProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
- getLongProperty(String) - Method in class com.mysql.cj.conf.DefaultPropertySet
- getLongProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
- getLongRuntimeProperty(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties getters added by instrumentation.
- getLongUpdateCount() - Method in class com.mysql.cj.jdbc.StatementImpl
-
getLongUpdateCount returns the current result as an update count, if the result is a ResultSet or there are no more results, -1 is returned.
- getLowerBound() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- getLowerBound() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
The lowest possible value of range-based property
- getMainHost() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the single or first host info structure.
- getMajor() - Method in class com.mysql.cj.ServerVersion
- getMajorVersion() - Method in class com.mysql.cj.jdbc.NonRegisteringDriver
- getMasterConnection() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
Deprecated.
- getMasterConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Deprecated.
- getMasterHosts() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- getMasterHosts(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- getMasterHostsList(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
Deprecated.
- getMaxBinaryLiteralLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getMaxBytesPerChar(Integer, String) - Method in class com.mysql.cj.protocol.a.NativeServerSession
- getMaxBytesPerChar(Integer, String) - Method in interface com.mysql.cj.protocol.ServerSession
- getMaxBytesPerChar(Integer, String) - Method in class com.mysql.cj.protocol.x.XServerSession
- getMaxBytesPerChar(String) - Method in class com.mysql.cj.protocol.a.NativeServerSession
- getMaxBytesPerChar(String) - Method in interface com.mysql.cj.protocol.ServerSession
- getMaxBytesPerChar(String) - Method in class com.mysql.cj.protocol.x.XServerSession
- getMaxCatalogNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getMaxCharLiteralLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getMaxColumnNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getMaxColumnsInGroupBy() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getMaxColumnsInIndex() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getMaxColumnsInOrderBy() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getMaxColumnsInSelect() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getMaxColumnsInTable() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getMaxConnections() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getMaxCursorNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getMaxFieldSize() - Method in class com.mysql.cj.jdbc.StatementImpl
- getMaxFieldSize() - Method in class com.mysql.cj.jdbc.StatementWrapper
- getMaxIndexLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getMaxProcedureNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getMaxRows() - Method in class com.mysql.cj.jdbc.StatementImpl
- getMaxRows() - Method in class com.mysql.cj.jdbc.StatementWrapper
- getMaxRowSize() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getMaxSchemaNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getMaxStatementLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getMaxStatements() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getMaxTableNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getMaxTablesInSelect() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getMaxUserNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getMblen(String) - Static method in class com.mysql.cj.CharsetMapping
- getMechanismName() - Method in class com.mysql.cj.sasl.ScramSha1SaslClient
- getMechanismName() - Method in class com.mysql.cj.sasl.ScramSha256SaslClient
- getMechanismNames(Map<String, ?>) - Method in class com.mysql.cj.sasl.ScramSha1SaslClientFactory
- getMechanismNames(Map<String, ?>) - Method in class com.mysql.cj.sasl.ScramShaSaslClientFactory
- getMechName() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
required string mech_name = 1;
- getMechName() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
required string mech_name = 1;
- getMechName() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
required string mech_name = 1;
- getMechNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
required string mech_name = 1;
- getMechNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
required string mech_name = 1;
- getMechNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
required string mech_name = 1;
- getMemorySizeProperty(PropertyKey) - Method in class com.mysql.cj.conf.DefaultPropertySet
- getMemorySizeProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
- getMemorySizeProperty(String) - Method in class com.mysql.cj.conf.DefaultPropertySet
- getMemorySizeProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
- getMemorySizeRuntimeProperty(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties getters added by instrumentation.
- getMessage() - Method in exception com.mysql.cj.exceptions.CJConnectionFeatureNotAvailableException
- getMessage() - Method in exception com.mysql.cj.exceptions.CJException
- getMessage() - Method in exception com.mysql.cj.jdbc.exceptions.CommunicationsException
- getMessage() - Method in exception com.mysql.cj.jdbc.exceptions.ConnectionFeatureNotAvailableException
- getMessage() - Method in exception com.mysql.cj.jdbc.exceptions.MysqlDataTruncation
- getMessage() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the optional message for this event
- getMessage() - Method in class com.mysql.cj.log.ProfilerEventImpl
- getMessage() - Method in interface com.mysql.cj.protocol.Warning
-
Get warning message.
- getMessage() - Method in class com.mysql.cj.protocol.x.Notice.XWarning
- getMessage() - Method in class com.mysql.cj.protocol.x.XMessage
- getMessage() - Method in class com.mysql.cj.xdevapi.WarningImpl
- getMessageBuilder() - Method in class com.mysql.cj.CoreSession
- getMessageBuilder() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- getMessageBuilder() - Method in class com.mysql.cj.protocol.AbstractProtocol
- getMessageBuilder() - Method in interface com.mysql.cj.protocol.Protocol
- getMessageBuilder() - Method in interface com.mysql.cj.Session
- getMessageBuilder() - Method in class com.mysql.cj.xdevapi.PreparableStatement
-
Helper method to return an
XMessageBuilder
instance fromMysqlxSession
in use. - getMessageClassForType(int) - Static method in class com.mysql.cj.protocol.x.MessageConstants
- getMessageSequence() - Method in class com.mysql.cj.protocol.a.DebugBufferingPacketReader
- getMessageSequence() - Method in class com.mysql.cj.protocol.a.MultiPacketReader
- getMessageSequence() - Method in class com.mysql.cj.protocol.a.NativePacketHeader
- getMessageSequence() - Method in class com.mysql.cj.protocol.a.SimplePacketReader
- getMessageSequence() - Method in class com.mysql.cj.protocol.a.TimeTrackingPacketReader
- getMessageSequence() - Method in class com.mysql.cj.protocol.a.TracingPacketReader
- getMessageSequence() - Method in interface com.mysql.cj.protocol.MessageHeader
- getMessageSequence() - Method in interface com.mysql.cj.protocol.MessageReader
-
Get last message sequence number, as it was stored by
MessageReader.readHeader()
. - getMessageSequence() - Method in class com.mysql.cj.protocol.x.XMessageHeader
- getMessageSize() - Method in class com.mysql.cj.protocol.a.NativePacketHeader
- getMessageSize() - Method in interface com.mysql.cj.protocol.MessageHeader
- getMessageSize() - Method in class com.mysql.cj.protocol.x.XMessageHeader
- getMessageType() - Method in class com.mysql.cj.protocol.x.XMessageHeader
- getMetadata() - Method in interface com.mysql.cj.jdbc.result.CachedResultSetMetaData
- getMetadata() - Method in class com.mysql.cj.jdbc.result.CachedResultSetMetaDataImpl
- getMetadata() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getMetadata() - Method in class com.mysql.cj.protocol.a.result.AbstractResultsetRows
- getMetadata() - Method in interface com.mysql.cj.protocol.ResultsetRows
- getMetaData() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- getMetaData() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getMetaData() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getMetaData() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getMetaData() - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- getMetaData() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getMetaData() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
- getMetadataCollationIndex() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getMetadataCollationIndex() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- getMetadataCollationIndex() - Method in interface com.mysql.cj.protocol.ServerSession
- getMetadataCollationIndex() - Method in class com.mysql.cj.protocol.x.XServerSession
- getMetadataEncoding() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getMetadataSafeStatement() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getMetadataSafeStatement() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getMetadataSafeStatement() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getMetadataSafeStatement() - Method in interface com.mysql.cj.jdbc.JdbcConnection
- getMetadataSafeStatement(int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getMetricsHolder() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- getMinor() - Method in class com.mysql.cj.ServerVersion
- getMinorVersion() - Method in class com.mysql.cj.jdbc.NonRegisteringDriver
- getMinutes() - Method in class com.mysql.cj.protocol.InternalTime
- getMinutes() - Method in class com.mysql.cj.protocol.InternalTimestamp
- getMonth() - Method in class com.mysql.cj.protocol.InternalDate
- getMoreResults() - Method in class com.mysql.cj.jdbc.StatementImpl
- getMoreResults() - Method in class com.mysql.cj.jdbc.StatementWrapper
- getMoreResults(int) - Method in class com.mysql.cj.jdbc.StatementImpl
- getMoreResults(int) - Method in class com.mysql.cj.jdbc.StatementWrapper
- getMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required string msg = 3;
- getMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
required string msg = 3;
- getMsg() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
required string msg = 3;
- getMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- getMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
optional string msg = 1;
- getMsg() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.OkOrBuilder
-
optional string msg = 1;
- getMsg() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
required string msg = 3;
- getMsg() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
required string msg = 3;
- getMsg() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
required string msg = 3;
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required string msg = 3;
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
required string msg = 3;
- getMsgBytes() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
required string msg = 3;
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
optional string msg = 1;
- getMsgBytes() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.OkOrBuilder
-
optional string msg = 1;
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
required string msg = 3;
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
required string msg = 3;
- getMsgBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
required string msg = 3;
- getMultiHostParentProxy() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getMultiHostParentProxy() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getMultiHostParentProxy() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getMultiHostParentProxy() - Method in interface com.mysql.cj.jdbc.JdbcConnection
- getMultiHostSafeProxy() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getMultiHostSafeProxy() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getMultiHostSafeProxy() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getMultiHostSafeProxy() - Method in interface com.mysql.cj.jdbc.JdbcConnection
- getMysqlCharsetForJavaEncoding(String, ServerVersion) - Static method in class com.mysql.cj.CharsetMapping
- getMysqlCharsetNameForCollationIndex(Integer) - Static method in class com.mysql.cj.CharsetMapping
- getMysqlInput() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
- getMysqlInput() - Method in interface com.mysql.cj.protocol.SocketConnection
- getMysqlOutput() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
- getMysqlOutput() - Method in interface com.mysql.cj.protocol.SocketConnection
- getMysqlSocket() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
- getMysqlSocket() - Method in interface com.mysql.cj.protocol.SocketConnection
- getMysqlType() - Method in interface com.mysql.cj.BindValue
- getMysqlType() - Method in class com.mysql.cj.ClientPreparedQueryBindValue
- getMysqlType() - Method in class com.mysql.cj.result.Field
- getMysqlTypeId() - Method in class com.mysql.cj.result.Field
- getName() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- getName() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property name.
- getName() - Method in enum com.mysql.cj.MysqlType
- getName() - Method in class com.mysql.cj.result.Field
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required string name = 1;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
required string name = 1;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string name = 1;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string name = 2;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
optional string name = 2;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
optional string name = 2;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
required .Mysqlx.Expr.Identifier name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
required .Mysqlx.Expr.Identifier name = 1;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
required .Mysqlx.Expr.Identifier name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
required string name = 1;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
required string name = 1;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes name = 2;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes name = 2;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes name = 2;
- getName() - Method in class com.mysql.cj.xdevapi.CollectionImpl
- getName() - Method in interface com.mysql.cj.xdevapi.DatabaseObject
-
Retrieve the name of the database object represented by the Java object.
- getName() - Method in class com.mysql.cj.xdevapi.SchemaImpl
- getName() - Method in class com.mysql.cj.xdevapi.TableImpl
- getNameBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
required .Mysqlx.Expr.Identifier name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required string name = 1;
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
required string name = 1;
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string name = 1;
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string name = 2;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
optional string name = 2;
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
optional string name = 2;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
required string name = 1;
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
required string name = 1;
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
required string name = 1;
- getNamedParamIndex(String, boolean) - Method in class com.mysql.cj.jdbc.CallableStatement
- getNameOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
required .Mysqlx.Expr.Identifier name = 1;
- getNameOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
required .Mysqlx.Expr.Identifier name = 1;
- getNameOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
required .Mysqlx.Expr.Identifier name = 1;
- getNamespace() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
optional string namespace = 3 [default = "sql"];
- getNamespace() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
optional string namespace = 3 [default = "sql"];
- getNamespace() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
optional string namespace = 3 [default = "sql"];
- getNamespaceBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
optional string namespace = 3 [default = "sql"];
- getNamespaceBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
optional string namespace = 3 [default = "sql"];
- getNamespaceBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
optional string namespace = 3 [default = "sql"];
- getNanos() - Method in class com.mysql.cj.protocol.InternalTime
- getNanos() - Method in class com.mysql.cj.protocol.InternalTimestamp
- getNCharacterStream(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getNCharacterStream(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getNCharacterStream(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getNCharacterStream(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getNCharacterStream(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getNCharacterStream(int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- getNCharacterStream(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getNCharacterStream(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getNCharacterStream(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getNCharacterStream(String) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- getNClob(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getNClob(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getNClob(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getNClob(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getNClob(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getNClob(int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- getNClob(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getNClob(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getNClob(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getNClob(String) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- getNegotiatedProperty(String) - Method in class com.mysql.cj.sasl.ScramShaSaslClient
- getNetworkResources() - Method in class com.mysql.cj.NativeSession
- getNetworkResources() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
- getNetworkResources() - Method in interface com.mysql.cj.protocol.SocketConnection
- getNetworkTimeout() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getNetworkTimeout() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getNetworkTimeout() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getNewConnection() - Method in class com.mysql.cj.jdbc.ha.ca.WriterFailoverResult
-
Get the new connection established by the failover procedure if successful.
- getNewConnection() - Method in class com.mysql.cj.jdbc.util.BaseBugReport
-
Use this if you need to get a new connection for your bug report (i.e.
- getNewJdbcInterfaceProxy(Object) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- getNewJdbcInterfaceProxy(Object) - Method in class com.mysql.cj.jdbc.ha.FailoverConnectionProxy
-
Gets locally bound instances of FailoverJdbcInterfaceProxy.
- getNewJdbcInterfaceProxy(Object) - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Instantiates a new JdbcInterfaceProxy for the given object.
- getNewPreparedStatementId(PreparableStatement<?>) - Method in class com.mysql.cj.MysqlxSession
-
Return an id to be used as a client-managed prepared statement id.
- getNewPreparedStatementId(PreparableStatement<?>) - Method in class com.mysql.cj.protocol.x.XProtocol
-
Returns an id to be used as a client-managed prepared statement id.
- getNext() - Method in enum com.mysql.cj.sasl.ScramShaSaslClient.ScramExchangeStage
- getNextResultset() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
- getNextResultset() - Method in interface com.mysql.cj.protocol.Resultset
-
Returns the next ResultSet in a multi-resultset "chain", if any, null if none exists.
- getNextRoundRobinHostIndex(String, List<?>) - Static method in class com.mysql.cj.jdbc.ConnectionImpl
- getNodeType() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
- getNormalizedAlgorithmName(String) - Static method in class com.mysql.cj.protocol.x.CompressionAlgorithm
-
Returns the normalized compression algorithm identifier.
- getNotices() - Method in class com.mysql.cj.protocol.x.XMessage
- getNString(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getNString(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getNString(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getNString(int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- getNString(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getNString(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getNString(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getNString(String) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- getNull(int) - Method in class com.mysql.cj.protocol.a.result.BinaryBufferRow
-
Check whether a column is NULL and update the 'wasNull' status.
- getNull(int) - Method in class com.mysql.cj.protocol.a.result.ByteArrayRow
- getNull(int) - Method in class com.mysql.cj.protocol.a.result.TextBufferRow
- getNull(int) - Method in class com.mysql.cj.protocol.x.XProtocolRow
- getNull(int) - Method in interface com.mysql.cj.result.Row
-
Check whether a column is NULL and update the 'wasNull' status.
- getNumber() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
- getNumber() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
- getNumber() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
- getNumberOfCharsetsConfigured() - Static method in class com.mysql.cj.CharsetMapping
- getNumberOfExecutions() - Method in class com.mysql.cj.AbstractQueryBindings
- getNumberOfExecutions() - Method in interface com.mysql.cj.QueryBindings
- getNumberOfMasterPromotion(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- getNumberOfReplicaPromotions() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
- getNumberOfReplicasAdded() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
- getNumberOfReplicasRemoved() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
- getNumberOfSlavePromotions() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- getNumberOfSlavesAdded() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- getNumberOfSlavesRemoved() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- getNumberOfSourcePromotion(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
- getNumericFunctions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getObj() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- getObj() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Object obj = 3;
- getObj() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- getObjBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- getObject() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- getObject() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Object object = 8;
- getObject() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Object object = 8;
- getObject(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getObject(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getObject(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getObject(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getObject(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getObject(int, Class<T>) - Method in class com.mysql.cj.jdbc.CallableStatement
- getObject(int, Class<T>) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getObject(int, Class<T>) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getObject(int, Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.CallableStatement
- getObject(int, Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getObject(int, Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getObject(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getObject(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getObject(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getObject(String, Class<T>) - Method in class com.mysql.cj.jdbc.CallableStatement
- getObject(String, Class<T>) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getObject(String, Class<T>) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getObject(String, Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.CallableStatement
- getObject(String, Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getObject(String, Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getObjectBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class com.mysql.cj.jdbc.MysqlDataSourceFactory
- getObjectName() - Method in class com.mysql.cj.xdevapi.DatabaseObjectDescription
-
Get database object name.
- getObjectOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- getObjectOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Object object = 8;
- getObjectOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Object object = 8;
- getObjectStoredProc(int, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getObjectStoredProc(int, int) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
Functions like ResultSet.getObject(), but using the given SQL type (as registered during CallableStatement.registerOutParameter()).
- getObjectStoredProc(int, Map<Object, Object>, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getObjectStoredProc(int, Map<Object, Object>, int) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
Functions like ResultSet.getObject(), but using the given SQL type (as registered during CallableStatement.registerOutParameter()).
- getObjectStoredProc(String, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getObjectStoredProc(String, int) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
Functions like ResultSet.getObject(), but using the given SQL type (as registered during CallableStatement.registerOutParameter()).
- getObjectStoredProc(String, Map<Object, Object>, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getObjectStoredProc(String, Map<Object, Object>, int) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
Functions like ResultSet.getObject(), but using the given SQL type (as registered during CallableStatement.registerOutParameter()).
- getObjectType() - Method in class com.mysql.cj.xdevapi.DatabaseObjectDescription
-
Get database object type
- getObjOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- getObjOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Object obj = 3;
- getObjOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- getOffset() - Method in class com.mysql.cj.protocol.a.PacketSplitter
- getOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
optional uint64 offset = 2;
- getOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
optional uint64 offset = 2;
- getOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
optional .Mysqlx.Expr.Expr offset = 2;
- getOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
optional .Mysqlx.Expr.Expr offset = 2;
- getOffset() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
optional .Mysqlx.Expr.Expr offset = 2;
- getOffset() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitOrBuilder
-
optional uint64 offset = 2;
- getOffset() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- getOffset() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get number of rows to skip before finding others.
- getOffsetBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
optional .Mysqlx.Expr.Expr offset = 2;
- getOffsetOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
optional .Mysqlx.Expr.Expr offset = 2;
- getOffsetOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
optional .Mysqlx.Expr.Expr offset = 2;
- getOffsetOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
optional .Mysqlx.Expr.Expr offset = 2;
- getOldStatusFlags() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- getOldStatusFlags() - Method in interface com.mysql.cj.protocol.ServerSession
- getOldStatusFlags() - Method in class com.mysql.cj.protocol.x.XServerSession
- getOnDuplicateKeyLocation(String, boolean, boolean, boolean) - Static method in class com.mysql.cj.ParseInfo
- getOne(String) - Method in interface com.mysql.cj.xdevapi.Collection
-
Return the document with the given id.
- getOne(String) - Method in class com.mysql.cj.xdevapi.CollectionImpl
- getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.protocol.x.XMessage
- getOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- getOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- getOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- getOp() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- getOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- getOp() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- getOpenResultSetCount() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
Returns the number of open result sets for this statement.
- getOpenResultSetCount() - Method in class com.mysql.cj.jdbc.StatementImpl
- getOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;
- getOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;
- getOperation() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;
- getOperation(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperation(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperation(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperator() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperator() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperator() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperatorBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperatorOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperatorOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperatorOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOptions() - Method in class com.mysql.cj.xdevapi.CreateIndexParams.IndexField
-
Get options for decoding GEOJSON data.
- getOrder() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- getOrder() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property order.
- getOrder() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- getOrder() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get X Protocol Order objects.
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrigBytes(int) - Method in class com.mysql.cj.AbstractQueryBindings
- getOrigBytes(int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- getOrigBytes(int) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
- getOrigBytes(int) - Method in interface com.mysql.cj.QueryBindings
- getOrigByteValue() - Method in interface com.mysql.cj.BindValue
- getOrigByteValue() - Method in class com.mysql.cj.ClientPreparedQueryBindValue
- getOriginalName() - Method in class com.mysql.cj.result.Field
- getOriginalName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes original_name = 3;
- getOriginalName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes original_name = 3;
- getOriginalName() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes original_name = 3;
- getOriginalProperties() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the original (common to all hosts) connection arguments as provided in the connection string query section.
- getOriginalSql() - Method in class com.mysql.cj.AbstractPreparedQuery
- getOriginalSql() - Method in interface com.mysql.cj.PreparedQuery
- getOriginalTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes original_table = 5;
- getOriginalTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes original_table = 5;
- getOriginalTable() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes original_table = 5;
- getOriginalTableName() - Method in class com.mysql.cj.result.Field
- getOSName() - Static method in class com.mysql.cj.jdbc.NonRegisteringDriver
- getOutputParameters(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
Returns the ResultSet that holds the output parameters, or throws an appropriate exception if none exist, or they weren't returned.
- getOutputStreamClass() - Method in class com.mysql.cj.protocol.x.CompressionAlgorithm
-
Gets this algorithm's
OutputStream
implementation class that can be used to deflate data. - getOutputStreamInstance(OutputStream) - Method in class com.mysql.cj.protocol.x.CompressorStreamsFactory
-
Creates an instance of an
OutputStream
that wraps around the givenOutputStream
and knows how to deflate data using the algorithm given in this class' constructor. - getOwner() - Method in class com.mysql.cj.protocol.a.result.AbstractResultsetRows
- getOwner() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Returns the result set that 'owns' this RowData
- getOwnerFetchSize() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getOwnerFetchSize() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
- getOwningQuery() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getOwningQuery() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
- getOwningStatement() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getOwningStatementFetchSize() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getOwningStatementFetchSize() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
- getOwningStatementMaxRows() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getOwningStatementMaxRows() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
- getOwningStatementServerId() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getOwningStatementServerId() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
- getPackageName(Class<?>) - Static method in class com.mysql.cj.util.Util
-
Returns the package name of the given class.
- getPacketLen() - Method in class com.mysql.cj.protocol.a.PacketSplitter
- getPacketReader() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- getPacketReceivedTimeHolder() - Method in class com.mysql.cj.protocol.AbstractProtocol
- getPacketReceivedTimeHolder() - Method in interface com.mysql.cj.protocol.Protocol
- getPacketSender() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- getPacketSentTimeHolder() - Method in class com.mysql.cj.protocol.AbstractProtocol
- getPacketSentTimeHolder() - Method in interface com.mysql.cj.protocol.Protocol
- getParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
required .Mysqlx.Notice.SessionStateChanged.Parameter param = 1;
- getParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
required .Mysqlx.Notice.SessionStateChanged.Parameter param = 1;
- getParam() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
required .Mysqlx.Notice.SessionStateChanged.Parameter param = 1;
- getParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
required string param = 1;
- getParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
required string param = 1;
- getParam() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
required string param = 1;
- getParam(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParam(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParam(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParam(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParam(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParam(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
required string param = 1;
- getParamBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
required string param = 1;
- getParamBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
required string param = 1;
- getParamCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParameterBindings() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- getParameterBindings() - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
- getParameterClassName(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
- getParameterClassName(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
- getParameterCount() - Method in class com.mysql.cj.AbstractPreparedQuery
- getParameterCount() - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
- getParameterCount() - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
- getParameterCount() - Method in interface com.mysql.cj.PreparedQuery
- getParameterFields() - Method in class com.mysql.cj.ServerPreparedQuery
- getParameterIndexOffset() - Method in class com.mysql.cj.jdbc.CallableStatement
- getParameterIndexOffset() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
For calling stored functions, this will be -1 as Connector/J does not count the first '?' parameter marker, but JDBC counts it * as 1, otherwise it will return 0
- getParameterMetaData() - Method in class com.mysql.cj.jdbc.CallableStatement
- getParameterMetaData() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- getParameterMetaData() - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- getParameterMetaData() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
- getParameterMode(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
- getParameterMode(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
- getParameterType(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
- getParameterType(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
- getParameterTypeName(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
- getParameterTypeName(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
- getParamList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamName() - Method in class com.mysql.cj.protocol.x.Notice.XSessionVariableChanged
- getParamOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamType() - Method in class com.mysql.cj.protocol.x.Notice.XSessionStateChanged
- getParentLogger() - Method in class com.mysql.cj.jdbc.MysqlDataSource
- getParentLogger() - Method in class com.mysql.cj.jdbc.NonRegisteringDriver
- getParentProxy() - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Get this connection's parent proxy.
- getParseInfo() - Method in class com.mysql.cj.AbstractPreparedQuery
- getParseInfo() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- getParseInfo() - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
- getParseInfo() - Method in interface com.mysql.cj.PreparedQuery
- getParseInfoForBatch(int) - Method in class com.mysql.cj.ParseInfo
-
Returns a ParseInfo for a multi-value INSERT for a batch of size numBatch (without parsing!).
- getParserForType() - Method in class com.mysql.cj.protocol.x.XMessage
- getParserForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- getParserForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- getParserForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- getParserForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- getPassword() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the password.
- getPassword() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Get the password.
- getPasswordCharacterEncoding() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- getPasswordCharacterEncoding() - Method in interface com.mysql.cj.protocol.Protocol
- getPasswordCharacterEncoding() - Method in class com.mysql.cj.protocol.x.XProtocol
- getPath() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the path section.
- getPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
required bytes payload = 4;
- getPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
required bytes payload = 4;
- getPayload() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
required bytes payload = 4;
- getPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
optional bytes payload = 3;
- getPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
optional bytes payload = 3;
- getPayload() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
optional bytes payload = 3;
- getPayloadLength() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Get the actual length of payload the buffer contains.
- getPlaceholderNameToPositionMap() - Method in class com.mysql.cj.xdevapi.ExprParser
-
Get a mapping of parameter names to positions.
- getPlatform() - Static method in class com.mysql.cj.jdbc.NonRegisteringDriver
- getPointOfOrigin() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getPointOfOrigin() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
StackTrace generated where ResultSet was created...
- getPooledConnection() - Method in class com.mysql.cj.jdbc.MysqlConnectionPoolDataSource
- getPooledConnection(String, String) - Method in class com.mysql.cj.jdbc.MysqlConnectionPoolDataSource
- getPort() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the port.
- getPort() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Returns the port number
- getPort() - Method in class com.mysql.cj.MysqlxSession
- getPort() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
- getPort() - Method in interface com.mysql.cj.protocol.SocketConnection
- getPort() - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
- getPortNumber() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Returns the port number
- getPosition() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
- getPosition() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
- getPosition() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
- getPosition() - Method in interface com.mysql.cj.protocol.Message
-
Returns the current position to write to/ read from
- getPosition() - Method in class com.mysql.cj.protocol.x.XMessage
- getPosition() - Method in class com.mysql.cj.protocol.x.XProtocolRowInputStream
- getPosition() - Method in class com.mysql.cj.result.BufferedRowList
- getPosition() - Method in interface com.mysql.cj.result.RowList
-
Returns the current position.
- getPosition() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional uint32 position = 7;
- getPosition() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional uint32 position = 7;
- getPosition() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional uint32 position = 7;
- getPositionalPlaceholderCount() - Method in class com.mysql.cj.xdevapi.ExprParser
-
Return the number of positional placeholders in the expression.
- getPrecision() - Method in enum com.mysql.cj.MysqlType
-
The PRECISION column represents the maximum column size that the server supports for the given datatype.
- getPrecision(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
- getPrecision(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
- getPrecision(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- getPreparedSql() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- getPreparedSql() - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
- getPreparedStatementId() - Method in class com.mysql.cj.xdevapi.PreparableStatement.PreparableStatementFinalizer
- getPrepareExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- getPrepareExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- getPrepareExecute() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessageOrBuilder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- getPrepareExecuteBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- getPrepareExecuteOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- getPrepareExecuteOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- getPrepareExecuteOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessageOrBuilder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- getPrepareStatementXMessage() - Method in class com.mysql.cj.xdevapi.DeleteStatementImpl
- getPrepareStatementXMessage() - Method in class com.mysql.cj.xdevapi.FindStatementImpl
- getPrepareStatementXMessage() - Method in class com.mysql.cj.xdevapi.ModifyStatementImpl
- getPrepareStatementXMessage() - Method in class com.mysql.cj.xdevapi.PreparableStatement
-
Returns the
XMessage
needed to prepare this statement. - getPrepareStatementXMessage() - Method in class com.mysql.cj.xdevapi.RemoveStatementImpl
- getPrepareStatementXMessage() - Method in class com.mysql.cj.xdevapi.SelectStatementImpl
- getPrepareStatementXMessage() - Method in class com.mysql.cj.xdevapi.UpdateStatementImpl
- getPreviousPacketSentTime() - Method in class com.mysql.cj.protocol.a.TimeTrackingPacketSender
- getPreviousPacketSentTime() - Method in interface com.mysql.cj.protocol.PacketSentTimeHolder
-
Returns the send time of a previous packet.
- getPreviousPacketSentTime() - Method in class com.mysql.cj.protocol.x.SyncMessageSender
- getPrimaryKeys(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getPrimaryKeys(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
- getPrimaryKeysFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getPriority() - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
- getProcedureColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getProcedureColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
- getProcedureOrFunctionColumns(Field[], String, String, String, String, boolean, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getProcedureOrFunctionColumnType(boolean, boolean, boolean, boolean) - Static method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Determines the COLUMN_TYPE information based on parameter type (IN, OUT or INOUT) or function return parameter.
- getProcedures(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getProcedures(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
- getProceduresAndOrFunctions(Field[], String, String, String, boolean, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getProceduresReturnsFunctions - com.mysql.cj.conf.PropertyKey
- getProcedureTerm() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getProcessHost() - Method in class com.mysql.cj.MysqlxSession
- getProcessHost() - Method in class com.mysql.cj.NativeSession
- getProcessHost() - Method in interface com.mysql.cj.Session
- getProfilerEventHandler() - Method in class com.mysql.cj.CoreSession
- getProfilerEventHandler() - Method in interface com.mysql.cj.Session
-
Returns the current ProfilerEventHandler or initializes a new one if none exists.
- getProjection() - Method in class com.mysql.cj.xdevapi.InsertParams
-
Get X Protocol Column objects list for projection.
- getProjection(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjection(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjection(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjection(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjection(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjection(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProperties() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the properties map contained in this connection string.
- getProperties() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getProperties() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getProperties() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getProperties() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- getProperties() - Method in interface com.mysql.cj.MysqlConnection
-
Returns the parsed and passed in properties for this connection.
- getPropertiesFromConfigFiles(String) - Static method in class com.mysql.cj.conf.ConnectionUrl
-
Returns a map containing the properties read from the given configuration files.
- getProperty(PropertyKey) - Method in class com.mysql.cj.conf.DefaultPropertySet
- getProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
- getProperty(String) - Method in class com.mysql.cj.conf.DefaultPropertySet
- getProperty(String) - Method in class com.mysql.cj.conf.HostInfo
-
Returns the connection argument for the given key.
- getProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
- getPropertyDefinition() - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
- getPropertyDefinition() - Method in interface com.mysql.cj.conf.RuntimeProperty
- getPropertyDefinition(PropertyKey) - Static method in class com.mysql.cj.conf.PropertyDefinitions
- getPropertyInfo(String, Properties) - Method in class com.mysql.cj.jdbc.NonRegisteringDriver
- getPropertyKey() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- getPropertyKey() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Get the property key.
- getPropertySet() - Method in class com.mysql.cj.CoreSession
- getPropertySet() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getPropertySet() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getPropertySet() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getPropertySet() - Method in interface com.mysql.cj.jdbc.JdbcConnection
- getPropertySet() - Method in interface com.mysql.cj.MysqlConnection
- getPropertySet() - Method in class com.mysql.cj.protocol.AbstractProtocol
- getPropertySet() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
- getPropertySet() - Method in interface com.mysql.cj.protocol.Protocol
- getPropertySet() - Method in interface com.mysql.cj.protocol.SocketConnection
- getPropertySet() - Method in interface com.mysql.cj.Session
- getProtocol() - Method in class com.mysql.cj.MysqlxSession
- getProtocol() - Method in class com.mysql.cj.NativeSession
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
- getProtocolPluginName() - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
Returns the name that the MySQL server uses on the wire for this plugin
- getProtocolVersion() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
- getProxy() - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Get this connection's proxy.
- getPseudoColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getQuery() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the query section.
- getQuery() - Method in interface com.mysql.cj.jdbc.JdbcStatement
- getQuery() - Method in class com.mysql.cj.jdbc.StatementImpl
- getQueryBindings() - Method in class com.mysql.cj.AbstractPreparedQuery
- getQueryBindings() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- getQueryBindings() - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
- getQueryBindings() - Method in interface com.mysql.cj.PreparedQuery
- getQueryComment() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- getQueryComment() - Method in interface com.mysql.cj.protocol.Protocol
-
Returns the comment that will be prepended to all statements sent to the server.
- getQueryComment() - Method in class com.mysql.cj.protocol.x.XProtocol
- getQueryInterceptors() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- getQueryInterceptorsInstances() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getQueryInterceptorsInstances() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getQueryInterceptorsInstances() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getQueryInterceptorsInstances() - Method in interface com.mysql.cj.jdbc.JdbcConnection
- getQueryTimeout() - Method in class com.mysql.cj.jdbc.StatementImpl
- getQueryTimeout() - Method in class com.mysql.cj.jdbc.StatementWrapper
- getQueryTimingUnits() - Method in class com.mysql.cj.CoreSession
- getQueryTimingUnits() - Method in class com.mysql.cj.protocol.AbstractProtocol
- getQueryTimingUnits() - Method in interface com.mysql.cj.protocol.Protocol
- getQueryTimingUnits() - Method in interface com.mysql.cj.Session
- getQueryToCancel() - Method in interface com.mysql.cj.CancelQueryTask
- getQueryToCancel() - Method in class com.mysql.cj.CancelQueryTaskImpl
- getReaderConnection(List<HostInfo>) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler
-
Called to get any available reader connection.
- getReaderConnection(List<HostInfo>) - Method in interface com.mysql.cj.jdbc.ha.ca.ReaderFailoverHandler
-
Called to get any available reader connection.
- getRealTimeout(int) - Method in class com.mysql.cj.protocol.StandardSocketFactory
-
Validates the connection/socket timeout that must really be used.
- getRef(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getRef(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getRef(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getRef(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getRef(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getRef(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getRef(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getRef(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getReference() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Required method to support this class as a
Referenceable
. - getRegisteredConnectionGroups() - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
- getRegisteredConnectionGroups() - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
- getRegisteredConnectionGroups() - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
- getRegisteredConnectionGroups() - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
- getRegisteredConnectionGroups() - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
- getRegisteredReplicationConnectionGroups() - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
- getRemoteSocketAddress() - Method in class com.mysql.cj.CoreSession
- getRemoteSocketAddress() - Method in class com.mysql.cj.NativeSession
- getRemoteSocketAddress() - Method in interface com.mysql.cj.Session
- getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.mysql.cj.protocol.x.XMessage
- getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.protocol.x.XMessage
- getReplaceExisting() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional bool replace_existing = 8 [default = false];
- getReplaceExisting() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
optional bool replace_existing = 8 [default = false];
- getReplaceExisting() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
optional bool replace_existing = 8 [default = false];
- getReplicaConnection() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
- getReplicaConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- getReplicaHostOrSpawnIsolated(String) - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns an existing replica host info with the same host:port part or spawns a new isolated host info based on this connection URL if none was found.
- getReplicaHosts() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
- getReplicaHosts(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
- getReplicaHostsList(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
- getReplicaHostsList(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
- getReplicaHostsListFromHostPortPairs(Collection<String>) - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns the list of
HostInfo
instances that matches the given collection of host:port pairs in the corresponding hosts list. - getReplicaPromotionCount(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
- getReplicaPromotionCount(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
- getReplicaPromotionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
- getReplicasConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- getReplicasListAsHostPortPairs() - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns a list of this connection URL replica hosts in the form of host:port pairs.
- getRequiresEscapingEncoder() - Method in class com.mysql.cj.NativeSession
- getResultFetchSize() - Method in class com.mysql.cj.AbstractQuery
- getResultFetchSize() - Method in class com.mysql.cj.jdbc.StatementImpl
- getResultFetchSize() - Method in interface com.mysql.cj.Query
- getResultFields() - Method in class com.mysql.cj.ServerPreparedQuery
- getResultId() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
- getResultId() - Method in interface com.mysql.cj.protocol.Resultset
-
The id (used when profiling) to identify us
- getResultSet() - Method in class com.mysql.cj.jdbc.StatementImpl
- getResultSet() - Method in class com.mysql.cj.jdbc.StatementWrapper
- getResultSetConcurrency() - Method in class com.mysql.cj.jdbc.result.ResultSetFactory
- getResultSetConcurrency() - Method in class com.mysql.cj.jdbc.StatementImpl
- getResultSetConcurrency() - Method in class com.mysql.cj.jdbc.StatementWrapper
- getResultSetConcurrency() - Method in class com.mysql.cj.protocol.a.ResultsetFactory
- getResultSetConcurrency() - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
- getResultSetFactory() - Method in class com.mysql.cj.AbstractQuery
- getResultSetFactory() - Method in class com.mysql.cj.jdbc.StatementImpl
- getResultSetFactory() - Method in interface com.mysql.cj.Query
- getResultSetHoldability() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getResultSetHoldability() - Method in class com.mysql.cj.jdbc.StatementImpl
- getResultSetHoldability() - Method in class com.mysql.cj.jdbc.StatementWrapper
- getResultSetId() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the id of the associated result set (-1 for none).
- getResultSetId() - Method in class com.mysql.cj.log.ProfilerEventImpl
- getResultSetInternal() - Method in class com.mysql.cj.jdbc.StatementImpl
- getResultSetType() - Method in class com.mysql.cj.jdbc.result.ResultSetFactory
- getResultSetType() - Method in class com.mysql.cj.jdbc.StatementImpl
- getResultSetType() - Method in class com.mysql.cj.jdbc.StatementWrapper
- getResultSetType() - Method in class com.mysql.cj.protocol.a.ResultsetFactory
- getResultSetType() - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
- getResultType() - Method in class com.mysql.cj.AbstractQuery
- getResultType() - Method in class com.mysql.cj.jdbc.StatementImpl
- getResultType() - Method in interface com.mysql.cj.Query
- getReusablePacket() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- getReuseExisting() - Method in class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
- getRow() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getRow(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRow(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRow(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
required uint64 row_count = 1;
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
required uint64 row_count = 1;
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
required .Mysqlx.Expr.Expr row_count = 1;
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
required .Mysqlx.Expr.Expr row_count = 1;
- getRowCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
required .Mysqlx.Expr.Expr row_count = 1;
- getRowCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitOrBuilder
-
required uint64 row_count = 1;
- getRowCountBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
required .Mysqlx.Expr.Expr row_count = 1;
- getRowCountOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
required .Mysqlx.Expr.Expr row_count = 1;
- getRowCountOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
required .Mysqlx.Expr.Expr row_count = 1;
- getRowCountOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
required .Mysqlx.Expr.Expr row_count = 1;
- getRowId(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getRowId(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getRowId(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getRowId(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getRowId(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getRowId(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getRowIdLifetime() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getRowList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRows() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
- getRows() - Method in interface com.mysql.cj.protocol.Resultset
- getRows() - Method in class com.mysql.cj.xdevapi.InsertParams
-
Get X Protocol rows list.
- getSavepointId() - Method in class com.mysql.cj.jdbc.MysqlSavepoint
- getSavepointName() - Method in class com.mysql.cj.jdbc.MysqlSavepoint
- getScalar() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScalar() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScalar() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScalarBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScalarOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScalarOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScalarOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScale() - Method in class com.mysql.cj.protocol.InternalTime
- getScale() - Method in class com.mysql.cj.protocol.InternalTimestamp
- getScale(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
- getScale(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
- getScale(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- getSchema() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getSchema() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getSchema() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
optional string schema = 2;
- getSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
optional string schema = 2;
- getSchema() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
optional string schema = 2;
- getSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes schema = 6;
- getSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes schema = 6;
- getSchema() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes schema = 6;
- getSchema() - Method in class com.mysql.cj.xdevapi.CollectionImpl
- getSchema() - Method in interface com.mysql.cj.xdevapi.DatabaseObject
-
Retrieve the schema owning this database object.
- getSchema() - Method in class com.mysql.cj.xdevapi.Schema.Validation
- getSchema() - Method in class com.mysql.cj.xdevapi.SchemaImpl
- getSchema() - Method in class com.mysql.cj.xdevapi.TableImpl
- getSchema(String) - Method in interface com.mysql.cj.xdevapi.Session
-
Retrieve the Schema corresponding to name.
- getSchema(String) - Method in class com.mysql.cj.xdevapi.SessionImpl
- getSchemaBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
optional string schema = 2;
- getSchemaBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
optional string schema = 2;
- getSchemaBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
optional string schema = 2;
- getSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string schema_name = 4;
- getSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
optional string schema_name = 4;
- getSchemaName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
optional string schema_name = 4;
- getSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- getSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
optional string schema_name = 2;
- getSchemaName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
optional string schema_name = 2;
- getSchemaName() - Method in interface com.mysql.cj.xdevapi.Column
-
Get name of
Schema
. - getSchemaName() - Method in class com.mysql.cj.xdevapi.ColumnImpl
- getSchemaName(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- getSchemaNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string schema_name = 4;
- getSchemaNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
optional string schema_name = 4;
- getSchemaNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
optional string schema_name = 4;
- getSchemaNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- getSchemaNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
optional string schema_name = 2;
- getSchemaNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
optional string schema_name = 2;
- getSchemaPatternIterator(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getSchemas() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getSchemas() - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
- getSchemas() - Method in interface com.mysql.cj.xdevapi.Session
-
Retrieve the list of Schema objects for which the current user has access.
- getSchemas() - Method in class com.mysql.cj.xdevapi.SessionImpl
- getSchemas(String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getSchemas(String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
- getSchemaTerm() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getScheme() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
- getScheme() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the scheme section.
- getScope() - Method in class com.mysql.cj.protocol.x.Notice
- getScope() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];
- getScope() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];
- getScope() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];
- getSearchStringEscape() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getSeconds() - Method in class com.mysql.cj.protocol.InternalTime
- getSeconds() - Method in class com.mysql.cj.protocol.InternalTimestamp
- getSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];
- getSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];
- getSecurity() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];
- getSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;
- getSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;
- getSecurity() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;
- getSeed() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
- getSendTypesToServer() - Method in class com.mysql.cj.ServerPreparedQueryBindings
- getSerializedSize() - Method in class com.mysql.cj.protocol.x.XMessage
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- getServerDefaultCharset() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- getServerDefaultCharset() - Method in interface com.mysql.cj.protocol.ServerSession
- getServerDefaultCharset() - Method in class com.mysql.cj.protocol.x.XServerSession
- getServerDefaultCollationIndex() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
- getServerDefaultCollationIndex() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- getServerDefaultCollationIndex() - Method in interface com.mysql.cj.protocol.ServerSession
- getServerDefaultCollationIndex() - Method in class com.mysql.cj.protocol.x.XServerSession
- getServerInfo() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
- getServerInfo() - Method in interface com.mysql.cj.protocol.Resultset
-
Returns the server informational message returned from a DDL or DML statement (if any), or null if none.
- getServerMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- getServerMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- getServerMessages() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- getServerName() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Returns the name of the database server
- getServerProps() - Method in class com.mysql.cj.admin.ServerController
-
Returns the list of properties that will be used to start/control the server.
- getServerSession() - Method in class com.mysql.cj.CoreSession
- getServerSession() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- getServerSession() - Method in interface com.mysql.cj.protocol.Protocol
- getServerSession() - Method in class com.mysql.cj.protocol.x.XProtocol
- getServerSession() - Method in interface com.mysql.cj.Session
- getServerStatementId() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
- getServerStatementId() - Method in class com.mysql.cj.jdbc.StatementImpl
- getServerStatementId() - Method in class com.mysql.cj.ServerPreparedQuery
- getServerVariable(String) - Method in class com.mysql.cj.protocol.a.NativeServerSession
- getServerVariable(String) - Method in interface com.mysql.cj.protocol.ServerSession
- getServerVariable(String) - Method in class com.mysql.cj.protocol.x.XServerSession
- getServerVariable(String, int) - Method in class com.mysql.cj.protocol.a.NativeServerSession
- getServerVariable(String, int) - Method in interface com.mysql.cj.protocol.ServerSession
- getServerVariable(String, int) - Method in class com.mysql.cj.protocol.x.XServerSession
- getServerVariables() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- getServerVariables() - Method in interface com.mysql.cj.protocol.ServerSession
- getServerVariables() - Method in class com.mysql.cj.protocol.x.XServerSession
- getServerVersion() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getServerVersion() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getServerVersion() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getServerVersion() - Method in interface com.mysql.cj.jdbc.JdbcConnection
- getServerVersion() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
- getServerVersion() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- getServerVersion() - Method in interface com.mysql.cj.protocol.ServerCapabilities
- getServerVersion() - Method in interface com.mysql.cj.protocol.ServerSession
-
Get the version of the MySQL server we are talking to.
- getServerVersion() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
- getServerVersion() - Method in class com.mysql.cj.protocol.x.XServerSession
- getSession() - Method in class com.mysql.cj.AbstractQuery
- getSession() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getSession() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getSession() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getSession() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getSession() - Method in class com.mysql.cj.jdbc.StatementImpl
- getSession() - Method in interface com.mysql.cj.MysqlConnection
- getSession() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
- getSession() - Method in interface com.mysql.cj.Query
- getSession() - Method in interface com.mysql.cj.xdevapi.Client
-
Get
Session
from pool or the new one. - getSession() - Method in class com.mysql.cj.xdevapi.ClientImpl
- getSession() - Method in class com.mysql.cj.xdevapi.CollectionImpl
- getSession() - Method in interface com.mysql.cj.xdevapi.DatabaseObject
-
Retrieve the session owning the given schema object.
- getSession() - Method in class com.mysql.cj.xdevapi.SchemaImpl
- getSession() - Method in class com.mysql.cj.xdevapi.SessionImpl
- getSession() - Method in class com.mysql.cj.xdevapi.TableImpl
- getSession(ConnectionUrl) - Method in class com.mysql.cj.xdevapi.SessionFactory
-
Creates
Session
by given URL. - getSession(String) - Method in class com.mysql.cj.xdevapi.SessionFactory
-
Creates
Session
by given URL. - getSession(Properties) - Method in class com.mysql.cj.xdevapi.SessionFactory
-
Creates a
Session
using the information contained in the given properties. - getSessionKey() - Static method in class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
- getSessionMaxRows() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getSessionMaxRows() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getSessionMaxRows() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getSessionMaxRows() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns the sql select limit max-rows for this session.
- getSessionMaxRows() - Method in class com.mysql.cj.NativeSession
- getSessionTimeZone() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- getSessionTimeZone() - Method in interface com.mysql.cj.protocol.ServerSession
- getSessionTimeZone() - Method in class com.mysql.cj.protocol.x.XServerSession
- getSeverity() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
optional .Mysqlx.Error.Severity severity = 1 [default = ERROR];
- getSeverity() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
optional .Mysqlx.Error.Severity severity = 1 [default = ERROR];
- getSeverity() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
optional .Mysqlx.Error.Severity severity = 1 [default = ERROR];
- getSharedSendPacket() - Method in class com.mysql.cj.NativeSession
-
Returns the packet used for sending data (used by PreparedStatement) with position set to 0.
- getSharedSendPacket() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Returns the packet used for sending data (used by PreparedStatement) with position set to 0.
- getShort(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getShort(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getShort(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getShort(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getShort(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getShort(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getShort(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getShort(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getSimpleDateFormat(String, Calendar) - Static method in class com.mysql.cj.util.TimeUtil
-
Get SimpleDateFormat where a default Calendar is replaced with the provided one.
- getSimpleDateFormat(SimpleDateFormat, String, TimeZone) - Static method in class com.mysql.cj.util.TimeUtil
-
Get SimpleDateFormat with a default Calendar which TimeZone is replaced with the provided one.
- getSinceVersion() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- getSinceVersion() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the driver version where the property was introduced first.
- getSlaveHosts() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- getSlaveHosts(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- getSlaveHostsList(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
Deprecated.
- getSlavePromotionCount(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- getSlavePromotionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
Deprecated.
- getSlavesConnection() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
Deprecated.
- getSlavesConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Deprecated.
- getSlowQueryThreshold() - Method in class com.mysql.cj.NativeSession
- getSlowQueryThreshold() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- getSocketConnection() - Method in class com.mysql.cj.protocol.AbstractProtocol
- getSocketConnection() - Method in interface com.mysql.cj.protocol.Protocol
- getSocketFactory() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
- getSocketFactory() - Method in interface com.mysql.cj.protocol.SocketConnection
- getSocketTimeout() - Method in class com.mysql.cj.NativeSession
- getSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
required .Mysqlx.Expr.Expr source = 1;
- getSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
required .Mysqlx.Expr.Expr source = 1;
- getSource() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
required .Mysqlx.Expr.Expr source = 1;
- getSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- getSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- getSource() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- getSource() - Method in class com.mysql.cj.xdevapi.UpdateSpec
-
Get X Protocol ColumnIdentifier.
- getSource(Class<T>) - Method in class com.mysql.cj.jdbc.MysqlSQLXML
- getSourceBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
required .Mysqlx.Expr.Expr source = 1;
- getSourceBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- getSourceConnection() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
- getSourceConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- getSourceConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- getSourceHostOrSpawnIsolated(String) - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns an existing source host info with the same host:port part or spawns a new isolated host info based on this connection URL if none was found.
- getSourceHosts() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
- getSourceHosts(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
- getSourceHostsList(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
- getSourceHostsList(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
- getSourceHostsListFromHostPortPairs(Collection<String>) - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns the list of
HostInfo
instances that matches the given collection of host:port pairs in the corresponding hosts list. - getSourceOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
required .Mysqlx.Expr.Expr source = 1;
- getSourceOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
required .Mysqlx.Expr.Expr source = 1;
- getSourceOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
required .Mysqlx.Expr.Expr source = 1;
- getSourceOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- getSourceOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- getSourceOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- getSourcesListAsHostPortPairs() - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns a list of this connection URL source hosts in the form of host:port pairs.
- getSqlForBatch() - Method in class com.mysql.cj.ParseInfo
-
Used for filling in the SQL for getPreparedSql() - for debugging
- getSqlForBatch(int) - Method in class com.mysql.cj.ParseInfo
-
Returns a preparable SQL string for the number of batched parameters; used by server-side prepared statements when re-writing batch INSERTs.
- getSQLKeywords() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Get a comma separated list of all a database's SQL keywords that are NOT also SQL92/SQL2003 keywords.
- getSQLKeywords() - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
- getSqlState() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required string sql_state = 4;
- getSqlState() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
required string sql_state = 4;
- getSqlState() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
required string sql_state = 4;
- getSQLState() - Method in exception com.mysql.cj.exceptions.CJException
- getSQLState() - Method in exception com.mysql.cj.jdbc.exceptions.CommunicationsException
- getSQLState() - Method in exception com.mysql.cj.jdbc.exceptions.ConnectionFeatureNotAvailableException
- getSQLState() - Method in exception com.mysql.cj.protocol.x.XProtocolError
- getSqlStateBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required string sql_state = 4;
- getSqlStateBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
required string sql_state = 4;
- getSqlStateBytes() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
required string sql_state = 4;
- getSQLStateType() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getSQLXML(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getSQLXML(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getSQLXML(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getSQLXML(int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- getSQLXML(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getSQLXML(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getSQLXML(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getSQLXML(String) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- getSrid() - Method in class com.mysql.cj.xdevapi.CreateIndexParams.IndexField
-
Get srid for decoding GEOJSON data.
- getSSLContext(ExportControlled.KeyStoreConf, ExportControlled.KeyStoreConf, boolean, boolean, String, ExceptionInterceptor) - Static method in class com.mysql.cj.protocol.ExportControlled
-
Configure the
SSLContext
based on the supplier property set. - getStatement() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getStatementComment() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getStatementComment() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getStatementComment() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getStatementComment() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns the comment that will be prepended to all statements sent to the server.
- getStatementExecuteOk() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
-
Get StatementExecuteOk object finalizing the result transfer.
- getStatementExecuting() - Method in class com.mysql.cj.AbstractQuery
- getStatementExecuting() - Method in class com.mysql.cj.jdbc.StatementImpl
- getStatementExecuting() - Method in interface com.mysql.cj.Query
- getStatementId() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the id of the associated statement (-1 for none).
- getStatementId() - Method in class com.mysql.cj.log.ProfilerEventImpl
- getStaticSql() - Method in class com.mysql.cj.ParseInfo
- getStaticSqlStrings() - Method in class com.mysql.cj.AppendingBatchVisitor
- getStatusFlags() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
- getStatusFlags() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- getStatusFlags() - Method in class com.mysql.cj.protocol.a.result.OkPacket
- getStatusFlags() - Method in interface com.mysql.cj.protocol.ServerSession
- getStatusFlags() - Method in class com.mysql.cj.protocol.x.XServerSession
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Find stmt = 7;
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
required .Mysqlx.Crud.Find stmt = 7;
- getStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
required .Mysqlx.Crud.Find stmt = 7;
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.Find stmt = 7;
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional .Mysqlx.Crud.Find stmt = 7;
- getStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional .Mysqlx.Crud.Find stmt = 7;
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- getStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- getStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
required bytes stmt = 1;
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
required bytes stmt = 1;
- getStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
required bytes stmt = 1;
- getStmtBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Find stmt = 7;
- getStmtBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.Find stmt = 7;
- getStmtBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- getStmtBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- getStmtExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtExecute() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtExecuteBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtExecuteOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtExecuteOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtExecuteOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
required uint32 stmt_id = 1;
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
required uint32 stmt_id = 1;
- getStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.DeallocateOrBuilder
-
required uint32 stmt_id = 1;
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
required uint32 stmt_id = 1;
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
required uint32 stmt_id = 1;
- getStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
required uint32 stmt_id = 1;
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required uint32 stmt_id = 1;
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
required uint32 stmt_id = 1;
- getStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
-
required uint32 stmt_id = 1;
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Find stmt = 7;
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
required .Mysqlx.Crud.Find stmt = 7;
- getStmtOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
required .Mysqlx.Crud.Find stmt = 7;
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.Find stmt = 7;
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional .Mysqlx.Crud.Find stmt = 7;
- getStmtOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional .Mysqlx.Crud.Find stmt = 7;
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- getStmtOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- getStmtOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- getStreamingData() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- getStreamLength() - Method in interface com.mysql.cj.BindValue
- getStreamLength() - Method in class com.mysql.cj.ClientPreparedQueryBindValue
- getStreamValue() - Method in interface com.mysql.cj.BindValue
- getStreamValue() - Method in class com.mysql.cj.ClientPreparedQueryBindValue
- getString() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
- getString() - Method in class com.mysql.cj.xdevapi.JsonString
-
Get internal unescaped JsonString value.
- getString(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getString(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getString(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getString(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getString(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getString(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a string value.
- getString(int) - Method in class com.mysql.cj.xdevapi.RowImpl
- getString(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getString(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getString(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getString(String) - Static method in class com.mysql.cj.Messages
-
Returns the localized message for the given message key
- getString(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a string value.
- getString(String) - Method in class com.mysql.cj.xdevapi.RowImpl
- getString(String, Object[]) - Static method in class com.mysql.cj.Messages
- getStringFunctions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getStringProperty(PropertyKey) - Method in class com.mysql.cj.conf.DefaultPropertySet
- getStringProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
- getStringProperty(String) - Method in class com.mysql.cj.conf.DefaultPropertySet
- getStringProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
- getStringRuntimeProperty(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties getters added by instrumentation.
- getStringValue() - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
- getStringValue() - Method in class com.mysql.cj.conf.MemorySizeProperty
- getStringValue() - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Get internal value representation as String.
- getStringValue() - Method in class com.mysql.cj.conf.StringProperty
- getSubminor() - Method in class com.mysql.cj.ServerVersion
- getSubString(long, int) - Method in class com.mysql.cj.jdbc.Clob
- getSuperTables(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getSuperTypes(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getSyncMutex() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getSyncMutex() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
- getSystemFunctions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes table = 4;
- getTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes table = 4;
- getTable() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes table = 4;
- getTable(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve a reference to the named table.
- getTable(String) - Method in class com.mysql.cj.xdevapi.SchemaImpl
- getTable(String, boolean) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve a reference to the named table hinting that an exception should be thrown if the collection is not known to the server.
- getTable(String, boolean) - Method in class com.mysql.cj.xdevapi.SchemaImpl
- getTableLabel() - Method in interface com.mysql.cj.xdevapi.Column
-
Get alias of
Table
. - getTableLabel() - Method in class com.mysql.cj.xdevapi.ColumnImpl
- getTableName() - Method in class com.mysql.cj.result.Field
- getTableName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string table_name = 3;
- getTableName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
optional string table_name = 3;
- getTableName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
optional string table_name = 3;
- getTableName() - Method in interface com.mysql.cj.xdevapi.Column
-
Get name of
Table
. - getTableName() - Method in class com.mysql.cj.xdevapi.ColumnImpl
- getTableName(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- getTableNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string table_name = 3;
- getTableNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
optional string table_name = 3;
- getTableNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
optional string table_name = 3;
- getTableNameWithCase(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getTablePrivileges(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getTablePrivileges(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
- getTableRowCount(String, String) - Method in interface com.mysql.cj.DataStoreMetadata
- getTableRowCount(String, String) - Method in class com.mysql.cj.DataStoreMetadataImpl
- getTables() - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve the set of tables existing in this schema.
- getTables() - Method in class com.mysql.cj.xdevapi.SchemaImpl
- getTables(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve the set of tables existing in this schema and matching the given pattern.
- getTables(String) - Method in class com.mysql.cj.xdevapi.SchemaImpl
- getTables(String, String, String, String[]) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getTables(String, String, String, String[]) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
- getTableTypes() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getTarget() - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
- getTargetTypeName() - Method in class com.mysql.cj.result.BigDecimalValueFactory
- getTargetTypeName() - Method in class com.mysql.cj.result.BinaryStreamValueFactory
- getTargetTypeName() - Method in class com.mysql.cj.result.BooleanValueFactory
- getTargetTypeName() - Method in class com.mysql.cj.result.ByteValueFactory
- getTargetTypeName() - Method in class com.mysql.cj.result.DoubleValueFactory
- getTargetTypeName() - Method in class com.mysql.cj.result.FloatValueFactory
- getTargetTypeName() - Method in class com.mysql.cj.result.IntegerValueFactory
- getTargetTypeName() - Method in class com.mysql.cj.result.LocalDateTimeValueFactory
- getTargetTypeName() - Method in class com.mysql.cj.result.LocalDateValueFactory
- getTargetTypeName() - Method in class com.mysql.cj.result.LocalTimeValueFactory
- getTargetTypeName() - Method in class com.mysql.cj.result.LongValueFactory
- getTargetTypeName() - Method in class com.mysql.cj.result.OffsetDateTimeValueFactory
- getTargetTypeName() - Method in class com.mysql.cj.result.OffsetTimeValueFactory
- getTargetTypeName() - Method in class com.mysql.cj.result.ShortValueFactory
- getTargetTypeName() - Method in class com.mysql.cj.result.SqlDateValueFactory
- getTargetTypeName() - Method in class com.mysql.cj.result.SqlTimestampValueFactory
- getTargetTypeName() - Method in class com.mysql.cj.result.SqlTimeValueFactory
- getTargetTypeName() - Method in class com.mysql.cj.result.StringValueFactory
- getTargetTypeName() - Method in class com.mysql.cj.result.UtilCalendarValueFactory
- getTargetTypeName() - Method in interface com.mysql.cj.result.ValueFactory
-
Get the actual class name of T parameter.
- getTargetTypeName() - Method in class com.mysql.cj.result.ZonedDateTimeValueFactory
- getTargetTypeName() - Method in class com.mysql.cj.xdevapi.DbDocValueFactory
- getTaskName() - Method in class com.mysql.cj.jdbc.ha.ca.WriterFailoverResult
-
Get the name of the writer failover task that created this result.
- getThisAsProxy() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
- getThisAsProxy() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getThisAsProxy() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- getThreadId() - Method in class com.mysql.cj.CoreSession
- getThreadId() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
- getThreadId() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- getThreadId() - Method in interface com.mysql.cj.protocol.ServerSession
- getThreadId() - Method in class com.mysql.cj.protocol.x.XServerSession
- getThreadId() - Method in interface com.mysql.cj.Session
- getTime(byte[], int, int, int) - Static method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- getTime(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getTime(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getTime(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getTime(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getTime(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getTime(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
- getTime(int) - Method in class com.mysql.cj.xdevapi.RowImpl
- getTime(int, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
- getTime(int, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getTime(int, Calendar) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getTime(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getTime(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getTime(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getTime(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a
Time
value. - getTime(String) - Method in class com.mysql.cj.xdevapi.RowImpl
- getTime(String, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
- getTime(String, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getTime(String, Calendar) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getTimeDateFunctions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getTimeoutInMillis() - Method in class com.mysql.cj.AbstractQuery
- getTimeoutInMillis() - Method in class com.mysql.cj.jdbc.StatementImpl
- getTimeoutInMillis() - Method in interface com.mysql.cj.Query
- getTimestamp(byte[], int, int, int) - Static method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- getTimestamp(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getTimestamp(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getTimestamp(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getTimestamp(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getTimestamp(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getTimestamp(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
- getTimestamp(int) - Method in class com.mysql.cj.xdevapi.RowImpl
- getTimestamp(int, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
- getTimestamp(int, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getTimestamp(int, Calendar) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getTimestamp(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getTimestamp(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getTimestamp(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getTimestamp(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a
Timestamp
value. - getTimestamp(String) - Method in class com.mysql.cj.xdevapi.RowImpl
- getTimestamp(String, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
- getTimestamp(String, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getTimestamp(String, Calendar) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getTls() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
- getTopology() - Method in class com.mysql.cj.jdbc.ha.ca.WriterFailoverResult
-
Get latest topology.
- getTopology(JdbcConnection, boolean) - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Get cluster topology.
- getTopology(JdbcConnection, boolean) - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Get cluster topology.
- getTotalConnectionCount() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
- getTotalConnectionCount(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
- getTotalHostCount(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
- getTotalHostCount(String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
- getTotalHostCount(String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
- getTotalLogicalConnectionCount() - Method in class com.mysql.cj.jdbc.ConnectionGroup
- getTotalLogicalConnectionCount(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
- getTotalLogicalConnectionCount(String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
- getTotalLogicalConnectionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
- getTotalLogicalConnectionCount(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
- getTotalLogicalConnectionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
- getTotalPhysicalConnectionCount() - Method in class com.mysql.cj.jdbc.ConnectionGroup
- getTotalPhysicalConnectionCount() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
- getTotalPhysicalConnectionCount(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
- getTotalPhysicalConnectionCount(String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
- getTotalPhysicalConnectionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
- getTotalTransactionCount() - Method in class com.mysql.cj.jdbc.ConnectionGroup
- getTotalTransactionCount(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
- getTotalTransactionCount(String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
- getTotalTransactionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
- getTransactionCount() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
- getTransactionIsolation() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getTransactionIsolation() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getTransactionIsolation() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getTransactionState() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- getTransactionState() - Method in interface com.mysql.cj.protocol.ServerSession
- getTransactionState() - Method in class com.mysql.cj.protocol.x.XServerSession
- getTransactionTimeout() - Method in class com.mysql.cj.jdbc.MysqlXAConnection
- getTransactionTimeout() - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
- getTransferSize() - Method in exception com.mysql.cj.exceptions.DataTruncationException
- getType() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns this connection URL type.
- getType() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getType() - Method in class com.mysql.cj.protocol.x.Notice
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessageOrBuilder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
required .Mysqlx.Expr.Expr.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
required uint32 type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
required uint32 type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
required uint32 type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
required uint32 type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
required uint32 type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
-
required uint32 type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
datatype of the field in a row
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
datatype of the field in a row
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
datatype of the field in a row
- getType() - Method in interface com.mysql.cj.xdevapi.Column
-
Get this column's
Type
. - getType() - Method in class com.mysql.cj.xdevapi.ColumnImpl
- getType() - Method in class com.mysql.cj.xdevapi.CreateIndexParams.IndexField
-
Get column type.
- getTypeForMessageClass(Class<? extends MessageLite>) - Static method in class com.mysql.cj.protocol.x.MessageConstants
-
Lookup the "ClientMessages" type tag for a Protocol buffers message class.
- getTypeInfo() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getTypeMap() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getTypeMap() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getTypeMap() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getUDTs(String, String, String, int[]) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getUncompressedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional uint64 uncompressed_size = 1;
- getUncompressedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
optional uint64 uncompressed_size = 1;
- getUncompressedSize() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
optional uint64 uncompressed_size = 1;
- getUnderlyingInterceptor() - Method in class com.mysql.cj.NoSubInterceptorWrapper
- getUnderlyingStream() - Method in class com.mysql.cj.protocol.FullReadInputStream
- getUnicodeStream(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Deprecated.
- getUnicodeStream(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Deprecated.
- getUniqueSavepointId() - Static method in class com.mysql.cj.util.StringUtils
- getUnknownFields() - Method in class com.mysql.cj.protocol.x.XMessage
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- getUpdate() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdate() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdate() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdateBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdateCount() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- getUpdateCount() - Method in class com.mysql.cj.jdbc.StatementImpl
- getUpdateCount() - Method in class com.mysql.cj.jdbc.StatementWrapper
- getUpdateCount() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
- getUpdateCount() - Method in class com.mysql.cj.protocol.a.result.OkPacket
- getUpdateCount() - Method in interface com.mysql.cj.protocol.Resultset
-
Returns the update count for this result set (if one exists), otherwise -1.
- getUpdateID() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
- getUpdateID() - Method in class com.mysql.cj.protocol.a.result.OkPacket
- getUpdateID() - Method in interface com.mysql.cj.protocol.Resultset
-
Returns the AUTO_INCREMENT value for the DDL/DML statement which created this result set.
- getUpdateOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdateOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdateOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdates() - Method in class com.mysql.cj.xdevapi.UpdateParams
-
Get update parameters map.
- getUpdateType() - Method in class com.mysql.cj.xdevapi.UpdateSpec
-
Get X Protocol update type.
- getUpperBound() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- getUpperBound() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
The highest possible value of range-based property
- getUpsert() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
optional bool upsert = 6 [default = false];
- getUpsert() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
optional bool upsert = 6 [default = false];
- getUpsert() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
optional bool upsert = 6 [default = false];
- getUri() - Method in interface com.mysql.cj.xdevapi.Session
-
Get the URL used to create this session.
- getUri() - Method in class com.mysql.cj.xdevapi.SessionImpl
- getUrl() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Returns the JDBC URL that will be used to create the database connection.
- getUrl() - Method in class com.mysql.cj.jdbc.util.BaseBugReport
-
Provides the JDBC URL to use to demonstrate the bug.
- getURL() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getURL() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getURL() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getURL() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getURL() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Returns the URL for this connection
- getURL() - Method in interface com.mysql.cj.MysqlConnection
- getURL(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- getURL(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getURL(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- getURL(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- getURL(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getURL(String) - Method in class com.mysql.cj.jdbc.CallableStatement
- getURL(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- getURL(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getUser() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the user name.
- getUser() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getUser() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getUser() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getUser() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Returns the configured user for this connection
- getUser() - Method in interface com.mysql.cj.MysqlConnection
- getUserName() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getUtilCalendar(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getValidation() - Method in class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
- getValidation() - Method in class com.mysql.cj.xdevapi.Schema.ModifyCollectionOptions
- getValue() - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
- getValue() - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Get internal value representation as Object.
- getValue() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
- getValue() - Method in class com.mysql.cj.protocol.x.Notice.XSessionStateChanged
- getValue() - Method in class com.mysql.cj.protocol.x.Notice.XSessionVariableChanged
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required .Mysqlx.Datatypes.Any value = 2;
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
optional .Mysqlx.Expr.Expr value = 3;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
optional .Mysqlx.Expr.Expr value = 3;
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
optional .Mysqlx.Expr.Expr value = 3;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
required .Mysqlx.Datatypes.Any value = 2;
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
required bytes value = 1;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
required bytes value = 1;
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.OctetsOrBuilder
-
required bytes value = 1;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
required bytes value = 1;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
required bytes value = 1;
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.StringOrBuilder
-
required bytes value = 1;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional string value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
optional string value = 2;
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
optional string value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required .Mysqlx.Expr.Expr value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
required .Mysqlx.Expr.Expr value = 2;
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
required .Mysqlx.Expr.Expr value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- getValue() - Method in class com.mysql.cj.xdevapi.UpdateSpec
-
Get X Protocol value expression.
- getValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValue(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValue(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValue(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValue(int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.result.BinaryBufferRow
-
Implementation of getValue() based on the underlying Buffer object.
- getValue(int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.result.ByteArrayRow
-
Implementation of getValue() based on the underlying byte array.
- getValue(int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.result.TextBufferRow
-
Implementation of getValue() based on the underlying Buffer object.
- getValue(int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.x.XProtocolRow
- getValue(int, ValueFactory<T>) - Method in interface com.mysql.cj.result.Row
-
Retrieve a value for the given column.
- getValueBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
optional .Mysqlx.Expr.Expr value = 3;
- getValueBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required .Mysqlx.Expr.Expr value = 2;
- getValueBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- getValueBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional string value = 2;
- getValueBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
optional string value = 2;
- getValueBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
optional string value = 2;
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
- getValueFromBytes(int, byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.result.AbstractResultsetRow
-
Get a value from a byte array.
- getValueList() - Method in class com.mysql.cj.protocol.x.Notice.XSessionStateChanged
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueList() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueList() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueNeedsQuoting() - Method in class com.mysql.cj.result.Field
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
optional .Mysqlx.Expr.Expr value = 3;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
optional .Mysqlx.Expr.Expr value = 3;
- getValueOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
optional .Mysqlx.Expr.Expr value = 3;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required .Mysqlx.Expr.Expr value = 2;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
required .Mysqlx.Expr.Expr value = 2;
- getValueOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
required .Mysqlx.Expr.Expr value = 2;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- getValueOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- getValueOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValuesClause() - Method in class com.mysql.cj.ParseInfo
- getVariable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional string variable = 3;
- getVariable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional string variable = 3;
- getVariable() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional string variable = 3;
- getVariableBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional string variable = 3;
- getVariableBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional string variable = 3;
- getVariableBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional string variable = 3;
- getVBool() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional bool v_bool = 8;
- getVBool() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional bool v_bool = 8;
- getVBool() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional bool v_bool = 8;
- getVDouble() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional double v_double = 6;
- getVDouble() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional double v_double = 6;
- getVDouble() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional double v_double = 6;
- getVendor() - Method in enum com.mysql.cj.MysqlType
- getVendorCode() - Method in exception com.mysql.cj.exceptions.CJException
- getVendorTypeNumber() - Method in enum com.mysql.cj.MysqlType
- getVersionColumns(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getVersionColumns(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
- getVersionColumnsFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- getVFloat() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional float v_float = 7;
- getVFloat() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional float v_float = 7;
- getVFloat() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional float v_float = 7;
- getViewId() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
optional string view_id = 2;
- getViewId() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
optional string view_id = 2;
- getViewId() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
-
optional string view_id = 2;
- getViewIdBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
optional string view_id = 2;
- getViewIdBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
optional string view_id = 2;
- getViewIdBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
-
optional string view_id = 2;
- getVOctets() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- getVOctets() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
4 is unused, was Null which doesn't have a storage anymore
- getVOctets() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
4 is unused, was Null which doesn't have a storage anymore
- getVOctetsBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- getVOctetsOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- getVOctetsOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
4 is unused, was Null which doesn't have a storage anymore
- getVOctetsOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
4 is unused, was Null which doesn't have a storage anymore
- getVSignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional sint64 v_signed_int = 2;
- getVSignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional sint64 v_signed_int = 2;
- getVSignedInt() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional sint64 v_signed_int = 2;
- getVString() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- getVString() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- getVString() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- getVStringBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- getVStringOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- getVStringOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- getVStringOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- getVUnsignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional uint64 v_unsigned_int = 3;
- getVUnsignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional uint64 v_unsigned_int = 3;
- getVUnsignedInt() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional uint64 v_unsigned_int = 3;
- getWarningCount() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- getWarningCount() - Method in class com.mysql.cj.protocol.a.result.OkPacket
- getWarnings() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- getWarnings() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- getWarnings() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- getWarnings() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- getWarnings() - Method in class com.mysql.cj.jdbc.StatementImpl
- getWarnings() - Method in class com.mysql.cj.jdbc.StatementWrapper
- getWarnings() - Method in class com.mysql.cj.protocol.x.StatementExecuteOk
- getWarnings() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
- getWarnings() - Method in interface com.mysql.cj.xdevapi.Result
-
Get warnings generated during statement execution.
- getWarnings() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
- getWarnings() - Method in class com.mysql.cj.xdevapi.UpdateResult
- getWarningsCount() - Method in class com.mysql.cj.protocol.x.StatementExecuteOk
- getWarningsCount() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
- getWarningsCount() - Method in interface com.mysql.cj.xdevapi.Result
-
Get the number of warnings generated during statement execution.
- getWarningsCount() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
- getWarningsCount() - Method in class com.mysql.cj.xdevapi.UpdateResult
- getWeight() - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
- getXAConnection() - Method in class com.mysql.cj.jdbc.MysqlXADataSource
- getXAConnection(String, String) - Method in class com.mysql.cj.jdbc.MysqlXADataSource
- getXAResource() - Method in class com.mysql.cj.jdbc.MysqlXAConnection
- getXAResource() - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
- getYear() - Method in class com.mysql.cj.protocol.InternalDate
- GLOBAL - com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
-
GLOBAL = 1;
- GLOBAL_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
-
GLOBAL = 1;
- GROUP_REPLICATION_STATE_CHANGED - com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
GROUP_REPLICATION_STATE_CHANGED = 4;
- GROUP_REPLICATION_STATE_CHANGED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
GROUP_REPLICATION_STATE_CHANGED = 4;
- groupBy - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
- groupBy(String...) - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Add/replace the aggregation fields for this query.
- groupBy(String...) - Method in class com.mysql.cj.xdevapi.FindStatementImpl
- groupBy(String...) - Method in interface com.mysql.cj.xdevapi.SelectStatement
-
Add/replace the aggregation fields for this query.
- groupBy(String...) - Method in class com.mysql.cj.xdevapi.SelectStatementImpl
- GROUPING_CRITERIA_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- GROUPING_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- GS2_CBIND_FLAG - Static variable in class com.mysql.cj.sasl.ScramShaSaslClient
- gs2Header - Variable in class com.mysql.cj.sasl.ScramShaSaslClient
H
- ha_enableJMX - com.mysql.cj.conf.PropertyKey
- ha_loadBalanceStrategy - com.mysql.cj.conf.PropertyKey
- hadWarnings - Variable in class com.mysql.cj.protocol.a.NativeProtocol
- hadWarnings() - Method in class com.mysql.cj.NativeSession
- hadWarnings() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- handleCleanup(Throwable) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- handleCleanup(Throwable) - Method in interface com.mysql.cj.Session.SessionEventListener
- handleCloseConnection(ReplicationConnection) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
- handleExceptionForBatch(int, int, long[], SQLException) - Method in class com.mysql.cj.jdbc.StatementImpl
- handleNewInstance(Constructor<?>, Object[], ExceptionInterceptor) - Static method in class com.mysql.cj.util.Util
-
Handles constructing new instance with the given constructor and wrapping (or not, as required) the exceptions that could possibly be generated
- handleNormalClose() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- handleNormalClose() - Method in interface com.mysql.cj.Session.SessionEventListener
- handlePropertyChange(RuntimeProperty<?>) - Method in interface com.mysql.cj.conf.RuntimeProperty.RuntimePropertyListener
- handlePropertyChange(RuntimeProperty<?>) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- handleReconnect() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- handleReconnect() - Method in interface com.mysql.cj.Session.SessionEventListener
- hasAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];
- hasAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];
- hasAlgorithm() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];
- hasAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;
- hasAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;
- hasAlgorithm() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;
- hasAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- hasAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string alias = 2;
- hasAlias() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string alias = 2;
- hasAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional string alias = 2;
- hasAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
optional string alias = 2;
- hasAlias() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
optional string alias = 2;
- hasArray() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- hasArray() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Array array = 4;
- hasArray() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Array array = 4;
- hasArray() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- hasArray() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Array array = 9;
- hasArray() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Array array = 9;
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
required bytes auth_data = 1;
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
required bytes auth_data = 1;
- hasAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinueOrBuilder
-
required bytes auth_data = 1;
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
optional bytes auth_data = 1;
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
optional bytes auth_data = 1;
- hasAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOkOrBuilder
-
optional bytes auth_data = 1;
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
optional bytes auth_data = 2;
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
optional bytes auth_data = 2;
- hasAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
optional bytes auth_data = 2;
- hasBuiltIndexMapping() - Method in interface com.mysql.cj.protocol.ColumnDefinition
- hasBuiltIndexMapping() - Method in class com.mysql.cj.result.DefaultColumnDefinition
- hasCapabilities() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- hasCapabilities() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- hasCapabilities() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSetOrBuilder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- hasCapability(String) - Method in class com.mysql.cj.protocol.x.XServerCapabilities
- hasCatalog() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes catalog = 7;
- hasCatalog() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes catalog = 7;
- hasCatalog() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes catalog = 7;
- hasCcAlias() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- hasCcAlias() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns true if property has a camel-case alias.
- hasCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- hasCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- hasCheck() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- hasCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- hasCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- hasCheck() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- hasClientMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- hasClientMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- hasClientMessages() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- hasCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required uint32 code = 2;
- hasCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
required uint32 code = 2;
- hasCode() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
required uint32 code = 2;
- hasCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
required uint32 code = 2;
- hasCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
required uint32 code = 2;
- hasCode() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
required uint32 code = 2;
- hasCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
optional uint64 collation = 2;
- hasCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
optional uint64 collation = 2;
- hasCollation() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.StringOrBuilder
-
optional uint64 collation = 2;
- hasCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint64 collation = 8;
- hasCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint64 collation = 8;
- hasCollation() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint64 collation = 8;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
required .Mysqlx.Crud.Collection collection = 2;
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
required .Mysqlx.Crud.Collection collection = 2;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
required .Mysqlx.Crud.Collection collection = 2;
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
required .Mysqlx.Crud.Collection collection = 2;
- hasCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
optional bool compact_metadata = 3 [default = false];
- hasCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
optional bool compact_metadata = 3 [default = false];
- hasCompactMetadata() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
optional bool compact_metadata = 3 [default = false];
- hasCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
optional bool compact_metadata = 4 [default = false];
- hasCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
optional bool compact_metadata = 4 [default = false];
- hasCompactMetadata() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
optional bool compact_metadata = 4 [default = false];
- hasConditionKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
required uint32 condition_key = 1;
- hasConditionKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
required uint32 condition_key = 1;
- hasConditionKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
-
required uint32 condition_key = 1;
- hasConditionValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional bytes condition_value = 2;
- hasConditionValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
optional bytes condition_value = 2;
- hasConditionValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
-
optional bytes condition_value = 2;
- hasContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
optional uint32 content_type = 2;
- hasContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
optional uint32 content_type = 2;
- hasContentType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.OctetsOrBuilder
-
optional uint32 content_type = 2;
- hasContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 content_type = 12;
- hasContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint32 content_type = 12;
- hasContentType() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint32 content_type = 12;
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Expr.Expr criteria = 3;
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
optional .Mysqlx.Expr.Expr criteria = 3;
- hasCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
optional .Mysqlx.Expr.Expr criteria = 3;
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr criteria = 5;
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Expr.Expr criteria = 5;
- hasCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Expr.Expr criteria = 5;
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Expr.Expr criteria = 4;
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
optional .Mysqlx.Expr.Expr criteria = 4;
- hasCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
optional .Mysqlx.Expr.Expr criteria = 4;
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
required uint32 cursor_id = 1;
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
required uint32 cursor_id = 1;
- hasCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.CloseOrBuilder
-
required uint32 cursor_id = 1;
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
required uint32 cursor_id = 1;
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
required uint32 cursor_id = 1;
- hasCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.FetchOrBuilder
-
required uint32 cursor_id = 1;
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required uint32 cursor_id = 1;
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
required uint32 cursor_id = 1;
- hasCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
required uint32 cursor_id = 1;
- hasData() - Method in interface com.mysql.cj.xdevapi.FetchResult
-
Does this result have data? This indicates that the result was produced from a data-returning query.
- hasData() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
- hasData() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- hasDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- hasDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- hasDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- hasDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- hasDeadlockOrTimeoutRolledBackTx(SQLException) - Method in class com.mysql.cj.jdbc.StatementImpl
- hasDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional string definer = 2;
- hasDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
optional string definer = 2;
- hasDefiner() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
optional string definer = 2;
- hasDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional string definer = 2;
- hasDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional string definer = 2;
- hasDefiner() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional string definer = 2;
- hasDelete() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- hasDelete() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Delete delete = 5;
- hasDelete() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Delete delete = 5;
- hasDirection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- hasDirection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- hasDirection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- hasExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- hasExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
required .Mysqlx.Expr.Expr expr = 1;
- hasExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
-
required .Mysqlx.Expr.Expr expr = 1;
- hasFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
optional uint64 fetch_rows = 5;
- hasFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
optional uint64 fetch_rows = 5;
- hasFetchRows() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.FetchOrBuilder
-
optional uint64 fetch_rows = 5;
- hasFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
optional uint64 fetch_rows = 5;
- hasFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
optional uint64 fetch_rows = 5;
- hasFetchRows() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
optional uint64 fetch_rows = 5;
- hasField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.protocol.x.XMessage
- hasFind() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Find find = 2;
- hasFind() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Find find = 2;
- hasFind() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Find find = 2;
- hasFlags() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 flags = 11;
- hasFlags() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint32 flags = 11;
- hasFlags() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint32 flags = 11;
- hasFractionalDigits() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 fractional_digits = 9;
- hasFractionalDigits() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint32 fractional_digits = 9;
- hasFractionalDigits() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint32 fractional_digits = 9;
- hasFractionalSeconds(Time) - Static method in class com.mysql.cj.util.TimeUtil
- hasFunctionCall() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- hasFunctionCall() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- hasFunctionCall() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- hasGroupingCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- hasGroupingCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- hasGroupingCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- hashCode() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
- hashCode() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.IndexMetaDataKey
- hashCode() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.TableMetaDataKey
- hashCode() - Method in class com.mysql.cj.jdbc.MysqlXid
- hashCode() - Method in class com.mysql.cj.ServerVersion
- hashCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- hashCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- hashCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- hashCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- hashCode() - Method in class com.mysql.cj.xdevapi.CollectionImpl
- hashCode() - Method in class com.mysql.cj.xdevapi.SchemaImpl
- hashCode() - Method in class com.mysql.cj.xdevapi.TableImpl
- hasIdentifier() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- hasIdentifier() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- hasIdentifier() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- hasIfExists() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
optional bool if_exists = 2 [default = false];
- hasIfExists() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
optional bool if_exists = 2 [default = false];
- hasIfExists() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
-
optional bool if_exists = 2 [default = false];
- hasIndex() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional uint32 index = 3;
- hasIndex() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
optional uint32 index = 3;
- hasIndex() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
optional uint32 index = 3;
- hasInitialResponse() - Method in class com.mysql.cj.sasl.ScramShaSaslClient
- hasInitialResponse() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
optional bytes initial_response = 3;
- hasInitialResponse() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
optional bytes initial_response = 3;
- hasInitialResponse() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
optional bytes initial_response = 3;
- hasInsert() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- hasInsert() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Insert insert = 3;
- hasInsert() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Insert insert = 3;
- hasKeepOpen() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
optional bool keep_open = 1 [default = false];
- hasKeepOpen() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
optional bool keep_open = 1 [default = false];
- hasKeepOpen() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.ResetOrBuilder
-
optional bool keep_open = 1 [default = false];
- hasKey() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- hasKey() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
required string key = 1;
- hasKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
-
required string key = 1;
- hasKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required string key = 1;
- hasKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
required string key = 1;
- hasKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
required string key = 1;
- hasLargeFields() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
Check if fields with type BLOB, MEDIUMBLOB, LONGBLOB, TEXT, MEDIUMTEXT or LONGTEXT exist in this ColumnDefinition.
- hasLargeFields() - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
Check if fields with type BLOB, MEDIUMBLOB, LONGBLOB, TEXT, MEDIUMTEXT or LONGTEXT exist in this ColumnDefinition.
- hasLength() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 length = 10;
- hasLength() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint32 length = 10;
- hasLength() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint32 length = 10;
- hasLevel() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
optional .Mysqlx.Notice.Warning.Level level = 1 [default = WARNING];
- hasLevel() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
optional .Mysqlx.Notice.Warning.Level level = 1 [default = WARNING];
- hasLevel() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
optional .Mysqlx.Notice.Warning.Level level = 1 [default = WARNING];
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.Limit limit = 4;
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
optional .Mysqlx.Crud.Limit limit = 4;
- hasLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
optional .Mysqlx.Crud.Limit limit = 4;
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Limit limit = 6;
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.Limit limit = 6;
- hasLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.Limit limit = 6;
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.Limit limit = 5;
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
optional .Mysqlx.Crud.Limit limit = 5;
- hasLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
optional .Mysqlx.Crud.Limit limit = 5;
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- hasLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- hasLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- hasLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- hasLiteral() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- hasLiteral() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- hasLiteral() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- hasLocking() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Find.RowLock locking = 12;
- hasLocking() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.Find.RowLock locking = 12;
- hasLocking() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.Find.RowLock locking = 12;
- hasLockingOptions() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13;
- hasLockingOptions() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13;
- hasLockingOptions() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13;
- hasLongColumnInfo() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- hasLongColumnInfo() - Method in interface com.mysql.cj.protocol.ServerSession
- hasLongColumnInfo() - Method in class com.mysql.cj.protocol.x.XServerSession
- hasMechName() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
required string mech_name = 1;
- hasMechName() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
required string mech_name = 1;
- hasMechName() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
required string mech_name = 1;
- hasMoreResults() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- hasMoreResults() - Method in interface com.mysql.cj.protocol.ServerSession
- hasMoreResults() - Method in class com.mysql.cj.protocol.x.XProtocol
- hasMoreResults() - Method in class com.mysql.cj.protocol.x.XServerSession
- hasMoreTokens() - Method in class com.mysql.cj.util.EscapeTokenizer
-
Does this tokenizer have more tokens available?
- hasMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required string msg = 3;
- hasMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
required string msg = 3;
- hasMsg() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
required string msg = 3;
- hasMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- hasMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
optional string msg = 1;
- hasMsg() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.OkOrBuilder
-
optional string msg = 1;
- hasMsg() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
required string msg = 3;
- hasMsg() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
required string msg = 3;
- hasMsg() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
required string msg = 3;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required string name = 1;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
required string name = 1;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string name = 1;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string name = 2;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
optional string name = 2;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
optional string name = 2;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
required .Mysqlx.Expr.Identifier name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
required .Mysqlx.Expr.Identifier name = 1;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
required .Mysqlx.Expr.Identifier name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
required string name = 1;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
required string name = 1;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes name = 2;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes name = 2;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes name = 2;
- hasNamespace() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
optional string namespace = 3 [default = "sql"];
- hasNamespace() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
optional string namespace = 3 [default = "sql"];
- hasNamespace() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
optional string namespace = 3 [default = "sql"];
- hasNext() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
- hasNext() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
- hasNext() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
- hasNext() - Method in class com.mysql.cj.protocol.x.XProtocolRowInputStream
- hasNext() - Method in class com.mysql.cj.result.BufferedRowList
- hasNext() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
- hasNext() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
- hasNext() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
- hasObj() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- hasObj() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Object obj = 3;
- hasObj() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- hasObject() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- hasObject() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Object object = 8;
- hasObject() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Object object = 8;
- hasOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
optional uint64 offset = 2;
- hasOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
optional uint64 offset = 2;
- hasOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
optional .Mysqlx.Expr.Expr offset = 2;
- hasOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
optional .Mysqlx.Expr.Expr offset = 2;
- hasOffset() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
optional .Mysqlx.Expr.Expr offset = 2;
- hasOffset() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitOrBuilder
-
optional uint64 offset = 2;
- hasOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.protocol.x.XMessage
- hasOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- hasOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- hasOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- hasOp() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- hasOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- hasOp() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- hasOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;
- hasOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;
- hasOperation() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;
- hasOperator() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- hasOperator() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Operator operator = 6;
- hasOperator() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Operator operator = 6;
- hasOriginalName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes original_name = 3;
- hasOriginalName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes original_name = 3;
- hasOriginalName() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes original_name = 3;
- hasOriginalTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes original_table = 5;
- hasOriginalTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes original_table = 5;
- hasOriginalTable() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes original_table = 5;
- hasParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
required .Mysqlx.Notice.SessionStateChanged.Parameter param = 1;
- hasParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
required .Mysqlx.Notice.SessionStateChanged.Parameter param = 1;
- hasParam() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
required .Mysqlx.Notice.SessionStateChanged.Parameter param = 1;
- hasParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
required string param = 1;
- hasParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
required string param = 1;
- hasParam() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
required string param = 1;
- hasPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
required bytes payload = 4;
- hasPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
required bytes payload = 4;
- hasPayload() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
required bytes payload = 4;
- hasPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
optional bytes payload = 3;
- hasPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
optional bytes payload = 3;
- hasPayload() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
optional bytes payload = 3;
- hasPosition() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional uint32 position = 7;
- hasPosition() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional uint32 position = 7;
- hasPosition() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional uint32 position = 7;
- hasPrepareExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- hasPrepareExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- hasPrepareExecute() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessageOrBuilder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- hasReplaceExisting() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional bool replace_existing = 8 [default = false];
- hasReplaceExisting() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
optional bool replace_existing = 8 [default = false];
- hasReplaceExisting() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
optional bool replace_existing = 8 [default = false];
- hasResults() - Method in class com.mysql.cj.protocol.x.XProtocol
-
Used only in tests
- hasRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
required uint64 row_count = 1;
- hasRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
required uint64 row_count = 1;
- hasRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
required .Mysqlx.Expr.Expr row_count = 1;
- hasRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
required .Mysqlx.Expr.Expr row_count = 1;
- hasRowCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
required .Mysqlx.Expr.Expr row_count = 1;
- hasRowCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitOrBuilder
-
required uint64 row_count = 1;
- hasRows() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
- hasRows() - Method in interface com.mysql.cj.protocol.Resultset
-
Does the result set contain rows, or is it the result of a DDL or DML statement?
- hasSameProperties(JdbcConnection) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- hasSameProperties(JdbcConnection) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- hasSameProperties(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- hasSameProperties(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- hasSameProperties(JdbcConnection) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Does this connection have the same properties as another?
- hasScalar() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- hasScalar() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- hasScalar() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- hasSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
optional string schema = 2;
- hasSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
optional string schema = 2;
- hasSchema() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
optional string schema = 2;
- hasSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes schema = 6;
- hasSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes schema = 6;
- hasSchema() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes schema = 6;
- hasSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string schema_name = 4;
- hasSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
optional string schema_name = 4;
- hasSchemaName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
optional string schema_name = 4;
- hasSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- hasSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
optional string schema_name = 2;
- hasSchemaName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
optional string schema_name = 2;
- hasScope() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];
- hasScope() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];
- hasScope() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];
- hasSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];
- hasSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];
- hasSecurity() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];
- hasSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;
- hasSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;
- hasSecurity() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;
- hasServerMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- hasServerMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- hasServerMessages() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- hasSeverity() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
optional .Mysqlx.Error.Severity severity = 1 [default = ERROR];
- hasSeverity() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
optional .Mysqlx.Error.Severity severity = 1 [default = ERROR];
- hasSeverity() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
optional .Mysqlx.Error.Severity severity = 1 [default = ERROR];
- hasSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
required .Mysqlx.Expr.Expr source = 1;
- hasSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
required .Mysqlx.Expr.Expr source = 1;
- hasSource() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
required .Mysqlx.Expr.Expr source = 1;
- hasSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- hasSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- hasSource() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- hasSqlState() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required string sql_state = 4;
- hasSqlState() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
required string sql_state = 4;
- hasSqlState() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
required string sql_state = 4;
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Find stmt = 7;
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
required .Mysqlx.Crud.Find stmt = 7;
- hasStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
required .Mysqlx.Crud.Find stmt = 7;
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.Find stmt = 7;
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional .Mysqlx.Crud.Find stmt = 7;
- hasStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional .Mysqlx.Crud.Find stmt = 7;
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- hasStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- hasStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
required bytes stmt = 1;
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
required bytes stmt = 1;
- hasStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
required bytes stmt = 1;
- hasStmtExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- hasStmtExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- hasStmtExecute() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
required uint32 stmt_id = 1;
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
required uint32 stmt_id = 1;
- hasStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.DeallocateOrBuilder
-
required uint32 stmt_id = 1;
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
required uint32 stmt_id = 1;
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
required uint32 stmt_id = 1;
- hasStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
required uint32 stmt_id = 1;
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required uint32 stmt_id = 1;
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
required uint32 stmt_id = 1;
- hasStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
-
required uint32 stmt_id = 1;
- hasTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes table = 4;
- hasTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes table = 4;
- hasTable() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes table = 4;
- hasTableName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string table_name = 3;
- hasTableName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
optional string table_name = 3;
- hasTableName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
optional string table_name = 3;
- hasTriedMaster() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
Deprecated.
- hasTriedMaster() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
Deprecated.
- hasTriedMaster() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
Deprecated.
- hasTriedMaster() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Deprecated.
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessageOrBuilder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
required .Mysqlx.Expr.Expr.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
required uint32 type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
required uint32 type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
required uint32 type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
required uint32 type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
required uint32 type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
-
required uint32 type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
datatype of the field in a row
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
datatype of the field in a row
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
datatype of the field in a row
- hasUncompressedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional uint64 uncompressed_size = 1;
- hasUncompressedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
optional uint64 uncompressed_size = 1;
- hasUncompressedSize() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
optional uint64 uncompressed_size = 1;
- hasUpdate() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- hasUpdate() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Update update = 4;
- hasUpdate() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Update update = 4;
- hasUpsert() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
optional bool upsert = 6 [default = false];
- hasUpsert() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
optional bool upsert = 6 [default = false];
- hasUpsert() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
optional bool upsert = 6 [default = false];
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
optional .Mysqlx.Expr.Expr value = 3;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
optional .Mysqlx.Expr.Expr value = 3;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
optional .Mysqlx.Expr.Expr value = 3;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
required bytes value = 1;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
required bytes value = 1;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.OctetsOrBuilder
-
required bytes value = 1;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
required bytes value = 1;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
required bytes value = 1;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.StringOrBuilder
-
required bytes value = 1;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional string value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
optional string value = 2;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
optional string value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required .Mysqlx.Expr.Expr value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
required .Mysqlx.Expr.Expr value = 2;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
required .Mysqlx.Expr.Expr value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- hasValueConstraints() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- hasValueConstraints() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Does the property have fixed values based constraints.
- hasVariable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional string variable = 3;
- hasVariable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional string variable = 3;
- hasVariable() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional string variable = 3;
- hasVBool() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional bool v_bool = 8;
- hasVBool() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional bool v_bool = 8;
- hasVBool() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional bool v_bool = 8;
- hasVDouble() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional double v_double = 6;
- hasVDouble() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional double v_double = 6;
- hasVDouble() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional double v_double = 6;
- hasVFloat() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional float v_float = 7;
- hasVFloat() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional float v_float = 7;
- hasVFloat() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional float v_float = 7;
- hasViewId() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
optional string view_id = 2;
- hasViewId() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
optional string view_id = 2;
- hasViewId() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
-
optional string view_id = 2;
- hasVOctets() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- hasVOctets() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
4 is unused, was Null which doesn't have a storage anymore
- hasVOctets() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
4 is unused, was Null which doesn't have a storage anymore
- hasVSignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional sint64 v_signed_int = 2;
- hasVSignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional sint64 v_signed_int = 2;
- hasVSignedInt() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional sint64 v_signed_int = 2;
- hasVString() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- hasVString() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- hasVString() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- hasVUnsignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional uint64 v_unsigned_int = 3;
- hasVUnsignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional uint64 v_unsigned_int = 3;
- hasVUnsignedInt() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional uint64 v_unsigned_int = 3;
- hasWildcards(String) - Static method in class com.mysql.cj.util.StringUtils
-
Does the string contain wildcard symbols ('%' or '_').
- having(String) - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Add/replace the aggregate criteria for this query.
- having(String) - Method in class com.mysql.cj.xdevapi.FindStatementImpl
- having(String) - Method in interface com.mysql.cj.xdevapi.SelectStatement
-
Add/replace the aggregate criteria for this query.
- having(String) - Method in class com.mysql.cj.xdevapi.SelectStatementImpl
- HEADER_LENGTH - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
Size of MySQL packet header (payload size + packet sequence ID).
- HEADER_LENGTH - Static variable in class com.mysql.cj.protocol.x.XMessageHeader
- HEX_DIGITS - Static variable in class com.mysql.cj.AbstractQueryBindings
- hexEscapeBlock(byte[], NativePacketPayload, int) - Method in class com.mysql.cj.AbstractQueryBindings
-
Used to escape binary data with hex for mb charsets
- HISTOGRAM_BUCKETS - Static variable in class com.mysql.cj.log.BaseMetricsHolder
- holdResultsOpenOverClose - Variable in class com.mysql.cj.jdbc.StatementImpl
-
Should this statement hold results open over .close() irregardless of connection's setting?
- holdResultsOpenOverStatementClose - com.mysql.cj.conf.PropertyKey
- homePosition - Variable in class com.mysql.cj.protocol.a.result.AbstractBufferRow
-
The beginning of the row packet
- host - Variable in class com.mysql.cj.protocol.AbstractSocketConnection
- host - Variable in class com.mysql.cj.protocol.StandardSocketFactory
-
The hostname to connect to
- HOST - com.mysql.cj.conf.PropertyKey
-
The hostname value from the properties instance passed to the driver.
- hostInfo - Variable in class com.mysql.cj.CoreSession
- HostInfo - Class in com.mysql.cj.conf
-
This class holds the following MySQL host information: host: an IP or host name.
- HostInfo() - Constructor for class com.mysql.cj.conf.HostInfo
-
Constructs an empty
HostInfo
instance. - HostInfo(DatabaseUrlContainer, String, int, String, String) - Constructor for class com.mysql.cj.conf.HostInfo
-
Constructs a
HostInfo
instance initialized with the provided host, port and user info. - HostInfo(DatabaseUrlContainer, String, int, String, String, boolean, Map<String, String>) - Constructor for class com.mysql.cj.conf.HostInfo
-
Constructs a
HostInfo
instance initialized with the provided host, port, user, password and connection arguments. - HostInfo(DatabaseUrlContainer, String, int, String, String, Map<String, String>) - Constructor for class com.mysql.cj.conf.HostInfo
-
Constructs a
HostInfo
instance initialized with the provided host, port, user, password and connection arguments. - hostName - Variable in class com.mysql.cj.jdbc.MysqlDataSource
-
Hostname
- hosts - Variable in class com.mysql.cj.conf.ConnectionUrl
- hosts - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- hostsCount() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the number of hosts in this connection URL.
- hostsList - Variable in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
- HostsListView - Enum in com.mysql.cj.conf
-
An enumeration that identifies the type of the view intended for getting hosts lists for multi-host connections.
I
- IANA_MECHANISM_NAME - Static variable in class com.mysql.cj.sasl.ScramSha1SaslClient
- IANA_MECHANISM_NAME - Static variable in class com.mysql.cj.sasl.ScramSha256SaslClient
- IDENT - com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
IDENT = 1;
- IDENT_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
IDENT = 1;
- IDENTIFIER_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- IF_EXISTS_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- ignoreNonTxTables - com.mysql.cj.conf.PropertyKey
- implicitlyCloseAllOpenResults() - Method in class com.mysql.cj.jdbc.StatementImpl
-
Close all result sets in this statement.
- includeInnodbStatusInDeadlockExceptions - com.mysql.cj.conf.PropertyKey
- includeThreadDumpInDeadlockExceptions - com.mysql.cj.conf.PropertyKey
- includeThreadNamesAsStatementComment - com.mysql.cj.conf.PropertyKey
- increment() - Method in class com.mysql.cj.AppendingBatchVisitor
- increment() - Method in interface com.mysql.cj.BatchVisitor
- incrementNumberOfPreparedExecutes() - Method in class com.mysql.cj.log.BaseMetricsHolder
- incrementNumberOfPrepares() - Method in class com.mysql.cj.log.BaseMetricsHolder
- incrementNumberOfResultSetsCreated() - Method in class com.mysql.cj.log.BaseMetricsHolder
- INDEX - Static variable in class com.mysql.cj.xdevapi.CreateIndexParams
- INDEX_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- IndexField(DbDoc) - Constructor for class com.mysql.cj.xdevapi.CreateIndexParams.IndexField
-
Constructor.
- indexOf(byte[], char) - Static method in class com.mysql.cj.util.StringUtils
- indexOfIgnoreCase(int, String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Finds the position of a substring within a string ignoring case.
- indexOfIgnoreCase(int, String, String[], String, String, Set<StringUtils.SearchMode>) - Static method in class com.mysql.cj.util.StringUtils
-
Finds the position of the first of a consecutive sequence of strings within a string, ignoring case, with the option to skip text delimited by given markers or within comments.
- indexOfIgnoreCase(int, String, String, String, String, String, Set<StringUtils.SearchMode>) - Static method in class com.mysql.cj.util.StringUtils
-
Finds the position of a substring within a string, ignoring case, with the option to skip text delimited by given markers or within comments.
- indexOfIgnoreCase(int, String, String, String, String, Set<StringUtils.SearchMode>) - Static method in class com.mysql.cj.util.StringUtils
-
Finds the position of a substring within a string, ignoring case, with the option to skip text delimited by given markers or within comments.
- indexOfIgnoreCase(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Finds the position of a substring within a string ignoring case.
- indexOfQuoteDoubleAware(String, String, int) - Static method in class com.mysql.cj.util.StringUtils
- indexToCustomMysqlCharset - Variable in class com.mysql.cj.protocol.a.NativeServerSession
- init(PropertySet, ServerSession, PacketSentTimeHolder, PacketReceivedTimeHolder) - Method in exception com.mysql.cj.exceptions.CJCommunicationsException
- init(Log) - Method in class com.mysql.cj.log.LoggingProfilerEventHandler
- init(Log) - Method in interface com.mysql.cj.log.ProfilerEventHandler
- init(MysqlConnection, Properties, Log) - Method in interface com.mysql.cj.interceptors.QueryInterceptor
-
Called once per connection that wants to use the interceptor The properties are the same ones passed in in the URL or arguments to Driver.connect() or DriverManager.getConnection().
- init(MysqlConnection, Properties, Log) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionLifecycleInterceptor
- init(MysqlConnection, Properties, Log) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedAutoCommitInterceptor
- init(MysqlConnection, Properties, Log) - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called once per connection that wants to use the extension The properties are the same ones passed in in the URL or arguments to Driver.connect() or DriverManager.getConnection().
- init(MysqlConnection, Properties, Log) - Method in class com.mysql.cj.jdbc.interceptors.ResultSetScannerInterceptor
- init(MysqlConnection, Properties, Log) - Method in class com.mysql.cj.jdbc.interceptors.ServerStatusDiffInterceptor
- init(MysqlConnection, Properties, Log) - Method in class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
- init(MysqlConnection, Properties, Log) - Method in class com.mysql.cj.NoSubInterceptorWrapper
- init(Protocol<NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
- init(Protocol<NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
- init(Protocol<NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
- init(Protocol<NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
- init(Protocol<NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
- init(Protocol<NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
- init(Protocol<NativePacketPayload>, PropertySet, ExceptionInterceptor) - Method in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
- init(Protocol<XMessage>, PropertySet, ExceptionInterceptor) - Method in class com.mysql.cj.protocol.x.XAuthenticationProvider
- init(Protocol<M>) - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
We need direct Protocol reference because it isn't available from Connection before authentication complete.
- init(Protocol<M>, PropertySet, ExceptionInterceptor) - Method in interface com.mysql.cj.protocol.AuthenticationProvider
- init(Session, SocketConnection, PropertySet, TransactionEventHandler) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- init(Session, SocketConnection, PropertySet, TransactionEventHandler) - Method in class com.mysql.cj.protocol.AbstractProtocol
- init(Session, SocketConnection, PropertySet, TransactionEventHandler) - Method in interface com.mysql.cj.protocol.Protocol
-
Init method takes the place of constructor.
- init(Session, SocketConnection, PropertySet, TransactionEventHandler) - Method in class com.mysql.cj.protocol.x.XProtocol
- init(Properties) - Method in interface com.mysql.cj.jdbc.ha.LoadBalanceExceptionChecker
-
Called once per connection that wants to use the extension The properties are the same ones passed in in the URL or arguments to Driver.connect() or DriverManager.getConnection().
- init(Properties) - Method in class com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker
- init(Properties, Log) - Method in interface com.mysql.cj.exceptions.ExceptionInterceptor
-
Called once per connection that wants to use the extension The properties are the same ones passed in in the URL or arguments to Driver.connect() or DriverManager.getConnection().
- init(Properties, Log) - Method in class com.mysql.cj.exceptions.ExceptionInterceptorChain
- initBindValues(int) - Method in class com.mysql.cj.AbstractQueryBindings
- initBindValues(int) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- initBindValues(int) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- INITIAL_PACKET_SIZE - Static variable in class com.mysql.cj.protocol.a.NativeProtocol
- INITIAL_RESPONSE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- initialConnectionProps - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- initialConnectionProps - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler
- initialConnectionProps - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareWriterFailoverHandler
- initialize(Connection, Properties) - Method in interface com.mysql.cj.jdbc.ClientInfoProvider
-
Called once by the driver when it needs to configure the provider.
- initialize(Connection, Properties) - Method in class com.mysql.cj.jdbc.ClientInfoProviderSP
- initialize(Connection, Properties) - Method in class com.mysql.cj.jdbc.CommentClientInfoProvider
- initializeFrom(ColumnDefinition) - Method in interface com.mysql.cj.protocol.ColumnDefinition
- initializeFrom(ColumnDefinition) - Method in class com.mysql.cj.result.DefaultColumnDefinition
- initializeFrom(Properties, ExceptionInterceptor) - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
- initializeFrom(Properties, ExceptionInterceptor) - Method in class com.mysql.cj.conf.MemorySizeProperty
- initializeFrom(Properties, ExceptionInterceptor) - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Explicitly set value of this RuntimeProperty according to the self-titled property value contained in extractFrom.
- initializeFrom(Reference, ExceptionInterceptor) - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
- initializeFrom(Reference, ExceptionInterceptor) - Method in class com.mysql.cj.conf.MemorySizeProperty
- initializeFrom(Reference, ExceptionInterceptor) - Method in interface com.mysql.cj.conf.RuntimeProperty
- initializeProperties(Properties) - Method in class com.mysql.cj.conf.DefaultPropertySet
- initializeProperties(Properties) - Method in interface com.mysql.cj.conf.PropertySet
-
Initializes the property set with driver properties that come from URL or passed to the driver manager.
- initializeResultsMetadataFromCache(String, CachedResultSetMetaData, ResultSetInternalMethods) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- initializeResultsMetadataFromCache(String, CachedResultSetMetaData, ResultSetInternalMethods) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- initializeResultsMetadataFromCache(String, CachedResultSetMetaData, ResultSetInternalMethods) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- initializeResultsMetadataFromCache(String, CachedResultSetMetaData, ResultSetInternalMethods) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Caches CachedResultSetMetaData that has been placed in the cache using the given SQL as a key.
- initializeSafeQueryInterceptors() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- initializeSafeQueryInterceptors() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- initializeSafeQueryInterceptors() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- initializeSafeQueryInterceptors() - Method in interface com.mysql.cj.jdbc.JdbcConnection
- initializeWithMetadata() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- initializeWithMetadata() - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
- initialTimeout - com.mysql.cj.conf.PropertyKey
- initialValue - Variable in class com.mysql.cj.conf.AbstractRuntimeProperty
- initLogger(ConnectionUrl) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- initProxy(ConnectionUrl) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- initQuery() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- initQuery() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
- initQuery() - Method in class com.mysql.cj.jdbc.StatementImpl
- initRowsWithMetadata() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
- initRowsWithMetadata() - Method in interface com.mysql.cj.protocol.Resultset
-
Set metadata of this Resultset to ResultsetRows it contains.
- initServerSession() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- initServerSession() - Method in interface com.mysql.cj.protocol.Protocol
- initServerSession() - Method in class com.mysql.cj.protocol.x.XProtocol
- initSettings(ConnectionUrl) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- injectPerTypeProperties(Map<String, String>) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Subclasses must override this method if they need to inject additional properties in the connection arguments map while it's being constructed.
- injectPerTypeProperties(Map<String, String>) - Method in class com.mysql.cj.conf.url.LoadBalanceConnectionUrl
-
Injects additional properties into the connection arguments while it's being constructed.
- injectPerTypeProperties(Map<String, String>) - Method in class com.mysql.cj.conf.url.LoadBalanceDnsSrvConnectionUrl
-
Injects additional properties into the connection arguments while the connection arguments map is being constructed.
- insert() - Method in interface com.mysql.cj.xdevapi.Table
-
Create an insert statement using the list of all columns in the table.
- insert() - Method in class com.mysql.cj.xdevapi.TableImpl
- insert(String...) - Method in interface com.mysql.cj.xdevapi.Table
-
Create an insert statement using the given list columns.
- insert(String...) - Method in class com.mysql.cj.xdevapi.TableImpl
- insert(Map<String, Object>) - Method in interface com.mysql.cj.xdevapi.Table
-
Create an insert statement using the given key/value pairs.
- insert(Map<String, Object>) - Method in class com.mysql.cj.xdevapi.TableImpl
- INSERT - com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
INSERT = 1;
- INSERT_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- INSERT_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
INSERT = 1;
- inserter - Variable in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
PreparedStatement used to insert data
- InsertParams - Class in com.mysql.cj.xdevapi
-
Helper class for collecting parameters for relational insert command.
- InsertParams() - Constructor for class com.mysql.cj.xdevapi.InsertParams
- InsertResult - Interface in com.mysql.cj.xdevapi
-
A result from the table.insert() statement.
- InsertResultBuilder - Class in com.mysql.cj.xdevapi
-
Result builder producing an
InsertResult
instance. - InsertResultBuilder() - Constructor for class com.mysql.cj.xdevapi.InsertResultBuilder
- InsertResultImpl - Class in com.mysql.cj.xdevapi
-
A result from a statement that doesn't return a set of rows.
- InsertResultImpl(StatementExecuteOk) - Constructor for class com.mysql.cj.xdevapi.InsertResultImpl
-
Create a new result.
- insertRow() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- insertRow() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- insertsAreDetected(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- InsertStatement - Interface in com.mysql.cj.xdevapi
-
A statement INSERTing new row(s) into a table.
- InsertStatementImpl - Class in com.mysql.cj.xdevapi
- instance - Static variable in class com.mysql.cj.protocol.x.XProtocolDecoder
- INSTANCE_NAME - Static variable in class com.mysql.cj.jdbc.ha.ca.TopologyServicePropertyKeys
- instrumentation - package instrumentation
- INT - com.mysql.cj.MysqlType
-
INT[(M)] [UNSIGNED] [ZEROFILL] A normal-size integer.
- INT - com.mysql.cj.xdevapi.Type
- INT_LENENC - com.mysql.cj.protocol.a.NativeConstants.IntegerDataType
-
Length-Encoded Integer Type
- INT_UNSIGNED - com.mysql.cj.MysqlType
-
INT[(M)] UNSIGNED [ZEROFILL]
- INT1 - com.mysql.cj.protocol.a.NativeConstants.IntegerDataType
-
1 byte Protocol::FixedLengthInteger
- INT2 - com.mysql.cj.protocol.a.NativeConstants.IntegerDataType
-
2 byte Protocol::FixedLengthInteger
- INT3 - com.mysql.cj.protocol.a.NativeConstants.IntegerDataType
-
3 byte Protocol::FixedLengthInteger
- INT4 - com.mysql.cj.protocol.a.NativeConstants.IntegerDataType
-
4 byte Protocol::FixedLengthInteger
- INT6 - com.mysql.cj.protocol.a.NativeConstants.IntegerDataType
-
6 byte Protocol::FixedLengthInteger
- INT8 - com.mysql.cj.protocol.a.NativeConstants.IntegerDataType
-
8 byte Protocol::FixedLengthInteger
- integerFrom(String, String, int, ExceptionInterceptor) - Static method in class com.mysql.cj.conf.IntegerPropertyDefinition
- IntegerProperty - Class in com.mysql.cj.conf
- IntegerProperty(PropertyDefinition<Integer>) - Constructor for class com.mysql.cj.conf.IntegerProperty
- IntegerPropertyDefinition - Class in com.mysql.cj.conf
- IntegerPropertyDefinition(PropertyKey, int, boolean, String, String, String, int) - Constructor for class com.mysql.cj.conf.IntegerPropertyDefinition
- IntegerPropertyDefinition(PropertyKey, int, boolean, String, String, String, int, int, int) - Constructor for class com.mysql.cj.conf.IntegerPropertyDefinition
- IntegerValueFactory - Class in com.mysql.cj.result
-
A value factory for creating int values.
- IntegerValueFactory(PropertySet) - Constructor for class com.mysql.cj.result.IntegerValueFactory
- interactiveClient - com.mysql.cj.conf.PropertyKey
- interceptException(Exception) - Method in interface com.mysql.cj.exceptions.ExceptionInterceptor
- interceptException(Exception) - Method in class com.mysql.cj.exceptions.ExceptionInterceptorChain
- interfaceExists(String) - Static method in class com.mysql.cj.util.Util
-
Does a network interface exist locally with the given hostname?
- InternalDate - Class in com.mysql.cj.protocol
- InternalDate() - Constructor for class com.mysql.cj.protocol.InternalDate
-
Constructs a zero date.
- InternalDate(int, int, int) - Constructor for class com.mysql.cj.protocol.InternalDate
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
- internalGetFieldAccessorTable() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
- internalGetValueMap() - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
- InternalTime - Class in com.mysql.cj.protocol
- InternalTime() - Constructor for class com.mysql.cj.protocol.InternalTime
-
Constructs a zero time
- InternalTime(int, int, int, int, int) - Constructor for class com.mysql.cj.protocol.InternalTime
- InternalTimestamp - Class in com.mysql.cj.protocol
- InternalTimestamp() - Constructor for class com.mysql.cj.protocol.InternalTimestamp
-
Constructs a zero datetime
- InternalTimestamp(int, int, int, int, int, int, int, int) - Constructor for class com.mysql.cj.protocol.InternalTimestamp
- inTransaction - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- inTransaction() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
- inTransactionOnServer() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- inTransactionOnServer() - Method in interface com.mysql.cj.protocol.ServerSession
- inTransactionOnServer() - Method in class com.mysql.cj.protocol.x.XServerSession
- IntWrapper(int) - Constructor for class com.mysql.cj.util.Base64Decoder.IntWrapper
- invalidate(K) - Method in interface com.mysql.cj.CacheAdapter
- invalidateAll() - Method in interface com.mysql.cj.CacheAdapter
- invalidateAll(Set<K>) - Method in interface com.mysql.cj.CacheAdapter
- invalidateConnection(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Closes specified connection and removes it from required mappings.
- invalidateConnection(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Invalidates the specified connection by closing it.
- invalidateCurrentConnection() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Invalidates the current connection.
- invalidateCurrentConnection() - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Invalidates the current connection.
- InvalidConnectionAttributeException - Exception in com.mysql.cj.exceptions
- InvalidConnectionAttributeException() - Constructor for exception com.mysql.cj.exceptions.InvalidConnectionAttributeException
- InvalidConnectionAttributeException(String) - Constructor for exception com.mysql.cj.exceptions.InvalidConnectionAttributeException
- InvalidConnectionAttributeException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.InvalidConnectionAttributeException
- InvalidConnectionAttributeException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.InvalidConnectionAttributeException
- InvalidConnectionAttributeException(Throwable) - Constructor for exception com.mysql.cj.exceptions.InvalidConnectionAttributeException
- invoke(Object, Method, Object[]) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- invoke(Object, Method, Object[]) - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Proxies method invocation on the java.sql.Connection interface, trapping multi-host specific methods and generic methods.
- invokeCleanupListeners(Throwable) - Method in class com.mysql.cj.NativeSession
- invokeListeners() - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
- invokeMore(Object, Method, Object[]) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Local method invocation handling for this proxy.
- invokeMore(Object, Method, Object[]) - Method in class com.mysql.cj.jdbc.ha.FailoverConnectionProxy
- invokeMore(Object, Method, Object[]) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Proxies method invocation on the java.sql.Connection interface, trapping "close", "isClosed" and "commit/rollback" to switch connections for load balancing.
- invokeMore(Object, Method, Object[]) - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Continuation of the method invocation process, to be implemented within each subclass.
- invokeMore(Object, Method, Object[]) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Proxies method invocation on the java.sql.Connection interface.
- invokeNormalCloseListeners() - Method in class com.mysql.cj.NativeSession
- invokeQueryInterceptorsPost(Supplier<String>, Query, T, boolean) - Method in class com.mysql.cj.NativeSession
- invokeQueryInterceptorsPost(Supplier<String>, Query, T, boolean) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- invokeQueryInterceptorsPost(M, M, boolean) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- invokeQueryInterceptorsPre(Supplier<String>, Query, boolean) - Method in class com.mysql.cj.NativeSession
- invokeQueryInterceptorsPre(Supplier<String>, Query, boolean) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- invokeQueryInterceptorsPre(M, boolean) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- INVOKER - com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
-
INVOKER = 1;
- INVOKER_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
-
INVOKER = 1;
- invokeReconnectListeners() - Method in class com.mysql.cj.NativeSession
- IpAddressUtils - Class in com.mysql.cj.util
- IpAddressUtils() - Constructor for class com.mysql.cj.util.IpAddressUtils
- isAfterLast() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- isAfterLast() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- isAfterLast() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
- isAfterLast() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
- isAfterLast() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
- isAfterLast() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Returns true if we got the last element.
- isAlive() - Static method in class com.mysql.cj.jdbc.AbandonedConnectionCleanupThread
-
Returns true if the working thread is alive.
- isAllowed(int) - Method in enum com.mysql.cj.MysqlType
- isArray() - Method in class com.mysql.cj.xdevapi.CreateIndexParams.IndexField
-
Is the field an array?
- isAuthMethodSwitchRequestPacket() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Is it a Protocol::AuthSwitchRequest packet.
- isAuthMoreData() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Is it a Protocol::AuthMoreData packet.
- isAutocommit() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- isAutocommit() - Method in interface com.mysql.cj.protocol.ServerSession
- isAutocommit() - Method in class com.mysql.cj.protocol.x.XServerSession
- isAutoCommit() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- isAutoCommit() - Method in interface com.mysql.cj.protocol.ServerSession
- isAutoCommit() - Method in class com.mysql.cj.protocol.x.XServerSession
- isAutoIncrement() - Method in class com.mysql.cj.result.Field
- isAutoIncrement() - Method in interface com.mysql.cj.xdevapi.Column
-
Checks if this is an auto increment column.
- isAutoIncrement() - Method in class com.mysql.cj.xdevapi.ColumnImpl
- isAutoIncrement(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- isBeforeFirst() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- isBeforeFirst() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- isBeforeFirst() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
- isBeforeFirst() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
- isBeforeFirst() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
- isBeforeFirst() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Returns if iteration has not occured yet.
- isBinary() - Method in class com.mysql.cj.result.Field
- isBinaryEncoded() - Method in class com.mysql.cj.protocol.a.result.BinaryBufferRow
- isBinaryEncoded() - Method in class com.mysql.cj.protocol.a.result.ByteArrayRow
- isBinaryEncoded() - Method in interface com.mysql.cj.protocol.ResultsetRow
- isBlob() - Method in class com.mysql.cj.result.Field
- isCacheable - Variable in class com.mysql.cj.jdbc.ServerPreparedStatement
- isCached - Variable in class com.mysql.cj.jdbc.ServerPreparedStatement
- isCaseSensitive(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- isCatalogAtStart() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- isClearWarningsCalled() - Method in class com.mysql.cj.AbstractQuery
- isClearWarningsCalled() - Method in class com.mysql.cj.jdbc.StatementImpl
- isClearWarningsCalled() - Method in interface com.mysql.cj.Query
- isClosed - Variable in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
- isClosed - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Has this result set been closed?
- isClosed - Variable in class com.mysql.cj.jdbc.StatementImpl
-
Has this statement been closed?
- isClosed() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- isClosed() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- isClosed() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- isClosed() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- isClosed() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- isClosed() - Method in class com.mysql.cj.jdbc.StatementImpl
- isClosed() - Method in class com.mysql.cj.jdbc.StatementWrapper
- isClosed() - Method in class com.mysql.cj.MysqlxSession
- isClosed() - Method in class com.mysql.cj.NativeSession
- isClosed() - Method in interface com.mysql.cj.Session
- isCloseOnCompletion() - Method in class com.mysql.cj.jdbc.StatementImpl
- isCloseOnCompletion() - Method in class com.mysql.cj.jdbc.StatementWrapper
- isClusterTopologyAvailable - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- isClusterTopologyAvailable() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Checks if proxy is connected to cluster that can report its topology.
- isCommunityEdition(String) - Static method in class com.mysql.cj.util.Util
-
Checks whether the given server version string is a MySQL Community edition
- isComplete() - Method in class com.mysql.cj.sasl.ScramShaSaslClient
- isConnected() - Method in class com.mysql.cj.jdbc.ha.ca.ReaderFailoverResult
-
Checks if process result is successful and new connection to host is established.
- isConnected() - Method in class com.mysql.cj.jdbc.ha.ca.WriterFailoverResult
-
Checks if process result is successful and new connection to host is established.
- isConnectionStringSupported(String) - Static method in class com.mysql.cj.conf.ConnectionUrlParser
-
Checks if the scheme part of given connection string matches one of the
ConnectionUrl.Type
s supported by Connector/J. - isCurrency(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- isCurrentConnectionReadOnly() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- isCurrentConnectionWriter() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- isDataAvailable() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- isDate(String) - Static method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- isDebugEnabled() - Method in class com.mysql.cj.log.Jdk14Logger
- isDebugEnabled() - Method in interface com.mysql.cj.log.Log
-
Is the 'debug' log level enabled?
- isDebugEnabled() - Method in class com.mysql.cj.log.NullLogger
- isDebugEnabled() - Method in class com.mysql.cj.log.Slf4JLogger
- isDebugEnabled() - Method in class com.mysql.cj.log.StandardLogger
- isDecimal() - Method in enum com.mysql.cj.MysqlType
-
Checks if the MySQL Type is a Decimal/Number Type
- isDefinitelyWritable(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- isDynamic() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
- isDynamic() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Returns true if the result set is dynamic.
- isEmpty() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
- isEmpty() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
- isEmpty() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
- isEmpty() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
- isEmpty() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Has no records.
- isEmpty() - Method in class com.mysql.cj.util.ExpiringCache
- isEmptyOrWhitespaceOnly(String) - Static method in class com.mysql.cj.util.StringUtils
- isEnterpriseEdition(String) - Static method in class com.mysql.cj.util.Util
-
Checks whether the given server version string is a MySQL Enterprise edition
- isEOFDeprecated() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- isEOFDeprecated() - Method in interface com.mysql.cj.protocol.ServerSession
- isEOFDeprecated() - Method in class com.mysql.cj.protocol.x.XServerSession
- isEOFPacket() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Is it a EOF packet.
- isErrorEnabled() - Method in class com.mysql.cj.log.Jdk14Logger
- isErrorEnabled() - Method in interface com.mysql.cj.log.Log
-
Is the 'error' log level enabled?
- isErrorEnabled() - Method in class com.mysql.cj.log.NullLogger
- isErrorEnabled() - Method in class com.mysql.cj.log.Slf4JLogger
- isErrorEnabled() - Method in class com.mysql.cj.log.StandardLogger
- isErrorPacket() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Is it a ERROR packet.
- isExplicitlySet() - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
- isExplicitlySet() - Method in interface com.mysql.cj.conf.RuntimeProperty
- isFailoverEnabled() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Checks if cluster-aware failover is enabled/possible.
- isFatalEnabled() - Method in class com.mysql.cj.log.Jdk14Logger
- isFatalEnabled() - Method in interface com.mysql.cj.log.Log
-
Is the 'fatal' log level enabled?
- isFatalEnabled() - Method in class com.mysql.cj.log.NullLogger
- isFatalEnabled() - Method in class com.mysql.cj.log.Slf4JLogger
- isFatalEnabled() - Method in class com.mysql.cj.log.StandardLogger
- isFirst() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- isFirst() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- isFirst() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
- isFirst() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
- isFirst() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
- isFirst() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Are we on the first row of the result set?
- isFoundLoadData() - Method in class com.mysql.cj.ParseInfo
- isFromFunction() - Method in class com.mysql.cj.result.Field
- isGlobalBlacklistEnabled() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Deprecated.
- isGlobalBlocklistEnabled() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Checks if host blocklist management was enabled.
- isHostMaster(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
Deprecated.
- isHostMaster(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Deprecated.
- isHostReplica(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
- isHostReplica(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- isHostReplica(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- isHostSlave(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
Deprecated.
- isHostSlave(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Deprecated.
- isHostSource(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
- isHostSource(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- isHostSource(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- isInfoEnabled() - Method in class com.mysql.cj.log.Jdk14Logger
- isInfoEnabled() - Method in interface com.mysql.cj.log.Log
-
Is the 'info' log level enabled?
- isInfoEnabled() - Method in class com.mysql.cj.log.NullLogger
- isInfoEnabled() - Method in class com.mysql.cj.log.Slf4JLogger
- isInfoEnabled() - Method in class com.mysql.cj.log.StandardLogger
- isInGlobalTx() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- isInGlobalTx() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- isInGlobalTx() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- isInGlobalTx() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Is this connection currently a participant in an XA transaction?
- isInitialized() - Method in class com.mysql.cj.protocol.x.XMessage
- isInitialized() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- isInitialized() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- isInitialized() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- isInitialized() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
- isInitialized() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- isIPv4(String) - Static method in class com.mysql.cj.util.IpAddressUtils
- isIPv6(String) - Static method in class com.mysql.cj.util.IpAddressUtils
- isJdbcInterface(Class<?>) - Static method in class com.mysql.cj.util.Util
-
Recursively checks for interfaces on the given class to determine if it implements a java.sql, javax.sql or com.mysql.cj.jdbc interface.
- isJdbcPackage(String) - Static method in class com.mysql.cj.util.Util
-
Check if the package name is a known JDBC package.
- isLast() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- isLast() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- isLast() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
- isLast() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
- isLast() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
- isLast() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Are we on the last row of the result set?
- isLastRowSent() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- isLastRowSent() - Method in interface com.mysql.cj.protocol.ServerSession
- isLastRowSent() - Method in class com.mysql.cj.protocol.x.XServerSession
- isLoadDataQuery - Variable in class com.mysql.cj.AbstractQueryBindings
-
Is this query a LOAD DATA query?
- isLoadDataQuery() - Method in class com.mysql.cj.AbstractQueryBindings
- isLoadDataQuery() - Method in interface com.mysql.cj.QueryBindings
- isLocallyConnected(Session) - Method in class com.mysql.cj.protocol.NamedPipeSocketFactory
- isLocallyConnected(Session) - Method in interface com.mysql.cj.protocol.SocketMetadata
- isLocallyConnected(Session, String) - Method in interface com.mysql.cj.protocol.SocketMetadata
- isLongParameterSwitchDetected() - Method in class com.mysql.cj.ServerPreparedQueryBindings
- isLowerCaseTableNames() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- isLowerCaseTableNames() - Method in interface com.mysql.cj.protocol.ServerSession
-
Is the server configured to use lower-case table names only?
- isLowerCaseTableNames() - Method in class com.mysql.cj.protocol.x.XServerSession
- isMasterConnection() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Deprecated.
- isMultibyteCharset(String) - Static method in class com.mysql.cj.CharsetMapping
-
Does the character set contain multi-byte encoded characters.
- isMultipleKey() - Method in class com.mysql.cj.result.Field
- isMultiWriterCluster - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- isMultiWriterCluster() - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Check if cached topology belongs to multi-writer cluster.
- isMultiWriterCluster() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Checks if proxy is connected to multi-writer cluster.
- isMultiWriterCluster() - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Check if topology belongs to multi-writer cluster.
- isNeedsPing() - Method in class com.mysql.cj.NativeSession
- isNewHost() - Method in class com.mysql.cj.jdbc.ha.ca.WriterFailoverResult
-
Checks if process successfully connected to a new host.
- isNoBackslashEscapesSet() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
Is the server in a sql_mode that does not allow us to use \\ to escape things?
- isNoBackslashEscapesSet() - Method in interface com.mysql.cj.protocol.ServerSession
- isNoBackslashEscapesSet() - Method in class com.mysql.cj.protocol.x.XServerSession
- isNotNull() - Method in class com.mysql.cj.result.Field
- isNull - Variable in class com.mysql.cj.ClientPreparedQueryBindValue
-
NULL indicator
- isNull() - Method in interface com.mysql.cj.BindValue
- isNull() - Method in class com.mysql.cj.ClientPreparedQueryBindValue
- isNull(int) - Method in class com.mysql.cj.AbstractQueryBindings
- isNull(int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- isNull(int) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
- isNull(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
- isNull(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
- isNull(int) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
- isNull(int) - Method in interface com.mysql.cj.QueryBindings
- isNullable() - Method in interface com.mysql.cj.xdevapi.Column
-
Checks if column can contain null values.
- isNullable() - Method in class com.mysql.cj.xdevapi.ColumnImpl
- isNullable(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
- isNullable(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
- isNullable(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- isNullOrEmpty(String) - Static method in class com.mysql.cj.util.StringUtils
- isNullOrEmpty(List<?>) - Static method in class com.mysql.cj.util.Util
- isNumberSigned() - Method in interface com.mysql.cj.xdevapi.Column
-
Checks if value represents a signed number.
- isNumberSigned() - Method in class com.mysql.cj.xdevapi.ColumnImpl
- isOKPacket() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Is it an OK packet.
- isOpen() - Method in class com.mysql.cj.protocol.x.XProtocol
- isOpen() - Method in interface com.mysql.cj.xdevapi.Session
-
Is this session open?
- isOpen() - Method in class com.mysql.cj.xdevapi.SessionImpl
- isPadded() - Method in interface com.mysql.cj.xdevapi.Column
-
Checks if the value has a padding.
- isPadded() - Method in class com.mysql.cj.xdevapi.ColumnImpl
- isParameter() - Method in exception com.mysql.cj.exceptions.DataTruncationException
- isPartKey() - Method in interface com.mysql.cj.xdevapi.Column
-
Checks if this column is a part of key.
- isPartKey() - Method in class com.mysql.cj.xdevapi.ColumnImpl
- isPasswordless() - Method in class com.mysql.cj.conf.HostInfo
-
Returns true if the is the default one, i.e., no password was provided in the connection URL or arguments.
- isPoolable() - Method in class com.mysql.cj.jdbc.StatementImpl
- isPoolable() - Method in class com.mysql.cj.jdbc.StatementWrapper
- isPrimaryKey() - Method in class com.mysql.cj.result.Field
- isPrimaryKey() - Method in interface com.mysql.cj.xdevapi.Column
-
Checks if this is a primary key column.
- isPrimaryKey() - Method in class com.mysql.cj.xdevapi.ColumnImpl
- isProxySet() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- isProxySet() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- isProxySet() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- isProxySet() - Method in interface com.mysql.cj.jdbc.JdbcConnection
- isQueryCacheEnabled() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- isQueryCacheEnabled() - Method in interface com.mysql.cj.protocol.ServerSession
- isQueryCacheEnabled() - Method in class com.mysql.cj.protocol.x.XServerSession
- isRangeBased() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- isRangeBased() - Method in class com.mysql.cj.conf.IntegerPropertyDefinition
- isRangeBased() - Method in class com.mysql.cj.conf.LongPropertyDefinition
- isRangeBased() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns true if property has range-based constraints
- isRds - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- isRds() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Checks if the proxy is connected to an RDS-hosted cluster.
- isRdsProxy - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- isRdsProxy() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Checks if the proxy is connected to a cluster using RDS proxy.
- isRead() - Method in exception com.mysql.cj.exceptions.DataTruncationException
- isReadOnly() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- isReadOnly() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- isReadOnly() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- isReadOnly() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- isReadOnly() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- isReadOnly() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- isReadOnly() - Method in class com.mysql.cj.result.Field
-
Is this field _definitely_ not writable?
- isReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- isReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- isReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- isReadOnly(boolean) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Tests to see if the connection is in Read Only Mode.
- isReadOnly(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- isRelational - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
- isRelational() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- isRelational() - Method in class com.mysql.cj.xdevapi.FilterableStatement
-
Are relational columns identifiers allowed in this statement?
- isRelational() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Are relational columns identifiers allowed?
- isReplicasConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Checks if current connection is the replicas l/b connection.
- isRequired() - Method in class com.mysql.cj.xdevapi.CreateIndexParams.IndexField
-
Is the field required to exist in the document?
- isResultSetOKPacket() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Is it an OK packet for ResultSet.
- isReusable() - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
- isReusable() - Method in class com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
- isReusable() - Method in class com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
- isReusable() - Method in class com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
- isReusable() - Method in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
- isReusable() - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
- isRunningOnWindows() - Static method in class com.mysql.cj.util.Util
-
Checks if the JVM is running on Windows Operating System.
- isRuntimeModifiable() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- isRuntimeModifiable() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
May the property be changed after initialization.
- isSameResource(JdbcConnection) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- isSameResource(JdbcConnection) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- isSameResource(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- isSameResource(JdbcConnection) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Does this connection have the same resource name as the given connection (for XA)?
- isSameRM(XAResource) - Method in class com.mysql.cj.jdbc.MysqlXAConnection
- isSameRM(XAResource) - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
- isSearchable(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- isSelectQuery() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- isServerLocal() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- isServerLocal() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- isServerLocal() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- isServerLocal() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Is the server this connection is connected to "local" (i.e.
- isServerLocal(Session) - Method in class com.mysql.cj.NativeSession
- isServerTruncatesFracSecs() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- isServerTruncatesFracSecs() - Method in interface com.mysql.cj.protocol.ServerSession
- isServerTruncatesFracSecs() - Method in class com.mysql.cj.protocol.x.XServerSession
- isSet - Variable in class com.mysql.cj.ClientPreparedQueryBindValue
-
has this parameter been set?
- isSet() - Method in interface com.mysql.cj.BindValue
- isSet() - Method in class com.mysql.cj.ClientPreparedQueryBindValue
- isSetNeededForAutoCommitMode(boolean) - Method in class com.mysql.cj.CoreSession
- isSetNeededForAutoCommitMode(boolean) - Method in class com.mysql.cj.NativeSession
- isSetNeededForAutoCommitMode(boolean) - Method in interface com.mysql.cj.Session
- isSetNeededForAutoCommitMode(boolean, boolean) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
Should SET AUTOCOMMIT be sent to server if we are going to set autoCommitFlag in driver
- isSigned(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
- isSigned(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
- isSigned(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- isSigned(MysqlType) - Static method in enum com.mysql.cj.MysqlType
- isSingleBit() - Method in class com.mysql.cj.result.Field
- isSlavesConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Deprecated.
- isSourceConnection() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- isSourceConnection() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- isSourceConnection() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Checks if current connection is to a master (writer) host.
- isSourceConnection() - Method in class com.mysql.cj.jdbc.ha.FailoverConnectionProxy
-
Checks if current connection is to a source host.
- isSourceConnection() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Always returns 'true' as there are no "sources" and "replicas" in this type of connection.
- isSourceConnection() - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Checks if current connection is to a source host.
- isSourceConnection() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- isSourceConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Checks if current connection is the sources l/b connection.
- isSourceConnection() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Is this connection connected to the first host in the list if there is a list of servers in the URL?
- isSqlResultPending() - Method in class com.mysql.cj.protocol.x.XProtocol
- isSSLEstablished() - Method in class com.mysql.cj.CoreSession
- isSSLEstablished() - Method in class com.mysql.cj.NativeSession
- isSSLEstablished() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
- isSSLEstablished() - Method in interface com.mysql.cj.protocol.SocketConnection
- isSSLEstablished() - Method in interface com.mysql.cj.Session
- isSSLEstablished(Socket) - Static method in class com.mysql.cj.protocol.ExportControlled
- isStream - Variable in class com.mysql.cj.ClientPreparedQueryBindValue
- isStream() - Method in interface com.mysql.cj.BindValue
- isStream() - Method in class com.mysql.cj.ClientPreparedQueryBindValue
- isStrictlyNumeric(CharSequence) - Static method in class com.mysql.cj.util.StringUtils
-
Checks is the CharSequence contains digits only.
- isSupported(String) - Static method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
Checks if the given scheme corresponds to one of the connection types the driver supports.
- isTime(String) - Static method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- isTimestamp(String) - Static method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- isTraceEnabled() - Method in class com.mysql.cj.log.Jdk14Logger
- isTraceEnabled() - Method in interface com.mysql.cj.log.Log
-
Is the 'trace' log level enabled?
- isTraceEnabled() - Method in class com.mysql.cj.log.NullLogger
- isTraceEnabled() - Method in class com.mysql.cj.log.Slf4JLogger
- isTraceEnabled() - Method in class com.mysql.cj.log.StandardLogger
- isTransient() - Method in exception com.mysql.cj.exceptions.CJException
- isUniqueKey() - Method in class com.mysql.cj.result.Field
- isUniqueKey() - Method in interface com.mysql.cj.xdevapi.Column
-
Checks if this is a unique key column.
- isUniqueKey() - Method in class com.mysql.cj.xdevapi.ColumnImpl
- isUnsigned() - Method in class com.mysql.cj.result.Field
- isUpsert() - Method in interface com.mysql.cj.xdevapi.AddStatement
-
Check the upsert flag.
- isUpsert() - Method in class com.mysql.cj.xdevapi.AddStatementImpl
- isValid(int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- isValid(int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- isValid(int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- isValidIdChar(char) - Static method in class com.mysql.cj.util.StringUtils
- isVersion(ServerVersion) - Method in class com.mysql.cj.protocol.a.NativeServerSession
- isVersion(ServerVersion) - Method in interface com.mysql.cj.protocol.ServerSession
-
Is the version of the MySQL server we are connected to the given version?
- isVersion(ServerVersion) - Method in class com.mysql.cj.protocol.x.XServerSession
- isView() - Method in interface com.mysql.cj.xdevapi.Table
-
Check if the underlying object is a view or not.
- isView() - Method in class com.mysql.cj.xdevapi.TableImpl
- isWarnEnabled() - Method in class com.mysql.cj.log.Jdk14Logger
- isWarnEnabled() - Method in interface com.mysql.cj.log.Log
-
Is the 'warn' log level enabled?
- isWarnEnabled() - Method in class com.mysql.cj.log.NullLogger
- isWarnEnabled() - Method in class com.mysql.cj.log.Slf4JLogger
- isWarnEnabled() - Method in class com.mysql.cj.log.StandardLogger
- isWrapperFor(Class<?>) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
- isWrapperFor(Class<?>) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- isWrapperFor(Class<?>) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- isWrapperFor(Class<?>) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- isWrapperFor(Class<?>) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- isWrapperFor(Class<?>) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
- isWrapperFor(Class<?>) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- isWrapperFor(Class<?>) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- isWrapperFor(Class<?>) - Method in class com.mysql.cj.jdbc.MysqlDataSource
- isWrapperFor(Class<?>) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
- isWrapperFor(Class<?>) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- isWrapperFor(Class<?>) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- isWrapperFor(Class<?>) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- isWrapperFor(Class<?>) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- isWrapperFor(Class<?>) - Method in class com.mysql.cj.jdbc.StatementImpl
- isWrapperFor(Class<?>) - Method in class com.mysql.cj.jdbc.StatementWrapper
- isWritable(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- isZero() - Method in class com.mysql.cj.protocol.InternalDate
- isZero() - Method in class com.mysql.cj.protocol.InternalTime
- isZero() - Method in class com.mysql.cj.protocol.InternalTimestamp
- isZeroFill() - Method in class com.mysql.cj.result.Field
- ITEM_MERGE - com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
source and value must be documents
- ITEM_MERGE - com.mysql.cj.xdevapi.UpdateType
- ITEM_MERGE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
source and value must be documents
- ITEM_REMOVE - com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
no value (removes the identified path from a object or array)
- ITEM_REMOVE - com.mysql.cj.xdevapi.UpdateType
- ITEM_REMOVE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
no value (removes the identified path from a object or array)
- ITEM_REPLACE - com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
replaces a value if the path exists
- ITEM_REPLACE - com.mysql.cj.xdevapi.UpdateType
- ITEM_REPLACE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
replaces a value if the path exists
- ITEM_SET - com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
sets the new value on the identified path
- ITEM_SET - com.mysql.cj.xdevapi.UpdateType
- ITEM_SET_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
sets the new value on the identified path
- IterateBlock<T> - Class in com.mysql.cj.jdbc
- iterator() - Method in interface com.mysql.cj.xdevapi.FetchResult
-
Create an iterator over all elements of the result.
- IteratorWithCleanup() - Constructor for class com.mysql.cj.jdbc.DatabaseMetaData.IteratorWithCleanup
J
- javaClass - Variable in enum com.mysql.cj.MysqlType
- jdbcCompliant() - Method in class com.mysql.cj.jdbc.NonRegisteringDriver
- jdbcCompliantTruncation - com.mysql.cj.conf.PropertyKey
- jdbcCompliantTruncationForReads - Variable in class com.mysql.cj.result.DefaultValueFactory
- JdbcConnection - Interface in com.mysql.cj.jdbc
-
This interface contains methods that are considered the "vendor extension" to the JDBC API for MySQL's implementation of java.sql.Connection.
- JdbcPreparedStatement - Interface in com.mysql.cj.jdbc
- JdbcPropertySet - Interface in com.mysql.cj.jdbc
- JdbcPropertySetImpl - Class in com.mysql.cj.jdbc
- JdbcPropertySetImpl() - Constructor for class com.mysql.cj.jdbc.JdbcPropertySetImpl
- JdbcStatement - Interface in com.mysql.cj.jdbc
-
This interface contains methods that are considered the "vendor extension" to the JDBC API for MySQL's implementation of java.sql.Statement.
- jdbcType - Variable in enum com.mysql.cj.MysqlType
- Jdk14Logger - Class in com.mysql.cj.log
-
Logging functionality for JDK1.4
- Jdk14Logger(String) - Constructor for class com.mysql.cj.log.Jdk14Logger
-
Creates a new Jdk14Logger object.
- jdkLogger - Variable in class com.mysql.cj.log.Jdk14Logger
-
The underlying logger from JDK-1.4
- joinWithSerialComma(List<?>) - Static method in class com.mysql.cj.util.StringUtils
-
Joins all elements of the given list using serial comma (Oxford comma) rules.
- JSON - com.mysql.cj.MysqlType
-
The size of JSON documents stored in JSON columns is limited to the value of the max_allowed_packet system variable (max value 1073741824).
- JSON - com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
JSON = 2;
- JSON - com.mysql.cj.xdevapi.Type
- JSON_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
JSON = 2;
- JsonArray - Class in com.mysql.cj.xdevapi
-
Represents a JSON array.
- JsonArray() - Constructor for class com.mysql.cj.xdevapi.JsonArray
- JsonLiteral - Enum in com.mysql.cj.xdevapi
-
Represents JSON true, false and null literals.
- JsonNumber - Class in com.mysql.cj.xdevapi
-
Represents a JSON number.
- JsonNumber() - Constructor for class com.mysql.cj.xdevapi.JsonNumber
- JsonParser - Class in com.mysql.cj.xdevapi
- JsonParser() - Constructor for class com.mysql.cj.xdevapi.JsonParser
- JsonString - Class in com.mysql.cj.xdevapi
-
Represents a JSON string.
- JsonString() - Constructor for class com.mysql.cj.xdevapi.JsonString
- JsonValue - Interface in com.mysql.cj.xdevapi
-
Common interface for classes representing standard JSON object, array, number, string and 'true', 'false' and 'null' literals and non-standard extensions like mysqlx.expr() expressions.
- JVM_VENDOR - Static variable in class com.mysql.cj.Constants
- JVM_VERSION - Static variable in class com.mysql.cj.Constants
- jvmMeetsMinimum(int, int) - Static method in class com.mysql.cj.util.Util
K
- KEEP_OPEN_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- KEY_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- KEY_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- keySet() - Method in class com.mysql.cj.util.ExpiringCache
L
- largeRowSizeThreshold - com.mysql.cj.conf.PropertyKey
- last() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- last() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- LAST_UPDATED - Static variable in class com.mysql.cj.jdbc.ha.ca.TopologyServicePropertyKeys
- lastExceptionDealtWith - Variable in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
- lastIndexOf(byte[], char) - Static method in class com.mysql.cj.util.StringUtils
- lastInsertId - Variable in class com.mysql.cj.jdbc.StatementImpl
-
The auto_increment value for the last insert
- lastQueryIsOnDupKeyUpdate - Variable in class com.mysql.cj.jdbc.StatementImpl
-
Whether or not the last query was of the form ON DUPLICATE KEY UPDATE
- lastRequestedIndex - Variable in class com.mysql.cj.protocol.a.result.AbstractBufferRow
-
The last-requested index, used as an optimization, if you ask for the same index, we won't seek to find it.
- lastRequestedPos - Variable in class com.mysql.cj.protocol.a.result.AbstractBufferRow
-
The position of the last-requested index, optimization in concert with lastRequestedIndex.
- LazyString - Class in com.mysql.cj.util
-
A lazy string that can take a byte buffer and encoding and interpret it as a string if/when requested.
- LazyString(byte[], int, int) - Constructor for class com.mysql.cj.util.LazyString
- LazyString(byte[], int, int, String) - Constructor for class com.mysql.cj.util.LazyString
- LazyString(String) - Constructor for class com.mysql.cj.util.LazyString
- ldapServerHostname - com.mysql.cj.conf.PropertyKey
- left - Variable in class com.mysql.cj.conf.ConnectionUrlParser.Pair
- length() - Method in class com.mysql.cj.jdbc.Blob
- length() - Method in class com.mysql.cj.jdbc.BlobFromLocator
- length() - Method in class com.mysql.cj.jdbc.Clob
- length() - Method in class com.mysql.cj.util.LazyString
- LENGTH_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- LEVEL_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- LicenseConfiguration - Class in com.mysql.cj
-
Used in commercially-licensed clients that require connections to commercially-licensed servers as part of the licensing terms.
- limit - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
- limit(long) - Method in interface com.mysql.cj.xdevapi.DeleteStatement
-
Add/replace the row limit for the deletion.
- limit(long) - Method in class com.mysql.cj.xdevapi.FilterableStatement
-
Add row limit to this statement.
- limit(long) - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Add/replace the document limit for this query.
- limit(long) - Method in interface com.mysql.cj.xdevapi.ModifyStatement
-
Add/replace the document limit for this statement.
- limit(long) - Method in interface com.mysql.cj.xdevapi.RemoveStatement
-
Add/replace the document limit for the removal.
- limit(long) - Method in interface com.mysql.cj.xdevapi.SelectStatement
-
Add/replace the row limit for this query.
- limit(long) - Method in interface com.mysql.cj.xdevapi.UpdateStatement
-
Add/replace the row limit for this statement.
- LIMIT_EXPR_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- LIMIT_EXPR_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- LIMIT_EXPR_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- LIMIT_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- LIMIT_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- LIMIT_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- LITERAL - com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
LITERAL = 2;
- LITERAL_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- LITERAL_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
LITERAL = 2;
- liveConnections - Variable in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
- LOADBALANCE_CONNECTION - com.mysql.cj.conf.ConnectionUrl.Type
- LOADBALANCE_DNS_SRV_CONNECTION - com.mysql.cj.conf.ConnectionUrl.Type
- loadBalanceAutoCommitStatementRegex - com.mysql.cj.conf.PropertyKey
- loadBalanceAutoCommitStatementThreshold - com.mysql.cj.conf.PropertyKey
- loadBalanceBlocklistTimeout - com.mysql.cj.conf.PropertyKey
- loadBalanceConnectionGroup - com.mysql.cj.conf.PropertyKey
- LoadBalanceConnectionGroupManager - Class in com.mysql.cj.jdbc.jmx
- LoadBalanceConnectionGroupManager() - Constructor for class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
- LoadBalanceConnectionGroupManagerMBean - Interface in com.mysql.cj.jdbc.jmx
- LoadBalanceConnectionUrl - Class in com.mysql.cj.conf.url
- LoadBalanceConnectionUrl(ConnectionUrlParser, Properties) - Constructor for class com.mysql.cj.conf.url.LoadBalanceConnectionUrl
-
Constructs an instance of
LoadBalanceConnectionUrl
, performing all the required initializations and validations. - LoadBalanceConnectionUrl(List<HostInfo>, Map<String, String>) - Constructor for class com.mysql.cj.conf.url.LoadBalanceConnectionUrl
-
Constructs an instance of a
LoadBalanceConnectionUrl
based on a list of hosts and a global set of properties instead of connection string parsing. - LoadBalancedAutoCommitInterceptor - Class in com.mysql.cj.jdbc.ha
- LoadBalancedAutoCommitInterceptor() - Constructor for class com.mysql.cj.jdbc.ha.LoadBalancedAutoCommitInterceptor
- LoadBalancedConnection - Interface in com.mysql.cj.jdbc.ha
- LoadBalancedConnectionProxy - Class in com.mysql.cj.jdbc.ha
-
A proxy for a dynamic com.mysql.cj.jdbc.JdbcConnection implementation that load balances requests across a series of MySQL JDBC connections, where the balancing takes place at transaction commit.
- LoadBalancedConnectionProxy(ConnectionUrl) - Constructor for class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Creates a proxy for java.sql.Connection that routes requests between the hosts in the connection URL.
- LoadBalancedMySQLConnection - Class in com.mysql.cj.jdbc.ha
- LoadBalancedMySQLConnection(LoadBalancedConnectionProxy) - Constructor for class com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
- LoadBalanceDnsSrvConnectionUrl - Class in com.mysql.cj.conf.url
- LoadBalanceDnsSrvConnectionUrl(ConnectionUrlParser, Properties) - Constructor for class com.mysql.cj.conf.url.LoadBalanceDnsSrvConnectionUrl
-
Constructs an instance of
LoadBalanceDnsSrvConnectionUrl
, performing all the required initializations and validations. - loadBalanceExceptionChecker - com.mysql.cj.conf.PropertyKey
- LoadBalanceExceptionChecker - Interface in com.mysql.cj.jdbc.ha
- loadBalanceHostRemovalGracePeriod - com.mysql.cj.conf.PropertyKey
- loadBalancePingTimeout - com.mysql.cj.conf.PropertyKey
- loadBalanceSQLExceptionSubclassFailover - com.mysql.cj.conf.PropertyKey
- loadBalanceSQLStateFailover - com.mysql.cj.conf.PropertyKey
- loadBalanceValidateConnectionOnSwapServer - com.mysql.cj.conf.PropertyKey
- loadClasses(String, String, ExceptionInterceptor) - Static method in class com.mysql.cj.util.Util
- loadServerVariables(Object, String) - Method in class com.mysql.cj.NativeSession
-
Loads the result of 'SHOW VARIABLES' into the serverVariables field so that the driver can configure itself.
- LOCAL - com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
-
the view WHERE clause is checked, but no underlying views are checked
- LOCAL - com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
-
LOCAL = 2;
- LOCAL_CHARACTER_SET_RESULTS - Static variable in interface com.mysql.cj.protocol.ServerSession
- LOCAL_TEMPORARY - com.mysql.cj.jdbc.DatabaseMetaData.TableType
- LOCAL_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
-
the view WHERE clause is checked, but no underlying views are checked
- LOCAL_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
-
LOCAL = 2;
- localCreateFromDate(InternalDate) - Method in class com.mysql.cj.result.LocalDateTimeValueFactory
-
Create a LocalDateTime from a DATE value.
- localCreateFromDate(InternalDate) - Method in class com.mysql.cj.result.LocalDateValueFactory
- localCreateFromDate(InternalDate) - Method in class com.mysql.cj.result.OffsetDateTimeValueFactory
-
Create an OffsetDateTime from a DATE value.
- localCreateFromDate(InternalDate) - Method in class com.mysql.cj.result.SqlDateValueFactory
- localCreateFromDate(InternalDate) - Method in class com.mysql.cj.result.SqlTimestampValueFactory
-
Create a Timestamp from a DATE value.
- localCreateFromDate(InternalDate) - Method in class com.mysql.cj.result.UtilCalendarValueFactory
-
Create a Calendar from a DATE value.
- localCreateFromDate(InternalDate) - Method in class com.mysql.cj.result.ZonedDateTimeValueFactory
-
Create an ZonedDateTime from a DATE value.
- localCreateFromDatetime(InternalTimestamp) - Method in class com.mysql.cj.result.LocalDateTimeValueFactory
- localCreateFromDatetime(InternalTimestamp) - Method in class com.mysql.cj.result.LocalDateValueFactory
- localCreateFromDatetime(InternalTimestamp) - Method in class com.mysql.cj.result.LocalTimeValueFactory
- localCreateFromDatetime(InternalTimestamp) - Method in class com.mysql.cj.result.OffsetDateTimeValueFactory
- localCreateFromDatetime(InternalTimestamp) - Method in class com.mysql.cj.result.OffsetTimeValueFactory
- localCreateFromDatetime(InternalTimestamp) - Method in class com.mysql.cj.result.SqlDateValueFactory
- localCreateFromDatetime(InternalTimestamp) - Method in class com.mysql.cj.result.SqlTimestampValueFactory
- localCreateFromDatetime(InternalTimestamp) - Method in class com.mysql.cj.result.SqlTimeValueFactory
- localCreateFromDatetime(InternalTimestamp) - Method in class com.mysql.cj.result.UtilCalendarValueFactory
- localCreateFromDatetime(InternalTimestamp) - Method in class com.mysql.cj.result.ZonedDateTimeValueFactory
- localCreateFromTime(InternalTime) - Method in class com.mysql.cj.result.LocalDateTimeValueFactory
-
Create a LocalDateTime from a TIME value.
- localCreateFromTime(InternalTime) - Method in class com.mysql.cj.result.LocalTimeValueFactory
- localCreateFromTime(InternalTime) - Method in class com.mysql.cj.result.OffsetDateTimeValueFactory
-
Create an OffsetDateTime from a TIME value.
- localCreateFromTime(InternalTime) - Method in class com.mysql.cj.result.OffsetTimeValueFactory
- localCreateFromTime(InternalTime) - Method in class com.mysql.cj.result.SqlDateValueFactory
- localCreateFromTime(InternalTime) - Method in class com.mysql.cj.result.SqlTimestampValueFactory
-
Create a Timestamp from a TIME value.
- localCreateFromTime(InternalTime) - Method in class com.mysql.cj.result.SqlTimeValueFactory
- localCreateFromTime(InternalTime) - Method in class com.mysql.cj.result.UtilCalendarValueFactory
-
Create a Calendar from a TIME value.
- localCreateFromTime(InternalTime) - Method in class com.mysql.cj.result.ZonedDateTimeValueFactory
-
Create an ZonedDateTime from a TIME value.
- localCreateFromTimestamp(InternalTimestamp) - Method in class com.mysql.cj.result.LocalDateTimeValueFactory
- localCreateFromTimestamp(InternalTimestamp) - Method in class com.mysql.cj.result.LocalDateValueFactory
- localCreateFromTimestamp(InternalTimestamp) - Method in class com.mysql.cj.result.LocalTimeValueFactory
- localCreateFromTimestamp(InternalTimestamp) - Method in class com.mysql.cj.result.OffsetDateTimeValueFactory
- localCreateFromTimestamp(InternalTimestamp) - Method in class com.mysql.cj.result.OffsetTimeValueFactory
- localCreateFromTimestamp(InternalTimestamp) - Method in class com.mysql.cj.result.SqlDateValueFactory
- localCreateFromTimestamp(InternalTimestamp) - Method in class com.mysql.cj.result.SqlTimestampValueFactory
- localCreateFromTimestamp(InternalTimestamp) - Method in class com.mysql.cj.result.SqlTimeValueFactory
- localCreateFromTimestamp(InternalTimestamp) - Method in class com.mysql.cj.result.UtilCalendarValueFactory
- localCreateFromTimestamp(InternalTimestamp) - Method in class com.mysql.cj.result.ZonedDateTimeValueFactory
- LocalDateTimeValueFactory - Class in com.mysql.cj.result
-
Value factory to create
LocalDateTime
instances. - LocalDateTimeValueFactory(PropertySet) - Constructor for class com.mysql.cj.result.LocalDateTimeValueFactory
- LocalDateValueFactory - Class in com.mysql.cj.result
-
A value factory for creating
LocalDate
values. - LocalDateValueFactory(PropertySet) - Constructor for class com.mysql.cj.result.LocalDateValueFactory
- LocalDateValueFactory(PropertySet, WarningListener) - Constructor for class com.mysql.cj.result.LocalDateValueFactory
- localSocketAddress - com.mysql.cj.conf.PropertyKey
- LocalTimeValueFactory - Class in com.mysql.cj.result
-
A value factory to create
LocalTime
instances. - LocalTimeValueFactory(PropertySet) - Constructor for class com.mysql.cj.result.LocalTimeValueFactory
- LocalTimeValueFactory(PropertySet, WarningListener) - Constructor for class com.mysql.cj.result.LocalTimeValueFactory
- locatorFetchBufferSize - com.mysql.cj.conf.PropertyKey
- locatorsUpdateCopy() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- lock - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
- lockExclusive() - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Locks matching rows exclusively so no other transactions can read or write to them.
- lockExclusive() - Method in class com.mysql.cj.xdevapi.FindStatementImpl
- lockExclusive() - Method in interface com.mysql.cj.xdevapi.SelectStatement
-
Locks matching rows exclusively so no other transactions can read or write to them.
- lockExclusive() - Method in class com.mysql.cj.xdevapi.SelectStatementImpl
- lockExclusive(Statement.LockContention) - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Locks matching rows exclusively so no other transactions can read or write to them, using the provided lock contention option.
- lockExclusive(Statement.LockContention) - Method in class com.mysql.cj.xdevapi.FindStatementImpl
- lockExclusive(Statement.LockContention) - Method in interface com.mysql.cj.xdevapi.SelectStatement
-
Locks matching rows exclusively so no other transactions can read or write to them, using the provided lock contention option.
- lockExclusive(Statement.LockContention) - Method in class com.mysql.cj.xdevapi.SelectStatementImpl
- LOCKING_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- LOCKING_OPTIONS_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- lockOption - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
- lockShared() - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Locks matching rows against updates.
- lockShared() - Method in class com.mysql.cj.xdevapi.FindStatementImpl
- lockShared() - Method in interface com.mysql.cj.xdevapi.SelectStatement
-
Locks matching rows against updates.
- lockShared() - Method in class com.mysql.cj.xdevapi.SelectStatementImpl
- lockShared(Statement.LockContention) - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Locks matching rows against updates using the provided lock contention option.
- lockShared(Statement.LockContention) - Method in class com.mysql.cj.xdevapi.FindStatementImpl
- lockShared(Statement.LockContention) - Method in interface com.mysql.cj.xdevapi.SelectStatement
-
Locks matching rows against updates using the provided lock contention option.
- lockShared(Statement.LockContention) - Method in class com.mysql.cj.xdevapi.SelectStatementImpl
- log - Variable in class com.mysql.cj.CoreSession
-
The logger we're going to use
- log - Variable in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
The logger we're going to use.
- log - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
The logger we're going to use.
- log - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler
-
The logger we're going to use.
- log - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareWriterFailoverHandler
-
The logger we're going to use.
- log - Variable in class com.mysql.cj.protocol.AbstractProtocol
-
The logger we're going to use
- log - Variable in class com.mysql.cj.protocol.ReadAheadInputStream
- Log - Interface in com.mysql.cj.log
-
Unified interface to logging facilities on different platforms
- logDebug(Object) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message instance using the 'debug' level
- logDebug(Object) - Method in interface com.mysql.cj.log.Log
-
Logs the given message instance using the 'debug' level
- logDebug(Object) - Method in class com.mysql.cj.log.NullLogger
- logDebug(Object) - Method in class com.mysql.cj.log.Slf4JLogger
- logDebug(Object) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message instance using the 'debug' level
- logDebug(Object, Throwable) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message and Throwable at the 'debug' level.
- logDebug(Object, Throwable) - Method in interface com.mysql.cj.log.Log
-
Logs the given message and Throwable at the 'debug' level.
- logDebug(Object, Throwable) - Method in class com.mysql.cj.log.NullLogger
- logDebug(Object, Throwable) - Method in class com.mysql.cj.log.Slf4JLogger
- logDebug(Object, Throwable) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message and Throwable at the 'debug' level.
- logError(Object) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message instance using the 'error' level
- logError(Object) - Method in interface com.mysql.cj.log.Log
-
Logs the given message instance using the 'error' level
- logError(Object) - Method in class com.mysql.cj.log.NullLogger
- logError(Object) - Method in class com.mysql.cj.log.Slf4JLogger
- logError(Object) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message instance using the 'error' level
- logError(Object, Throwable) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message and Throwable at the 'error' level.
- logError(Object, Throwable) - Method in interface com.mysql.cj.log.Log
-
Logs the given message and Throwable at the 'error' level.
- logError(Object, Throwable) - Method in class com.mysql.cj.log.NullLogger
- logError(Object, Throwable) - Method in class com.mysql.cj.log.Slf4JLogger
- logError(Object, Throwable) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message and Throwable at the 'error' level.
- LogFactory - Class in com.mysql.cj.log
-
Creates instances of loggers for the driver to use.
- LogFactory() - Constructor for class com.mysql.cj.log.LogFactory
- logFatal(Object) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message instance using the 'fatal' level
- logFatal(Object) - Method in interface com.mysql.cj.log.Log
-
Logs the given message instance using the 'fatal' level
- logFatal(Object) - Method in class com.mysql.cj.log.NullLogger
- logFatal(Object) - Method in class com.mysql.cj.log.Slf4JLogger
- logFatal(Object) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message instance using the 'fatal' level
- logFatal(Object, Throwable) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message and Throwable at the 'fatal' level.
- logFatal(Object, Throwable) - Method in interface com.mysql.cj.log.Log
-
Logs the given message and Throwable at the 'fatal' level.
- logFatal(Object, Throwable) - Method in class com.mysql.cj.log.NullLogger
- logFatal(Object, Throwable) - Method in class com.mysql.cj.log.Slf4JLogger
- logFatal(Object, Throwable) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message and Throwable at the 'fatal' level.
- logger - com.mysql.cj.conf.PropertyKey
- LOGGER_INSTANCE_NAME - Static variable in interface com.mysql.cj.log.Log
-
Logger instance name
- LoggingProfilerEventHandler - Class in com.mysql.cj.log
-
A profile event handler that just logs to the standard logging mechanism of the driver.
- LoggingProfilerEventHandler() - Constructor for class com.mysql.cj.log.LoggingProfilerEventHandler
- logInfo(Object) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message instance using the 'info' level
- logInfo(Object) - Method in interface com.mysql.cj.log.Log
-
Logs the given message instance using the 'info' level
- logInfo(Object) - Method in class com.mysql.cj.log.NullLogger
- logInfo(Object) - Method in class com.mysql.cj.log.Slf4JLogger
- logInfo(Object) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message instance using the 'info' level
- logInfo(Object, Throwable) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message and Throwable at the 'info' level.
- logInfo(Object, Throwable) - Method in interface com.mysql.cj.log.Log
-
Logs the given message and Throwable at the 'info' level.
- logInfo(Object, Throwable) - Method in class com.mysql.cj.log.NullLogger
- logInfo(Object, Throwable) - Method in class com.mysql.cj.log.Slf4JLogger
- logInfo(Object, Throwable) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message and Throwable at the 'info' level.
- logInternal(int, Object, Throwable) - Method in class com.mysql.cj.log.StandardLogger
- loginTimeoutCheckTimestamp - Variable in class com.mysql.cj.protocol.StandardSocketFactory
-
Time when last Login Timeout check occurred
- loginTimeoutCountdown - Variable in class com.mysql.cj.protocol.StandardSocketFactory
-
The remaining login time in milliseconds.
- logSlowQueries - com.mysql.cj.conf.PropertyKey
- logSlowQueries - Variable in class com.mysql.cj.jdbc.StatementImpl
- logSlowQueries - Variable in class com.mysql.cj.ServerPreparedQuery
-
The "logSlowQueries" connection property value
- logTrace(Object) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message instance using the 'trace' level
- logTrace(Object) - Method in interface com.mysql.cj.log.Log
-
Logs the given message instance using the 'trace' level
- logTrace(Object) - Method in class com.mysql.cj.log.NullLogger
- logTrace(Object) - Method in class com.mysql.cj.log.Slf4JLogger
- logTrace(Object) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message instance using the 'trace' level
- logTrace(Object, Throwable) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message and Throwable at the 'trace' level.
- logTrace(Object, Throwable) - Method in interface com.mysql.cj.log.Log
-
Logs the given message and Throwable at the 'trace' level.
- logTrace(Object, Throwable) - Method in class com.mysql.cj.log.NullLogger
- logTrace(Object, Throwable) - Method in class com.mysql.cj.log.Slf4JLogger
- logTrace(Object, Throwable) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message and Throwable at the 'trace' level.
- LogUtils - Class in com.mysql.cj.util
- LogUtils() - Constructor for class com.mysql.cj.util.LogUtils
- logWarn(Object) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message instance using the 'warn' level
- logWarn(Object) - Method in interface com.mysql.cj.log.Log
-
Logs the given message instance using the 'warn' level
- logWarn(Object) - Method in class com.mysql.cj.log.NullLogger
- logWarn(Object) - Method in class com.mysql.cj.log.Slf4JLogger
- logWarn(Object) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message instance using the 'warn' level
- logWarn(Object, Throwable) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message and Throwable at the 'warn' level.
- logWarn(Object, Throwable) - Method in interface com.mysql.cj.log.Log
-
Logs the given message and Throwable at the 'warn' level.
- logWarn(Object, Throwable) - Method in class com.mysql.cj.log.NullLogger
- logWarn(Object, Throwable) - Method in class com.mysql.cj.log.Slf4JLogger
- logWarn(Object, Throwable) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message and Throwable at the 'warn' level.
- logWriter - Variable in class com.mysql.cj.jdbc.MysqlDataSource
-
Log stream
- logXaCommands - com.mysql.cj.conf.PropertyKey
- logXaCommands - Variable in class com.mysql.cj.jdbc.MysqlXAConnection
- LONGBLOB - com.mysql.cj.MysqlType
-
LONGBLOB A BLOB column with a maximum length of 4,294,967,295 or 4GB (232 - 1) bytes.
- longestQueryTimeMs - Variable in class com.mysql.cj.log.BaseMetricsHolder
-
If gathering metrics, what was the execution time of the longest query so far ?
- LongProperty - Class in com.mysql.cj.conf
- LongProperty(PropertyDefinition<Long>) - Constructor for class com.mysql.cj.conf.LongProperty
- LongPropertyDefinition - Class in com.mysql.cj.conf
- LongPropertyDefinition(PropertyKey, long, boolean, String, String, String, int) - Constructor for class com.mysql.cj.conf.LongPropertyDefinition
- LongPropertyDefinition(PropertyKey, long, boolean, String, String, String, int, long, long) - Constructor for class com.mysql.cj.conf.LongPropertyDefinition
- LONGTEXT - com.mysql.cj.MysqlType
-
LONGTEXT [CHARACTER SET charset_name] [COLLATE collation_name] A TEXT column with a maximum length of 4,294,967,295 or 4GB (232 - 1) characters.
- LongValueFactory - Class in com.mysql.cj.result
-
A value factory for creating long values.
- LongValueFactory(PropertySet) - Constructor for class com.mysql.cj.result.LongValueFactory
- lookupSrvRecords(String) - Static method in class com.mysql.cj.util.DnsSrv
- lowerCaseTableNames() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- lowerCaseTableNames() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- lowerCaseTableNames() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- lowerCaseTableNames() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Is the server configured to use lower-case table names only?
- LRUCache<K,V> - Class in com.mysql.cj.util
- LRUCache(int) - Constructor for class com.mysql.cj.util.LRUCache
M
- main(String[]) - Static method in class com.mysql.cj.jdbc.admin.TimezoneDump
-
Entry point for program when called from the command line.
- main(String[]) - Static method in class demo.x.devapi.DevApiSample
- main(String[]) - Static method in class documentation.ErrorMappingsDocGenerator
- main(String[]) - Static method in class documentation.PropertiesDocGenerator
- main(String[]) - Static method in class instrumentation.AddMethods
- main(String[]) - Static method in class instrumentation.CommonChecks
- main(String[]) - Static method in class instrumentation.TranslateExceptions
- maintainTimeStats - com.mysql.cj.conf.PropertyKey
- maintainTimeStats - Variable in class com.mysql.cj.CoreSession
- MAP_SIZE - Static variable in class com.mysql.cj.CharsetMapping
- mapOutputParameterIndexToRsIndex(int) - Method in class com.mysql.cj.jdbc.CallableStatement
- mapXAExceptionFromSQLException(SQLException) - Static method in class com.mysql.cj.jdbc.MysqlXAConnection
- markSupported() - Method in class com.mysql.cj.protocol.ReadAheadInputStream
- MAX_IDENTIFIER_LENGTH - Static variable in class com.mysql.cj.jdbc.DatabaseMetaData
- MAX_PACKET_SIZE - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
Maximum size of MySQL packet payload.
- MAX_QUERY_SIZE_TO_EXPLAIN - Static variable in class com.mysql.cj.protocol.a.NativeProtocol
- MAX_ROWS - Static variable in interface com.mysql.cj.jdbc.JdbcStatement
- MAX_SIGNED_LONG_LEN - Static variable in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
Max string length of a signed long = 9223372036854775807 (19+1 for minus sign)
- maxAllowedPacket - com.mysql.cj.conf.PropertyKey
- maxAllowedPacket - Variable in class com.mysql.cj.AbstractQuery
- maxAllowedPacket - Variable in class com.mysql.cj.jdbc.StatementImpl
- maxAllowedPacket - Variable in class com.mysql.cj.protocol.a.SimplePacketReader
- maxBufferSize - Static variable in class com.mysql.cj.jdbc.DatabaseMetaData
-
Default max buffer size.
- maxElements - Variable in class com.mysql.cj.util.LRUCache
- maxFailoverTimeoutMs - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler
- maxFailoverTimeoutMs - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareWriterFailoverHandler
- maxFieldSize - Variable in class com.mysql.cj.jdbc.StatementImpl
-
The max field size for this statement
- maximumNumberTablesAccessed - Variable in class com.mysql.cj.log.BaseMetricsHolder
- maxQuerySizeToLog - com.mysql.cj.conf.PropertyKey
- maxReconnects - com.mysql.cj.conf.PropertyKey
- maxRows - com.mysql.cj.conf.PropertyKey
- maxRows - Variable in class com.mysql.cj.jdbc.StatementImpl
-
The maximum number of rows to return for this statement (-1 means _all_ rows)
- mc - Variable in class com.mysql.cj.jdbc.ConnectionWrapper
- MECH_NAME_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- MECHANISM_NAME - Static variable in class com.mysql.cj.sasl.ScramSha1SaslClient
- MECHANISM_NAME - Static variable in class com.mysql.cj.sasl.ScramSha256SaslClient
- MEDIUMBLOB - com.mysql.cj.MysqlType
-
MEDIUMBLOB A BLOB column with a maximum length of 16,777,215 (224 - 1) bytes.
- MEDIUMINT - com.mysql.cj.MysqlType
-
MEDIUMINT[(M)] [UNSIGNED] [ZEROFILL] A medium-sized integer.
- MEDIUMINT - com.mysql.cj.xdevapi.Type
- MEDIUMINT_UNSIGNED - com.mysql.cj.MysqlType
-
MEDIUMINT[(M)] UNSIGNED [ZEROFILL]
- MEDIUMTEXT - com.mysql.cj.MysqlType
-
MEDIUMTEXT [CHARACTER SET charset_name] [COLLATE collation_name] A TEXT column with a maximum length of 16,777,215 (224 - 1) characters.
- meetsMinimum(ServerVersion) - Method in class com.mysql.cj.ServerVersion
-
Does this version meet the minimum specified by `min'?
- MEMBER - com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
.member
- MEMBER_ASTERISK - com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
.*
- MEMBER_ASTERISK_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
.*
- MEMBER_ROLE_CHANGE - com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
MEMBER_ROLE_CHANGE = 3;
- MEMBER_ROLE_CHANGE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
MEMBER_ROLE_CHANGE = 3;
- MEMBER_STATE_CHANGE - com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
MEMBER_STATE_CHANGE = 4;
- MEMBER_STATE_CHANGE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
MEMBER_STATE_CHANGE = 4;
- MEMBER_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
.member
- MEMBERSHIP_QUORUM_LOSS - com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
MEMBERSHIP_QUORUM_LOSS = 1;
- MEMBERSHIP_QUORUM_LOSS_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
MEMBERSHIP_QUORUM_LOSS = 1;
- MEMBERSHIP_VIEW_CHANGE - com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
MEMBERSHIP_VIEW_CHANGE = 2;
- MEMBERSHIP_VIEW_CHANGE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
MEMBERSHIP_VIEW_CHANGE = 2;
- MemorySizeProperty - Class in com.mysql.cj.conf
- MemorySizeProperty(PropertyDefinition<Integer>) - Constructor for class com.mysql.cj.conf.MemorySizeProperty
- MemorySizePropertyDefinition - Class in com.mysql.cj.conf
- MemorySizePropertyDefinition(PropertyKey, int, boolean, String, String, String, int) - Constructor for class com.mysql.cj.conf.MemorySizePropertyDefinition
- MemorySizePropertyDefinition(PropertyKey, int, boolean, String, String, String, int, int, int) - Constructor for class com.mysql.cj.conf.MemorySizePropertyDefinition
- merge(byte[], byte[]) - Method in class com.mysql.cj.AppendingBatchVisitor
- merge(byte[], byte[]) - Method in interface com.mysql.cj.BatchVisitor
- MERGE - com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
-
the text of a statement that refers to the view and the view definition are merged
- MERGE_PATCH - com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
merge JSON object value with the provided patch expression
- MERGE_PATCH - com.mysql.cj.xdevapi.UpdateType
- MERGE_PATCH_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
merge JSON object value with the provided patch expression
- MERGE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
-
the text of a statement that refers to the view and the view definition are merged
- mergeArray(MysqlxDatatypes.Array) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- mergeArray(MysqlxExpr.Array) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- mergeCapabilities(MysqlxConnection.Capabilities) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- mergeCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- mergeCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- mergeCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- mergeCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- mergeCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- mergeCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- mergeCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- mergeColumnDefinitions() - Method in class com.mysql.cj.protocol.a.ColumnDefinitionFactory
- mergeColumnDefinitions() - Method in class com.mysql.cj.protocol.a.MergingColumnDefinitionFactory
- mergeCriteria(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Expr.Expr criteria = 3;
- mergeCriteria(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr criteria = 5;
- mergeCriteria(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Expr.Expr criteria = 4;
- mergeDelete(MysqlxCrud.Delete) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- mergeExpr(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- mergeFind(MysqlxCrud.Find) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Find find = 2;
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
- mergeFrom(Message) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
- mergeFrom(Mysqlx.ClientMessages) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
- mergeFrom(Mysqlx.Error) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
- mergeFrom(Mysqlx.Ok) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
- mergeFrom(Mysqlx.ServerMessages) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
- mergeFrom(MysqlxConnection.Capabilities) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
- mergeFrom(MysqlxConnection.CapabilitiesGet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
- mergeFrom(MysqlxConnection.CapabilitiesSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
- mergeFrom(MysqlxConnection.Capability) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
- mergeFrom(MysqlxConnection.Close) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
- mergeFrom(MysqlxConnection.Compression) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
- mergeFrom(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
- mergeFrom(MysqlxCrud.Column) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
- mergeFrom(MysqlxCrud.CreateView) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
- mergeFrom(MysqlxCrud.Delete) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
- mergeFrom(MysqlxCrud.DropView) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
- mergeFrom(MysqlxCrud.Find) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
- mergeFrom(MysqlxCrud.Insert) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
- mergeFrom(MysqlxCrud.Insert.TypedRow) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
- mergeFrom(MysqlxCrud.Limit) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
- mergeFrom(MysqlxCrud.LimitExpr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
- mergeFrom(MysqlxCrud.ModifyView) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
- mergeFrom(MysqlxCrud.Order) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
- mergeFrom(MysqlxCrud.Projection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
- mergeFrom(MysqlxCrud.Update) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
- mergeFrom(MysqlxCrud.UpdateOperation) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
- mergeFrom(MysqlxCursor.Close) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
- mergeFrom(MysqlxCursor.Fetch) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
- mergeFrom(MysqlxCursor.Open) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
- mergeFrom(MysqlxCursor.Open.OneOfMessage) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
- mergeFrom(MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
- mergeFrom(MysqlxDatatypes.Array) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
- mergeFrom(MysqlxDatatypes.Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
- mergeFrom(MysqlxDatatypes.Object.ObjectField) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
- mergeFrom(MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
- mergeFrom(MysqlxDatatypes.Scalar.Octets) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
- mergeFrom(MysqlxDatatypes.Scalar.String) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
- mergeFrom(MysqlxExpect.Close) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
- mergeFrom(MysqlxExpect.Open) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
- mergeFrom(MysqlxExpect.Open.Condition) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
- mergeFrom(MysqlxExpr.Array) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
- mergeFrom(MysqlxExpr.ColumnIdentifier) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
- mergeFrom(MysqlxExpr.DocumentPathItem) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
- mergeFrom(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
- mergeFrom(MysqlxExpr.FunctionCall) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
- mergeFrom(MysqlxExpr.Identifier) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
- mergeFrom(MysqlxExpr.Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
- mergeFrom(MysqlxExpr.Object.ObjectField) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
- mergeFrom(MysqlxExpr.Operator) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
- mergeFrom(MysqlxNotice.Frame) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
- mergeFrom(MysqlxNotice.GroupReplicationStateChanged) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
- mergeFrom(MysqlxNotice.ServerHello) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
- mergeFrom(MysqlxNotice.SessionStateChanged) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
- mergeFrom(MysqlxNotice.SessionVariableChanged) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
- mergeFrom(MysqlxNotice.Warning) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
- mergeFrom(MysqlxPrepare.Deallocate) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
- mergeFrom(MysqlxPrepare.Execute) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
- mergeFrom(MysqlxPrepare.Prepare) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
- mergeFrom(MysqlxPrepare.Prepare.OneOfMessage) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
- mergeFrom(MysqlxResultset.ColumnMetaData) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
- mergeFrom(MysqlxResultset.FetchDone) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
- mergeFrom(MysqlxResultset.FetchDoneMoreOutParams) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
- mergeFrom(MysqlxResultset.FetchDoneMoreResultsets) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
- mergeFrom(MysqlxResultset.FetchSuspended) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
- mergeFrom(MysqlxResultset.Row) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
- mergeFrom(MysqlxSession.AuthenticateContinue) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
- mergeFrom(MysqlxSession.AuthenticateOk) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
- mergeFrom(MysqlxSession.AuthenticateStart) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
- mergeFrom(MysqlxSession.Close) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
- mergeFrom(MysqlxSession.Reset) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
- mergeFrom(MysqlxSql.StmtExecute) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
- mergeFrom(MysqlxSql.StmtExecuteOk) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
- mergeFunctionCall(MysqlxExpr.FunctionCall) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- mergeGroupingCriteria(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- mergeIdentifier(MysqlxExpr.ColumnIdentifier) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- mergeInsert(MysqlxCrud.Insert) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- mergeLimit(MysqlxCrud.Limit) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.Limit limit = 4;
- mergeLimit(MysqlxCrud.Limit) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Limit limit = 6;
- mergeLimit(MysqlxCrud.Limit) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.Limit limit = 5;
- mergeLimitExpr(MysqlxCrud.LimitExpr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- mergeLimitExpr(MysqlxCrud.LimitExpr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- mergeLimitExpr(MysqlxCrud.LimitExpr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- mergeLiteral(MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- mergeName(MysqlxExpr.Identifier) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
required .Mysqlx.Expr.Identifier name = 1;
- mergeObj(MysqlxDatatypes.Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- mergeObject(MysqlxExpr.Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- mergeOffset(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
optional .Mysqlx.Expr.Expr offset = 2;
- mergeOperator(MysqlxExpr.Operator) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- mergePrepareExecute(MysqlxPrepare.Execute) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- mergeRowCount(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
required .Mysqlx.Expr.Expr row_count = 1;
- mergeScalar(MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- mergeSource(MysqlxExpr.ColumnIdentifier) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- mergeSource(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
required .Mysqlx.Expr.Expr source = 1;
- mergeStmt(MysqlxCrud.Find) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Find stmt = 7;
- mergeStmt(MysqlxCrud.Find) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.Find stmt = 7;
- mergeStmt(MysqlxCursor.Open.OneOfMessage) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- mergeStmt(MysqlxPrepare.Prepare.OneOfMessage) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- mergeStmtExecute(MysqlxSql.StmtExecute) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
- mergeUpdate(MysqlxCrud.Update) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- mergeValue(MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- mergeValue(MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- mergeValue(MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- mergeValue(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
optional .Mysqlx.Expr.Expr value = 3;
- mergeValue(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required .Mysqlx.Expr.Expr value = 2;
- mergeVOctets(MysqlxDatatypes.Scalar.Octets) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- mergeVString(MysqlxDatatypes.Scalar.String) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- mergeWithLast(byte[]) - Method in class com.mysql.cj.AppendingBatchVisitor
- mergeWithLast(byte[]) - Method in interface com.mysql.cj.BatchVisitor
- MergingColumnDefinitionFactory - Class in com.mysql.cj.protocol.a
- MergingColumnDefinitionFactory(long, ColumnDefinition) - Constructor for class com.mysql.cj.protocol.a.MergingColumnDefinitionFactory
- Message - Interface in com.mysql.cj.protocol
-
Message is the content of a full single message (native protocol packet or protobuf message), independent from on-wire splitting, communicated with the server.
- MESSAGE - com.mysql.cj.protocol.x.CompressionMode
- MESSAGE_CLASS_TO_CLIENT_MESSAGE_TYPE - Static variable in class com.mysql.cj.protocol.x.MessageConstants
-
Store a mapping of message class to "ClientMessages" type tag.
- MESSAGE_CLASS_TO_PARSER - Static variable in class com.mysql.cj.protocol.x.MessageConstants
-
Store a mapping of "ServerMessages" class to message parsers.
- MESSAGE_CLASS_TO_TYPE - Static variable in class com.mysql.cj.protocol.x.MessageConstants
-
Map of class to "ServerMessages" type tag for validation of parsed message class.
- MESSAGE_SIZE_LENGTH - Static variable in class com.mysql.cj.protocol.x.XMessageHeader
- MESSAGE_TYPE_LENGTH - Static variable in class com.mysql.cj.protocol.x.XMessageHeader
- MESSAGE_TYPE_TO_CLASS - Static variable in class com.mysql.cj.protocol.x.MessageConstants
-
Map of "ServerMessages" type tag to class.
- messageBuilder - Variable in class com.mysql.cj.CoreSession
- messageBuilder - Variable in class com.mysql.cj.protocol.AbstractProtocol
- MessageBuilder<M extends Message> - Interface in com.mysql.cj
- MessageConstants - Class in com.mysql.cj.protocol.x
-
Constants related to X Protocol messages.
- MessageConstants() - Constructor for class com.mysql.cj.protocol.x.MessageConstants
- MessageHeader - Interface in com.mysql.cj.protocol
-
Represents the protocol specific message header
- MessageListener<M extends Message> - Interface in com.mysql.cj.protocol
-
Sink for messages that are read asynchonously from the socket.
- MessageReader<H extends MessageHeader,M extends Message> - Interface in com.mysql.cj.protocol
- Messages - Class in com.mysql.cj
-
Support for localized messages.
- MessageSender<M extends Message> - Interface in com.mysql.cj.protocol
-
This interface provides a facility for sending messages to server.
- metadata - Variable in class com.mysql.cj.protocol.a.result.AbstractResultsetRows
-
Field-level metadata from the server.
- metadata - Variable in class com.mysql.cj.protocol.result.AbstractResultsetRow
-
The metadata of the fields of this result set.
- metadataCacheSize - com.mysql.cj.conf.PropertyKey
- metricName - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareHitMissMetricsHolder
- metricName - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareTimeMetricsHolder
- metrics - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- MILLIS_I18N - Static variable in class com.mysql.cj.Constants
-
I18N'd representation of the abbreviation for "ms"
- MIN_COMPRESS_LEN - Static variable in class com.mysql.cj.protocol.a.CompressedPacketSender
- MiniAdmin - Class in com.mysql.cj.jdbc.admin
-
Utility functions for admin functionality from Java.
- MiniAdmin(String) - Constructor for class com.mysql.cj.jdbc.admin.MiniAdmin
-
Create a new MiniAdmin, connecting using the given JDBC URL.
- MiniAdmin(String, Properties) - Constructor for class com.mysql.cj.jdbc.admin.MiniAdmin
-
Create a new MiniAdmin, connecting using the given JDBC URL and properties
- MiniAdmin(Connection) - Constructor for class com.mysql.cj.jdbc.admin.MiniAdmin
-
Create a new MiniAdmin using the given connection
- MINIMUM_ITERATIONS - Static variable in class com.mysql.cj.sasl.ScramShaSaslClient
- minimumNumberTablesAccessed - Variable in class com.mysql.cj.log.BaseMetricsHolder
- modify(String) - Method in interface com.mysql.cj.xdevapi.Collection
-
Create a new modify statement affecting documents matching the given search condition.
- modify(String) - Method in class com.mysql.cj.xdevapi.CollectionImpl
- modifyCollection(String, Schema.ModifyCollectionOptions) - Method in interface com.mysql.cj.xdevapi.Schema
-
Modify the schema validation of a collection.
- modifyCollection(String, Schema.ModifyCollectionOptions) - Method in class com.mysql.cj.xdevapi.SchemaImpl
- ModifyCollectionOptions() - Constructor for class com.mysql.cj.xdevapi.Schema.ModifyCollectionOptions
- ModifyStatement - Interface in com.mysql.cj.xdevapi
-
A statement representing a set of document modifications.
- ModifyStatementImpl - Class in com.mysql.cj.xdevapi
-
ModifyStatement
implementation. - month - Variable in class com.mysql.cj.protocol.InternalDate
- moveRowRelative(int) - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
- moveRowRelative(int) - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
- moveRowRelative(int) - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
- moveRowRelative(int) - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Moves the current position relative 'rows' from the current position.
- moveToCurrentRow() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- moveToCurrentRow() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- moveToInsertRow() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- moveToInsertRow() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- MSG_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx.Error
- MSG_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- MSG_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- MultiHostConnectionProxy - Class in com.mysql.cj.jdbc.ha
-
An abstract class that processes generic multi-host configurations.
- MultiHostConnectionProxy(ConnectionUrl) - Constructor for class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Constructs a MultiHostConnectionProxy instance for the given connection URL.
- MultiHostMySQLConnection - Class in com.mysql.cj.jdbc.ha
-
Each instance of MultiHostMySQLConnection is coupled with a MultiHostConnectionProxy instance.
- MultiHostMySQLConnection(MultiHostConnectionProxy) - Constructor for class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- MultiPacketReader - Class in com.mysql.cj.protocol.a
-
A
MessageReader
which reads a full packet built from sequence of it's on-wire parts. - MultiPacketReader(MessageReader<NativePacketHeader, NativePacketPayload>) - Constructor for class com.mysql.cj.protocol.a.MultiPacketReader
- MULTIPLE - com.mysql.cj.conf.ConnectionUrl.HostsCardinality
- multiplier - Variable in class com.mysql.cj.conf.IntegerPropertyDefinition
- MYSQL_COLLATION_INDEX_binary - Static variable in class com.mysql.cj.CharsetMapping
- MYSQL_COLLATION_INDEX_utf8 - Static variable in class com.mysql.cj.CharsetMapping
- MYSQL41 - com.mysql.cj.conf.PropertyDefinitions.AuthMech
- MysqlBinaryValueDecoder - Class in com.mysql.cj.protocol.a
-
A
ValueDecoder
for the MySQL binary (prepared statement) protocol. - MysqlBinaryValueDecoder() - Constructor for class com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
- mysqlCharsetToCustomMblen - Variable in class com.mysql.cj.protocol.a.NativeServerSession
- MysqlClearPasswordPlugin - Class in com.mysql.cj.protocol.a.authentication
-
MySQL Clear Password Authentication Plugin
- MysqlClearPasswordPlugin() - Constructor for class com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
- MysqlConnection - Interface in com.mysql.cj
- MysqlConnectionPoolDataSource - Class in com.mysql.cj.jdbc
-
This class is used to obtain a physical connection and instantiate and return a MysqlPooledConnection.
- MysqlConnectionPoolDataSource() - Constructor for class com.mysql.cj.jdbc.MysqlConnectionPoolDataSource
- MysqlConnectionTester - Class in com.mysql.cj.jdbc.integration.c3p0
-
ConnectionTester for C3P0 connection pool that uses the more efficient COM_PING method of testing connection 'liveness' for MySQL, and 'sorts' exceptions based on SQLState or class of 'CommunicationsException' for handling exceptions.
- MysqlConnectionTester() - Constructor for class com.mysql.cj.jdbc.integration.c3p0.MysqlConnectionTester
- MysqlDataSource - Class in com.mysql.cj.jdbc
-
A JNDI DataSource for a Mysql JDBC connection
- MysqlDataSource() - Constructor for class com.mysql.cj.jdbc.MysqlDataSource
-
Default no-arg constructor for Serialization
- MysqlDataSourceFactory - Class in com.mysql.cj.jdbc
-
Factory class for MysqlDataSource objects
- MysqlDataSourceFactory() - Constructor for class com.mysql.cj.jdbc.MysqlDataSourceFactory
- MysqlDataTruncation - Exception in com.mysql.cj.jdbc.exceptions
-
MySQL wrapper for DataTruncation until the server can support sending all needed information.
- MysqlDataTruncation(String, int, boolean, boolean, int, int, int) - Constructor for exception com.mysql.cj.jdbc.exceptions.MysqlDataTruncation
-
Creates a new MysqlDataTruncation exception/warning.
- mysqlDriver - Static variable in class com.mysql.cj.jdbc.MysqlDataSource
-
The driver to create connections with
- MysqlErrorNumbers - Class in com.mysql.cj.exceptions
-
Constants representing MySQL error numbers returned by the server in error messages.
- mysqlInput - Variable in class com.mysql.cj.protocol.AbstractSocketConnection
- MysqlNativePasswordPlugin - Class in com.mysql.cj.protocol.a.authentication
-
MySQL Native Password Authentication Plugin
- MysqlNativePasswordPlugin() - Constructor for class com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
- MysqlOldPasswordPlugin - Class in com.mysql.cj.protocol.a.authentication
-
MySQL Native Old-Password Authentication Plugin
- MysqlOldPasswordPlugin() - Constructor for class com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
- mysqlOutput - Variable in class com.mysql.cj.protocol.AbstractSocketConnection
- MysqlParameterMetadata - Class in com.mysql.cj.jdbc
- MysqlParameterMetadata(Session, Field[], int, ExceptionInterceptor) - Constructor for class com.mysql.cj.jdbc.MysqlParameterMetadata
- MysqlPooledConnection - Class in com.mysql.cj.jdbc
-
This class is used to wrap and return a physical connection within a logical handle.
- MysqlPooledConnection(JdbcConnection) - Constructor for class com.mysql.cj.jdbc.MysqlPooledConnection
-
Construct a new MysqlPooledConnection and set instance variables
- MySQLQueryInterruptedException - Exception in com.mysql.cj.jdbc.exceptions
- MySQLQueryInterruptedException() - Constructor for exception com.mysql.cj.jdbc.exceptions.MySQLQueryInterruptedException
- MySQLQueryInterruptedException(String) - Constructor for exception com.mysql.cj.jdbc.exceptions.MySQLQueryInterruptedException
- MySQLQueryInterruptedException(String, String) - Constructor for exception com.mysql.cj.jdbc.exceptions.MySQLQueryInterruptedException
- MySQLQueryInterruptedException(String, String, int) - Constructor for exception com.mysql.cj.jdbc.exceptions.MySQLQueryInterruptedException
- MysqlSavepoint - Class in com.mysql.cj.jdbc
-
Represents SQL SAVEPOINTS in MySQL.
- mysqlSocket - Variable in class com.mysql.cj.protocol.AbstractSocketConnection
- MysqlSQLXML - Class in com.mysql.cj.jdbc
- MysqlSQLXML(ExceptionInterceptor, JdbcPropertySet) - Constructor for class com.mysql.cj.jdbc.MysqlSQLXML
- MysqlSQLXML(ResultSetInternalMethods, int, ExceptionInterceptor, JdbcPropertySet) - Constructor for class com.mysql.cj.jdbc.MysqlSQLXML
- MySQLStatementCancelledException - Exception in com.mysql.cj.jdbc.exceptions
- MySQLStatementCancelledException() - Constructor for exception com.mysql.cj.jdbc.exceptions.MySQLStatementCancelledException
- MySQLStatementCancelledException(String) - Constructor for exception com.mysql.cj.jdbc.exceptions.MySQLStatementCancelledException
- MySQLStatementCancelledException(String, String) - Constructor for exception com.mysql.cj.jdbc.exceptions.MySQLStatementCancelledException
- MySQLStatementCancelledException(String, String, int) - Constructor for exception com.mysql.cj.jdbc.exceptions.MySQLStatementCancelledException
- MysqlTextValueDecoder - Class in com.mysql.cj.protocol.a
-
Implementation of
ValueDecoder
for the MySQL text protocol. - MysqlTextValueDecoder() - Constructor for class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- MySQLTimeoutException - Exception in com.mysql.cj.jdbc.exceptions
- MySQLTimeoutException() - Constructor for exception com.mysql.cj.jdbc.exceptions.MySQLTimeoutException
- MySQLTimeoutException(String) - Constructor for exception com.mysql.cj.jdbc.exceptions.MySQLTimeoutException
- MySQLTimeoutException(String, String) - Constructor for exception com.mysql.cj.jdbc.exceptions.MySQLTimeoutException
- MySQLTimeoutException(String, String, int) - Constructor for exception com.mysql.cj.jdbc.exceptions.MySQLTimeoutException
- mysqlToSql99(int) - Static method in class com.mysql.cj.exceptions.MysqlErrorNumbers
- mysqlToSql99State - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- mysqlToSqlState(int) - Static method in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Map MySQL error codes to SQL-99 error codes
- MySQLTransactionRollbackException - Exception in com.mysql.cj.jdbc.exceptions
- MySQLTransactionRollbackException() - Constructor for exception com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException
- MySQLTransactionRollbackException(String) - Constructor for exception com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException
- MySQLTransactionRollbackException(String, String) - Constructor for exception com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException
- MySQLTransactionRollbackException(String, String, int) - Constructor for exception com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException
- MysqlType - Enum in com.mysql.cj
- Mysqlx - Class in com.mysql.cj.x.protobuf
- Mysqlx.ClientMessages - Class in com.mysql.cj.x.protobuf
-
IDs of messages that can be sent from client to the server ..
- Mysqlx.ClientMessages.Builder - Class in com.mysql.cj.x.protobuf
-
IDs of messages that can be sent from client to the server ..
- Mysqlx.ClientMessages.Type - Enum in com.mysql.cj.x.protobuf
-
Protobuf enum
Mysqlx.ClientMessages.Type
- Mysqlx.ClientMessagesOrBuilder - Interface in com.mysql.cj.x.protobuf
- Mysqlx.Error - Class in com.mysql.cj.x.protobuf
-
generic Error message A ``severity`` of ``ERROR`` indicates the current message sequence is aborted for the given error and the session is ready for more.
- Mysqlx.Error.Builder - Class in com.mysql.cj.x.protobuf
-
generic Error message A ``severity`` of ``ERROR`` indicates the current message sequence is aborted for the given error and the session is ready for more.
- Mysqlx.Error.Severity - Enum in com.mysql.cj.x.protobuf
-
Protobuf enum
Mysqlx.Error.Severity
- Mysqlx.ErrorOrBuilder - Interface in com.mysql.cj.x.protobuf
- Mysqlx.Ok - Class in com.mysql.cj.x.protobuf
-
generic Ok message
- Mysqlx.Ok.Builder - Class in com.mysql.cj.x.protobuf
-
generic Ok message
- Mysqlx.OkOrBuilder - Interface in com.mysql.cj.x.protobuf
- Mysqlx.ServerMessages - Class in com.mysql.cj.x.protobuf
-
IDs of messages that can be sent from server to client ..
- Mysqlx.ServerMessages.Builder - Class in com.mysql.cj.x.protobuf
-
IDs of messages that can be sent from server to client ..
- Mysqlx.ServerMessages.Type - Enum in com.mysql.cj.x.protobuf
-
Protobuf enum
Mysqlx.ServerMessages.Type
- Mysqlx.ServerMessagesOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlXAConnection - Class in com.mysql.cj.jdbc
- MysqlXAConnection(JdbcConnection, boolean) - Constructor for class com.mysql.cj.jdbc.MysqlXAConnection
- MysqlXADataSource - Class in com.mysql.cj.jdbc
- MysqlXADataSource() - Constructor for class com.mysql.cj.jdbc.MysqlXADataSource
-
Default no-arg constructor is required by specification.
- MysqlxConnection - Class in com.mysql.cj.x.protobuf
- MysqlxConnection.Capabilities - Class in com.mysql.cj.x.protobuf
-
Capabilities
- MysqlxConnection.Capabilities.Builder - Class in com.mysql.cj.x.protobuf
-
Capabilities
- MysqlxConnection.CapabilitiesGet - Class in com.mysql.cj.x.protobuf
-
get supported connection capabilities and their current state :returns: :protobuf:msg:`Mysqlx.Connection::Capabilities` or :protobuf:msg:`Mysqlx::Error`
- MysqlxConnection.CapabilitiesGet.Builder - Class in com.mysql.cj.x.protobuf
-
get supported connection capabilities and their current state :returns: :protobuf:msg:`Mysqlx.Connection::Capabilities` or :protobuf:msg:`Mysqlx::Error`
- MysqlxConnection.CapabilitiesGetOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxConnection.CapabilitiesOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxConnection.CapabilitiesSet - Class in com.mysql.cj.x.protobuf
-
sets connection capabilities atomically only provided values are changed, other values are left unchanged.
- MysqlxConnection.CapabilitiesSet.Builder - Class in com.mysql.cj.x.protobuf
-
sets connection capabilities atomically only provided values are changed, other values are left unchanged.
- MysqlxConnection.CapabilitiesSetOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxConnection.Capability - Class in com.mysql.cj.x.protobuf
-
a Capability a tuple of a ``name`` and a :protobuf:msg:`Mysqlx.Datatypes::Any`
- MysqlxConnection.Capability.Builder - Class in com.mysql.cj.x.protobuf
-
a Capability a tuple of a ``name`` and a :protobuf:msg:`Mysqlx.Datatypes::Any`
- MysqlxConnection.CapabilityOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxConnection.Close - Class in com.mysql.cj.x.protobuf
-
announce to the server that the client wants to close the connection it discards any session state of the server :Returns: :protobuf:msg:`Mysqlx::Ok`
- MysqlxConnection.Close.Builder - Class in com.mysql.cj.x.protobuf
-
announce to the server that the client wants to close the connection it discards any session state of the server :Returns: :protobuf:msg:`Mysqlx::Ok`
- MysqlxConnection.CloseOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxConnection.Compression - Class in com.mysql.cj.x.protobuf
-
Protobuf type
Mysqlx.Connection.Compression
- MysqlxConnection.Compression.Builder - Class in com.mysql.cj.x.protobuf
-
Protobuf type
Mysqlx.Connection.Compression
- MysqlxConnection.CompressionOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxCrud - Class in com.mysql.cj.x.protobuf
- MysqlxCrud.Collection - Class in com.mysql.cj.x.protobuf
-
collection
- MysqlxCrud.Collection.Builder - Class in com.mysql.cj.x.protobuf
-
collection
- MysqlxCrud.CollectionOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxCrud.Column - Class in com.mysql.cj.x.protobuf
-
column definition
- MysqlxCrud.Column.Builder - Class in com.mysql.cj.x.protobuf
-
column definition
- MysqlxCrud.ColumnOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxCrud.CreateView - Class in com.mysql.cj.x.protobuf
-
Protobuf type
Mysqlx.Crud.CreateView
- MysqlxCrud.CreateView.Builder - Class in com.mysql.cj.x.protobuf
-
Protobuf type
Mysqlx.Crud.CreateView
- MysqlxCrud.CreateViewOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxCrud.DataModel - Enum in com.mysql.cj.x.protobuf
-
DataModel to use for filters, names, ...
- MysqlxCrud.Delete - Class in com.mysql.cj.x.protobuf
-
Delete documents/rows from a Collection/Table :param collection: collection to change :param data_model: datamodel that the operations refer to :param criteria: filter expression to match rows that the operations will apply on :param args: values for parameters used in filter expression :param limit: limits the number of rows to match (user can set one of: limit, limit_expr) :param order: specifies order of matched rows :param limit_expr: limits the number of rows to match (user can set one of: limit, limit_expr) :Returns: :protobuf:msg:`Mysqlx.Resultset::`
- MysqlxCrud.Delete.Builder - Class in com.mysql.cj.x.protobuf
-
Delete documents/rows from a Collection/Table :param collection: collection to change :param data_model: datamodel that the operations refer to :param criteria: filter expression to match rows that the operations will apply on :param args: values for parameters used in filter expression :param limit: limits the number of rows to match (user can set one of: limit, limit_expr) :param order: specifies order of matched rows :param limit_expr: limits the number of rows to match (user can set one of: limit, limit_expr) :Returns: :protobuf:msg:`Mysqlx.Resultset::`
- MysqlxCrud.DeleteOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxCrud.DropView - Class in com.mysql.cj.x.protobuf
-
Protobuf type
Mysqlx.Crud.DropView
- MysqlxCrud.DropView.Builder - Class in com.mysql.cj.x.protobuf
-
Protobuf type
Mysqlx.Crud.DropView
- MysqlxCrud.DropViewOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxCrud.Find - Class in com.mysql.cj.x.protobuf
-
Find Documents/Rows in a Collection/Table ..
- MysqlxCrud.Find.Builder - Class in com.mysql.cj.x.protobuf
-
Find Documents/Rows in a Collection/Table ..
- MysqlxCrud.Find.RowLock - Enum in com.mysql.cj.x.protobuf
-
Protobuf enum
Mysqlx.Crud.Find.RowLock
- MysqlxCrud.Find.RowLockOptions - Enum in com.mysql.cj.x.protobuf
-
Protobuf enum
Mysqlx.Crud.Find.RowLockOptions
- MysqlxCrud.FindOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxCrud.Insert - Class in com.mysql.cj.x.protobuf
-
Insert documents/rows into a collection/table :param collection: collection to insert into :param data_model: datamodel that the operations refer to :param projection: name of the columns to insert data into (empty if data_model is DOCUMENT) :param row: set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression) :param args: values for parameters used in row expressions :param upsert: true if this should be treated as an Upsert (that is, update on duplicate key) :Returns: :protobuf:msg:`Mysqlx.Resultset::`
- MysqlxCrud.Insert.Builder - Class in com.mysql.cj.x.protobuf
-
Insert documents/rows into a collection/table :param collection: collection to insert into :param data_model: datamodel that the operations refer to :param projection: name of the columns to insert data into (empty if data_model is DOCUMENT) :param row: set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression) :param args: values for parameters used in row expressions :param upsert: true if this should be treated as an Upsert (that is, update on duplicate key) :Returns: :protobuf:msg:`Mysqlx.Resultset::`
- MysqlxCrud.Insert.TypedRow - Class in com.mysql.cj.x.protobuf
-
Protobuf type
Mysqlx.Crud.Insert.TypedRow
- MysqlxCrud.Insert.TypedRow.Builder - Class in com.mysql.cj.x.protobuf
-
Protobuf type
Mysqlx.Crud.Insert.TypedRow
- MysqlxCrud.Insert.TypedRowOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxCrud.InsertOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxCrud.Limit - Class in com.mysql.cj.x.protobuf
-
limit :param row_count: maximum rows to filter :param offset: maximum rows to skip before applying the row_count
- MysqlxCrud.Limit.Builder - Class in com.mysql.cj.x.protobuf
-
limit :param row_count: maximum rows to filter :param offset: maximum rows to skip before applying the row_count
- MysqlxCrud.LimitExpr - Class in com.mysql.cj.x.protobuf
-
limit expression LimitExpr in comparison to Limit, is able to specify that row_count and offset are placeholders.
- MysqlxCrud.LimitExpr.Builder - Class in com.mysql.cj.x.protobuf
-
limit expression LimitExpr in comparison to Limit, is able to specify that row_count and offset are placeholders.
- MysqlxCrud.LimitExprOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxCrud.LimitOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxCrud.ModifyView - Class in com.mysql.cj.x.protobuf
-
Protobuf type
Mysqlx.Crud.ModifyView
- MysqlxCrud.ModifyView.Builder - Class in com.mysql.cj.x.protobuf
-
Protobuf type
Mysqlx.Crud.ModifyView
- MysqlxCrud.ModifyViewOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxCrud.Order - Class in com.mysql.cj.x.protobuf
-
sort order
- MysqlxCrud.Order.Builder - Class in com.mysql.cj.x.protobuf
-
sort order
- MysqlxCrud.Order.Direction - Enum in com.mysql.cj.x.protobuf
-
Protobuf enum
Mysqlx.Crud.Order.Direction
- MysqlxCrud.OrderOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxCrud.Projection - Class in com.mysql.cj.x.protobuf
-
a projection :param source: the expression identifying an element from the source data which can include a column identifier or any expression :param alias: optional alias.
- MysqlxCrud.Projection.Builder - Class in com.mysql.cj.x.protobuf
-
a projection :param source: the expression identifying an element from the source data which can include a column identifier or any expression :param alias: optional alias.
- MysqlxCrud.ProjectionOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxCrud.Update - Class in com.mysql.cj.x.protobuf
-
Update documents/rows in a collection/table :param collection: collection to change :param data_model: datamodel that the operations refer to :param criteria: filter expression to match rows that the operations will apply on :param args: values for parameters used in filter expression :param limit: limits the number of rows to match (user can set one of: limit, limit_expr) :param order: specifies order of matched rows :param operation: list of operations to be applied.
- MysqlxCrud.Update.Builder - Class in com.mysql.cj.x.protobuf
-
Update documents/rows in a collection/table :param collection: collection to change :param data_model: datamodel that the operations refer to :param criteria: filter expression to match rows that the operations will apply on :param args: values for parameters used in filter expression :param limit: limits the number of rows to match (user can set one of: limit, limit_expr) :param order: specifies order of matched rows :param operation: list of operations to be applied.
- MysqlxCrud.UpdateOperation - Class in com.mysql.cj.x.protobuf
-
update operations :param source: specification of the value to be updated if data_model is TABLE, a column name may be specified and also a document path, if the column has type JSON if data_model is DOCUMENT, only document paths are allowed in both cases, schema and table must be not set :param operation: the type of operation to be performed :param value: an expression to be computed as the new value for the operation
- MysqlxCrud.UpdateOperation.Builder - Class in com.mysql.cj.x.protobuf
-
update operations :param source: specification of the value to be updated if data_model is TABLE, a column name may be specified and also a document path, if the column has type JSON if data_model is DOCUMENT, only document paths are allowed in both cases, schema and table must be not set :param operation: the type of operation to be performed :param value: an expression to be computed as the new value for the operation
- MysqlxCrud.UpdateOperation.UpdateType - Enum in com.mysql.cj.x.protobuf
-
Protobuf enum
Mysqlx.Crud.UpdateOperation.UpdateType
- MysqlxCrud.UpdateOperationOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxCrud.UpdateOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxCrud.ViewAlgorithm - Enum in com.mysql.cj.x.protobuf
-
ViewAlgorithm defines how MySQL Server processes the view
- MysqlxCrud.ViewCheckOption - Enum in com.mysql.cj.x.protobuf
-
ViewCheckOption limits the write operations done on a `VIEW` (`INSERT`, `UPDATE`, `DELETE`) to rows in which the `WHERE` clause is `TRUE`
- MysqlxCrud.ViewSqlSecurity - Enum in com.mysql.cj.x.protobuf
-
ViewSqlSecurity defines the security context in which the view is going to be executed, this means that VIEW can be executed with current user permissions or with permissions of the uses who defined the VIEW
- MysqlxCursor - Class in com.mysql.cj.x.protobuf
- MysqlxCursor.Close - Class in com.mysql.cj.x.protobuf
-
Close cursor ..
- MysqlxCursor.Close.Builder - Class in com.mysql.cj.x.protobuf
-
Close cursor ..
- MysqlxCursor.CloseOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxCursor.Fetch - Class in com.mysql.cj.x.protobuf
-
Fetch next portion of data from a cursor ..
- MysqlxCursor.Fetch.Builder - Class in com.mysql.cj.x.protobuf
-
Fetch next portion of data from a cursor ..
- MysqlxCursor.FetchOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxCursor.Open - Class in com.mysql.cj.x.protobuf
-
Open a cursor ..
- MysqlxCursor.Open.Builder - Class in com.mysql.cj.x.protobuf
-
Open a cursor ..
- MysqlxCursor.Open.OneOfMessage - Class in com.mysql.cj.x.protobuf
-
Protobuf type
Mysqlx.Cursor.Open.OneOfMessage
- MysqlxCursor.Open.OneOfMessage.Builder - Class in com.mysql.cj.x.protobuf
-
Protobuf type
Mysqlx.Cursor.Open.OneOfMessage
- MysqlxCursor.Open.OneOfMessage.Type - Enum in com.mysql.cj.x.protobuf
-
Protobuf enum
Mysqlx.Cursor.Open.OneOfMessage.Type
- MysqlxCursor.Open.OneOfMessageOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxCursor.OpenOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxDatatypes - Class in com.mysql.cj.x.protobuf
- MysqlxDatatypes.Any - Class in com.mysql.cj.x.protobuf
-
a helper to allow all field types
- MysqlxDatatypes.Any.Builder - Class in com.mysql.cj.x.protobuf
-
a helper to allow all field types
- MysqlxDatatypes.Any.Type - Enum in com.mysql.cj.x.protobuf
-
Protobuf enum
Mysqlx.Datatypes.Any.Type
- MysqlxDatatypes.AnyOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxDatatypes.Array - Class in com.mysql.cj.x.protobuf
-
a Array
- MysqlxDatatypes.Array.Builder - Class in com.mysql.cj.x.protobuf
-
a Array
- MysqlxDatatypes.ArrayOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxDatatypes.Object - Class in com.mysql.cj.x.protobuf
-
a object
- MysqlxDatatypes.Object.Builder - Class in com.mysql.cj.x.protobuf
-
a object
- MysqlxDatatypes.Object.ObjectField - Class in com.mysql.cj.x.protobuf
-
Protobuf type
Mysqlx.Datatypes.Object.ObjectField
- MysqlxDatatypes.Object.ObjectField.Builder - Class in com.mysql.cj.x.protobuf
-
Protobuf type
Mysqlx.Datatypes.Object.ObjectField
- MysqlxDatatypes.Object.ObjectFieldOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxDatatypes.ObjectOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxDatatypes.Scalar - Class in com.mysql.cj.x.protobuf
-
a scalar
- MysqlxDatatypes.Scalar.Builder - Class in com.mysql.cj.x.protobuf
-
a scalar
- MysqlxDatatypes.Scalar.Octets - Class in com.mysql.cj.x.protobuf
-
an opaque octet sequence, with an optional content_type See ``Mysqlx.Resultset.ContentType_BYTES`` for list of known values.
- MysqlxDatatypes.Scalar.Octets.Builder - Class in com.mysql.cj.x.protobuf
-
an opaque octet sequence, with an optional content_type See ``Mysqlx.Resultset.ContentType_BYTES`` for list of known values.
- MysqlxDatatypes.Scalar.OctetsOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxDatatypes.Scalar.String - Class in com.mysql.cj.x.protobuf
-
a string with a charset/collation
- MysqlxDatatypes.Scalar.String.Builder - Class in com.mysql.cj.x.protobuf
-
a string with a charset/collation
- MysqlxDatatypes.Scalar.StringOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxDatatypes.Scalar.Type - Enum in com.mysql.cj.x.protobuf
-
Protobuf enum
Mysqlx.Datatypes.Scalar.Type
- MysqlxDatatypes.ScalarOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxExpect - Class in com.mysql.cj.x.protobuf
- MysqlxExpect.Close - Class in com.mysql.cj.x.protobuf
-
close a Expect block closing a Expect block restores the state of the previous Expect block for the following messages :returns: :protobuf:msg:`Mysqlx::Ok` on success, :protobuf:msg:`Mysqlx::Error` on error
- MysqlxExpect.Close.Builder - Class in com.mysql.cj.x.protobuf
-
close a Expect block closing a Expect block restores the state of the previous Expect block for the following messages :returns: :protobuf:msg:`Mysqlx::Ok` on success, :protobuf:msg:`Mysqlx::Error` on error
- MysqlxExpect.CloseOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxExpect.Open - Class in com.mysql.cj.x.protobuf
-
open an Expect block and set/unset the conditions that have to be fulfilled if any of the conditions fail, all enclosed messages will fail with a Mysqlx.Error message.
- MysqlxExpect.Open.Builder - Class in com.mysql.cj.x.protobuf
-
open an Expect block and set/unset the conditions that have to be fulfilled if any of the conditions fail, all enclosed messages will fail with a Mysqlx.Error message.
- MysqlxExpect.Open.Condition - Class in com.mysql.cj.x.protobuf
-
Protobuf type
Mysqlx.Expect.Open.Condition
- MysqlxExpect.Open.Condition.Builder - Class in com.mysql.cj.x.protobuf
-
Protobuf type
Mysqlx.Expect.Open.Condition
- MysqlxExpect.Open.Condition.ConditionOperation - Enum in com.mysql.cj.x.protobuf
-
Protobuf enum
Mysqlx.Expect.Open.Condition.ConditionOperation
- MysqlxExpect.Open.Condition.Key - Enum in com.mysql.cj.x.protobuf
-
Protobuf enum
Mysqlx.Expect.Open.Condition.Key
- MysqlxExpect.Open.ConditionOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxExpect.Open.CtxOperation - Enum in com.mysql.cj.x.protobuf
-
Protobuf enum
Mysqlx.Expect.Open.CtxOperation
- MysqlxExpect.OpenOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxExpr - Class in com.mysql.cj.x.protobuf
- MysqlxExpr.Array - Class in com.mysql.cj.x.protobuf
-
a Array of expressions
- MysqlxExpr.Array.Builder - Class in com.mysql.cj.x.protobuf
-
a Array of expressions
- MysqlxExpr.ArrayOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxExpr.ColumnIdentifier - Class in com.mysql.cj.x.protobuf
-
col_identifier (table): col@doc_path, tbl.col@doc_path col, tbl.col, schema.tbl.col col_identifier (document): doc_path ..
- MysqlxExpr.ColumnIdentifier.Builder - Class in com.mysql.cj.x.protobuf
-
col_identifier (table): col@doc_path, tbl.col@doc_path col, tbl.col, schema.tbl.col col_identifier (document): doc_path ..
- MysqlxExpr.ColumnIdentifierOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxExpr.DocumentPathItem - Class in com.mysql.cj.x.protobuf
-
DocumentPathItem ..
- MysqlxExpr.DocumentPathItem.Builder - Class in com.mysql.cj.x.protobuf
-
DocumentPathItem ..
- MysqlxExpr.DocumentPathItem.Type - Enum in com.mysql.cj.x.protobuf
-
Protobuf enum
Mysqlx.Expr.DocumentPathItem.Type
- MysqlxExpr.DocumentPathItemOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxExpr.Expr - Class in com.mysql.cj.x.protobuf
-
Expressions the "root" of the expression tree ..
- MysqlxExpr.Expr.Builder - Class in com.mysql.cj.x.protobuf
-
Expressions the "root" of the expression tree ..
- MysqlxExpr.Expr.Type - Enum in com.mysql.cj.x.protobuf
-
Protobuf enum
Mysqlx.Expr.Expr.Type
- MysqlxExpr.ExprOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxExpr.FunctionCall - Class in com.mysql.cj.x.protobuf
-
function call: ``func(a, b, "1", 3)`` ..
- MysqlxExpr.FunctionCall.Builder - Class in com.mysql.cj.x.protobuf
-
function call: ``func(a, b, "1", 3)`` ..
- MysqlxExpr.FunctionCallOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxExpr.Identifier - Class in com.mysql.cj.x.protobuf
-
identifier: name, schame.name ..
- MysqlxExpr.Identifier.Builder - Class in com.mysql.cj.x.protobuf
-
identifier: name, schame.name ..
- MysqlxExpr.IdentifierOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxExpr.Object - Class in com.mysql.cj.x.protobuf
-
an object (with expression values)
- MysqlxExpr.Object.Builder - Class in com.mysql.cj.x.protobuf
-
an object (with expression values)
- MysqlxExpr.Object.ObjectField - Class in com.mysql.cj.x.protobuf
-
Protobuf type
Mysqlx.Expr.Object.ObjectField
- MysqlxExpr.Object.ObjectField.Builder - Class in com.mysql.cj.x.protobuf
-
Protobuf type
Mysqlx.Expr.Object.ObjectField
- MysqlxExpr.Object.ObjectFieldOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxExpr.ObjectOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxExpr.Operator - Class in com.mysql.cj.x.protobuf
-
operator: ``<<(a, b)`` ..
- MysqlxExpr.Operator.Builder - Class in com.mysql.cj.x.protobuf
-
operator: ``<<(a, b)`` ..
- MysqlxExpr.OperatorOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlXid - Class in com.mysql.cj.jdbc
-
Implementation of the XID interface for MySQL XA
- MysqlXid(byte[], byte[], int) - Constructor for class com.mysql.cj.jdbc.MysqlXid
- MysqlxNotice - Class in com.mysql.cj.x.protobuf
- MysqlxNotice.Frame - Class in com.mysql.cj.x.protobuf
-
Common Frame for all Notices ===================================================== ===== .type value ===================================================== ===== :protobuf:msg:`Mysqlx.Notice::Warning` 1 :protobuf:msg:`Mysqlx.Notice::SessionVariableChanged` 2 :protobuf:msg:`Mysqlx.Notice::SessionStateChanged` 3 ===================================================== ===== :param type: the type of the payload :param payload: the payload of the notification :param scope: global or local notification
- MysqlxNotice.Frame.Builder - Class in com.mysql.cj.x.protobuf
-
Common Frame for all Notices ===================================================== ===== .type value ===================================================== ===== :protobuf:msg:`Mysqlx.Notice::Warning` 1 :protobuf:msg:`Mysqlx.Notice::SessionVariableChanged` 2 :protobuf:msg:`Mysqlx.Notice::SessionStateChanged` 3 ===================================================== ===== :param type: the type of the payload :param payload: the payload of the notification :param scope: global or local notification
- MysqlxNotice.Frame.Scope - Enum in com.mysql.cj.x.protobuf
-
Protobuf enum
Mysqlx.Notice.Frame.Scope
- MysqlxNotice.Frame.Type - Enum in com.mysql.cj.x.protobuf
-
Protobuf enum
Mysqlx.Notice.Frame.Type
- MysqlxNotice.FrameOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxNotice.GroupReplicationStateChanged - Class in com.mysql.cj.x.protobuf
-
Notify clients about group replication state changes ========================================== ========== :protobuf:msg:`Mysqlx.Notice::Frame` field value ========================================== ========== ``.type`` 4 ``.scope`` ``global`` ========================================== ========== :param type: type of group replication event :param view_id: view identifier
- MysqlxNotice.GroupReplicationStateChanged.Builder - Class in com.mysql.cj.x.protobuf
-
Notify clients about group replication state changes ========================================== ========== :protobuf:msg:`Mysqlx.Notice::Frame` field value ========================================== ========== ``.type`` 4 ``.scope`` ``global`` ========================================== ========== :param type: type of group replication event :param view_id: view identifier
- MysqlxNotice.GroupReplicationStateChanged.Type - Enum in com.mysql.cj.x.protobuf
-
Protobuf enum
Mysqlx.Notice.GroupReplicationStateChanged.Type
- MysqlxNotice.GroupReplicationStateChangedOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxNotice.ServerHello - Class in com.mysql.cj.x.protobuf
-
Notify clients about connection to X Protocol server ========================================== ========== :protobuf:msg:`Mysqlx.Notice::Frame` field value ========================================== ========== ``.type`` 5 ``.scope`` ``global`` ========================================== ==========
- MysqlxNotice.ServerHello.Builder - Class in com.mysql.cj.x.protobuf
-
Notify clients about connection to X Protocol server ========================================== ========== :protobuf:msg:`Mysqlx.Notice::Frame` field value ========================================== ========== ``.type`` 5 ``.scope`` ``global`` ========================================== ==========
- MysqlxNotice.ServerHelloOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxNotice.SessionStateChanged - Class in com.mysql.cj.x.protobuf
-
Notify clients about changes to the internal session state ========================================== ========= :protobuf:msg:`Mysqlx.Notice::Frame` field value ========================================== ========= ``.type`` 3 ``.scope`` ``local`` ========================================== ========= :param param: parameter key :param value: updated value
- MysqlxNotice.SessionStateChanged.Builder - Class in com.mysql.cj.x.protobuf
-
Notify clients about changes to the internal session state ========================================== ========= :protobuf:msg:`Mysqlx.Notice::Frame` field value ========================================== ========= ``.type`` 3 ``.scope`` ``local`` ========================================== ========= :param param: parameter key :param value: updated value
- MysqlxNotice.SessionStateChanged.Parameter - Enum in com.mysql.cj.x.protobuf
-
Protobuf enum
Mysqlx.Notice.SessionStateChanged.Parameter
- MysqlxNotice.SessionStateChangedOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxNotice.SessionVariableChanged - Class in com.mysql.cj.x.protobuf
-
Notify clients about changes to the current session variables Every change to a variable that is accessible through: ..
- MysqlxNotice.SessionVariableChanged.Builder - Class in com.mysql.cj.x.protobuf
-
Notify clients about changes to the current session variables Every change to a variable that is accessible through: ..
- MysqlxNotice.SessionVariableChangedOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxNotice.Warning - Class in com.mysql.cj.x.protobuf
-
Server-side warnings and notes ``.scope`` == ``local`` ``.level``, ``.code`` and ``.msg`` map the content of ..
- MysqlxNotice.Warning.Builder - Class in com.mysql.cj.x.protobuf
-
Server-side warnings and notes ``.scope`` == ``local`` ``.level``, ``.code`` and ``.msg`` map the content of ..
- MysqlxNotice.Warning.Level - Enum in com.mysql.cj.x.protobuf
-
Protobuf enum
Mysqlx.Notice.Warning.Level
- MysqlxNotice.WarningOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxPrepare - Class in com.mysql.cj.x.protobuf
- MysqlxPrepare.Deallocate - Class in com.mysql.cj.x.protobuf
-
Deallocate already prepared statement Deallocating the statement.
- MysqlxPrepare.Deallocate.Builder - Class in com.mysql.cj.x.protobuf
-
Deallocate already prepared statement Deallocating the statement.
- MysqlxPrepare.DeallocateOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxPrepare.Execute - Class in com.mysql.cj.x.protobuf
-
Execute already prepared statement ..
- MysqlxPrepare.Execute.Builder - Class in com.mysql.cj.x.protobuf
-
Execute already prepared statement ..
- MysqlxPrepare.ExecuteOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxPrepare.Prepare - Class in com.mysql.cj.x.protobuf
-
Prepare a new statement ..
- MysqlxPrepare.Prepare.Builder - Class in com.mysql.cj.x.protobuf
-
Prepare a new statement ..
- MysqlxPrepare.Prepare.OneOfMessage - Class in com.mysql.cj.x.protobuf
-
Protobuf type
Mysqlx.Prepare.Prepare.OneOfMessage
- MysqlxPrepare.Prepare.OneOfMessage.Builder - Class in com.mysql.cj.x.protobuf
-
Protobuf type
Mysqlx.Prepare.Prepare.OneOfMessage
- MysqlxPrepare.Prepare.OneOfMessage.Type - Enum in com.mysql.cj.x.protobuf
-
Determine which of optional fields was set by the client (Workaround for missing "oneof" keyword in pb2.5)
- MysqlxPrepare.Prepare.OneOfMessageOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxPrepare.PrepareOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxResultset - Class in com.mysql.cj.x.protobuf
- MysqlxResultset.ColumnMetaData - Class in com.mysql.cj.x.protobuf
-
meta data of a Column ..
- MysqlxResultset.ColumnMetaData.Builder - Class in com.mysql.cj.x.protobuf
-
meta data of a Column ..
- MysqlxResultset.ColumnMetaData.FieldType - Enum in com.mysql.cj.x.protobuf
-
Protobuf enum
Mysqlx.Resultset.ColumnMetaData.FieldType
- MysqlxResultset.ColumnMetaDataOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxResultset.ContentType_BYTES - Enum in com.mysql.cj.x.protobuf
-
a hint about the higher-level encoding of a BYTES field ====== ====== =========== type value description ====== ====== =========== BYTES 0x0001 GEOMETRY (WKB encoding) BYTES 0x0002 JSON (text encoding) BYTES 0x0003 XML (text encoding) ====== ====== =========== ..
- MysqlxResultset.ContentType_DATETIME - Enum in com.mysql.cj.x.protobuf
-
a hint about the higher-level encoding of a DATETIME field ====== ====== =========== type value description ======== ====== =========== DATE 0x0001 DATETIME contains only date part DATETIME 0x0002 DATETIME contains both date and time parts ====== ====== ===========
- MysqlxResultset.FetchDone - Class in com.mysql.cj.x.protobuf
-
all resultsets are finished
- MysqlxResultset.FetchDone.Builder - Class in com.mysql.cj.x.protobuf
-
all resultsets are finished
- MysqlxResultset.FetchDoneMoreOutParams - Class in com.mysql.cj.x.protobuf
-
resultsets are finished, OUT paramset is next
- MysqlxResultset.FetchDoneMoreOutParams.Builder - Class in com.mysql.cj.x.protobuf
-
resultsets are finished, OUT paramset is next
- MysqlxResultset.FetchDoneMoreOutParamsOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxResultset.FetchDoneMoreResultsets - Class in com.mysql.cj.x.protobuf
-
resultset and out-params are finished, but more resultsets available
- MysqlxResultset.FetchDoneMoreResultsets.Builder - Class in com.mysql.cj.x.protobuf
-
resultset and out-params are finished, but more resultsets available
- MysqlxResultset.FetchDoneMoreResultsetsOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxResultset.FetchDoneOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxResultset.FetchSuspended - Class in com.mysql.cj.x.protobuf
-
cursor is opened still the execution of PrepFetch or PrepExecute ended
- MysqlxResultset.FetchSuspended.Builder - Class in com.mysql.cj.x.protobuf
-
cursor is opened still the execution of PrepFetch or PrepExecute ended
- MysqlxResultset.FetchSuspendedOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxResultset.Row - Class in com.mysql.cj.x.protobuf
-
Row in a Resultset a row is represented as a list of fields encoded as byte blobs.
- MysqlxResultset.Row.Builder - Class in com.mysql.cj.x.protobuf
-
Row in a Resultset a row is represented as a list of fields encoded as byte blobs.
- MysqlxResultset.RowOrBuilder - Interface in com.mysql.cj.x.protobuf
- mysqlxSession - Variable in class com.mysql.cj.xdevapi.PreparableStatement
- MysqlxSession - Class in com.mysql.cj
- MysqlxSession - Class in com.mysql.cj.x.protobuf
- MysqlxSession(HostInfo, PropertySet) - Constructor for class com.mysql.cj.MysqlxSession
- MysqlxSession(XProtocol) - Constructor for class com.mysql.cj.MysqlxSession
- MysqlxSession.AuthenticateContinue - Class in com.mysql.cj.x.protobuf
-
send by client or server after a :protobuf:msg:`Mysqlx.Session::AuthenticateStart` to exchange more auth data :param auth_data: authentication data :Returns: :protobuf:msg:`Mysqlx.Session::AuthenticateContinue`
- MysqlxSession.AuthenticateContinue.Builder - Class in com.mysql.cj.x.protobuf
-
send by client or server after a :protobuf:msg:`Mysqlx.Session::AuthenticateStart` to exchange more auth data :param auth_data: authentication data :Returns: :protobuf:msg:`Mysqlx.Session::AuthenticateContinue`
- MysqlxSession.AuthenticateContinueOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxSession.AuthenticateOk - Class in com.mysql.cj.x.protobuf
-
sent by the server after successful authentication :param auth_data: authentication data
- MysqlxSession.AuthenticateOk.Builder - Class in com.mysql.cj.x.protobuf
-
sent by the server after successful authentication :param auth_data: authentication data
- MysqlxSession.AuthenticateOkOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxSession.AuthenticateStart - Class in com.mysql.cj.x.protobuf
-
the initial message send from the client to the server to start the authentication proccess :param mech_name: authentication mechanism name :param auth_data: authentication data :param initial_response: initial response :Returns: :protobuf:msg:`Mysqlx.Session::AuthenticateContinue`
- MysqlxSession.AuthenticateStart.Builder - Class in com.mysql.cj.x.protobuf
-
the initial message send from the client to the server to start the authentication proccess :param mech_name: authentication mechanism name :param auth_data: authentication data :param initial_response: initial response :Returns: :protobuf:msg:`Mysqlx.Session::AuthenticateContinue`
- MysqlxSession.AuthenticateStartOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxSession.Close - Class in com.mysql.cj.x.protobuf
-
close the current session :Returns: :protobuf:msg:`Mysqlx::Ok`
- MysqlxSession.Close.Builder - Class in com.mysql.cj.x.protobuf
-
close the current session :Returns: :protobuf:msg:`Mysqlx::Ok`
- MysqlxSession.CloseOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxSession.Reset - Class in com.mysql.cj.x.protobuf
-
reset the current session param keep_open: if is true the session will be reset, but stays authenticated.
- MysqlxSession.Reset.Builder - Class in com.mysql.cj.x.protobuf
-
reset the current session param keep_open: if is true the session will be reset, but stays authenticated.
- MysqlxSession.ResetOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxSql - Class in com.mysql.cj.x.protobuf
- MysqlxSql.StmtExecute - Class in com.mysql.cj.x.protobuf
-
execute a statement in the given namespace ..
- MysqlxSql.StmtExecute.Builder - Class in com.mysql.cj.x.protobuf
-
execute a statement in the given namespace ..
- MysqlxSql.StmtExecuteOk - Class in com.mysql.cj.x.protobuf
-
statement executed successful
- MysqlxSql.StmtExecuteOk.Builder - Class in com.mysql.cj.x.protobuf
-
statement executed successful
- MysqlxSql.StmtExecuteOkOrBuilder - Interface in com.mysql.cj.x.protobuf
- MysqlxSql.StmtExecuteOrBuilder - Interface in com.mysql.cj.x.protobuf
N
- NA - Static variable in interface com.mysql.cj.log.ProfilerEvent
-
Not available value.
- NAME_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- NAME_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- NAME_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- NAME_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- NAME_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- NAME_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- NAME_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- NAME_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- NamedPipeSocketFactory - Class in com.mysql.cj.protocol
-
A socket factory for named pipes (on Windows)
- NamedPipeSocketFactory() - Constructor for class com.mysql.cj.protocol.NamedPipeSocketFactory
-
Constructor for NamedPipeSocketFactory.
- NAMESPACE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- nanoTimeAvailable() - Static method in class com.mysql.cj.util.TimeUtil
- NativeAuthenticationProvider - Class in com.mysql.cj.protocol.a
- NativeAuthenticationProvider() - Constructor for class com.mysql.cj.protocol.a.NativeAuthenticationProvider
- NativeCapabilities - Class in com.mysql.cj.protocol.a
- NativeCapabilities() - Constructor for class com.mysql.cj.protocol.a.NativeCapabilities
- NativeConstants - Class in com.mysql.cj.protocol.a
-
Constants specific to legacy MySQL protocol
- NativeConstants() - Constructor for class com.mysql.cj.protocol.a.NativeConstants
- NativeConstants.IntegerDataType - Enum in com.mysql.cj.protocol.a
-
Basic protocol data types as they are defined in http://dev.mysql.com/doc/internals/en/integer.html
- NativeConstants.StringLengthDataType - Enum in com.mysql.cj.protocol.a
-
Basic protocol data types as they are defined in http://dev.mysql.com/doc/internals/en/string.html which require explicit length specification.
- NativeConstants.StringSelfDataType - Enum in com.mysql.cj.protocol.a
-
Basic self-describing protocol data types as they are defined in http://dev.mysql.com/doc/internals/en/string.html
- NativeMessageBuilder - Class in com.mysql.cj.protocol.a
- NativeMessageBuilder() - Constructor for class com.mysql.cj.protocol.a.NativeMessageBuilder
- NativePacketHeader - Class in com.mysql.cj.protocol.a
-
Represents the legacy protocol packet header, consisting of 3-bytes payload_length and 1-byte sequence_id.
- NativePacketHeader() - Constructor for class com.mysql.cj.protocol.a.NativePacketHeader
- NativePacketHeader(byte[]) - Constructor for class com.mysql.cj.protocol.a.NativePacketHeader
- NativePacketPayload - Class in com.mysql.cj.protocol.a
-
PacketPayload is the content of a full single packet (independent from on-wire splitting) communicated with the server.
- NativePacketPayload(byte[]) - Constructor for class com.mysql.cj.protocol.a.NativePacketPayload
- NativePacketPayload(int) - Constructor for class com.mysql.cj.protocol.a.NativePacketPayload
- NativeProtocol - Class in com.mysql.cj.protocol.a
- NativeProtocol(Log) - Constructor for class com.mysql.cj.protocol.a.NativeProtocol
- NativeResultset - Class in com.mysql.cj.protocol.a.result
- NativeResultset() - Constructor for class com.mysql.cj.protocol.a.result.NativeResultset
- NativeResultset(OkPacket) - Constructor for class com.mysql.cj.protocol.a.result.NativeResultset
-
Create a result set for an executeUpdate statement.
- NativeResultset(ResultsetRows) - Constructor for class com.mysql.cj.protocol.a.result.NativeResultset
- NativeServerSession - Class in com.mysql.cj.protocol.a
- NativeServerSession(PropertySet) - Constructor for class com.mysql.cj.protocol.a.NativeServerSession
- NativeSession - Class in com.mysql.cj
- NativeSession(HostInfo, PropertySet) - Constructor for class com.mysql.cj.NativeSession
- NativeSocketConnection - Class in com.mysql.cj.protocol.a
- NativeSocketConnection() - Constructor for class com.mysql.cj.protocol.a.NativeSocketConnection
- nativeSQL(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- nativeSQL(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- nativeSQL(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- NativeUtils - Class in com.mysql.cj.protocol.a
-
Utilities to manipulate MySQL protocol-specific formats.
- NClob - Class in com.mysql.cj.jdbc
-
Simplistic implementation of java.sql.NClob for MySQL Connector/J
- NClob(String, ExceptionInterceptor) - Constructor for class com.mysql.cj.jdbc.NClob
- NdbLoadBalanceExceptionChecker - Class in com.mysql.cj.jdbc.ha
- NdbLoadBalanceExceptionChecker() - Constructor for class com.mysql.cj.jdbc.ha.NdbLoadBalanceExceptionChecker
- negotiateCompression() - Method in class com.mysql.cj.protocol.x.XProtocol
-
Negotiates compression capabilities with the server.
- negotiateSSLConnection() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Negotiates the SSL communications channel used when connecting to a MySQL server that understands SSL.
- negotiateSSLConnection() - Method in interface com.mysql.cj.protocol.Protocol
- negotiateSSLConnection() - Method in class com.mysql.cj.protocol.x.XProtocol
- netTimeoutForStreamingResults - com.mysql.cj.conf.PropertyKey
- NetworkResources - Class in com.mysql.cj.protocol
- NetworkResources(Socket, InputStream, OutputStream) - Constructor for class com.mysql.cj.protocol.NetworkResources
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- newBuilder() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- newBuilder(Mysqlx.ClientMessages) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- newBuilder(Mysqlx.Error) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- newBuilder(Mysqlx.Ok) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- newBuilder(Mysqlx.ServerMessages) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- newBuilder(MysqlxConnection.Capabilities) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- newBuilder(MysqlxConnection.CapabilitiesGet) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- newBuilder(MysqlxConnection.CapabilitiesSet) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- newBuilder(MysqlxConnection.Capability) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- newBuilder(MysqlxConnection.Close) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- newBuilder(MysqlxConnection.Compression) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- newBuilder(MysqlxCrud.Collection) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- newBuilder(MysqlxCrud.Column) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- newBuilder(MysqlxCrud.CreateView) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- newBuilder(MysqlxCrud.Delete) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- newBuilder(MysqlxCrud.DropView) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- newBuilder(MysqlxCrud.Find) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- newBuilder(MysqlxCrud.Insert) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- newBuilder(MysqlxCrud.Insert.TypedRow) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- newBuilder(MysqlxCrud.Limit) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- newBuilder(MysqlxCrud.LimitExpr) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- newBuilder(MysqlxCrud.ModifyView) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- newBuilder(MysqlxCrud.Order) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- newBuilder(MysqlxCrud.Projection) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- newBuilder(MysqlxCrud.Update) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- newBuilder(MysqlxCrud.UpdateOperation) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- newBuilder(MysqlxCursor.Close) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- newBuilder(MysqlxCursor.Fetch) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- newBuilder(MysqlxCursor.Open) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- newBuilder(MysqlxCursor.Open.OneOfMessage) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- newBuilder(MysqlxDatatypes.Any) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- newBuilder(MysqlxDatatypes.Array) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- newBuilder(MysqlxDatatypes.Object) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- newBuilder(MysqlxDatatypes.Object.ObjectField) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- newBuilder(MysqlxDatatypes.Scalar) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- newBuilder(MysqlxDatatypes.Scalar.Octets) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- newBuilder(MysqlxDatatypes.Scalar.String) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- newBuilder(MysqlxExpect.Close) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- newBuilder(MysqlxExpect.Open) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- newBuilder(MysqlxExpect.Open.Condition) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- newBuilder(MysqlxExpr.Array) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- newBuilder(MysqlxExpr.ColumnIdentifier) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- newBuilder(MysqlxExpr.DocumentPathItem) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- newBuilder(MysqlxExpr.Expr) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- newBuilder(MysqlxExpr.FunctionCall) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- newBuilder(MysqlxExpr.Identifier) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- newBuilder(MysqlxExpr.Object) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- newBuilder(MysqlxExpr.Object.ObjectField) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- newBuilder(MysqlxExpr.Operator) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- newBuilder(MysqlxNotice.Frame) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- newBuilder(MysqlxNotice.GroupReplicationStateChanged) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- newBuilder(MysqlxNotice.ServerHello) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- newBuilder(MysqlxNotice.SessionStateChanged) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- newBuilder(MysqlxNotice.SessionVariableChanged) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- newBuilder(MysqlxNotice.Warning) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- newBuilder(MysqlxPrepare.Deallocate) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- newBuilder(MysqlxPrepare.Execute) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- newBuilder(MysqlxPrepare.Prepare) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- newBuilder(MysqlxPrepare.Prepare.OneOfMessage) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- newBuilder(MysqlxResultset.ColumnMetaData) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- newBuilder(MysqlxResultset.FetchDone) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- newBuilder(MysqlxResultset.FetchDoneMoreOutParams) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- newBuilder(MysqlxResultset.FetchDoneMoreResultsets) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- newBuilder(MysqlxResultset.FetchSuspended) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- newBuilder(MysqlxResultset.Row) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- newBuilder(MysqlxSession.AuthenticateContinue) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- newBuilder(MysqlxSession.AuthenticateOk) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- newBuilder(MysqlxSession.AuthenticateStart) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- newBuilder(MysqlxSession.Close) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- newBuilder(MysqlxSession.Reset) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- newBuilder(MysqlxSql.StmtExecute) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- newBuilder(MysqlxSql.StmtExecuteOk) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- newBuilderForType() - Method in class com.mysql.cj.protocol.x.XMessage
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- newBuilderForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- newCommand() - Method in class com.mysql.cj.protocol.x.XProtocol
-
Signal the intent to start processing a new command.
- newDoc() - Method in interface com.mysql.cj.xdevapi.Collection
-
Create a new document.
- newDoc() - Method in class com.mysql.cj.xdevapi.CollectionImpl
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- next() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- next() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- next() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
- next() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
- next() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
- next() - Method in class com.mysql.cj.protocol.x.XProtocolRowInputStream
- next() - Method in class com.mysql.cj.result.BufferedRowList
- next() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
- next() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
- next() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
- nextAuthenticationStep(NativePacketPayload, List<NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
- nextAuthenticationStep(NativePacketPayload, List<NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
- nextAuthenticationStep(NativePacketPayload, List<NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
- nextAuthenticationStep(NativePacketPayload, List<NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
- nextAuthenticationStep(NativePacketPayload, List<NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
- nextAuthenticationStep(NativePacketPayload, List<NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
- nextAuthenticationStep(M, List<M>) - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
Process authentication handshake data from server and optionally produce data to be sent back to the server.
- nextPacket() - Method in class com.mysql.cj.protocol.a.PacketSplitter
- nextResult() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
- nextResult() - Method in interface com.mysql.cj.xdevapi.SqlResult
-
Move to the next result.
- nextResult() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
- nextResultset - Variable in class com.mysql.cj.protocol.a.result.NativeResultset
- nextToken() - Method in class com.mysql.cj.util.EscapeTokenizer
-
Returns the next token
- NO - com.mysql.cj.conf.BooleanPropertyDefinition.AllowableValues
- NO_ALIAS - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- NO_CHARSET_INFO - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
Used to indicate that the server sent no field-level character set information, so the driver should use the connection-level character encoding instead.
- NO_CONNECTION_INDEX - Static variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- NO_PORT - Static variable in class com.mysql.cj.conf.HostInfo
- noAccessToProcedureBodies - com.mysql.cj.conf.PropertyKey
- noDatetimeStringSync - com.mysql.cj.conf.PropertyKey
- noGoodIndexUsed() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- noGoodIndexUsed() - Method in interface com.mysql.cj.protocol.ServerSession
- noGoodIndexUsed() - Method in class com.mysql.cj.protocol.x.XServerSession
- noIndexUsed() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- noIndexUsed() - Method in interface com.mysql.cj.protocol.ServerSession
- noIndexUsed() - Method in class com.mysql.cj.protocol.x.XServerSession
- NonRegisteringDriver - Class in com.mysql.cj.jdbc
-
The Java SQL framework allows for multiple database drivers.
- NonRegisteringDriver() - Constructor for class com.mysql.cj.jdbc.NonRegisteringDriver
-
Construct a new driver and register it with DriverManager
- normalClose() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- normalClose() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- normalClose() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- normalClose() - Method in interface com.mysql.cj.MysqlConnection
- normalizeCase(String) - Static method in enum com.mysql.cj.conf.PropertyKey
-
Helper method that normalizes the case of the given key, if it is one of
PropertyKey
elements. - NoSubInterceptorWrapper - Class in com.mysql.cj
-
Wraps query interceptors during driver startup so that they don't produce different result sets than we expect.
- NoSubInterceptorWrapper(QueryInterceptor) - Constructor for class com.mysql.cj.NoSubInterceptorWrapper
- NOT_CANCELED - com.mysql.cj.Query.CancelStatus
- NOT_EXISTS - com.mysql.cj.xdevapi.DatabaseObject.DbObjectStatus
- NOT_USED - Static variable in class com.mysql.cj.CharsetMapping
- NOTE - com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
-
NOTE = 1;
- NOTE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
-
NOTE = 1;
- Notice - Class in com.mysql.cj.protocol.x
-
ProtocolEntity representing a
Notice
message. - Notice(MysqlxNotice.Frame) - Constructor for class com.mysql.cj.protocol.x.Notice
- NOTICE - com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
NOTICE has to stay at 11 forever
- NOTICE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
NOTICE has to stay at 11 forever
- Notice.XSessionStateChanged - Class in com.mysql.cj.protocol.x
- Notice.XSessionVariableChanged - Class in com.mysql.cj.protocol.x
- Notice.XWarning - Class in com.mysql.cj.protocol.x
- NoticeFactory - Class in com.mysql.cj.protocol.x
-
Factory producing
Notice
from protocol message. - NoticeFactory() - Constructor for class com.mysql.cj.protocol.x.NoticeFactory
- NoticeScope_Global - Static variable in class com.mysql.cj.protocol.x.Notice
- NoticeScope_Local - Static variable in class com.mysql.cj.protocol.x.Notice
- NoticeType_GROUP_REPLICATION_STATE_CHANGED - Static variable in class com.mysql.cj.protocol.x.Notice
- NoticeType_SESSION_STATE_CHANGED - Static variable in class com.mysql.cj.protocol.x.Notice
- NoticeType_SESSION_VARIABLE_CHANGED - Static variable in class com.mysql.cj.protocol.x.Notice
- NoticeType_WARNING - Static variable in class com.mysql.cj.protocol.x.Notice
- NotUpdatable - Exception in com.mysql.cj.jdbc.exceptions
-
Thrown when a result sate is not updatable.
- NotUpdatable(String) - Constructor for exception com.mysql.cj.jdbc.exceptions.NotUpdatable
-
Create a new NotUpdatable exception.
- NOWAIT - com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
-
Do not wait to acquire row lock, fail with an error if a requested row is locked
- NOWAIT - com.mysql.cj.xdevapi.FilterParams.RowLockOptions
-
Do not wait to acquire row lock, fail with an error if a requested row is locked.
- NOWAIT - com.mysql.cj.xdevapi.Statement.LockContention
-
Do not wait to acquire row lock.
- NOWAIT_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
-
Do not wait to acquire row lock, fail with an error if a requested row is locked
- NULL - com.mysql.cj.MysqlType
-
FIELD_TYPE_NULL = 6
- NULL - com.mysql.cj.xdevapi.JsonLiteral
- NULL_LENGTH - Static variable in class com.mysql.cj.protocol.a.NativePacketPayload
- NULL_LOGGER - Static variable in class com.mysql.cj.CoreSession
-
Null logger shared by all connections at startup
- NULL_LOGGER - Static variable in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Null logger shared by all connections at startup.
- NULL_LOGGER - Static variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Null logger shared by all connections at startup.
- NULL_LOGGER - Static variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler
-
Null logger shared by all connections at startup.
- NULL_LOGGER - Static variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareWriterFailoverHandler
-
Null logger shared by all connections at startup.
- nullDatabaseMeansCurrent - com.mysql.cj.conf.PropertyKey
- nullDatabaseMeansCurrent - Variable in class com.mysql.cj.jdbc.DatabaseMetaData
- NullLogger - Class in com.mysql.cj.log
-
A logger that does nothing.
- NullLogger(String) - Constructor for class com.mysql.cj.log.NullLogger
-
Creates a new NullLogger with the given name
- nullPlusNonNullIsNull() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- nullsAreSortedAtEnd() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- nullsAreSortedAtStart() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- nullsAreSortedHigh() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- nullsAreSortedLow() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- nullScalar() - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Protocol buffers helper to build a Scalar NULL type.
- nullStatementResultSetFactory - Variable in class com.mysql.cj.jdbc.ConnectionImpl
- numberOfExecutions - Variable in class com.mysql.cj.AbstractQueryBindings
- numberOfHits - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareHitMissMetricsHolder
- numberOfPreparedExecutes - Variable in class com.mysql.cj.log.BaseMetricsHolder
-
When was the last time we reported metrics?
- numberOfPrepares - Variable in class com.mysql.cj.log.BaseMetricsHolder
- numberOfQueries - Variable in class com.mysql.cj.ParseInfo
- numberOfQueriesIssued - Variable in class com.mysql.cj.log.BaseMetricsHolder
- numberOfReports - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareHitMissMetricsHolder
- numberOfResultSetsCreated - Variable in class com.mysql.cj.log.BaseMetricsHolder
- NumberOutOfRange - Exception in com.mysql.cj.exceptions
-
Indicates that a number was out of the expected range.
- NumberOutOfRange(String) - Constructor for exception com.mysql.cj.exceptions.NumberOutOfRange
- numTablesMetricsHistBreakpoints - Variable in class com.mysql.cj.log.BaseMetricsHolder
- numTablesMetricsHistCounts - Variable in class com.mysql.cj.log.BaseMetricsHolder
O
- OBJ_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- OBJECT - com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
OBJECT = 2;
- OBJECT - com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
OBJECT = 7;
- OBJECT_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- OBJECT_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
OBJECT = 2;
- OBJECT_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
OBJECT = 7;
- OFF - com.mysql.cj.xdevapi.Schema.Validation.ValidationLevel
- offset - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
- offset(long) - Method in class com.mysql.cj.xdevapi.FilterableStatement
-
Add maximum number of rows to skip before find others.
- offset(long) - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Add/replace the document offset for this query.
- offset(long) - Method in interface com.mysql.cj.xdevapi.SelectStatement
-
Add/replace the row offset for this query.
- OFFSET_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- OFFSET_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- OffsetDateTimeValueFactory - Class in com.mysql.cj.result
-
Value factory to create
OffsetDateTime
instances. - OffsetDateTimeValueFactory(PropertySet, TimeZone, TimeZone) - Constructor for class com.mysql.cj.result.OffsetDateTimeValueFactory
- OffsetTimeValueFactory - Class in com.mysql.cj.result
-
A value factory to create
OffsetTime
instances. - OffsetTimeValueFactory(PropertySet, TimeZone) - Constructor for class com.mysql.cj.result.OffsetTimeValueFactory
- OffsetTimeValueFactory(PropertySet, TimeZone, WarningListener) - Constructor for class com.mysql.cj.result.OffsetTimeValueFactory
- ok - Variable in class com.mysql.cj.xdevapi.AbstractDataResult
- ok - Variable in class com.mysql.cj.xdevapi.UpdateResult
- Ok - Class in com.mysql.cj.protocol.x
-
ProtocolEntity representing an OK message.
- Ok() - Constructor for class com.mysql.cj.protocol.x.Ok
- OK - com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
OK = 0;
- OK_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
OK = 0;
- OkBuilder - Class in com.mysql.cj.protocol.x
-
Result builder producing an
Ok
instance. - OkBuilder() - Constructor for class com.mysql.cj.protocol.x.OkBuilder
- OkFactory - Class in com.mysql.cj.protocol.x
-
Factory producing
Ok
from protocol message. - OkFactory() - Constructor for class com.mysql.cj.protocol.x.OkFactory
- OkPacket - Class in com.mysql.cj.protocol.a.result
- OkPacket() - Constructor for class com.mysql.cj.protocol.a.result.OkPacket
- oldHistBreakpoints - Variable in class com.mysql.cj.log.BaseMetricsHolder
- oldHistCounts - Variable in class com.mysql.cj.log.BaseMetricsHolder
- ON_DUPLICATE_KEY_UPDATE_CLAUSE - Static variable in class com.mysql.cj.ParseInfo
- ONE_OR_MORE - com.mysql.cj.conf.ConnectionUrl.HostsCardinality
- OP_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- OP_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- OPEN_CURSOR_FLAG - Static variable in class com.mysql.cj.ServerPreparedQuery
- openResults - Variable in class com.mysql.cj.jdbc.StatementImpl
-
Set of currently-open ResultSets
- OPERATION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- OPERATION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- OperationCancelledException - Exception in com.mysql.cj.exceptions
- OperationCancelledException() - Constructor for exception com.mysql.cj.exceptions.OperationCancelledException
- OperationCancelledException(String) - Constructor for exception com.mysql.cj.exceptions.OperationCancelledException
- OperationCancelledException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.OperationCancelledException
- OperationCancelledException(Throwable) - Constructor for exception com.mysql.cj.exceptions.OperationCancelledException
- OperationNotSupportedException - Exception in com.mysql.cj.jdbc.exceptions
- OperationNotSupportedException() - Constructor for exception com.mysql.cj.jdbc.exceptions.OperationNotSupportedException
- OperationNotSupportedException(String) - Constructor for exception com.mysql.cj.jdbc.exceptions.OperationNotSupportedException
- OPERATOR - com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
OPERATOR = 5;
- OPERATOR_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- OPERATOR_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
OPERATOR = 5;
- ORDER_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- ORDER_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- ORDER_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- orderBy(String...) - Method in interface com.mysql.cj.xdevapi.DeleteStatement
-
Add/replace the order by specification for the deletion.
- orderBy(String...) - Method in class com.mysql.cj.xdevapi.FilterableStatement
-
Add sort expressions to this statement.
- orderBy(String...) - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Add/replace the order specification for this query.
- orderBy(String...) - Method in interface com.mysql.cj.xdevapi.RemoveStatement
-
Deprecated.
- orderBy(String...) - Method in class com.mysql.cj.xdevapi.RemoveStatementImpl
-
Deprecated.
- orderBy(String...) - Method in interface com.mysql.cj.xdevapi.SelectStatement
-
Add/replace the order specification for this query.
- orderBy(String...) - Method in interface com.mysql.cj.xdevapi.UpdateStatement
-
Add/replace the order specification for this statement.
- orderExpr - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
- ORIGINAL_NAME_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- ORIGINAL_TABLE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- originalConnStr - Variable in class com.mysql.cj.conf.ConnectionUrl
- originalDatabase - Variable in class com.mysql.cj.conf.ConnectionUrl
- originalSql - Variable in class com.mysql.cj.AbstractPreparedQuery
-
The SQL that was passed in to 'prepare'
- origValue - Variable in class com.mysql.cj.ClientPreparedQueryBindValue
- OS_ARCH - Static variable in class com.mysql.cj.Constants
- OS_NAME - Static variable in class com.mysql.cj.Constants
- OS_VERSION - Static variable in class com.mysql.cj.Constants
- othersDeletesAreVisible(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- othersInsertsAreVisible(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- othersUpdatesAreVisible(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- outputParamWasNull - Variable in class com.mysql.cj.jdbc.CallableStatement
- OutputStreamWatcher - Interface in com.mysql.cj.protocol
-
Objects that want to be notified of lifecycle events on a WatchableOutputStream should implement this interface, and register themselves with setWatcher() on the WatchableOutputStream instance.
- overrideSupportsIntegrityEnhancementFacility - com.mysql.cj.conf.PropertyKey
- ownDeletesAreVisible(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- owner - Variable in class com.mysql.cj.protocol.a.result.AbstractResultsetRows
-
The result set that we 'belong' to.
- ownInsertsAreVisible(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- ownUpdatesAreVisible(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
P
- pack() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Creates a binary representation of this event.
- pack() - Method in class com.mysql.cj.log.ProfilerEventImpl
- packetDebugBufferSize - com.mysql.cj.conf.PropertyKey
- packetDebugRingBuffer - Variable in class com.mysql.cj.protocol.AbstractProtocol
- packetHeaderBuf - Variable in class com.mysql.cj.protocol.a.NativePacketHeader
- packetReader - Variable in class com.mysql.cj.protocol.a.NativeProtocol
- PacketReceivedTimeHolder - Interface in com.mysql.cj.protocol
-
Holds the time the last packet was received.
- packetSender - Variable in class com.mysql.cj.protocol.a.NativeProtocol
- PacketSentTimeHolder - Interface in com.mysql.cj.protocol
-
Holds the time the last packet was sent.
- packetSequence - Variable in class com.mysql.cj.protocol.a.NativeProtocol
- PacketSplitter - Class in com.mysql.cj.protocol.a
-
Keep track of splitting a large packet into multi-packets segments.
- PacketSplitter(int) - Constructor for class com.mysql.cj.protocol.a.PacketSplitter
- PacketTooBigException - Exception in com.mysql.cj.jdbc.exceptions
-
Thrown when a packet that is too big for the server is created.
- PacketTooBigException(long, long) - Constructor for exception com.mysql.cj.jdbc.exceptions.PacketTooBigException
-
Creates a new PacketTooBigException object.
- PacketTooBigException(String) - Constructor for exception com.mysql.cj.jdbc.exceptions.PacketTooBigException
- padCharsWithSpace - com.mysql.cj.conf.PropertyKey
- padString(String, int) - Static method in class com.mysql.cj.util.StringUtils
- Pair(T, U) - Constructor for class com.mysql.cj.conf.ConnectionUrlParser.Pair
- PARAM_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- PARAM_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- PARAM_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- PARAM_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- ParameterBindings - Interface in com.mysql.cj.jdbc
-
Interface to allow PreparedStatement implementations to expose their parameter bindings to QueryInterceptors.
- ParameterBindingsImpl - Class in com.mysql.cj.jdbc
- parameterCount - Variable in class com.mysql.cj.AbstractPreparedQuery
-
The number of parameters in this PreparedStatement
- parameterMetaData - Variable in class com.mysql.cj.jdbc.ClientPreparedStatement
- parameterType - Variable in class com.mysql.cj.ClientPreparedQueryBindValue
- paramInfo - Variable in class com.mysql.cj.jdbc.CallableStatement
- paranoid - com.mysql.cj.conf.PropertyKey
- parse() - Method in class com.mysql.cj.xdevapi.ExprParser
-
Parse the entire string as an expression.
- parse(NativePacketPayload, String) - Static method in class com.mysql.cj.protocol.a.result.OkPacket
- parseArray(StringReader) - Static method in class com.mysql.cj.xdevapi.JsonParser
-
Create
JsonArray
object from JSON string provided by reader. - parseConnectionString(String) - Static method in class com.mysql.cj.conf.ConnectionUrlParser
-
Static factory method for constructing instances of this class.
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- parseDelimitedFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- parseDoc(StringReader) - Static method in class com.mysql.cj.xdevapi.JsonParser
-
Create
DbDoc
object from JSON string provided by reader. - parseDoc(String) - Static method in class com.mysql.cj.xdevapi.JsonParser
-
Create
DbDoc
object from JSON string. - parseDocumentProjection() - Method in class com.mysql.cj.xdevapi.ExprParser
-
Parse a document projection which is similar to SELECT but with document paths as the target alias.
- parseExprList() - Method in class com.mysql.cj.xdevapi.ExprParser
-
Parse a list of expressions used for GROUP BY.
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- parseFrom(byte[]) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- parseFrom(ByteString) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- parseFrom(CodedInputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- parseFrom(InputStream) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- parseFrom(ByteBuffer) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- parseHostPortPair(String) - Static method in class com.mysql.cj.conf.ConnectionUrlParser
-
Parses a host:port pair and returns the two elements in a
ConnectionUrlParser.Pair
- parseInfo - Variable in class com.mysql.cj.AbstractPreparedQuery
- ParseInfo - Class in com.mysql.cj
-
Represents the "parsed" state of a prepared query, with the statement broken up into its static and dynamic (where parameters are bound) parts.
- ParseInfo(String, Session, String) - Constructor for class com.mysql.cj.ParseInfo
- ParseInfo(String, Session, String, boolean) - Constructor for class com.mysql.cj.ParseInfo
- parseInfoCacheFactory - com.mysql.cj.conf.PropertyKey
- parseObject(String, ExceptionInterceptor) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- parseObject(String, ExceptionInterceptor) - Method in class com.mysql.cj.conf.BooleanPropertyDefinition
- parseObject(String, ExceptionInterceptor) - Method in class com.mysql.cj.conf.EnumPropertyDefinition
- parseObject(String, ExceptionInterceptor) - Method in class com.mysql.cj.conf.IntegerPropertyDefinition
- parseObject(String, ExceptionInterceptor) - Method in class com.mysql.cj.conf.LongPropertyDefinition
- parseObject(String, ExceptionInterceptor) - Method in class com.mysql.cj.conf.MemorySizePropertyDefinition
- parseObject(String, ExceptionInterceptor) - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the value object parsed from it's string representation and checked against allowable values.
- parseObject(String, ExceptionInterceptor) - Method in class com.mysql.cj.conf.StringPropertyDefinition
- parseOrderSpec() - Method in class com.mysql.cj.xdevapi.ExprParser
-
Parse an ORDER BY specification which is a comma-separated list of expressions, each may be optionally suffixed by ASC/DESC.
- parser() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- parser() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- parser() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- parser() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- parser() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- PARSER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxSession.Close
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
Deprecated.
- PARSER - Static variable in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
-
Deprecated.
- parseTableInsertField() - Method in class com.mysql.cj.xdevapi.ExprParser
-
Parse an INSERT field name.
- parseTableSelectProjection() - Method in class com.mysql.cj.xdevapi.ExprParser
-
Parse a SELECT projection which is a comma-separated list of expressions, each optionally suffixed with a target alias.
- parseTableStatusIntoLocalAndReferencedColumns(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- parseTableUpdateField() - Method in class com.mysql.cj.xdevapi.ExprParser
-
Parse an UPDATE field which can include can document paths.
- parseUrl(String) - Method in class com.mysql.cj.xdevapi.SessionFactory
-
Parses the connection string URL.
- parseUserInfo(String) - Static method in class com.mysql.cj.conf.ConnectionUrlParser
-
Parses the given user information which is formed by the parts [user][:password].
- parseVersion(String) - Static method in class com.mysql.cj.ServerVersion
-
Parse the server version into major/minor/subminor.
- password - Variable in class com.mysql.cj.jdbc.MysqlDataSource
-
Password
- password - Variable in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
- password - Variable in class com.mysql.cj.sasl.ScramShaSaslClient
- PASSWORD - com.mysql.cj.conf.PropertyKey
-
The database user password.
- passwordCharacterEncoding - com.mysql.cj.conf.PropertyKey
- PasswordExpiredException - Exception in com.mysql.cj.exceptions
-
Equivalent to SQLSTATE ER_MUST_CHANGE_PASSWORD = 1820 "You must SET PASSWORD before executing this statement" Server entered to sandbox morde when this failure happens.
- PasswordExpiredException() - Constructor for exception com.mysql.cj.exceptions.PasswordExpiredException
- PasswordExpiredException(String) - Constructor for exception com.mysql.cj.exceptions.PasswordExpiredException
- PasswordExpiredException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.PasswordExpiredException
- PasswordExpiredException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.PasswordExpiredException
- PasswordExpiredException(Throwable) - Constructor for exception com.mysql.cj.exceptions.PasswordExpiredException
- patch(DbDoc) - Method in interface com.mysql.cj.xdevapi.ModifyStatement
-
Takes in a patch object and applies it on all documents matching the modify() filter, using the JSON_MERGE_PATCH() function.
- patch(DbDoc) - Method in class com.mysql.cj.xdevapi.ModifyStatementImpl
- patch(String) - Method in interface com.mysql.cj.xdevapi.ModifyStatement
-
Takes in a document patch and applies it on all documents matching the modify() filter, using the JSON_MERGE_PATCH() function.
- patch(String) - Method in class com.mysql.cj.xdevapi.ModifyStatementImpl
- PATH - com.mysql.cj.conf.PropertyKey
-
The name pipes path to use when "protocol=pipe'.
- PAYLOAD_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- PAYLOAD_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- pedantic - com.mysql.cj.conf.PropertyKey
- pedantic - Variable in class com.mysql.cj.jdbc.DatabaseMetaData
- pedantic - Variable in class com.mysql.cj.jdbc.StatementImpl
-
Are we in pedantic mode?
- PerConnectionLRUFactory - Class in com.mysql.cj
- PerConnectionLRUFactory() - Constructor for class com.mysql.cj.PerConnectionLRUFactory
- perfMetricsHistBreakpoints - Variable in class com.mysql.cj.log.BaseMetricsHolder
- perfMetricsHistCounts - Variable in class com.mysql.cj.log.BaseMetricsHolder
- performTlsHandshake(ServerSession) - Method in class com.mysql.cj.protocol.a.NativeSocketConnection
- performTlsHandshake(ServerSession) - Method in interface com.mysql.cj.protocol.SocketConnection
- performTlsHandshake(SocketConnection, ServerSession) - Method in class com.mysql.cj.protocol.NamedPipeSocketFactory
- performTlsHandshake(SocketConnection, ServerSession) - Method in interface com.mysql.cj.protocol.SocketFactory
-
If required, called by the driver during MySQL protocol handshake to transform original socket to SSL socket and perform TLS handshake.
- performTlsHandshake(SocketConnection, ServerSession) - Method in class com.mysql.cj.protocol.StandardSocketFactory
- performTlsHandshake(SocketConnection, ServerSession) - Method in class com.mysql.jdbc.SocketFactoryWrapper
- performTlsHandshake(Socket, SocketConnection, ServerVersion) - Static method in class com.mysql.cj.protocol.ExportControlled
-
Converts the socket being used in the given SocketConnection to an SSLSocket by performing the SSL/TLS handshake.
- PerVmServerConfigCacheFactory - Class in com.mysql.cj.util
- PerVmServerConfigCacheFactory() - Constructor for class com.mysql.cj.util.PerVmServerConfigCacheFactory
- pickConnection(InvocationHandler, List<String>, Map<String, JdbcConnection>, long[], int) - Method in interface com.mysql.cj.jdbc.ha.BalanceStrategy
-
Called by the driver to pick a new connection to route requests over.
- pickConnection(InvocationHandler, List<String>, Map<String, JdbcConnection>, long[], int) - Method in class com.mysql.cj.jdbc.ha.BestResponseTimeBalanceStrategy
- pickConnection(InvocationHandler, List<String>, Map<String, JdbcConnection>, long[], int) - Method in class com.mysql.cj.jdbc.ha.RandomBalanceStrategy
- pickConnection(InvocationHandler, List<String>, Map<String, JdbcConnection>, long[], int) - Method in class com.mysql.cj.jdbc.ha.SequentialBalanceStrategy
- pickConnection(InvocationHandler, List<String>, Map<String, JdbcConnection>, long[], int) - Method in class com.mysql.cj.jdbc.ha.ServerAffinityStrategy
- pickNewConnection() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Local implementation for the new connection picker.
- pickNewConnection() - Method in class com.mysql.cj.jdbc.ha.FailoverConnectionProxy
- pickNewConnection() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Picks the "best" connection to use for the next transaction based on the BalanceStrategy in use.
- pickNewConnection() - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Picks the "best" connection to use from now on.
- pickNewConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- ping() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- ping() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- ping() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
- ping() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- ping() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- ping() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Detect if the connection is still good by sending a ping command to the server.
- ping(boolean) - Method in interface com.mysql.cj.jdbc.ha.LoadBalancedConnection
- ping(boolean) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
- ping(boolean, int) - Method in class com.mysql.cj.NativeSession
- PING_MARKER - Static variable in class com.mysql.cj.jdbc.StatementImpl
- pingInternal(boolean, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- pingInternal(boolean, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- pingInternal(boolean, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- pingInternal(boolean, int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
- pinGlobalTxToPhysicalConnection - com.mysql.cj.conf.PropertyKey
- pingTarget - Variable in class com.mysql.cj.jdbc.StatementImpl
- PingTarget - Interface in com.mysql.cj
- PLACEHOLDER - com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
PLACEHOLDER = 6;
- PLACEHOLDER_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
PLACEHOLDER = 6;
- PLAIN - com.mysql.cj.conf.PropertyDefinitions.AuthMech
- PLATFORM_ENCODING - Static variable in class com.mysql.cj.Constants
- platformDbCharsetMatches - Variable in class com.mysql.cj.protocol.a.NativeProtocol
-
Does the character set of this connection match the character set of the platform
- PLUGIN_NAME - Static variable in class com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
- PLUGIN_NAME - Static variable in class com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
- PLUGIN_NAME - Static variable in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
- PNAME_clientInfoDatabase - Static variable in class com.mysql.cj.jdbc.ClientInfoProviderSP
- PNAME_clientInfoGetBulkSPName - Static variable in class com.mysql.cj.jdbc.ClientInfoProviderSP
- PNAME_clientInfoGetSPName - Static variable in class com.mysql.cj.jdbc.ClientInfoProviderSP
- PNAME_clientInfoSetSPName - Static variable in class com.mysql.cj.jdbc.ClientInfoProviderSP
- PNAME_resultSetScannerRegex - Static variable in class com.mysql.cj.jdbc.interceptors.ResultSetScannerInterceptor
- POOL_DATA_SOURCE_CLASS_NAME - Static variable in class com.mysql.cj.jdbc.MysqlDataSourceFactory
-
The class name for a poolable MySQL DataSource.
- PooledXProtocol(HostInfo, PropertySet) - Constructor for class com.mysql.cj.xdevapi.ClientImpl.PooledXProtocol
- POOLING_ENABLED - com.mysql.cj.xdevapi.Client.ClientProperty
- POOLING_MAX_IDLE_TIME - com.mysql.cj.xdevapi.Client.ClientProperty
- POOLING_MAX_SIZE - com.mysql.cj.xdevapi.Client.ClientProperty
- POOLING_QUEUE_TIMEOUT - com.mysql.cj.xdevapi.Client.ClientProperty
- populateCachedMetaData(CachedResultSetMetaData) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- populateCachedMetaData(CachedResultSetMetaData) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
- populateInsertRowWithDefaultValues - com.mysql.cj.conf.PropertyKey
- port - Variable in class com.mysql.cj.jdbc.MysqlDataSource
-
Port number
- port - Variable in class com.mysql.cj.protocol.AbstractSocketConnection
- port - Variable in class com.mysql.cj.protocol.StandardSocketFactory
-
The port number to connect to
- PORT - com.mysql.cj.conf.PropertyKey
-
The port number value from the properties instance passed to the driver.
- position - Variable in class com.mysql.cj.xdevapi.AbstractDataResult
- position(byte[], long) - Method in class com.mysql.cj.jdbc.Blob
- position(byte[], long) - Method in class com.mysql.cj.jdbc.BlobFromLocator
- position(String, long) - Method in class com.mysql.cj.jdbc.Clob
- position(Blob, long) - Method in class com.mysql.cj.jdbc.Blob
- position(Blob, long) - Method in class com.mysql.cj.jdbc.BlobFromLocator
- position(Clob, long) - Method in class com.mysql.cj.jdbc.Clob
- POSITION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- postInitialization() - Method in class com.mysql.cj.conf.DefaultPropertySet
- postInitialization() - Method in interface com.mysql.cj.conf.PropertySet
- postInitialization() - Method in class com.mysql.cj.jdbc.JdbcPropertySetImpl
- postProcess(Supplier<String>, Query, T, ServerSession) - Method in interface com.mysql.cj.interceptors.QueryInterceptor
-
Called after the given query has been sent to the server for processing.
- postProcess(Supplier<String>, Query, T, ServerSession) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedAutoCommitInterceptor
- postProcess(Supplier<String>, Query, T, ServerSession) - Method in class com.mysql.cj.jdbc.interceptors.ResultSetScannerInterceptor
- postProcess(Supplier<String>, Query, T, ServerSession) - Method in class com.mysql.cj.jdbc.interceptors.ServerStatusDiffInterceptor
- postProcess(Supplier<String>, Query, T, ServerSession) - Method in class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
- postProcess(Supplier<String>, Query, T, ServerSession) - Method in class com.mysql.cj.NoSubInterceptorWrapper
- postProcess(M, M) - Method in interface com.mysql.cj.interceptors.QueryInterceptor
-
Called after the given query packet has been sent to the server for processing.
- postProcess(M, M) - Method in class com.mysql.cj.NoSubInterceptorWrapper
- PREFERRED - com.mysql.cj.conf.PropertyDefinitions.Compression
- PREFERRED - com.mysql.cj.conf.PropertyDefinitions.SslMode
- PreparableStatement<RES_T> - Class in com.mysql.cj.xdevapi
-
Abstract class, common to all X DevAPI statement classes that can be prepared.
- PreparableStatement() - Constructor for class com.mysql.cj.xdevapi.PreparableStatement
- PreparableStatement.PreparableStatementFinalizer - Class in com.mysql.cj.xdevapi
-
PhantomReference
to track prepared statement ids. - PreparableStatement.PreparedState - Enum in com.mysql.cj.xdevapi
- PreparableStatementFinalizer(PreparableStatement<?>, ReferenceQueue<? super PreparableStatement<?>>, int) - Constructor for class com.mysql.cj.xdevapi.PreparableStatement.PreparableStatementFinalizer
- prepare(String, SaslPrep.StringType) - Static method in class com.mysql.cj.util.SaslPrep
-
Prepares the given string by applying the "SASLprep" profile of the "stringprep" algorithm.
- prepare(Xid) - Method in class com.mysql.cj.jdbc.MysqlXAConnection
- prepare(Xid) - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
- PREPARE - com.mysql.cj.xdevapi.PreparableStatement.PreparedState
- PREPARE_DEALLOCATE - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
PREPARE_DEALLOCATE = 42;
- PREPARE_DEALLOCATE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
PREPARE_DEALLOCATE = 42;
- PREPARE_EXECUTE - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
PREPARE_EXECUTE = 41;
- PREPARE_EXECUTE - com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
-
PREPARE_EXECUTE = 0;
- PREPARE_EXECUTE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- PREPARE_EXECUTE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
PREPARE_EXECUTE = 41;
- PREPARE_EXECUTE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
-
PREPARE_EXECUTE = 0;
- PREPARE_PREPARE - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
PREPARE_PREPARE = 40;
- PREPARE_PREPARE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
PREPARE_PREPARE = 40;
- prepareBatchedInsertSQL(JdbcConnection, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Returns a prepared statement for the number of batched parameters, used when re-writing batch INSERTs.
- prepareBatchedInsertSQL(JdbcConnection, int) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
- prepareCall(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- prepareCall(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- prepareCall(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- prepareCall(String, int, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- prepareCall(String, int, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- prepareCall(String, int, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- prepareCall(String, int, int, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- prepareCall(String, int, int, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- prepareCall(String, int, int, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- PREPARED - com.mysql.cj.xdevapi.PreparableStatement.PreparedState
- PreparedQuery<T extends QueryBindings<?>> - Interface in com.mysql.cj
- preparedState - Variable in class com.mysql.cj.xdevapi.PreparableStatement
- preparedStatementId - Variable in class com.mysql.cj.xdevapi.PreparableStatement
- PreparedStatementWrapper - Class in com.mysql.cj.jdbc
-
Wraps prepared statements so that errors can be reported correctly to ConnectionEventListeners.
- prepareExecutePacket() - Method in class com.mysql.cj.ServerPreparedQuery
- prepareMetaDataSafeStatement(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Get a prepared statement to query information_schema tables.
- prepareStatement(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- prepareStatement(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- prepareStatement(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- prepareStatement(String, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- prepareStatement(String, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- prepareStatement(String, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- prepareStatement(String, int[]) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- prepareStatement(String, int[]) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- prepareStatement(String, int[]) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- prepareStatement(String, int, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- prepareStatement(String, int, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- prepareStatement(String, int, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- prepareStatement(String, int, int, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- prepareStatement(String, int, int, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- prepareStatement(String, int, int, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- prepareStatement(String, String[]) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- prepareStatement(String, String[]) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- prepareStatement(String, String[]) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- preProcess(Supplier<String>, Query) - Method in interface com.mysql.cj.interceptors.QueryInterceptor
-
Called before the given query is going to be sent to the server for processing.
- preProcess(Supplier<String>, Query) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedAutoCommitInterceptor
- preProcess(Supplier<String>, Query) - Method in class com.mysql.cj.jdbc.interceptors.ResultSetScannerInterceptor
- preProcess(Supplier<String>, Query) - Method in class com.mysql.cj.jdbc.interceptors.ServerStatusDiffInterceptor
- preProcess(Supplier<String>, Query) - Method in class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
- preProcess(Supplier<String>, Query) - Method in class com.mysql.cj.NoSubInterceptorWrapper
- preProcess(M) - Method in interface com.mysql.cj.interceptors.QueryInterceptor
-
Called before the given query packet is going to be sent to the server for processing.
- preProcess(M) - Method in class com.mysql.cj.NoSubInterceptorWrapper
- preprocessPerTypeHostProperties(Map<String, String>) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Subclasses should override this to perform any required pre-processing on the host information properties.
- preprocessPerTypeHostProperties(Map<String, String>) - Method in class com.mysql.cj.conf.url.XDevApiConnectionUrl
- preprocessPerTypeHostProperties(Map<String, String>) - Method in class com.mysql.cj.conf.url.XDevApiDnsSrvConnectionUrl
- prepStmtCacheSize - com.mysql.cj.conf.PropertyKey
- prepStmtCacheSqlLimit - com.mysql.cj.conf.PropertyKey
- preserveInstants - com.mysql.cj.conf.PropertyKey
- preserveInstants - Variable in class com.mysql.cj.AbstractQueryBindings
- preserveOldTransactionState() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- prev() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
The prev method is not part of JDBC, but because of the architecture of this driver it is possible to move both forward and backward within the result set.
- prev() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- previous() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- previous() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- previous() - Method in class com.mysql.cj.result.BufferedRowList
- previous() - Method in interface com.mysql.cj.result.RowList
-
Optionally iterate backwards on the list.
- PRIORITY - com.mysql.cj.conf.PropertyKey
-
The host priority in a list of hosts.
- PROCEDURE - com.mysql.cj.jdbc.DatabaseMetaData.ProcedureType
- processEscapeCodesForPrepStmts - com.mysql.cj.conf.PropertyKey
- processEvent(byte, Session, Query, Resultset, long, Throwable, String) - Method in class com.mysql.cj.log.LoggingProfilerEventHandler
- processEvent(byte, Session, Query, Resultset, long, Throwable, String) - Method in interface com.mysql.cj.log.ProfilerEventHandler
- processMessage(XMessage) - Method in class com.mysql.cj.protocol.x.ResultMessageListener
- processMessage(M) - Method in interface com.mysql.cj.protocol.MessageListener
-
Process protocol message.
- processMultiCountsAndKeys(StatementImpl, int, long[]) - Method in class com.mysql.cj.jdbc.StatementImpl
- PRODUCED_MESSAGE - com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
PRODUCED_MESSAGE = 10;
- PRODUCED_MESSAGE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
PRODUCED_MESSAGE = 10;
- ProfilerEvent - Interface in com.mysql.cj.log
- profilerEventHandler - com.mysql.cj.conf.PropertyKey
- ProfilerEventHandler - Interface in com.mysql.cj.log
- ProfilerEventImpl - Class in com.mysql.cj.log
- ProfilerEventImpl(byte, String, String, long, int, int, long, String, Throwable, String) - Constructor for class com.mysql.cj.log.ProfilerEventImpl
-
Creates a new profiler event
- profileSQL - com.mysql.cj.conf.PropertyKey
- profileSQL - Variable in class com.mysql.cj.jdbc.StatementImpl
-
Should we profile?
- profileSQL - Variable in class com.mysql.cj.ServerPreparedQuery
-
The "profileSQL" connection property value
- profileSQLString - Variable in class com.mysql.cj.jdbc.MysqlDataSource
-
The profileSQL property
- projection - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
- PROJECTION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- PROJECTION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- promoteReplicaToSource(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
- promoteReplicaToSource(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Promotes a replica host to source.
- promoteReplicaToSource(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- promoteReplicaToSource(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- promoteReplicaToSource(String, String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
- promoteReplicaToSource(String, String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
- promoteReplicaToSource(String, String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
- promoteSlaveToMaster(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
Deprecated.
- promoteSlaveToMaster(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- promoteSlaveToMaster(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Deprecated.
- promoteSlaveToMaster(String, String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- promoteSlaveToMaster(String, String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
Deprecated.
- propagateProxyDown(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Propagates the connection proxy down through all live connections.
- propagateProxyDown(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Propagates the connection proxy down through the multi-host connections chain.
- propagateProxyDown(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Propagates the connection proxy down through all live connections.
- properties - Variable in class com.mysql.cj.conf.ConnectionUrl
- PropertiesDocGenerator - Class in documentation
-
Creates docbook table of connection properties from ConnectionProperties class.
- PropertiesDocGenerator() - Constructor for class documentation.PropertiesDocGenerator
- propertiesTransform - com.mysql.cj.conf.PropertyKey
- PROPERTY_CATEGORIES - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- PROPERTY_KEY_TO_PROPERTY_DEFINITION - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
Static unmodifiable
PropertyKey
->PropertyDefinition
map. - PropertyDefinition<T> - Interface in com.mysql.cj.conf
- PropertyDefinitions - Class in com.mysql.cj.conf
- PropertyDefinitions() - Constructor for class com.mysql.cj.conf.PropertyDefinitions
- PropertyDefinitions.AuthMech - Enum in com.mysql.cj.conf
- PropertyDefinitions.Compression - Enum in com.mysql.cj.conf
- PropertyDefinitions.DatabaseTerm - Enum in com.mysql.cj.conf
- PropertyDefinitions.SslMode - Enum in com.mysql.cj.conf
- PropertyDefinitions.XdevapiSslMode - Enum in com.mysql.cj.conf
- PropertyDefinitions.ZeroDatetimeBehavior - Enum in com.mysql.cj.conf
- PropertyKey - Enum in com.mysql.cj.conf
-
PropertyKey handles connection property names, their camel-case aliases and case sensitivity.
- PropertyNotModifiableException - Exception in com.mysql.cj.exceptions
- PropertyNotModifiableException() - Constructor for exception com.mysql.cj.exceptions.PropertyNotModifiableException
- PropertyNotModifiableException(String) - Constructor for exception com.mysql.cj.exceptions.PropertyNotModifiableException
- PropertyNotModifiableException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.PropertyNotModifiableException
- PropertyNotModifiableException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.PropertyNotModifiableException
- PropertyNotModifiableException(Throwable) - Constructor for exception com.mysql.cj.exceptions.PropertyNotModifiableException
- propertySet - Variable in class com.mysql.cj.CoreSession
- propertySet - Variable in class com.mysql.cj.jdbc.ConnectionImpl
- propertySet - Variable in class com.mysql.cj.protocol.a.ResultsetRowReader
- propertySet - Variable in class com.mysql.cj.protocol.AbstractProtocol
- propertySet - Variable in class com.mysql.cj.protocol.AbstractSocketConnection
- PropertySet - Interface in com.mysql.cj.conf
- props - Variable in class com.mysql.cj.jdbc.ConnectionImpl
-
Properties for this connection specified by user
- protocol - Variable in class com.mysql.cj.CoreSession
- protocol - Variable in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
- protocol - Variable in class com.mysql.cj.protocol.a.BinaryResultsetReader
- protocol - Variable in class com.mysql.cj.protocol.a.ResultsetRowReader
- protocol - Variable in class com.mysql.cj.protocol.a.TextResultsetReader
- Protocol<M extends Message> - Interface in com.mysql.cj.protocol
-
A protocol provides the facilities to communicate with a MySQL server.
- PROTOCOL - com.mysql.cj.conf.PropertyKey
-
The communications protocol.
- PROTOCOL_ENTITY_CLASS_TO_BINARY_READER - Variable in class com.mysql.cj.protocol.a.NativeProtocol
- PROTOCOL_ENTITY_CLASS_TO_TEXT_READER - Variable in class com.mysql.cj.protocol.a.NativeProtocol
- ProtocolEntity - Interface in com.mysql.cj.protocol
- ProtocolEntityFactory<T,M extends Message> - Interface in com.mysql.cj.protocol
- ProtocolEntityReader<T extends ProtocolEntity,M extends Message> - Interface in com.mysql.cj.protocol
- providesQueryObjectGenerator() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- proxyIfReturnTypeIsJdbcInterface(Class<?>, Object) - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
If the given return type is or implements a JDBC interface, proxies the given object so that we can catch SQL errors and fire a connection switch.
- pset - Variable in class com.mysql.cj.result.DefaultValueFactory
- pset - Variable in class com.mysql.cj.result.StringValueFactory
- publicKeyRequested - Variable in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
- publicKeyString - Variable in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
- pushMessageListener(MessageListener<XMessage>) - Method in class com.mysql.cj.protocol.x.SyncMessageReader
- pushMessageListener(MessageListener<M>) - Method in interface com.mysql.cj.protocol.MessageReader
-
Queue a
MessageListener
to receive messages delivered asynchronously. - put(K, V) - Method in interface com.mysql.cj.CacheAdapter
- put(K, V) - Method in class com.mysql.cj.util.ExpiringCache
- putAll(Map<? extends K, ? extends V>) - Method in class com.mysql.cj.util.ExpiringCache
Q
- queriesBeforeRetrySource - com.mysql.cj.conf.PropertyKey
- query - Variable in class com.mysql.cj.jdbc.StatementImpl
- query(M, ResultBuilder<R>) - Method in class com.mysql.cj.MysqlxSession
- query(M, ResultBuilder<R>) - Method in class com.mysql.cj.protocol.x.XProtocol
- query(M, ResultBuilder<R>) - Method in interface com.mysql.cj.Session
-
Synchronously query database.
- query(M, Predicate<Row>, Function<Row, R>, Collector<R, ?, RES>) - Method in class com.mysql.cj.MysqlxSession
- query(M, Predicate<Row>, Function<Row, R>, Collector<R, ?, RES>) - Method in interface com.mysql.cj.Session
-
Synchronously query database with applying rows filtering and mapping.
- Query - Interface in com.mysql.cj
- QUERY - com.mysql.cj.util.SaslPrep.StringType
-
Queries for matching strings MAY contain unassigned code points.
- Query.CancelStatus - Enum in com.mysql.cj
- queryAsync(M, ResultBuilder<R>) - Method in class com.mysql.cj.MysqlxSession
- queryAsync(M, ResultBuilder<R>) - Method in class com.mysql.cj.protocol.x.XProtocol
- queryAsync(M, ResultBuilder<R>) - Method in interface com.mysql.cj.Session
-
Asynchronously query database.
- queryBindings - Variable in class com.mysql.cj.AbstractPreparedQuery
- QueryBindings<T extends BindValue> - Interface in com.mysql.cj
- queryForTopology(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Query the database for the cluster topology and use the results to record information about the topology.
- QueryInterceptor - Interface in com.mysql.cj.interceptors
-
Implement this interface to be placed "in between" query execution, so that you can influence it.
- queryInterceptors - com.mysql.cj.conf.PropertyKey
- QueryResult - Interface in com.mysql.cj
- queryServerVariable(String) - Method in class com.mysql.cj.NativeSession
-
Get the variable value from server.
- queryTimeCount - Variable in class com.mysql.cj.log.BaseMetricsHolder
- queryTimeMean - Variable in class com.mysql.cj.log.BaseMetricsHolder
- queryTimeoutKillsConnection - com.mysql.cj.conf.PropertyKey
- queryTimeSum - Variable in class com.mysql.cj.log.BaseMetricsHolder
- queryTimeSumSquares - Variable in class com.mysql.cj.log.BaseMetricsHolder
- queryTimingUnits - Variable in class com.mysql.cj.protocol.AbstractProtocol
- queryTopologyMetrics - Variable in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
- queryWasSlow - Variable in class com.mysql.cj.ServerPreparedQuery
- queryWasSlow() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- queryWasSlow() - Method in interface com.mysql.cj.protocol.ServerSession
- queryWasSlow() - Method in class com.mysql.cj.protocol.x.XServerSession
- quit() - Method in class com.mysql.cj.CoreSession
- quit() - Method in class com.mysql.cj.MysqlxSession
- quit() - Method in class com.mysql.cj.NativeSession
- quit() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Log-off of the MySQL server and close the socket.
- quit() - Method in interface com.mysql.cj.Session
-
Log-off of the MySQL server and close the socket.
- quoteBytes(byte[]) - Static method in class com.mysql.cj.util.StringUtils
- quotedId - Variable in class com.mysql.cj.jdbc.DatabaseMetaData
-
What character to use when quoting identifiers
- quoteDocumentPathMember(String) - Static method in class com.mysql.cj.xdevapi.ExprUnparser
-
Quote a JSON document path member.
- quoteIdentifier(String) - Static method in class com.mysql.cj.xdevapi.ExprUnparser
-
Quote a named identifier.
- quoteIdentifier(String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Surrounds identifier with "`" and duplicates these symbols inside the identifier.
- quoteIdentifier(String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Surrounds identifier with quoteChar and duplicates these symbols inside the identifier.
- quoteJsonKey(String) - Static method in class com.mysql.cj.xdevapi.ExprUnparser
-
Quote a JSON document field key.
R
- RandomBalanceStrategy - Class in com.mysql.cj.jdbc.ha
- RandomBalanceStrategy() - Constructor for class com.mysql.cj.jdbc.ha.RandomBalanceStrategy
- rawSocket - Variable in class com.mysql.cj.protocol.StandardSocketFactory
-
The underlying TCP/IP socket to use
- read() - Method in class com.mysql.cj.protocol.a.CompressedInputStream
- read() - Method in class com.mysql.cj.protocol.ReadAheadInputStream
- read() - Method in class com.mysql.cj.protocol.x.CompressionSplittedInputStream
-
Forwards the read to
CompressionSplittedInputStream.read(byte[], int, int)
. - read() - Method in class com.mysql.cj.protocol.x.ConfinedInputStream
- read(byte[]) - Method in class com.mysql.cj.protocol.a.CompressedInputStream
- read(byte[]) - Method in class com.mysql.cj.protocol.x.CompressionSplittedInputStream
-
Forwards the read to
CompressionSplittedInputStream.read(byte[], int, int)
. - read(byte[]) - Method in class com.mysql.cj.protocol.x.ConfinedInputStream
-
Forwards the read to
ConfinedInputStream.read(byte[], int, int)
. - read(byte[], int, int) - Method in class com.mysql.cj.protocol.a.CompressedInputStream
- read(byte[], int, int) - Method in class com.mysql.cj.protocol.ReadAheadInputStream
- read(byte[], int, int) - Method in class com.mysql.cj.protocol.x.CompressionSplittedInputStream
-
Reads bytes from the underlying
InputStream
either from the one that gets data directly from the original sourceInputStream
or from a compressorableInputStream
, if reading of a compressed X Protocol frame is in progress. - read(byte[], int, int) - Method in class com.mysql.cj.protocol.x.ConfinedInputStream
-
Reads bytes from the underlying
InputStream
up to the number of bytes defined in thisConfinedInputStream
limit. - read(int, boolean, NativePacketPayload, ColumnDefinition, ProtocolEntityFactory<Resultset, NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.BinaryResultsetReader
- read(int, boolean, NativePacketPayload, ColumnDefinition, ProtocolEntityFactory<Resultset, NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.TextResultsetReader
- read(int, boolean, M, ColumnDefinition, ProtocolEntityFactory<T, M>) - Method in interface com.mysql.cj.protocol.ProtocolEntityReader
-
Reads one result set off of the wire, if the result is actually an update count, creates an update-count only result set.
- read(ProtocolEntityFactory<ColumnDefinition, NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.ColumnDefinitionReader
- read(ProtocolEntityFactory<ResultsetRow, NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.ResultsetRowReader
-
Retrieve one row from the MySQL server.
- read(ProtocolEntityFactory<T, M>) - Method in interface com.mysql.cj.protocol.ProtocolEntityReader
- read(Class<Resultset>, int, boolean, NativePacketPayload, boolean, ColumnDefinition, ProtocolEntityFactory<T, NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- read(Class<Resultset>, int, boolean, XMessage, boolean, ColumnDefinition, ProtocolEntityFactory<T, XMessage>) - Method in class com.mysql.cj.protocol.x.XProtocol
- read(Class<Resultset>, int, boolean, M, boolean, ColumnDefinition, ProtocolEntityFactory<T, M>) - Method in interface com.mysql.cj.protocol.Protocol
-
Read protocol entity.
- read(Class<T>, ProtocolEntityFactory<T, NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- read(Class<T>, ProtocolEntityFactory<T, XMessage>) - Method in class com.mysql.cj.protocol.x.XProtocol
- read(Class<T>, ProtocolEntityFactory<T, M>) - Method in interface com.mysql.cj.protocol.Protocol
- READ_ONLY - com.mysql.cj.protocol.Resultset.Concurrency
-
The constant indicating the concurrency mode for a
Resultset
object that may NOT be updated. - ReadAheadInputStream - Class in com.mysql.cj.protocol
-
A non-blocking buffered input stream.
- ReadAheadInputStream(InputStream, boolean, Log) - Constructor for class com.mysql.cj.protocol.ReadAheadInputStream
- ReadAheadInputStream(InputStream, int, boolean, Log) - Constructor for class com.mysql.cj.protocol.ReadAheadInputStream
- readAllResults(int, boolean, NativePacketPayload, boolean, ColumnDefinition, ProtocolEntityFactory<T, NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- readAuthenticateContinue() - Method in class com.mysql.cj.protocol.x.XProtocol
- readAuthenticateOk() - Method in class com.mysql.cj.protocol.x.XProtocol
- readBlock(InputStream, byte[], int, ExceptionInterceptor) - Static method in class com.mysql.cj.util.Util
- readBlock(InputStream, byte[], ExceptionInterceptor) - Static method in class com.mysql.cj.util.Util
- readBytes(NativeConstants.StringLengthDataType, int) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Read len bytes from internal buffer starting from current position into the new byte array.
- readBytes(NativeConstants.StringSelfDataType) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Read bytes from internal buffer starting from current position into the new byte array.
- readerFailoverHandler - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- readerFailoverHandler - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareWriterFailoverHandler
- ReaderFailoverHandler - Interface in com.mysql.cj.jdbc.ha.ca
-
Interface for Reader Failover Process handler.
- ReaderFailoverResult - Class in com.mysql.cj.jdbc.ha.ca
-
This class holds results of Reader Failover Process.
- ReaderFailoverResult(JdbcConnection, int, boolean) - Constructor for class com.mysql.cj.jdbc.ha.ca.ReaderFailoverResult
-
ConnectionAttemptResult constructor.
- readerToString(Reader) - Method in class com.mysql.cj.jdbc.MysqlSQLXML
- readExecuteResult(NativePacketPayload, int, boolean, ColumnDefinition, ProtocolEntityFactory<T, NativePacketPayload>, String) - Method in class com.mysql.cj.ServerPreparedQuery
- readFromSourceWhenNoReplicas - com.mysql.cj.conf.PropertyKey
- readFromSourceWhenNoReplicas - Variable in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- readFromSourceWhenNoReplicasOriginal - Variable in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- readFully(byte[]) - Method in class com.mysql.cj.protocol.FullReadInputStream
- readFully(byte[]) - Method in class com.mysql.cj.protocol.x.CompressionSplittedInputStream
-
Reads the number of bytes required to fill the given buffer from the underlying
InputStream
, blocking if needed. - readFully(byte[], int, int) - Method in class com.mysql.cj.protocol.FullReadInputStream
- readFully(Reader, char[], int) - Static method in class com.mysql.cj.util.Util
-
Reads length bytes from reader into buf.
- readHeader() - Method in class com.mysql.cj.protocol.a.DebugBufferingPacketReader
- readHeader() - Method in class com.mysql.cj.protocol.a.MultiPacketReader
- readHeader() - Method in class com.mysql.cj.protocol.a.SimplePacketReader
- readHeader() - Method in class com.mysql.cj.protocol.a.TimeTrackingPacketReader
- readHeader() - Method in class com.mysql.cj.protocol.a.TracingPacketReader
- readHeader() - Method in interface com.mysql.cj.protocol.MessageReader
-
Read the next message header from server, possibly blocking indefinitely until the message is received.
- readHeader() - Method in class com.mysql.cj.protocol.x.SyncMessageReader
- readInteger(NativeConstants.IntegerDataType) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Read data according to provided Integer type.
- readMessage(NativePacketPayload) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- readMessage(XMessage) - Method in class com.mysql.cj.protocol.x.XProtocol
- readMessage(Optional<NativePacketPayload>, NativePacketHeader) - Method in class com.mysql.cj.protocol.a.DebugBufferingPacketReader
- readMessage(Optional<NativePacketPayload>, NativePacketHeader) - Method in class com.mysql.cj.protocol.a.MultiPacketReader
- readMessage(Optional<NativePacketPayload>, NativePacketHeader) - Method in class com.mysql.cj.protocol.a.SimplePacketReader
- readMessage(Optional<NativePacketPayload>, NativePacketHeader) - Method in class com.mysql.cj.protocol.a.TimeTrackingPacketReader
- readMessage(Optional<NativePacketPayload>, NativePacketHeader) - Method in class com.mysql.cj.protocol.a.TracingPacketReader
- readMessage(Optional<XMessage>, int) - Method in class com.mysql.cj.protocol.x.SyncMessageReader
- readMessage(Optional<XMessage>, XMessageHeader) - Method in class com.mysql.cj.protocol.x.SyncMessageReader
- readMessage(Optional<M>, int) - Method in interface com.mysql.cj.protocol.MessageReader
-
Read message from server into to the given
Message
instance or into the new one if not present. - readMessage(Optional<M>, H) - Method in interface com.mysql.cj.protocol.MessageReader
-
Read message from server into to the given
Message
instance or into the new one if not present. - readMessage(M) - Method in interface com.mysql.cj.protocol.Protocol
-
Read one message from the MySQL server into the reusable buffer if provided or into the new one.
- readMetadata() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- readMetadata() - Method in interface com.mysql.cj.protocol.Protocol
- readMetadata() - Method in class com.mysql.cj.protocol.x.XProtocol
- readMetadata(Field, Consumer<Notice>) - Method in class com.mysql.cj.protocol.x.XProtocol
- readNextResultset(T, int, boolean, boolean, ProtocolEntityFactory<T, NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Read next result set from multi-result chain.
- readOnly - Variable in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- readOnlyPropagatesToServer - com.mysql.cj.conf.PropertyKey
- readQueryResult(ResultBuilder<T>) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- readQueryResult(ResultBuilder<T>) - Method in interface com.mysql.cj.protocol.Protocol
-
Read messages from server and deliver them to resultBuilder.
- readQueryResult(ResultBuilder<T>) - Method in class com.mysql.cj.protocol.x.XProtocol
- readRow() - Method in class com.mysql.cj.protocol.x.XProtocolRowInputStream
- readRowOrNull(ColumnDefinition, Consumer<Notice>) - Method in class com.mysql.cj.protocol.x.XProtocol
- readRSAKey(String, PropertySet, ExceptionInterceptor) - Static method in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
- readServerCapabilities() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- readServerCapabilities() - Method in interface com.mysql.cj.protocol.Protocol
-
Retrieve ServerCapabilities from server.
- readServerCapabilities() - Method in class com.mysql.cj.protocol.x.XProtocol
-
Get the capabilities from the server.
- readServerStatusForResultSets(NativePacketPayload, boolean) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- readString(NativeConstants.StringLengthDataType, String, int) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Read len bytes from internal buffer starting from current position decoding them into String using the specified character encoding.
- readString(NativeConstants.StringSelfDataType, String) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Read bytes from internal buffer starting from current position decoding them into String using the specified character encoding.
- readTopologyIntervalMs - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareWriterFailoverHandler
- readyForPreparingStatements() - Method in class com.mysql.cj.MysqlxSession
-
Check if enough statements were executed in the underlying MySQL server so that another prepare statement attempt should be done.
- readyForPreparingStatements() - Method in class com.mysql.cj.protocol.x.XProtocol
-
Checks if enough statements have been executed in this MySQL server so that another prepare statement attempt should be done.
- realClose(boolean) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- realClose(boolean) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
Closes this ResultSet and releases resources.
- realClose(boolean) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- realClose(boolean, boolean) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- realClose(boolean, boolean) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
- realClose(boolean, boolean) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
- realClose(boolean, boolean) - Method in class com.mysql.cj.jdbc.StatementImpl
-
Closes this statement, and frees resources.
- realClose(boolean, boolean, boolean, Throwable) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- realClose(boolean, boolean, boolean, Throwable) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- realClose(boolean, boolean, boolean, Throwable) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- realClose(boolean, boolean, boolean, Throwable) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Closes connection and frees resources.
- recachePreparedStatement(JdbcPreparedStatement) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- recachePreparedStatement(JdbcPreparedStatement) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- recachePreparedStatement(JdbcPreparedStatement) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- recachePreparedStatement(JdbcPreparedStatement) - Method in interface com.mysql.cj.jdbc.JdbcConnection
- reclaimLargeReusablePacket() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Don't hold on to overly-large packets
- reconnectAtTxEnd - com.mysql.cj.conf.PropertyKey
- reconnectWriterIntervalMs - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareWriterFailoverHandler
- recover(int) - Method in class com.mysql.cj.jdbc.MysqlXAConnection
- recover(int) - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
- recover(Connection, int) - Static method in class com.mysql.cj.jdbc.MysqlXAConnection
- refreshRow() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- refreshRow() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- regexP - Variable in class com.mysql.cj.jdbc.interceptors.ResultSetScannerInterceptor
- register(boolean) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareHitMissMetricsHolder
-
Register (notify) a metric holder about event.
- registerAllExtensions(ExtensionRegistry) - Static method in class com.mysql.cj.x.protobuf.Mysqlx
- registerAllExtensions(ExtensionRegistry) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection
- registerAllExtensions(ExtensionRegistry) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud
- registerAllExtensions(ExtensionRegistry) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor
- registerAllExtensions(ExtensionRegistry) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes
- registerAllExtensions(ExtensionRegistry) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect
- registerAllExtensions(ExtensionRegistry) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr
- registerAllExtensions(ExtensionRegistry) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice
- registerAllExtensions(ExtensionRegistry) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare
- registerAllExtensions(ExtensionRegistry) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset
- registerAllExtensions(ExtensionRegistry) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession
- registerAllExtensions(ExtensionRegistry) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.Mysqlx
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSession
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.mysql.cj.x.protobuf.MysqlxSql
- registerConnectionProxy(LoadBalancedConnectionProxy, List<String>) - Method in class com.mysql.cj.jdbc.ConnectionGroup
- registerFailoverConnects(boolean) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareMetrics
- registerFailureDetectionTime(long) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareMetrics
- registerInvalidInitialConnection(boolean) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareMetrics
- registerJmx() - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
- registerJmx() - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
- registerJmx() - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
- registerJmx() - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
- registerOutParameter(int, int) - Method in class com.mysql.cj.jdbc.CallableStatement
- registerOutParameter(int, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- registerOutParameter(int, int, int) - Method in class com.mysql.cj.jdbc.CallableStatement
- registerOutParameter(int, int, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- registerOutParameter(int, int, String) - Method in class com.mysql.cj.jdbc.CallableStatement
- registerOutParameter(int, int, String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- registerOutParameter(int, MysqlType) - Method in class com.mysql.cj.jdbc.CallableStatement
- registerOutParameter(int, MysqlType, int) - Method in class com.mysql.cj.jdbc.CallableStatement
- registerOutParameter(int, MysqlType, String) - Method in class com.mysql.cj.jdbc.CallableStatement
- registerOutParameter(int, SQLType) - Method in class com.mysql.cj.jdbc.CallableStatement
- registerOutParameter(int, SQLType) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- registerOutParameter(int, SQLType, int) - Method in class com.mysql.cj.jdbc.CallableStatement
- registerOutParameter(int, SQLType, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- registerOutParameter(int, SQLType, String) - Method in class com.mysql.cj.jdbc.CallableStatement
- registerOutParameter(int, SQLType, String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- registerOutParameter(String, int) - Method in class com.mysql.cj.jdbc.CallableStatement
- registerOutParameter(String, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- registerOutParameter(String, int, int) - Method in class com.mysql.cj.jdbc.CallableStatement
- registerOutParameter(String, int, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- registerOutParameter(String, int, String) - Method in class com.mysql.cj.jdbc.CallableStatement
- registerOutParameter(String, int, String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- registerOutParameter(String, SQLType) - Method in class com.mysql.cj.jdbc.CallableStatement
- registerOutParameter(String, SQLType) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- registerOutParameter(String, SQLType, int) - Method in class com.mysql.cj.jdbc.CallableStatement
- registerOutParameter(String, SQLType, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- registerOutParameter(String, SQLType, String) - Method in class com.mysql.cj.jdbc.CallableStatement
- registerOutParameter(String, SQLType, String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- registerQueryExecutionTime(long) - Method in class com.mysql.cj.log.BaseMetricsHolder
- registerReaderFailoverProcedureTime(long) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareMetrics
- registerReplicationConnection(ReplicationConnection, List<String>, List<String>) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
- registerStatement(JdbcStatement) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- registerStatement(JdbcStatement) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- registerStatement(JdbcStatement) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- registerStatement(JdbcStatement) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Register a Statement instance as open.
- registerUseCachedTopology(boolean) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareMetrics
- registerUseLastConnectedReader(boolean) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareMetrics
- registerWriterFailoverProcedureTime(long) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareMetrics
- rejectProtocol(NativePacketPayload) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- relative(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- relative(int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- releaseResources() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- releaseSavepoint(String) - Method in interface com.mysql.cj.xdevapi.Session
-
Releases the named savepoint.
- releaseSavepoint(String) - Method in class com.mysql.cj.xdevapi.SessionImpl
- releaseSavepoint(Savepoint) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- releaseSavepoint(Savepoint) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- releaseSavepoint(Savepoint) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- releaseSequentialId(int) - Method in class com.mysql.cj.util.SequentialIdLease
-
Frees the given sequential id so that it can be reused.
- remove() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
- remove(Object) - Method in class com.mysql.cj.util.ExpiringCache
- remove(String) - Method in interface com.mysql.cj.xdevapi.Collection
-
Create a new removal statement affecting documents matching the given search condition.
- remove(String) - Method in class com.mysql.cj.xdevapi.CollectionImpl
- removeArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- removeArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- removeArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- removeArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- removeArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- removeArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- removeCapabilities(int) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- removeCond(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- removeConnectionEventListener(ConnectionEventListener) - Method in class com.mysql.cj.jdbc.MysqlPooledConnection
- removeDocumentPath(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- removeDocumentPath(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- removeEldestEntry(Map.Entry<K, V>) - Method in class com.mysql.cj.util.LRUCache
- removeField(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- removeFld(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- removeFld(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- removeFromDownHostList(HostInfo) - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Unmark host as down.
- removeFromDownHostList(HostInfo) - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Unmark host as down.
- removeFromGlobalBlacklist(String) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Deprecated.
- removeFromGlobalBlocklist(String) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Removes a host from the blocklist.
- removeGrouping(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- removeHost(String) - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
Remove the given host (host:port pair) from this Connection Group.
- removeHost(String) - Method in interface com.mysql.cj.jdbc.ha.LoadBalancedConnection
- removeHost(String) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Removes a host from the host list.
- removeHost(String) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
- removeHost(String, boolean) - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
Remove the given host (host:port pair) from this Connection Group.
- removeHost(String, boolean, boolean) - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
Remove the given host (host:port pair) from this Connection Group and, consequently, from all the load-balanced connections it holds.
- removeHost(String, String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
- removeHost(String, String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
- removeHost(String, String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
- removeHost(String, String, boolean) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
- removeHostWhenNotInUse(String) - Method in interface com.mysql.cj.jdbc.ha.LoadBalancedConnection
- removeHostWhenNotInUse(String) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Removes a host from the host list, allowing it some time to be released gracefully if needed.
- removeHostWhenNotInUse(String) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
- removeListener(RuntimeProperty.RuntimePropertyListener) - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
- removeListener(RuntimeProperty.RuntimePropertyListener) - Method in interface com.mysql.cj.conf.RuntimeProperty
- removeListener(Session.SessionEventListener) - Method in class com.mysql.cj.CoreSession
- removeListener(Session.SessionEventListener) - Method in class com.mysql.cj.NativeSession
- removeListener(Session.SessionEventListener) - Method in interface com.mysql.cj.Session
-
Remove session listener.
- removeMasterHost(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
Deprecated.
- removeMasterHost(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- removeMasterHost(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Deprecated.
- removeMasterHost(String, boolean) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
Deprecated.
- removeMasterHost(String, boolean) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- removeMasterHost(String, boolean) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Deprecated.
- removeMasterHost(String, boolean, boolean) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Deprecated.
- removeMasterHost(String, String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- removeMasterHost(String, String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
Deprecated.
- removeMasterHost(String, String, boolean) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- removeOne(String) - Method in interface com.mysql.cj.xdevapi.Collection
-
Removes the document with the given id.
- removeOne(String) - Method in class com.mysql.cj.xdevapi.CollectionImpl
- removeOpenResultSet(ResultSetInternalMethods) - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
Callback for result set instances to remove them from the Set that tracks them per-statement
- removeOpenResultSet(ResultSetInternalMethods) - Method in class com.mysql.cj.jdbc.StatementImpl
- removeOperation(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- removeOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- removeOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- removeOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- removeParam(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- removeParam(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- removeProjection(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- removeProjection(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- removeProperty(PropertyKey) - Method in class com.mysql.cj.conf.DefaultPropertySet
- removeProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
- removeProperty(String) - Method in class com.mysql.cj.conf.DefaultPropertySet
- removeProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
- removeReplica(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
- removeReplica(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- removeReplica(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- removeReplica(String, boolean) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
- removeReplica(String, boolean) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- removeReplica(String, boolean) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- removeReplicaHost(String, boolean) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Removes a host from the replicas hosts list.
- removeReplicaHost(String, String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
- removeReplicaHost(String, String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
- removeReplicaHost(String, String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
- removeReplicaHost(String, String, boolean) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
- removeRow(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- removeSlave(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
Deprecated.
- removeSlave(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Deprecated.
- removeSlave(String, boolean) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
Deprecated.
- removeSlave(String, boolean) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Deprecated.
- removeSlaveHost(String, boolean) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- removeSlaveHost(String, String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- removeSlaveHost(String, String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
Deprecated.
- removeSlaveHost(String, String, boolean) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- removeSourceHost(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
- removeSourceHost(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Removes a host from the sources hosts list.
- removeSourceHost(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- removeSourceHost(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- removeSourceHost(String, boolean) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
- removeSourceHost(String, boolean) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Removes a host from the sources hosts list.
- removeSourceHost(String, boolean) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- removeSourceHost(String, boolean) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- removeSourceHost(String, boolean, boolean) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- removeSourceHost(String, String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
- removeSourceHost(String, String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
- removeSourceHost(String, String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
- removeSourceHost(String, String, boolean) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
- RemoveStatement - Interface in com.mysql.cj.xdevapi
-
A statement requesting to remove a set of documents.
- removeStatementEventListener(StatementEventListener) - Method in class com.mysql.cj.jdbc.MysqlPooledConnection
- RemoveStatementImpl - Class in com.mysql.cj.xdevapi
-
RemoveStatement
implementation. - removeValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- removeValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- removeValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- REPLACE_EXISTING_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- replaceLegacyPropertyValues(Map<String, String>) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Some acceptable property values have changed in c/J 8.0 but old values remain hardcoded in a widely used software.
- replaceOne(String, DbDoc) - Method in interface com.mysql.cj.xdevapi.Collection
-
Takes in a document object that will replace the matching document.
- replaceOne(String, DbDoc) - Method in class com.mysql.cj.xdevapi.CollectionImpl
- replaceOne(String, String) - Method in interface com.mysql.cj.xdevapi.Collection
-
Takes in a document object that will replace the matching document.
- replaceOne(String, String) - Method in class com.mysql.cj.xdevapi.CollectionImpl
- REPLICA_LAG - Static variable in class com.mysql.cj.jdbc.ha.ca.TopologyServicePropertyKeys
- REPLICAS - com.mysql.cj.conf.HostsListView
- replicasConnection - Variable in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- REPLICATION_CONNECTION - com.mysql.cj.conf.ConnectionUrl.Type
- REPLICATION_DNS_SRV_CONNECTION - com.mysql.cj.conf.ConnectionUrl.Type
- ReplicationConnection - Interface in com.mysql.cj.jdbc.ha
- replicationConnectionGroup - com.mysql.cj.conf.PropertyKey
- ReplicationConnectionGroup - Class in com.mysql.cj.jdbc.ha
-
Group of connection objects which can be configured as a group.
- ReplicationConnectionGroupManager - Class in com.mysql.cj.jdbc.ha
- ReplicationConnectionGroupManager() - Constructor for class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
- ReplicationConnectionProxy - Class in com.mysql.cj.jdbc.ha
-
Connection that opens two connections, one two a replication source, and another to one or more replicas, and decides to use source when the connection is not read-only, and use replica(s) when the connection is read-only.
- ReplicationConnectionUrl - Class in com.mysql.cj.conf.url
- ReplicationConnectionUrl(ConnectionUrlParser, Properties) - Constructor for class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Constructs an instance of
ReplicationConnectionUrl
, performing all the required initializations. - ReplicationConnectionUrl(List<HostInfo>, List<HostInfo>, Map<String, String>) - Constructor for class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Constructs an instance of a
ReplicationConnectionUrl
based on a list of source hosts, a list of replica hosts and a global set of properties instead of connection string parsing. - ReplicationDnsSrvConnectionUrl - Class in com.mysql.cj.conf.url
- ReplicationDnsSrvConnectionUrl(ConnectionUrlParser, Properties) - Constructor for class com.mysql.cj.conf.url.ReplicationDnsSrvConnectionUrl
-
Constructs an instance of
ReplicationDnsSrvConnectionUrl
, performing all the required initializations. - ReplicationGroupManager - Class in com.mysql.cj.jdbc.jmx
- ReplicationGroupManager() - Constructor for class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
- ReplicationGroupManagerMBean - Interface in com.mysql.cj.jdbc.jmx
- ReplicationMySQLConnection - Class in com.mysql.cj.jdbc.ha
- ReplicationMySQLConnection(MultiHostConnectionProxy) - Constructor for class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- reportMetrics(Log) - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Report collected metrics to a provided logger.
- reportMetrics(Log) - Method in interface com.mysql.cj.jdbc.ha.ca.CanCollectPerformanceMetrics
-
Reports (prints out) collected metrics to provided logger.
- reportMetrics(Log) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareHitMissMetricsHolder
-
Report collected metric to a provided logger.
- reportMetrics(Log) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareMetrics
-
Report metrics.
- reportMetrics(Log) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareTimeMetricsHolder
-
Report collected metric to a provided logger.
- reportMetrics(Log) - Method in class com.mysql.cj.log.BaseMetricsHolder
- reportMetricsIntervalMillis - com.mysql.cj.conf.PropertyKey
- reportNumberOfTablesAccessed(int) - Method in class com.mysql.cj.log.BaseMetricsHolder
- reportQueryTime(long) - Method in class com.mysql.cj.log.BaseMetricsHolder
- rePrepare() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
Used by Connection when auto-reconnecting to retrieve 'lost' prepared statements.
- REPREPARE - com.mysql.cj.xdevapi.PreparableStatement.PreparedState
- REQUIRED - com.mysql.cj.conf.PropertyDefinitions.Compression
- REQUIRED - com.mysql.cj.conf.PropertyDefinitions.SslMode
- REQUIRED - com.mysql.cj.conf.PropertyDefinitions.XdevapiSslMode
- requiresConfidentiality() - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
- requiresConfidentiality() - Method in class com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
- requiresConfidentiality() - Method in class com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
- requiresConfidentiality() - Method in class com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
- requiresConfidentiality() - Method in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
- requiresConfidentiality() - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
Does this plugin require the connection itself to be confidential (i.e.
- requireSSL - com.mysql.cj.conf.PropertyKey
- reset() - Method in interface com.mysql.cj.BindValue
- reset() - Method in class com.mysql.cj.ClientPreparedQueryBindValue
- reset() - Method in class com.mysql.cj.conf.DefaultPropertySet
- reset() - Method in interface com.mysql.cj.conf.PropertySet
-
Reset all properties to their initial values.
- reset() - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
- reset() - Method in class com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
- reset() - Method in class com.mysql.cj.protocol.AbstractProtocol
- reset() - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
Resets the authentication steps sequence.
- reset() - Method in interface com.mysql.cj.protocol.Protocol
-
Return Protocol to its initial state right after successful connect.
- reset() - Method in class com.mysql.cj.protocol.x.XProtocol
- reset() - Method in class com.mysql.cj.ServerPreparedQueryBindValue
- resetCancelledState() - Method in class com.mysql.cj.AbstractQuery
- resetCancelledState() - Method in class com.mysql.cj.jdbc.StatementImpl
- resetCancelledState() - Method in interface com.mysql.cj.Query
- resetLimit(int) - Method in class com.mysql.cj.protocol.x.ConfinedInputStream
-
Resets this
ConfinedInputStream
limit so that it can be reused over the same underlyingInputStream
. - resetLoginTimeCountdown() - Method in class com.mysql.cj.protocol.StandardSocketFactory
-
Decrements elapsed time since last reset from login timeout count down.
- resetMessageSequence() - Method in class com.mysql.cj.protocol.a.DebugBufferingPacketReader
- resetMessageSequence() - Method in class com.mysql.cj.protocol.a.MultiPacketReader
- resetMessageSequence() - Method in class com.mysql.cj.protocol.a.SimplePacketReader
- resetMessageSequence() - Method in class com.mysql.cj.protocol.a.TimeTrackingPacketReader
- resetMessageSequence() - Method in class com.mysql.cj.protocol.a.TracingPacketReader
- resetMessageSequence() - Method in interface com.mysql.cj.protocol.MessageReader
-
Set stored message sequence number to 0.
- resetPrepareState() - Method in class com.mysql.cj.xdevapi.PreparableStatement
-
Mark this preparable statement to be deallocated on next execution, if it is currently prepared, or cancel the next prepare.
- resetServerState() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- resetServerState() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- resetServerState() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- resetServerState() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Resets the server-side state of this connection.
- resetSessionKey() - Static method in class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
- resetToType(int, long) - Method in class com.mysql.cj.ServerPreparedQueryBindValue
-
Reset a bind value to be used for a new value of the given type.
- resetValue() - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
- resetValue() - Method in class com.mysql.cj.conf.MemorySizeProperty
- resetValue() - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Reset to initial value (default or defined in connection string/Properties)
- resourceId - com.mysql.cj.conf.PropertyKey
- Result - Interface in com.mysql.cj.xdevapi
-
Base result.
- RESULT_SET_SIZE_UNKNOWN - Static variable in interface com.mysql.cj.result.RowList
-
What's returned for the size of a row list when its size can not be determined.
- ResultBuilder<T> - Interface in com.mysql.cj.protocol
-
Classes implementing this interface are responsible for building result of specific type from incoming ProtocolEntity objects.
- resultId - Variable in class com.mysql.cj.protocol.a.result.NativeResultset
-
The id (used when profiling) to identify us
- ResultMessageListener<R> - Class in com.mysql.cj.protocol.x
-
A
MessageListener
to handle result data and propagate it to aResultBuilder
. - ResultMessageListener(Map<Class<? extends GeneratedMessageV3>, ProtocolEntityFactory<? extends ProtocolEntity, XMessage>>, ResultBuilder<R>, CompletableFuture<R>) - Constructor for class com.mysql.cj.protocol.x.ResultMessageListener
- results - Variable in class com.mysql.cj.jdbc.StatementImpl
-
The current results
- Resultset - Interface in com.mysql.cj.protocol
-
Represents protocol specific result set, eg., for native protocol, a ProtocolText::Resultset or ProtocolBinary::Resultset entity.
- RESULTSET_COLUMN_META_DATA - com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
RESULTSET_COLUMN_META_DATA = 12;
- RESULTSET_COLUMN_META_DATA_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
RESULTSET_COLUMN_META_DATA = 12;
- RESULTSET_FETCH_DONE - com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
RESULTSET_FETCH_DONE = 14;
- RESULTSET_FETCH_DONE_MORE_OUT_PARAMS - com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
RESULTSET_FETCH_DONE_MORE_OUT_PARAMS = 18;
- RESULTSET_FETCH_DONE_MORE_OUT_PARAMS_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
RESULTSET_FETCH_DONE_MORE_OUT_PARAMS = 18;
- RESULTSET_FETCH_DONE_MORE_RESULTSETS - com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
RESULTSET_FETCH_DONE_MORE_RESULTSETS = 16;
- RESULTSET_FETCH_DONE_MORE_RESULTSETS_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
RESULTSET_FETCH_DONE_MORE_RESULTSETS = 16;
- RESULTSET_FETCH_DONE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
RESULTSET_FETCH_DONE = 14;
- RESULTSET_FETCH_SUSPENDED - com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
RESULTSET_FETCH_SUSPENDED = 15;
- RESULTSET_FETCH_SUSPENDED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
RESULTSET_FETCH_SUSPENDED = 15;
- RESULTSET_ROW - com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
RESULTSET_ROW = 13;
- RESULTSET_ROW_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
RESULTSET_ROW = 13;
- Resultset.Concurrency - Enum in com.mysql.cj.protocol
- Resultset.Type - Enum in com.mysql.cj.protocol
- resultSetConcurrency - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Are we read-only or updatable?
- resultSetConcurrency - Variable in class com.mysql.cj.jdbc.StatementImpl
-
The concurrency for this result set (updatable or not)
- resultSetConcurrency - Variable in class com.mysql.cj.protocol.a.AbstractRowFactory
- resultSetFactory - Variable in class com.mysql.cj.jdbc.DatabaseMetaData
- resultSetFactory - Variable in class com.mysql.cj.jdbc.StatementImpl
- ResultsetFactory - Class in com.mysql.cj.protocol.a
- ResultsetFactory(Resultset.Type, Resultset.Concurrency) - Constructor for class com.mysql.cj.protocol.a.ResultsetFactory
- ResultSetFactory - Class in com.mysql.cj.jdbc.result
- ResultSetFactory(JdbcConnection, StatementImpl) - Constructor for class com.mysql.cj.jdbc.result.ResultSetFactory
- ResultSetImpl - Class in com.mysql.cj.jdbc.result
- ResultSetImpl(OkPacket, JdbcConnection, StatementImpl) - Constructor for class com.mysql.cj.jdbc.result.ResultSetImpl
-
Create a result set for an executeUpdate statement.
- ResultSetImpl(ResultsetRows, JdbcConnection, StatementImpl) - Constructor for class com.mysql.cj.jdbc.result.ResultSetImpl
-
Creates a new ResultSet object.
- ResultSetInternalMethods - Interface in com.mysql.cj.jdbc.result
-
This interface is intended to be used by implementors of statement interceptors so that implementors can create static or dynamic (via java.lang.reflect.Proxy) proxy instances of ResultSets.
- ResultSetMetaData - Class in com.mysql.cj.jdbc.result
-
A ResultSetMetaData object can be used to find out about the types and properties of the columns in a ResultSet
- ResultSetMetaData(Session, Field[], boolean, boolean, ExceptionInterceptor) - Constructor for class com.mysql.cj.jdbc.result.ResultSetMetaData
-
Initialize for a result with a tuple set and a field descriptor set
- resultSetMetadataCache - Variable in class com.mysql.cj.jdbc.ConnectionImpl
-
Cache of ResultSet metadata
- ResultsetRow - Interface in com.mysql.cj.protocol
-
Classes that implement this interface represent one row of data from the MySQL server that might be stored in different ways depending on whether the result set was streaming (so they wrap a reusable packet), or whether the result set was cached or via a server-side cursor (so they represent a byte[][]).
- ResultsetRowReader - Class in com.mysql.cj.protocol.a
- ResultsetRowReader(NativeProtocol) - Constructor for class com.mysql.cj.protocol.a.ResultsetRowReader
- ResultsetRows - Interface in com.mysql.cj.protocol
-
This interface abstracts away how row data is accessed by the result set.
- ResultsetRowsCursor - Class in com.mysql.cj.protocol.a.result
-
Model for result set data backed by a cursor (see http://dev.mysql.com/doc/refman/5.7/en/cursors.html and SERVER_STATUS_CURSOR_EXISTS flag description on http://dev.mysql.com/doc/internals/en/status-flags.html).
- ResultsetRowsCursor(NativeProtocol, ColumnDefinition) - Constructor for class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
-
Creates a new cursor-backed row provider.
- ResultsetRowsOwner - Interface in com.mysql.cj.protocol
- ResultsetRowsStatic - Class in com.mysql.cj.protocol.a.result
-
Represents an in-memory result set
- ResultsetRowsStatic(List<? extends Row>, ColumnDefinition) - Constructor for class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
-
Creates a new RowDataStatic object.
- ResultsetRowsStreaming<T extends ProtocolEntity> - Class in com.mysql.cj.protocol.a.result
-
Provides streaming of Resultset rows.
- ResultsetRowsStreaming(NativeProtocol, ColumnDefinition, boolean, ProtocolEntityFactory<T, NativePacketPayload>) - Constructor for class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
-
Creates a new RowDataDynamic object.
- ResultSetScannerInterceptor - Class in com.mysql.cj.jdbc.interceptors
- ResultSetScannerInterceptor() - Constructor for class com.mysql.cj.jdbc.interceptors.ResultSetScannerInterceptor
- resultSetSizeThreshold - com.mysql.cj.conf.PropertyKey
- resultSetType - Variable in class com.mysql.cj.AbstractQuery
-
The type of this result set (scroll sensitive or in-sensitive)
- resultSetType - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Are we scroll-sensitive/insensitive?
- ResultStreamer - Interface in com.mysql.cj.protocol
-
A result streamer is a result object that is streaming results from the current connection.
- retriesAllDown - com.mysql.cj.conf.PropertyKey
- retrieveGeneratedKeys - Variable in class com.mysql.cj.jdbc.StatementImpl
- ReusableInputStream - Class in com.mysql.cj.protocol.x
-
An
InputStream
wrapper that allows switching to different underlyingInputStream
s under the sameInputStream
instance. - ReusableInputStream(InputStream) - Constructor for class com.mysql.cj.protocol.x.ReusableInputStream
- ReusableOutputStream - Class in com.mysql.cj.protocol.x
-
An
OutputStream
wrapper that allows switching to different underlyingOutputStream
s under the sameOutputStream
instance. - ReusableOutputStream(OutputStream) - Constructor for class com.mysql.cj.protocol.x.ReusableOutputStream
- reusablePacket - Variable in class com.mysql.cj.protocol.a.NativeProtocol
-
Use this when reading in rows to avoid thousands of new() calls, because the byte arrays just get copied out of the packet anyway
- rewriteBatchedStatements - com.mysql.cj.conf.PropertyKey
- rewriteBatchedStatements - Variable in class com.mysql.cj.jdbc.StatementImpl
- rewrittenBatchSize - Variable in class com.mysql.cj.jdbc.ClientPreparedStatement
- right - Variable in class com.mysql.cj.conf.ConnectionUrlParser.Pair
- rollback() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- rollback() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- rollback() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionLifecycleInterceptor
- rollback() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- rollback() - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.rollback(), before the driver processes its own internal logic for rollback().
- rollback() - Method in interface com.mysql.cj.xdevapi.Session
-
Rollback the transaction.
- rollback() - Method in class com.mysql.cj.xdevapi.SessionImpl
- rollback(Savepoint) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- rollback(Savepoint) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- rollback(Savepoint) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionLifecycleInterceptor
- rollback(Savepoint) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- rollback(Savepoint) - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.rollback(), before the driver processes its own internal logic for rollback().
- rollback(Xid) - Method in class com.mysql.cj.jdbc.MysqlXAConnection
- rollback(Xid) - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
- rollbackOnPooledClose - com.mysql.cj.conf.PropertyKey
- rollbackTo(String) - Method in interface com.mysql.cj.xdevapi.Session
-
Rolls back the transaction to the named savepoint.
- rollbackTo(String) - Method in class com.mysql.cj.xdevapi.SessionImpl
- ROUND - com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior
- roundRobinStatsMap - Static variable in class com.mysql.cj.jdbc.ConnectionImpl
- Row - Interface in com.mysql.cj.result
- Row - Interface in com.mysql.cj.xdevapi
-
A row element returned from a SELECT query.
- ROW_COUNT_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- ROW_COUNT_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- ROW_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- rowData - Variable in class com.mysql.cj.protocol.a.result.NativeResultset
-
The actual rows
- rowDeleted() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- rowDeleted() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- rowFactory - Variable in class com.mysql.cj.protocol.a.result.AbstractResultsetRows
- RowFactory - Class in com.mysql.cj.xdevapi
-
Create
Row
objects from internal row representation. - RowFactory(ColumnDefinition, TimeZone, PropertySet) - Constructor for class com.mysql.cj.xdevapi.RowFactory
-
Constructor.
- rowFromServer - Variable in class com.mysql.cj.protocol.a.result.AbstractBufferRow
- RowImpl - Class in com.mysql.cj.xdevapi
-
Row
implementation. - RowImpl(Row, ColumnDefinition, TimeZone, PropertySet) - Constructor for class com.mysql.cj.xdevapi.RowImpl
-
Constructor.
- rowInserted() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- rowInserted() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- RowList - Interface in com.mysql.cj.result
-
A list of
Row
s. - RowResult - Interface in com.mysql.cj.xdevapi
-
A result exposing a set of rows from a SELECT query.
- RowResultBuilder - Class in com.mysql.cj.xdevapi
-
Result builder producing a
RowResult
instance. - RowResultBuilder(MysqlxSession) - Constructor for class com.mysql.cj.xdevapi.RowResultBuilder
- RowResultImpl - Class in com.mysql.cj.xdevapi
-
RowResult
implementation. - RowResultImpl(ColumnDefinition, TimeZone, RowList, Supplier<ProtocolEntity>, PropertySet) - Constructor for class com.mysql.cj.xdevapi.RowResultImpl
-
Constructor.
- rows - Variable in class com.mysql.cj.xdevapi.AbstractDataResult
- ROWS_AFFECTED - com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
ROWS_AFFECTED = 4;
- ROWS_AFFECTED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
ROWS_AFFECTED = 4;
- ROWS_FOUND - com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
ROWS_FOUND = 5;
- ROWS_FOUND_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
ROWS_FOUND = 5;
- ROWS_MATCHED - com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
ROWS_MATCHED = 6;
- ROWS_MATCHED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
ROWS_MATCHED = 6;
- rowToData - Variable in class com.mysql.cj.xdevapi.AbstractDataResult
- rowUpdated() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- rowUpdated() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- RSAException - Exception in com.mysql.cj.exceptions
- RSAException() - Constructor for exception com.mysql.cj.exceptions.RSAException
- RSAException(String) - Constructor for exception com.mysql.cj.exceptions.RSAException
- RSAException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.RSAException
- RSAException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.RSAException
- RSAException(Throwable) - Constructor for exception com.mysql.cj.exceptions.RSAException
- run() - Method in class com.mysql.cj.CancelQueryTaskImpl
- run() - Method in class com.mysql.cj.jdbc.AbandonedConnectionCleanupThread
- run() - Method in class com.mysql.cj.jdbc.util.BaseBugReport
-
Runs the testcase by calling the setUp(), runTest() and tearDown() methods.
- runTest() - Method in class com.mysql.cj.jdbc.util.BaseBugReport
-
Override this method with code that demonstrates the bug.
- RUNTIME_MODIFIABLE - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
is modifiable in run-time
- RUNTIME_NOT_MODIFIABLE - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
is not modifiable in run-time (will allow to set not-null value only once)
- RuntimeProperty<T> - Interface in com.mysql.cj.conf
- RuntimeProperty.RuntimePropertyListener - Interface in com.mysql.cj.conf
S
- s2b(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
Converts the given string to bytes, using the connection's character encoding.
- s2b(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Converts the given string to bytes, using the connection's character encoding, or if not available, the JVM default encoding.
- safeIntParse(String) - Static method in class com.mysql.cj.util.StringUtils
- safeTrim(String) - Static method in class com.mysql.cj.util.StringUtils
- sanitizeProcOrFuncName(String) - Static method in class com.mysql.cj.util.StringUtils
-
Next two functions are to help DBMD check if the given string is in form of database.name and return it as "database";"name" with comments removed.
- SaslPrep - Class in com.mysql.cj.util
-
Implementation for SASLprep: Stringprep Profile for User Names and Passwords, as specified in RFC 4013.
- SaslPrep() - Constructor for class com.mysql.cj.util.SaslPrep
- SaslPrep.StringType - Enum in com.mysql.cj.util
-
The type of string usage regarding the support for unassigned code points as described in RFC 3454, Section 7.
- sawVariableUse() - Method in class com.mysql.cj.util.EscapeTokenizer
-
Returns true if a variable reference was found.
- SCALAR - com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
SCALAR = 1;
- SCALAR_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- SCALAR_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
SCALAR = 1;
- scalarOf(boolean) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Protocol buffers helper to build a Scalar BOOL type.
- scalarOf(byte[]) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Protocol buffers helper to build a Scalar OCTETS type.
- scalarOf(double) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Protocol buffers helper to build a Scalar DOUBLE type.
- scalarOf(long) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Protocol buffers helper to build a Scalar SINT (signed int) type.
- scalarOf(String) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Protocol buffers helper to build a Scalar STRING type.
- scanForAndThrowDataTruncation() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- Schema - Interface in com.mysql.cj.xdevapi
-
A client-side representation of a database schema.
- SCHEMA - com.mysql.cj.conf.PropertyDefinitions.DatabaseTerm
- SCHEMA_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- SCHEMA_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- SCHEMA_NAME_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- SCHEMA_NAME_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- Schema.CreateCollectionOptions - Class in com.mysql.cj.xdevapi
-
Defines options to be passed to
Schema.createCollection(String, CreateCollectionOptions)
. - Schema.ModifyCollectionOptions - Class in com.mysql.cj.xdevapi
-
Defines options to be passed to
Schema.modifyCollection(String, ModifyCollectionOptions)
. - Schema.Validation - Class in com.mysql.cj.xdevapi
-
Validation options to be passed to
Schema.createCollection(String, CreateCollectionOptions)
orSchema.modifyCollection(String, ModifyCollectionOptions)
. - Schema.Validation.ValidationLevel - Enum in com.mysql.cj.xdevapi
-
Defines how validation options are applied.
- schemaExists(String) - Method in interface com.mysql.cj.DataStoreMetadata
- schemaExists(String) - Method in class com.mysql.cj.DataStoreMetadataImpl
- SchemaImpl - Class in com.mysql.cj.xdevapi
-
Schema
implementation. - scope - Variable in class com.mysql.cj.protocol.x.Notice
- SCOPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- scramble411(byte[], byte[]) - Static method in class com.mysql.cj.protocol.Security
-
Hashing for MySQL-4.1 authentication.
- scramble411(String, byte[], String) - Static method in class com.mysql.cj.protocol.Security
- scrambleCachingSha2(byte[], byte[]) - Static method in class com.mysql.cj.protocol.Security
-
Scrambling for caching_sha2_password plugin.
- ScramSha1SaslClient - Class in com.mysql.cj.sasl
-
A
SaslClient
implementation for SCRAM-SHA-1, as specified in RFC 5802. - ScramSha1SaslClient(String, String, String) - Constructor for class com.mysql.cj.sasl.ScramSha1SaslClient
- ScramSha1SaslClientFactory - Class in com.mysql.cj.sasl
-
A
SaslClientFactory
forScramSha1SaslClient
instances. - ScramSha1SaslClientFactory() - Constructor for class com.mysql.cj.sasl.ScramSha1SaslClientFactory
- ScramSha1SaslProvider - Class in com.mysql.cj.sasl
-
A SASL provider for the authentication mechanism SCRAM-SHA-1 here renamed to MYSQLCJ-SCRAM-SHA-1 to avoid conflicts with future standard implementations.
- ScramSha1SaslProvider() - Constructor for class com.mysql.cj.sasl.ScramSha1SaslProvider
- ScramSha256SaslClient - Class in com.mysql.cj.sasl
- ScramSha256SaslClient(String, String, String) - Constructor for class com.mysql.cj.sasl.ScramSha256SaslClient
- ScramShaSaslClient - Class in com.mysql.cj.sasl
-
A
SaslClient
implementation for SCRAM-SHA mechanisms as specified in RFC 5802. - ScramShaSaslClient(String, String, String) - Constructor for class com.mysql.cj.sasl.ScramShaSaslClient
- ScramShaSaslClient.ScramExchangeStage - Enum in com.mysql.cj.sasl
- ScramShaSaslClientFactory - Class in com.mysql.cj.sasl
- ScramShaSaslClientFactory() - Constructor for class com.mysql.cj.sasl.ScramShaSaslClientFactory
- ScramShaSaslProvider - Class in com.mysql.cj.sasl
-
A SASL provider for the authentication mechanisms SCRAM-SHA-1 and SCRAM-SHA-256, here renamed to MYSQLCJ-SCRAM-SHA-1 and MYSQL-SRAM-SHA-256 respectively to avoid conflicts with future default implementations.
- ScramShaSaslProvider() - Constructor for class com.mysql.cj.sasl.ScramShaSaslProvider
- scramStage - Variable in class com.mysql.cj.sasl.ScramShaSaslClient
- SCROLL_INSENSITIVE - com.mysql.cj.protocol.Resultset.Type
-
The constant indicating the type for a
Resultset
object that is scrollable but generally not sensitive to changes to the data that underlies theResultset
. - SCROLL_SENSITIVE - com.mysql.cj.protocol.Resultset.Type
-
The constant indicating the type for a
Resultset
object that is scrollable and generally sensitive to changes to the data that underlies theResultset
. - SEARCH_MODE__ALL - Static variable in class com.mysql.cj.util.StringUtils
-
Full search mode: allow backslash escape, skip between markers, skip block comments, skip line comments and skip white space.
- SEARCH_MODE__BSESC_COM_WS - Static variable in class com.mysql.cj.util.StringUtils
-
Search mode: allow backslash escape, skip block comments, skip line comments and skip white space.
- SEARCH_MODE__BSESC_MRK_WS - Static variable in class com.mysql.cj.util.StringUtils
-
Search mode: allow backslash escape, skip between markers and skip white space.
- SEARCH_MODE__COM_WS - Static variable in class com.mysql.cj.util.StringUtils
-
Search mode: skip block comments, skip line comments and skip white space.
- SEARCH_MODE__MRK_COM_WS - Static variable in class com.mysql.cj.util.StringUtils
-
Search mode: skip between markers, skip block comments, skip line comments and skip white space.
- SEARCH_MODE__MRK_WS - Static variable in class com.mysql.cj.util.StringUtils
-
Search mode: skip between markers and skip white space.
- SEARCH_MODE__NONE - Static variable in class com.mysql.cj.util.StringUtils
-
Empty search mode.
- secondsBeforeRetrySource - com.mysql.cj.conf.PropertyKey
- secondsSinceMillis(long) - Static method in class com.mysql.cj.util.Util
-
Computes the number of seconds elapsed since the given time in milliseconds.
- Security - Class in com.mysql.cj.protocol
-
Methods for doing secure authentication with MySQL-4.1 and newer.
- SECURITY_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- SECURITY_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- seed - Variable in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
- seed - Variable in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
- SEED_LENGTH - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- select(String...) - Method in interface com.mysql.cj.xdevapi.Table
-
Create a new select statement using the given projections.
- select(String...) - Method in class com.mysql.cj.xdevapi.TableImpl
- SelectStatement - Interface in com.mysql.cj.xdevapi
-
A statement representing a SELECT query.
- SelectStatementImpl - Class in com.mysql.cj.xdevapi
-
SelectStatement
implementation. - selfDestructOnPingMaxOperations - com.mysql.cj.conf.PropertyKey
- selfDestructOnPingSecondsLifetime - com.mysql.cj.conf.PropertyKey
- send(byte[], int, byte) - Method in class com.mysql.cj.protocol.a.CompressedPacketSender
-
Packet sender implementation for the compressed MySQL protocol.
- send(byte[], int, byte) - Method in class com.mysql.cj.protocol.a.DebugBufferingPacketSender
- send(byte[], int, byte) - Method in class com.mysql.cj.protocol.a.SimplePacketSender
- send(byte[], int, byte) - Method in class com.mysql.cj.protocol.a.TimeTrackingPacketSender
- send(byte[], int, byte) - Method in class com.mysql.cj.protocol.a.TracingPacketSender
- send(byte[], int, byte) - Method in interface com.mysql.cj.protocol.MessageSender
-
Synchronously send the message to server.
- send(Message, int) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- send(Message, int) - Method in interface com.mysql.cj.protocol.Protocol
- send(Message, int) - Method in class com.mysql.cj.protocol.x.XProtocol
- send(XMessage) - Method in class com.mysql.cj.protocol.x.SyncMessageSender
- send(XMessage, CompletableFuture<?>, Runnable) - Method in class com.mysql.cj.protocol.x.SyncMessageSender
- send(M) - Method in interface com.mysql.cj.protocol.MessageSender
-
Synchronously send the message to server.
- send(M, CompletableFuture<?>, Runnable) - Method in interface com.mysql.cj.protocol.MessageSender
-
Asynchronously write a message with a notification being delivered to
callback
upon completion of write of entire message. - sendCapabilities(Map<String, Object>) - Method in class com.mysql.cj.protocol.x.XProtocol
-
Set client capabilities of current session.
- sendCommand(NativePacketPayload, boolean, int) - Method in class com.mysql.cj.NativeSession
- sendCommand(Message, boolean, int) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- sendCommand(Message, boolean, int) - Method in interface com.mysql.cj.protocol.Protocol
-
Send a command to the MySQL server.
- sendCommand(Message, boolean, int) - Method in class com.mysql.cj.protocol.x.XProtocol
- sendExecutePacket(NativePacketPayload, String) - Method in class com.mysql.cj.ServerPreparedQuery
- sendFileToServer(String) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Reads and sends a file to the server for LOAD DATA LOCAL INFILE
- sendFractionalSeconds - com.mysql.cj.conf.PropertyKey
- sendFractionalSeconds - Variable in class com.mysql.cj.AbstractQueryBindings
- sendFractionalSecondsForTime - com.mysql.cj.conf.PropertyKey
- sendFractionalSecondsForTime - Variable in class com.mysql.cj.AbstractQueryBindings
- sendQueryPacket(Query, NativePacketPayload, int, boolean, ColumnDefinition, ProtocolEntityFactory<T, NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Send a query stored in a packet to the server.
- sendQueryString(Query, String, String, int, boolean, ColumnDefinition, ProtocolEntityFactory<T, NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Build a query packet from the given string and send it to the server.
- SequentialBalanceStrategy - Class in com.mysql.cj.jdbc.ha
-
A balancing strategy that starts at a random point, and then advances in the list (wrapping around) for each new pickConnection() call.
- SequentialBalanceStrategy() - Constructor for class com.mysql.cj.jdbc.ha.SequentialBalanceStrategy
- SequentialIdLease - Class in com.mysql.cj.util
- SequentialIdLease() - Constructor for class com.mysql.cj.util.SequentialIdLease
- serializeAsCharacterStream() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
- serializeAsString() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
- SERVER_FINAL - com.mysql.cj.sasl.ScramShaSaslClient.ScramExchangeStage
- SERVER_FIRST_CLIENT_FINAL - com.mysql.cj.sasl.ScramShaSaslClient.ScramExchangeStage
- SERVER_HELLO - com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
SERVER_HELLO = 5;
- SERVER_HELLO_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
SERVER_HELLO = 5;
- SERVER_KEY - Static variable in class com.mysql.cj.sasl.ScramShaSaslClient
- SERVER_MESSAGE_ID_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx
- SERVER_MESSAGES_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- SERVER_MORE_RESULTS_EXISTS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- SERVER_QUERY_NO_GOOD_INDEX_USED - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- SERVER_QUERY_NO_INDEX_USED - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- SERVER_QUERY_WAS_SLOW - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- SERVER_STATUS_AUTOCOMMIT - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- SERVER_STATUS_CURSOR_EXISTS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- SERVER_STATUS_IN_TRANS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- SERVER_STATUS_LAST_ROW_SENT - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
- serverAffinityOrder - com.mysql.cj.conf.PropertyKey
- ServerAffinityStrategy - Class in com.mysql.cj.jdbc.ha
- ServerAffinityStrategy(String) - Constructor for class com.mysql.cj.jdbc.ha.ServerAffinityStrategy
- ServerCapabilities - Interface in com.mysql.cj.protocol
-
Represents server capabilities, retrieved right after creating physical connection and before handshake.
- serverConfigCacheFactory - com.mysql.cj.conf.PropertyKey
- ServerController - Class in com.mysql.cj.admin
-
Controls a MySQL server using Java RunTime methods
- ServerController(String) - Constructor for class com.mysql.cj.admin.ServerController
-
Creates a ServerController with the directory for the MySQL server.
- ServerController(String, String) - Constructor for class com.mysql.cj.admin.ServerController
-
Creates a server controller for the MySQL server with the given basedir and datadir.
- serverExecute(int, boolean, ColumnDefinition) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
Tells the server to execute this prepared statement with the current parameter bindings.
- serverExecute(int, boolean, ColumnDefinition, ProtocolEntityFactory<T, NativePacketPayload>) - Method in class com.mysql.cj.ServerPreparedQuery
- serverExecute(int, boolean, ColumnDefinition, ProtocolEntityFactory<T, NativePacketPayload>) - Method in class com.mysql.cj.ServerPreparedQueryTestcaseGenerator
- serverInfo - Variable in class com.mysql.cj.protocol.a.result.NativeResultset
-
Any info message from the server that was created while generating this result set (if 'info parsing' is enabled for the connection).
- serverMessageId - Static variable in class com.mysql.cj.x.protobuf.Mysqlx
-
extend .google.protobuf.MessageOptions { ...
- serverPrepare(String) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
- serverPrepare(String) - Method in class com.mysql.cj.ServerPreparedQuery
- serverPrepare(String) - Method in class com.mysql.cj.ServerPreparedQueryTestcaseGenerator
- ServerPreparedQuery - Class in com.mysql.cj
- ServerPreparedQuery(NativeSession) - Constructor for class com.mysql.cj.ServerPreparedQuery
- ServerPreparedQueryBindings - Class in com.mysql.cj
- ServerPreparedQueryBindings(int, Session) - Constructor for class com.mysql.cj.ServerPreparedQueryBindings
- ServerPreparedQueryBindValue - Class in com.mysql.cj
- ServerPreparedQueryBindValue(TimeZone, TimeZone, PropertySet) - Constructor for class com.mysql.cj.ServerPreparedQueryBindValue
- ServerPreparedQueryTestcaseGenerator - Class in com.mysql.cj
- ServerPreparedQueryTestcaseGenerator(NativeSession) - Constructor for class com.mysql.cj.ServerPreparedQueryTestcaseGenerator
- ServerPreparedStatement - Class in com.mysql.cj.jdbc
-
JDBC Interface for MySQL-4.1 and newer server-side PreparedStatements.
- ServerPreparedStatement(JdbcConnection, String, String, int, int) - Constructor for class com.mysql.cj.jdbc.ServerPreparedStatement
-
Creates a new ServerPreparedStatement object.
- serverPrepareStatement(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- serverPrepareStatement(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- serverPrepareStatement(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- serverPrepareStatement(String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the server (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- serverPrepareStatement(String, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- serverPrepareStatement(String, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- serverPrepareStatement(String, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- serverPrepareStatement(String, int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the server (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- serverPrepareStatement(String, int[]) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- serverPrepareStatement(String, int[]) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- serverPrepareStatement(String, int[]) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- serverPrepareStatement(String, int[]) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the server (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- serverPrepareStatement(String, int, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- serverPrepareStatement(String, int, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- serverPrepareStatement(String, int, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- serverPrepareStatement(String, int, int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the server (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- serverPrepareStatement(String, int, int, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- serverPrepareStatement(String, int, int, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- serverPrepareStatement(String, int, int, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- serverPrepareStatement(String, int, int, int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the server (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- serverPrepareStatement(String, String[]) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- serverPrepareStatement(String, String[]) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- serverPrepareStatement(String, String[]) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- serverPrepareStatement(String, String[]) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the server (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- serverResetStatement() - Method in class com.mysql.cj.ServerPreparedQuery
- serverRSAPublicKeyFile - com.mysql.cj.conf.PropertyKey
- serverRSAPublicKeyFile - Variable in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
- serverSession - Variable in class com.mysql.cj.protocol.a.NativeProtocol
- ServerSession - Interface in com.mysql.cj.protocol
-
Keeps the effective states of server/session variables, contains methods for initial retrieving of these states and for their actualization.
- serverSignature - Variable in class com.mysql.cj.sasl.ScramShaSaslClient
- ServerStatusDiffInterceptor - Class in com.mysql.cj.jdbc.interceptors
- ServerStatusDiffInterceptor() - Constructor for class com.mysql.cj.jdbc.interceptors.ServerStatusDiffInterceptor
- serverSupportsFracSecs() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
- serverSupportsFracSecs() - Method in interface com.mysql.cj.protocol.ServerCapabilities
- serverSupportsFracSecs() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
- ServerVersion - Class in com.mysql.cj
-
A server version.
- ServerVersion(int, int, int) - Constructor for class com.mysql.cj.ServerVersion
- ServerVersion(String, int, int, int) - Constructor for class com.mysql.cj.ServerVersion
- SESS_AUTHENTICATE_CONTINUE - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
SESS_AUTHENTICATE_CONTINUE = 5;
- SESS_AUTHENTICATE_CONTINUE - com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
SESS_AUTHENTICATE_CONTINUE = 3;
- SESS_AUTHENTICATE_CONTINUE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
SESS_AUTHENTICATE_CONTINUE = 5;
- SESS_AUTHENTICATE_CONTINUE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
SESS_AUTHENTICATE_CONTINUE = 3;
- SESS_AUTHENTICATE_OK - com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
SESS_AUTHENTICATE_OK = 4;
- SESS_AUTHENTICATE_OK_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
SESS_AUTHENTICATE_OK = 4;
- SESS_AUTHENTICATE_START - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
SESS_AUTHENTICATE_START = 4;
- SESS_AUTHENTICATE_START_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
SESS_AUTHENTICATE_START = 4;
- SESS_CLOSE - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
SESS_CLOSE = 7;
- SESS_CLOSE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
SESS_CLOSE = 7;
- SESS_RESET - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
SESS_RESET = 6;
- SESS_RESET_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
SESS_RESET = 6;
- session - Variable in class com.mysql.cj.AbstractQuery
- session - Variable in class com.mysql.cj.AbstractQueryBindings
- session - Variable in class com.mysql.cj.jdbc.DatabaseMetaData
- session - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
- session - Variable in class com.mysql.cj.jdbc.StatementImpl
- session - Variable in class com.mysql.cj.protocol.AbstractProtocol
- session - Variable in class com.mysql.cj.xdevapi.SessionImpl
- Session - Interface in com.mysql.cj
- Session - Interface in com.mysql.cj.xdevapi
-
X DevAPI introduces a new, high-level database connection concept that is called Session.
- SESSION_ID - Static variable in class com.mysql.cj.jdbc.ha.ca.TopologyServicePropertyKeys
- SESSION_STATE_CHANGED - com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
SESSION_STATE_CHANGED = 3;
- SESSION_STATE_CHANGED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
SESSION_STATE_CHANGED = 3;
- SESSION_VARIABLE_CHANGED - com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
SESSION_VARIABLE_CHANGED = 2;
- SESSION_VARIABLE_CHANGED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
SESSION_VARIABLE_CHANGED = 2;
- Session.SessionEventListener - Interface in com.mysql.cj
- SessionAssociationInterceptor - Class in com.mysql.cj.jdbc.interceptors
- SessionAssociationInterceptor() - Constructor for class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
- SessionFactory - Class in com.mysql.cj.xdevapi
-
SessionFactory is used for creation of sessions.
- SessionFactory() - Constructor for class com.mysql.cj.xdevapi.SessionFactory
- SessionImpl - Class in com.mysql.cj.xdevapi
-
Session
implementation. - SessionImpl() - Constructor for class com.mysql.cj.xdevapi.SessionImpl
- SessionImpl(HostInfo) - Constructor for class com.mysql.cj.xdevapi.SessionImpl
-
Constructor.
- SessionImpl(XProtocol) - Constructor for class com.mysql.cj.xdevapi.SessionImpl
- sessionLocal - Static variable in class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
- sessionMaxRows - Variable in class com.mysql.cj.CoreSession
-
The max-rows setting for current session
- SessionStateChanged_ACCOUNT_EXPIRED - Static variable in class com.mysql.cj.protocol.x.Notice
- SessionStateChanged_CLIENT_ID_ASSIGNED - Static variable in class com.mysql.cj.protocol.x.Notice
- SessionStateChanged_CURRENT_SCHEMA - Static variable in class com.mysql.cj.protocol.x.Notice
- SessionStateChanged_GENERATED_DOCUMENT_IDS - Static variable in class com.mysql.cj.protocol.x.Notice
- SessionStateChanged_GENERATED_INSERT_ID - Static variable in class com.mysql.cj.protocol.x.Notice
- SessionStateChanged_PRODUCED_MESSAGE - Static variable in class com.mysql.cj.protocol.x.Notice
- SessionStateChanged_ROWS_AFFECTED - Static variable in class com.mysql.cj.protocol.x.Notice
- SessionStateChanged_ROWS_FOUND - Static variable in class com.mysql.cj.protocol.x.Notice
- SessionStateChanged_ROWS_MATCHED - Static variable in class com.mysql.cj.protocol.x.Notice
- SessionStateChanged_TRX_COMMITTED - Static variable in class com.mysql.cj.protocol.x.Notice
- SessionStateChanged_TRX_ROLLEDBACK - Static variable in class com.mysql.cj.protocol.x.Notice
- sessionVariables - com.mysql.cj.conf.PropertyKey
- set(String, Object) - Method in interface com.mysql.cj.xdevapi.ModifyStatement
-
Add an update to the statement setting the field as the document path to the given value for all documents matching the search criteria.
- set(String, Object) - Method in class com.mysql.cj.xdevapi.ModifyStatementImpl
- set(String, Object) - Method in interface com.mysql.cj.xdevapi.UpdateStatement
-
Add the given update to the statement setting field to value for all rows matching the search criteria.
- set(String, Object) - Method in class com.mysql.cj.xdevapi.UpdateStatementImpl
- set(Map<String, Object>) - Method in interface com.mysql.cj.xdevapi.UpdateStatement
-
Add the given set of updates to the statement.
- set(Map<String, Object>) - Method in class com.mysql.cj.xdevapi.UpdateStatementImpl
- SET - com.mysql.cj.MysqlType
-
SET('value1','value2',...) [CHARACTER SET charset_name] [COLLATE collation_name] A set.
- SET - com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
only allowed for TABLE
- SET - com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
SET = 15;
- SET - com.mysql.cj.xdevapi.Type
- SET - com.mysql.cj.xdevapi.UpdateType
- SET_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
only allowed for TABLE
- SET_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
SET = 15;
- setAcceptAwsProtocolOnly(boolean) - Static method in class software.aws.rds.jdbc.mysql.Driver
-
Set the acceptAwsProtocolOnly property for the driver, which controls whether protocols other than jdbc:postgresql:aws:// will be accepted by the driver.
- setAlgorithm(MysqlxCrud.ViewAlgorithm) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];
- setAlgorithm(MysqlxCrud.ViewAlgorithm) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;
- setAlias(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- setAlias(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional string alias = 2;
- setAliasBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- setAliasBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional string alias = 2;
- setArgs(int, MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- setArgs(int, MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- setArgs(int, MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- setArgs(int, MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- setArgs(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- setArgs(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- setArgs(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- setArgs(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- setArgs(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- setArgs(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- setArgs(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- setArgs(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- setArray(int, Array) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setArray(int, Array) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setArray(MysqlxDatatypes.Array) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- setArray(MysqlxDatatypes.Array.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- setArray(MysqlxExpr.Array) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- setArray(MysqlxExpr.Array.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- setAsciiStream(int, InputStream) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setAsciiStream(int, InputStream) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setAsciiStream(int, InputStream) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setAsciiStream(int, InputStream) - Method in interface com.mysql.cj.QueryBindings
- setAsciiStream(int, InputStream) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setAsciiStream(int, InputStream, int) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setAsciiStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setAsciiStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setAsciiStream(int, InputStream, int) - Method in interface com.mysql.cj.QueryBindings
- setAsciiStream(int, InputStream, int) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setAsciiStream(int, InputStream, long) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setAsciiStream(int, InputStream, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setAsciiStream(int, InputStream, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setAsciiStream(int, InputStream, long) - Method in interface com.mysql.cj.QueryBindings
- setAsciiStream(int, InputStream, long) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setAsciiStream(long) - Method in class com.mysql.cj.jdbc.Clob
- setAsciiStream(String, InputStream) - Method in class com.mysql.cj.jdbc.CallableStatement
- setAsciiStream(String, InputStream) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setAsciiStream(String, InputStream, int) - Method in class com.mysql.cj.jdbc.CallableStatement
- setAsciiStream(String, InputStream, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setAsciiStream(String, InputStream, long) - Method in class com.mysql.cj.jdbc.CallableStatement
- setAsciiStream(String, InputStream, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setAuthData(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
required bytes auth_data = 1;
- setAuthData(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
optional bytes auth_data = 1;
- setAuthData(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
optional bytes auth_data = 2;
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
- setAuthenticationParameters(String, String) - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
This method called from cJ before first nextAuthenticationStep call.
- setAuthPluginDataLength(int) - Method in class com.mysql.cj.protocol.a.NativeCapabilities
- setAutoCommit(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- setAutoCommit(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- setAutoCommit(boolean) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionLifecycleInterceptor
- setAutoCommit(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- setAutoCommit(boolean) - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.setAutoCommit(), before the driver processes its own internal logic for setAutoCommit().
- setAutoCommit(boolean) - Method in class com.mysql.cj.protocol.a.NativeServerSession
- setAutoCommit(boolean) - Method in interface com.mysql.cj.protocol.ServerSession
- setAutoCommit(boolean) - Method in class com.mysql.cj.protocol.x.XServerSession
- setBaseDir(String) - Method in class com.mysql.cj.admin.ServerController
-
Sets the basedir to use when starting MySQL.
- setBatchCommandIndex(int) - Method in class com.mysql.cj.AbstractPreparedQuery
- setBatchCommandIndex(int) - Method in interface com.mysql.cj.PreparedQuery
- setBigDecimal(int, BigDecimal) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setBigDecimal(int, BigDecimal) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setBigDecimal(int, BigDecimal) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setBigDecimal(int, BigDecimal) - Method in interface com.mysql.cj.QueryBindings
- setBigDecimal(int, BigDecimal) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setBigDecimal(String, BigDecimal) - Method in class com.mysql.cj.jdbc.CallableStatement
- setBigDecimal(String, BigDecimal) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setBigInteger(int, BigInteger) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setBigInteger(int, BigInteger) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setBigInteger(int, BigInteger) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
- setBigInteger(int, BigInteger) - Method in interface com.mysql.cj.QueryBindings
- setBigInteger(int, BigInteger) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setBinary() - Method in class com.mysql.cj.result.Field
- setBinaryStream() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
- setBinaryStream(int, InputStream) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setBinaryStream(int, InputStream) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setBinaryStream(int, InputStream) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setBinaryStream(int, InputStream) - Method in interface com.mysql.cj.QueryBindings
- setBinaryStream(int, InputStream) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setBinaryStream(int, InputStream, int) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setBinaryStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setBinaryStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setBinaryStream(int, InputStream, int) - Method in interface com.mysql.cj.QueryBindings
- setBinaryStream(int, InputStream, int) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setBinaryStream(int, InputStream, long) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setBinaryStream(int, InputStream, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setBinaryStream(int, InputStream, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setBinaryStream(int, InputStream, long) - Method in interface com.mysql.cj.QueryBindings
- setBinaryStream(int, InputStream, long) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setBinaryStream(long) - Method in class com.mysql.cj.jdbc.Blob
- setBinaryStream(long) - Method in class com.mysql.cj.jdbc.BlobFromLocator
- setBinaryStream(String, InputStream) - Method in class com.mysql.cj.jdbc.CallableStatement
- setBinaryStream(String, InputStream) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setBinaryStream(String, InputStream, int) - Method in class com.mysql.cj.jdbc.CallableStatement
- setBinaryStream(String, InputStream, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setBinaryStream(String, InputStream, long) - Method in class com.mysql.cj.jdbc.CallableStatement
- setBinaryStream(String, InputStream, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setBindValues(T[]) - Method in class com.mysql.cj.AbstractQueryBindings
- setBindValues(T[]) - Method in interface com.mysql.cj.QueryBindings
- setBlob() - Method in class com.mysql.cj.result.Field
- setBlob(int, InputStream) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setBlob(int, InputStream) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setBlob(int, InputStream) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setBlob(int, InputStream) - Method in interface com.mysql.cj.QueryBindings
- setBlob(int, InputStream) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setBlob(int, InputStream, long) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setBlob(int, InputStream, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setBlob(int, InputStream, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setBlob(int, InputStream, long) - Method in interface com.mysql.cj.QueryBindings
- setBlob(int, InputStream, long) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setBlob(int, Blob) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setBlob(int, Blob) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setBlob(int, Blob) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setBlob(int, Blob) - Method in interface com.mysql.cj.QueryBindings
- setBlob(int, Blob) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setBlob(String, InputStream) - Method in class com.mysql.cj.jdbc.CallableStatement
- setBlob(String, InputStream) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setBlob(String, InputStream, long) - Method in class com.mysql.cj.jdbc.CallableStatement
- setBlob(String, InputStream, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setBlob(String, Blob) - Method in class com.mysql.cj.jdbc.CallableStatement
- setBlob(String, Blob) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setBoolean(int, boolean) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setBoolean(int, boolean) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setBoolean(int, boolean) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setBoolean(int, boolean) - Method in interface com.mysql.cj.QueryBindings
- setBoolean(int, boolean) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setBoolean(String, boolean) - Method in class com.mysql.cj.jdbc.CallableStatement
- setBoolean(String, boolean) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setBooleanRuntimeProperty(String, boolean) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setByte(int, byte) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setByte(int, byte) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setByte(int, byte) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setByte(int, byte) - Method in interface com.mysql.cj.QueryBindings
- setByte(int, byte) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setByte(String, byte) - Method in class com.mysql.cj.jdbc.CallableStatement
- setByte(String, byte) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setByteBuffer(byte[]) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Sets the array of bytes to use as a buffer to read from.
- setBytes(int, byte[]) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setBytes(int, byte[]) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setBytes(int, byte[]) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setBytes(int, byte[]) - Method in class com.mysql.cj.protocol.a.result.BinaryBufferRow
- setBytes(int, byte[]) - Method in class com.mysql.cj.protocol.a.result.ByteArrayRow
- setBytes(int, byte[]) - Method in interface com.mysql.cj.QueryBindings
- setBytes(int, byte[]) - Method in interface com.mysql.cj.result.Row
-
Sets the given byte array as a raw column value (only works currently with ByteArrayRow).
- setBytes(int, byte[]) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setBytes(int, byte[], boolean, boolean) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setBytes(int, byte[], boolean, boolean) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setBytes(int, byte[], boolean, boolean) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
- setBytes(int, byte[], boolean, boolean) - Method in interface com.mysql.cj.QueryBindings
- setBytes(int, byte[], boolean, boolean) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setBytes(long, byte[]) - Method in class com.mysql.cj.jdbc.Blob
- setBytes(long, byte[]) - Method in class com.mysql.cj.jdbc.BlobFromLocator
- setBytes(long, byte[], int, int) - Method in class com.mysql.cj.jdbc.Blob
- setBytes(long, byte[], int, int) - Method in class com.mysql.cj.jdbc.BlobFromLocator
- setBytes(String, byte[]) - Method in class com.mysql.cj.jdbc.CallableStatement
- setBytes(String, byte[]) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setBytesNoEscape(int, byte[]) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setBytesNoEscape(int, byte[]) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setBytesNoEscape(int, byte[]) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
Used by updatable result sets for refreshRow() because the parameter has already been escaped for updater or inserter prepared statements.
- setBytesNoEscape(int, byte[]) - Method in interface com.mysql.cj.QueryBindings
- setBytesNoEscape(int, byte[]) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setBytesNoEscapeNoQuotes(int, byte[]) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setBytesNoEscapeNoQuotes(int, byte[]) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setBytesNoEscapeNoQuotes(int, byte[]) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
- setBytesNoEscapeNoQuotes(int, byte[]) - Method in interface com.mysql.cj.QueryBindings
- setBytesNoEscapeNoQuotes(int, byte[]) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setByteValue(byte[]) - Method in interface com.mysql.cj.BindValue
- setByteValue(byte[]) - Method in class com.mysql.cj.ClientPreparedQueryBindValue
- setCancelStatus(Query.CancelStatus) - Method in class com.mysql.cj.AbstractQuery
- setCancelStatus(Query.CancelStatus) - Method in class com.mysql.cj.jdbc.StatementImpl
- setCancelStatus(Query.CancelStatus) - Method in interface com.mysql.cj.Query
- setCapabilities(int, MysqlxConnection.Capability) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- setCapabilities(int, MysqlxConnection.Capability.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- setCapabilities(ServerCapabilities) - Method in class com.mysql.cj.protocol.a.NativeServerSession
- setCapabilities(ServerCapabilities) - Method in interface com.mysql.cj.protocol.ServerSession
- setCapabilities(ServerCapabilities) - Method in class com.mysql.cj.protocol.x.XServerSession
- setCapabilities(MysqlxConnection.Capabilities) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- setCapabilities(MysqlxConnection.Capabilities.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- setCapability(String, Object) - Method in class com.mysql.cj.protocol.x.XServerCapabilities
- setCapabilityFlags(int) - Method in class com.mysql.cj.protocol.a.NativeCapabilities
- setCapabilityFlags(int) - Method in interface com.mysql.cj.protocol.ServerCapabilities
- setCapabilityFlags(int) - Method in class com.mysql.cj.protocol.x.XServerCapabilities
- setCatalog(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes catalog = 7;
- setCatalog(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- setCatalog(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- setCatalog(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- setCategory(String) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- setCaughtWhileCancelling(Throwable) - Method in interface com.mysql.cj.CancelQueryTask
- setCaughtWhileCancelling(Throwable) - Method in class com.mysql.cj.CancelQueryTaskImpl
- setCharacterSetMetadata(String) - Method in class com.mysql.cj.protocol.a.NativeServerSession
- setCharacterSetMetadata(String) - Method in interface com.mysql.cj.protocol.ServerSession
- setCharacterSetMetadata(String) - Method in class com.mysql.cj.protocol.x.XServerSession
- setCharacterSetResultsOnServer(String) - Method in class com.mysql.cj.protocol.a.NativeServerSession
- setCharacterSetResultsOnServer(String) - Method in interface com.mysql.cj.protocol.ServerSession
- setCharacterSetResultsOnServer(String) - Method in class com.mysql.cj.protocol.x.XServerSession
- setCharacterStream() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
- setCharacterStream(int, Reader) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setCharacterStream(int, Reader) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setCharacterStream(int, Reader) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setCharacterStream(int, Reader) - Method in interface com.mysql.cj.QueryBindings
- setCharacterStream(int, Reader) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setCharacterStream(int, Reader, int) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setCharacterStream(int, Reader, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setCharacterStream(int, Reader, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setCharacterStream(int, Reader, int) - Method in interface com.mysql.cj.QueryBindings
- setCharacterStream(int, Reader, int) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setCharacterStream(int, Reader, long) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setCharacterStream(int, Reader, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setCharacterStream(int, Reader, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setCharacterStream(int, Reader, long) - Method in interface com.mysql.cj.QueryBindings
- setCharacterStream(int, Reader, long) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setCharacterStream(long) - Method in class com.mysql.cj.jdbc.Clob
- setCharacterStream(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatement
- setCharacterStream(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setCharacterStream(String, Reader, int) - Method in class com.mysql.cj.jdbc.CallableStatement
- setCharacterStream(String, Reader, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setCharacterStream(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatement
- setCharacterStream(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setCheck(MysqlxCrud.ViewCheckOption) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- setCheck(MysqlxCrud.ViewCheckOption) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- setClearWarningsCalled(boolean) - Method in class com.mysql.cj.AbstractQuery
- setClearWarningsCalled(boolean) - Method in class com.mysql.cj.jdbc.StatementImpl
- setClearWarningsCalled(boolean) - Method in interface com.mysql.cj.Query
- setClientInfo(String, String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- setClientInfo(String, String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- setClientInfo(String, String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- setClientInfo(Connection, String, String) - Method in interface com.mysql.cj.jdbc.ClientInfoProvider
-
Sets the client info for the connection that this provider instance belongs to.
- setClientInfo(Connection, String, String) - Method in class com.mysql.cj.jdbc.ClientInfoProviderSP
- setClientInfo(Connection, String, String) - Method in class com.mysql.cj.jdbc.CommentClientInfoProvider
- setClientInfo(Connection, Properties) - Method in interface com.mysql.cj.jdbc.ClientInfoProvider
-
Sets the client info for the connection that this provider instance belongs to.
- setClientInfo(Connection, Properties) - Method in class com.mysql.cj.jdbc.ClientInfoProviderSP
- setClientInfo(Connection, Properties) - Method in class com.mysql.cj.jdbc.CommentClientInfoProvider
- setClientInfo(Properties) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- setClientInfo(Properties) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- setClientInfo(Properties) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- setClientMessages(Mysqlx.ClientMessages.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- setClientParam(long) - Method in class com.mysql.cj.protocol.a.NativeServerSession
- setClientParam(long) - Method in interface com.mysql.cj.protocol.ServerSession
- setClientParam(long) - Method in class com.mysql.cj.protocol.x.XServerSession
- setClob(int, Reader) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setClob(int, Reader) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setClob(int, Reader) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setClob(int, Reader) - Method in interface com.mysql.cj.QueryBindings
- setClob(int, Reader) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setClob(int, Reader, long) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setClob(int, Reader, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setClob(int, Reader, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setClob(int, Reader, long) - Method in interface com.mysql.cj.QueryBindings
- setClob(int, Reader, long) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setClob(int, Clob) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setClob(int, Clob) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setClob(int, Clob) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setClob(int, Clob) - Method in interface com.mysql.cj.QueryBindings
- setClob(int, Clob) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setClob(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatement
- setClob(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setClob(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatement
- setClob(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setClob(String, Clob) - Method in class com.mysql.cj.jdbc.CallableStatement
- setClob(String, Clob) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setClosed(boolean) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
- setClusterId(String) - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Sets cluster Id for a service instance.
- setClusterId(String) - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Set unique cluster identifier for topology service instance.
- setClusterInstanceTemplate(HostInfo) - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Sets host details common to each instance in the cluster, including the host dns pattern.
- setClusterInstanceTemplate(HostInfo) - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Sets host details common to each instance in the cluster, including the host dns pattern.
- setCode(int) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required uint32 code = 2;
- setCode(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
required uint32 code = 2;
- setCollation(long) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
optional uint64 collation = 2;
- setCollation(long) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint64 collation = 8;
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- setColumn(int, String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
repeated string column = 6;
- setColumn(int, String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
repeated string column = 6;
- setColumnDefinition(ColumnDefinition) - Method in class com.mysql.cj.AbstractQueryBindings
- setColumnDefinition(ColumnDefinition) - Method in class com.mysql.cj.protocol.a.result.NativeResultset
- setColumnDefinition(ColumnDefinition) - Method in interface com.mysql.cj.protocol.Resultset
-
Sometimes the driver doesn't have metadata before consuming the result set rows (because it's cached), or need to coerce the metadata returned by queries into that required by the particular specification (eg metadata returned by metadata queries into that required by the JDBC specification).
- setColumnDefinition(ColumnDefinition) - Method in interface com.mysql.cj.QueryBindings
- setColumnLabelToIndex(Map<String, Integer>) - Method in interface com.mysql.cj.protocol.ColumnDefinition
- setColumnLabelToIndex(Map<String, Integer>) - Method in class com.mysql.cj.result.DefaultColumnDefinition
- setColumnNameToIndex(Map<String, Integer>) - Method in interface com.mysql.cj.protocol.ColumnDefinition
- setColumnNameToIndex(Map<String, Integer>) - Method in class com.mysql.cj.result.DefaultColumnDefinition
- setColumnToIndexCache(Map<String, Integer>) - Method in interface com.mysql.cj.protocol.ColumnDefinition
- setColumnToIndexCache(Map<String, Integer>) - Method in class com.mysql.cj.result.DefaultColumnDefinition
- setCompactMetadata(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
optional bool compact_metadata = 3 [default = false];
- setCompactMetadata(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
optional bool compact_metadata = 4 [default = false];
- setCond(int, MysqlxExpect.Open.Condition) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- setCond(int, MysqlxExpect.Open.Condition.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- setConditionKey(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
required uint32 condition_key = 1;
- setConditionValue(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional bytes condition_value = 2;
- setConnectionCreationTimeMillis(long) - Method in class com.mysql.cj.NativeSession
- setConnectionProxy(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- setContentType(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
optional uint32 content_type = 2;
- setContentType(int) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 content_type = 12;
- setCriteria(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Expr.Expr criteria = 3;
- setCriteria(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr criteria = 5;
- setCriteria(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Expr.Expr criteria = 4;
- setCriteria(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Expr.Expr criteria = 3;
- setCriteria(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr criteria = 5;
- setCriteria(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Expr.Expr criteria = 4;
- setCriteria(String) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- setCriteria(String) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse criteriaString into X Protocol Expr object.
- setCurrentDatabase(String) - Method in class com.mysql.cj.AbstractQuery
- setCurrentDatabase(String) - Method in class com.mysql.cj.jdbc.StatementImpl
- setCurrentDatabase(String) - Method in interface com.mysql.cj.Query
- setCurrentRow(int) - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
- setCurrentRow(int) - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
- setCurrentRow(int) - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
- setCurrentRow(int) - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Moves the current position in the result set to the given row number.
- setCursorId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
required uint32 cursor_id = 1;
- setCursorId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
required uint32 cursor_id = 1;
- setCursorId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required uint32 cursor_id = 1;
- setCursorName(String) - Method in class com.mysql.cj.jdbc.StatementImpl
- setCursorName(String) - Method in class com.mysql.cj.jdbc.StatementWrapper
- setDatabase(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- setDatabase(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- setDatabase(String) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionLifecycleInterceptor
- setDatabase(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- setDatabase(String) - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.setCatalog() or Connection.setSchema(), before the driver processes its own internal logic for these methods.
- setDatabase(String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Set current database for this connection.
- setDatabaseName(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the database name.
- setDataDir(String) - Method in class com.mysql.cj.admin.ServerController
-
Sets the data to use when starting MySQL.
- setDataModel(MysqlxCrud.DataModel) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- setDataModel(MysqlxCrud.DataModel) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- setDataModel(MysqlxCrud.DataModel) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- setDataModel(MysqlxCrud.DataModel) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- setDataSize(int) - Method in exception com.mysql.cj.exceptions.DataTruncationException
- setDate(int, Date) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setDate(int, Date) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setDate(int, Date) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setDate(int, Date) - Method in interface com.mysql.cj.QueryBindings
- setDate(int, Date) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setDate(int, Date, Calendar) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setDate(int, Date, Calendar) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setDate(int, Date, Calendar) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setDate(int, Date, Calendar) - Method in interface com.mysql.cj.QueryBindings
- setDate(int, Date, Calendar) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setDate(String, Date) - Method in class com.mysql.cj.jdbc.CallableStatement
- setDate(String, Date) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setDate(String, Date, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
- setDate(String, Date, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setDay(int) - Method in class com.mysql.cj.protocol.InternalDate
- setDefaultValue(T) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- setDefiner(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional string definer = 2;
- setDefiner(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional string definer = 2;
- setDefinerBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional string definer = 2;
- setDefinerBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional string definer = 2;
- setDelete(MysqlxCrud.Delete) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- setDelete(MysqlxCrud.Delete.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- setDescription(String) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- setDescription(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
- setDirection(MysqlxCrud.Order.Direction) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- setDocumentPath(int, MysqlxExpr.DocumentPathItem) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- setDocumentPath(int, MysqlxExpr.DocumentPathItem) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- setDocumentPath(int, MysqlxExpr.DocumentPathItem.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- setDocumentPath(int, MysqlxExpr.DocumentPathItem.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- setDouble(int, double) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setDouble(int, double) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setDouble(int, double) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setDouble(int, double) - Method in interface com.mysql.cj.QueryBindings
- setDouble(int, double) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setDouble(String, double) - Method in class com.mysql.cj.jdbc.CallableStatement
- setDouble(String, double) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setEncoding(String, ServerVersion) - Method in class com.mysql.cj.result.Field
- setEnumRuntimeProperty(String, String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setErrorMessageEncoding(String) - Method in class com.mysql.cj.protocol.a.NativeServerSession
- setErrorMessageEncoding(String) - Method in interface com.mysql.cj.protocol.ServerSession
- setErrorMessageEncoding(String) - Method in class com.mysql.cj.protocol.x.XServerSession
- setEscapeProcessing(boolean) - Method in class com.mysql.cj.jdbc.StatementImpl
- setEscapeProcessing(boolean) - Method in class com.mysql.cj.jdbc.StatementWrapper
- setExceptionInterceptor(ExceptionInterceptor) - Method in class com.mysql.cj.CoreSession
- setExceptionInterceptor(ExceptionInterceptor) - Method in interface com.mysql.cj.Session
- setExecuteTime(long) - Method in class com.mysql.cj.AbstractQuery
- setExecuteTime(long) - Method in class com.mysql.cj.jdbc.StatementImpl
- setExecuteTime(long) - Method in interface com.mysql.cj.Query
- setExpireTime(int) - Static method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Service instances with the same cluster Id share cluster topology.
- setExpireTime(int) - Method in class com.mysql.cj.util.ExpiringCache
- setExpr(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- setExpr(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- setFailedOver(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- setFailedOver(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- setFailedOver(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- setFailedOver(boolean) - Method in interface com.mysql.cj.jdbc.JdbcConnection
- setFetchDirection(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- setFetchDirection(int) - Method in class com.mysql.cj.jdbc.StatementImpl
- setFetchDirection(int) - Method in class com.mysql.cj.jdbc.StatementWrapper
- setFetchRows(long) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
optional uint64 fetch_rows = 5;
- setFetchRows(long) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
optional uint64 fetch_rows = 5;
- setFetchSize(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- setFetchSize(int) - Method in class com.mysql.cj.jdbc.StatementImpl
- setFetchSize(int) - Method in class com.mysql.cj.jdbc.StatementWrapper
- setField(int, ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
repeated bytes field = 1;
- setField(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- setField(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
- setFields(Field[]) - Method in interface com.mysql.cj.protocol.ColumnDefinition
- setFields(Field[]) - Method in class com.mysql.cj.result.DefaultColumnDefinition
- setFields(Expression) - Method in class com.mysql.cj.xdevapi.DocFilterParams
-
Parse projection expressions into X Protocol Projection objects.
- setFields(String...) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- setFields(String...) - Method in class com.mysql.cj.xdevapi.DocFilterParams
- setFields(String...) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse projection expressions into X Protocol Projection objects.
- setFields(String...) - Method in class com.mysql.cj.xdevapi.TableFilterParams
- setFieldsAndValues(Map<String, Object>) - Method in class com.mysql.cj.xdevapi.InsertParams
-
Fill insert parameters from projection_expression -> value_expression map.
- setFind(MysqlxCrud.Find) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Find find = 2;
- setFind(MysqlxCrud.Find.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Find find = 2;
- setFirstCharOfQuery(char) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- setFirstCharOfQuery(char) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
Sets the first character of the query that was issued to create this result set.
- setFlags(int) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 flags = 11;
- setFlags(short) - Method in class com.mysql.cj.result.Field
- setFld(int, MysqlxDatatypes.Object.ObjectField) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- setFld(int, MysqlxDatatypes.Object.ObjectField.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- setFld(int, MysqlxExpr.Object.ObjectField) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- setFld(int, MysqlxExpr.Object.ObjectField.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- setFloat(int, float) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setFloat(int, float) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setFloat(int, float) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setFloat(int, float) - Method in interface com.mysql.cj.QueryBindings
- setFloat(int, float) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setFloat(String, float) - Method in class com.mysql.cj.jdbc.CallableStatement
- setFloat(String, float) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setForceClosedReason(Throwable) - Method in class com.mysql.cj.NativeSession
- setFractionalDigits(int) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 fractional_digits = 9;
- setFullColumnNameToIndex(Map<String, Integer>) - Method in interface com.mysql.cj.protocol.ColumnDefinition
- setFullColumnNameToIndex(Map<String, Integer>) - Method in class com.mysql.cj.result.DefaultColumnDefinition
- setFunctionCall(MysqlxExpr.FunctionCall) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- setFunctionCall(MysqlxExpr.FunctionCall.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- setGrouping(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- setGrouping(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- setGrouping(String...) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- setGrouping(String...) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse groupBy expressions into X Protocol Expr objects.
- setGroupingCriteria(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- setGroupingCriteria(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- setGroupingCriteria(String) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- setGroupingCriteria(String) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse having expressions into X Protocol Expr objects.
- setHadWarnings(boolean) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- setHoldability(int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- setHoldability(int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- setHoldability(int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- setHoldResultsOpenOverClose(boolean) - Method in interface com.mysql.cj.jdbc.JdbcStatement
- setHoldResultsOpenOverClose(boolean) - Method in class com.mysql.cj.jdbc.StatementImpl
- setHours(int) - Method in class com.mysql.cj.protocol.InternalTime
- setHours(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
- setIdentifier(MysqlxExpr.ColumnIdentifier) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- setIdentifier(MysqlxExpr.ColumnIdentifier.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- setIfExists(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
optional bool if_exists = 2 [default = false];
- setIndex(int) - Method in exception com.mysql.cj.exceptions.DataTruncationException
- setIndex(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional uint32 index = 3;
- setInfo(String) - Method in class com.mysql.cj.protocol.a.result.OkPacket
- setInGlobalTx(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- setInGlobalTx(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- setInGlobalTx(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- setInGlobalTx(boolean) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Set the state of being in a global (XA) transaction.
- setInitialHandshakePacket(NativePacketPayload) - Method in class com.mysql.cj.protocol.a.NativeCapabilities
- setInitialResponse(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
optional bytes initial_response = 3;
- setInputStream(InputStream) - Method in class com.mysql.cj.protocol.x.ReusableInputStream
-
Sets a new underlying
InputStream
in thisReusableInputStream
. - setInsert(MysqlxCrud.Insert) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- setInsert(MysqlxCrud.Insert.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- setInt(int, int) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setInt(int, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setInt(int, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setInt(int, int) - Method in interface com.mysql.cj.QueryBindings
- setInt(int, int) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setInt(String, int) - Method in class com.mysql.cj.jdbc.CallableStatement
- setInt(String, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setIntegerRuntimeProperty(String, int) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setIsStream(boolean) - Method in interface com.mysql.cj.BindValue
- setIsStream(boolean) - Method in class com.mysql.cj.ClientPreparedQueryBindValue
- setKeepOpen(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
optional bool keep_open = 1 [default = false];
- setKey(String) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- setKey(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required string key = 1;
- setKeyBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- setKeyBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required string key = 1;
- setLargeMaxRows(long) - Method in class com.mysql.cj.jdbc.StatementImpl
- setLargeMaxRows(long) - Method in class com.mysql.cj.jdbc.StatementWrapper
- setLastUsedReaderHost(HostInfo) - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Set details about the most recent reader that the driver has connected to.
- setLastUsedReaderHost(HostInfo) - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Set details about the most recent reader that the driver has connected to.
- setLength(int) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 length = 10;
- setLevel(MysqlxNotice.Warning.Level) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
optional .Mysqlx.Notice.Warning.Level level = 1 [default = WARNING];
- setLevel(Schema.Validation.ValidationLevel) - Method in class com.mysql.cj.xdevapi.Schema.Validation
- setLimit(MysqlxCrud.Limit) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.Limit limit = 4;
- setLimit(MysqlxCrud.Limit) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Limit limit = 6;
- setLimit(MysqlxCrud.Limit) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.Limit limit = 5;
- setLimit(MysqlxCrud.Limit.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.Limit limit = 4;
- setLimit(MysqlxCrud.Limit.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Limit limit = 6;
- setLimit(MysqlxCrud.Limit.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.Limit limit = 5;
- setLimit(Long) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- setLimit(Long) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Set maximum rows to find.
- setLimitExpr(MysqlxCrud.LimitExpr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- setLimitExpr(MysqlxCrud.LimitExpr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- setLimitExpr(MysqlxCrud.LimitExpr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- setLimitExpr(MysqlxCrud.LimitExpr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- setLimitExpr(MysqlxCrud.LimitExpr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- setLimitExpr(MysqlxCrud.LimitExpr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- setLiteral(MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- setLiteral(MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- setLoadDataQuery(boolean) - Method in class com.mysql.cj.AbstractQueryBindings
- setLoadDataQuery(boolean) - Method in interface com.mysql.cj.QueryBindings
- setLocalDate(int, LocalDate, MysqlType) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setLocalDate(int, LocalDate, MysqlType) - Method in interface com.mysql.cj.QueryBindings
- setLocalDate(int, LocalDate, MysqlType) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setLocalDateTime(int, LocalDateTime, MysqlType) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setLocalDateTime(int, LocalDateTime, MysqlType) - Method in interface com.mysql.cj.QueryBindings
- setLocalDateTime(int, LocalDateTime, MysqlType) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setLocalInfileInputStream(InputStream) - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
Sets an InputStream instance that will be used to send data to the MySQL server for a "LOAD DATA LOCAL INFILE" statement rather than a FileInputStream or URLInputStream that represents the path given as an argument to the statement.
- setLocalInfileInputStream(InputStream) - Method in class com.mysql.cj.jdbc.StatementImpl
- setLocalInfileInputStream(InputStream) - Method in class com.mysql.cj.NativeSession
- setLocalInfileInputStream(InputStream) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- setLocalInfileInputStream(InputStream) - Method in interface com.mysql.cj.protocol.Protocol
-
Sets an InputStream instance that will be used to send data to the MySQL server for a "LOAD DATA LOCAL INFILE" statement rather than a FileInputStream or URLInputStream that represents the path given as an argument to the statement.
- setLocalInfileInputStream(InputStream) - Method in class com.mysql.cj.protocol.x.XProtocol
- setLocalTime(int, LocalTime, MysqlType) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setLocalTime(int, LocalTime, MysqlType) - Method in interface com.mysql.cj.QueryBindings
- setLocalTime(int, LocalTime, MysqlType) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setLock(FilterParams.RowLock) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- setLock(FilterParams.RowLock) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Set
FilterParams.RowLock
value. - setLocking(MysqlxCrud.Find.RowLock) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Find.RowLock locking = 12;
- setLockingOptions(MysqlxCrud.Find.RowLockOptions) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13;
- setLockOption(FilterParams.RowLockOptions) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- setLockOption(FilterParams.RowLockOptions) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Set
FilterParams.RowLockOptions
value. - setLoginTimeout(int) - Method in class com.mysql.cj.jdbc.MysqlDataSource
- setLogWriter(PrintWriter) - Method in class com.mysql.cj.jdbc.MysqlDataSource
- setLong(int, long) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setLong(int, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setLong(int, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setLong(int, long) - Method in interface com.mysql.cj.QueryBindings
- setLong(int, long) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setLong(String, long) - Method in class com.mysql.cj.jdbc.CallableStatement
- setLong(String, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setLongParameterSwitchDetected(boolean) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setLongRuntimeProperty(String, long) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setLowerBound(int) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- setMaxAllowedPacket(int) - Method in interface com.mysql.cj.protocol.MessageSender
-
Set max allowed packet size.
- setMaxAllowedPacket(int) - Method in class com.mysql.cj.protocol.x.SyncMessageSender
- setMaxAllowedPacket(int) - Method in class com.mysql.cj.protocol.x.XProtocol
- setMaxFieldSize(int) - Method in class com.mysql.cj.jdbc.StatementImpl
- setMaxFieldSize(int) - Method in class com.mysql.cj.jdbc.StatementWrapper
- setMaxPacketDumpLength(int) - Method in class com.mysql.cj.protocol.a.DebugBufferingPacketSender
- setMaxRows(int) - Method in class com.mysql.cj.jdbc.StatementImpl
- setMaxRows(int) - Method in class com.mysql.cj.jdbc.StatementWrapper
- setMechName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
required string mech_name = 1;
- setMechNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
required string mech_name = 1;
- setMemorySizeRuntimeProperty(String, int) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setMetadata(ColumnDefinition) - Method in class com.mysql.cj.protocol.a.result.AbstractResultsetRows
- setMetadata(ColumnDefinition) - Method in class com.mysql.cj.protocol.a.result.BinaryBufferRow
- setMetadata(ColumnDefinition) - Method in class com.mysql.cj.protocol.a.result.TextBufferRow
- setMetadata(ColumnDefinition) - Method in class com.mysql.cj.protocol.result.AbstractResultsetRow
- setMetadata(ColumnDefinition) - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Sometimes the driver doesn't have metadata until after the statement has the result set in-hand (because it's cached), so it can call this to set it after the fact.
- setMetadata(ColumnDefinition) - Method in class com.mysql.cj.protocol.x.XProtocolRow
- setMetadata(ColumnDefinition) - Method in interface com.mysql.cj.result.Row
-
Set metadata to enable getValue functionality.
- setMetadata(ResultSetMetaData) - Method in interface com.mysql.cj.jdbc.result.CachedResultSetMetaData
- setMetadata(ResultSetMetaData) - Method in class com.mysql.cj.jdbc.result.CachedResultSetMetaDataImpl
- setMetadataCollationIndex(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- setMetadataCollationIndex(int) - Method in class com.mysql.cj.protocol.a.NativeServerSession
- setMetadataCollationIndex(int) - Method in interface com.mysql.cj.protocol.ServerSession
- setMetadataCollationIndex(int) - Method in class com.mysql.cj.protocol.x.XServerSession
- setMetadataEncoding(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- setMinutes(int) - Method in class com.mysql.cj.protocol.InternalTime
- setMinutes(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
- setMonth(int) - Method in class com.mysql.cj.protocol.InternalDate
- setMsg(String) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required string msg = 3;
- setMsg(String) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- setMsg(String) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
required string msg = 3;
- setMsgBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required string msg = 3;
- setMsgBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- setMsgBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
required string msg = 3;
- setMysqlInput(FullReadInputStream) - Method in class com.mysql.cj.protocol.AbstractSocketConnection
- setMysqlInput(FullReadInputStream) - Method in interface com.mysql.cj.protocol.SocketConnection
- setMysqlType(MysqlType) - Method in interface com.mysql.cj.BindValue
- setMysqlType(MysqlType) - Method in class com.mysql.cj.ClientPreparedQueryBindValue
- setMysqlType(MysqlType) - Method in class com.mysql.cj.result.Field
- setMysqlTypeId(int) - Method in class com.mysql.cj.result.Field
- setName(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes name = 2;
- setName(MysqlxExpr.Identifier) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
required .Mysqlx.Expr.Identifier name = 1;
- setName(MysqlxExpr.Identifier.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
required .Mysqlx.Expr.Identifier name = 1;
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string name = 2;
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
required string name = 1;
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string name = 2;
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
required string name = 1;
- setNamespace(String) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
optional string namespace = 3 [default = "sql"];
- setNamespaceBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
optional string namespace = 3 [default = "sql"];
- setNanos(int) - Method in class com.mysql.cj.protocol.InternalTime
- setNanos(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
- setNCharacterStream(int, Reader) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setNCharacterStream(int, Reader) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setNCharacterStream(int, Reader) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setNCharacterStream(int, Reader) - Method in interface com.mysql.cj.QueryBindings
- setNCharacterStream(int, Reader) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setNCharacterStream(int, Reader, long) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setNCharacterStream(int, Reader, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setNCharacterStream(int, Reader, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setNCharacterStream(int, Reader, long) - Method in interface com.mysql.cj.QueryBindings
- setNCharacterStream(int, Reader, long) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setNCharacterStream(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatement
- setNCharacterStream(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setNCharacterStream(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatement
- setNCharacterStream(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setNClob(int, Reader) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setNClob(int, Reader) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setNClob(int, Reader) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setNClob(int, Reader) - Method in interface com.mysql.cj.QueryBindings
- setNClob(int, Reader) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setNClob(int, Reader, long) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setNClob(int, Reader, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setNClob(int, Reader, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setNClob(int, Reader, long) - Method in interface com.mysql.cj.QueryBindings
- setNClob(int, Reader, long) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setNClob(int, NClob) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setNClob(int, NClob) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setNClob(int, NClob) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setNClob(int, NClob) - Method in interface com.mysql.cj.QueryBindings
- setNClob(int, NClob) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setNClob(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatement
- setNClob(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setNClob(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatement
- setNClob(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setNClob(String, NClob) - Method in class com.mysql.cj.jdbc.CallableStatement
- setNClob(String, NClob) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setNeedsPing(boolean) - Method in class com.mysql.cj.NativeSession
- setNetworkTimeout(Executor, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- setNetworkTimeout(Executor, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- setNetworkTimeout(Executor, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- setNextResultset(Resultset) - Method in class com.mysql.cj.protocol.a.result.NativeResultset
- setNextResultset(Resultset) - Method in interface com.mysql.cj.protocol.Resultset
- setNString(int, String) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setNString(int, String) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Set a parameter to a Java String value.
- setNString(int, String) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setNString(int, String) - Method in interface com.mysql.cj.QueryBindings
- setNString(int, String) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setNString(String, String) - Method in class com.mysql.cj.jdbc.CallableStatement
- setNString(String, String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setNull(boolean) - Method in interface com.mysql.cj.BindValue
- setNull(boolean) - Method in class com.mysql.cj.ClientPreparedQueryBindValue
- setNull(int) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setNull(int) - Method in interface com.mysql.cj.QueryBindings
- setNull(int) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setNull(int, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setNull(int, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setNull(int, int, String) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setNull(int, int, String) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setNull(int, MysqlType) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setNull(int, MysqlType) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
- setNull(String, int) - Method in class com.mysql.cj.jdbc.CallableStatement
- setNull(String, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setNull(String, int, String) - Method in class com.mysql.cj.jdbc.CallableStatement
- setNull(String, int, String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setNumberOfExecutions(int) - Method in class com.mysql.cj.AbstractQueryBindings
- setNumberOfExecutions(int) - Method in interface com.mysql.cj.QueryBindings
- setObj(MysqlxDatatypes.Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- setObj(MysqlxDatatypes.Object.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- setObject(int, Object) - Method in class com.mysql.cj.AbstractQueryBindings
- setObject(int, Object) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setObject(int, Object) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setObject(int, Object) - Method in interface com.mysql.cj.QueryBindings
- setObject(int, Object, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setObject(int, Object, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setObject(int, Object, int, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setObject(int, Object, int, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setObject(int, Object, MysqlType) - Method in class com.mysql.cj.AbstractQueryBindings
- setObject(int, Object, MysqlType) - Method in interface com.mysql.cj.QueryBindings
- setObject(int, Object, MysqlType, int) - Method in class com.mysql.cj.AbstractQueryBindings
-
Set the value of a parameter using an object; use the java.lang equivalent objects for integral values.
- setObject(int, Object, MysqlType, int) - Method in interface com.mysql.cj.QueryBindings
- setObject(int, Object, SQLType) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setObject(int, Object, SQLType) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setObject(int, Object, SQLType) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setObject(int, Object, SQLType, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setObject(int, Object, SQLType, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setObject(int, Object, SQLType, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setObject(MysqlxExpr.Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- setObject(MysqlxExpr.Object.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- setObject(String, Object) - Method in class com.mysql.cj.jdbc.CallableStatement
- setObject(String, Object) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setObject(String, Object, int) - Method in class com.mysql.cj.jdbc.CallableStatement
- setObject(String, Object, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setObject(String, Object, int, int) - Method in class com.mysql.cj.jdbc.CallableStatement
- setObject(String, Object, int, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setObject(String, Object, SQLType) - Method in class com.mysql.cj.jdbc.CallableStatement
- setObject(String, Object, SQLType) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setObject(String, Object, SQLType, int) - Method in class com.mysql.cj.jdbc.CallableStatement
- setObject(String, Object, SQLType, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setOffset(long) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
optional uint64 offset = 2;
- setOffset(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
optional .Mysqlx.Expr.Expr offset = 2;
- setOffset(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
optional .Mysqlx.Expr.Expr offset = 2;
- setOffset(Long) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- setOffset(Long) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Set number of rows to skip before finding others.
- setOldStatusFlags(int) - Method in class com.mysql.cj.protocol.a.NativeServerSession
- setOldStatusFlags(int) - Method in interface com.mysql.cj.protocol.ServerSession
- setOldStatusFlags(int) - Method in class com.mysql.cj.protocol.x.XServerSession
- setOneBatchedParameterSet(PreparedStatement, int, Object) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setOneBatchedParameterSet(PreparedStatement, int, Object) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
- setOp(MysqlxExpect.Open.Condition.ConditionOperation) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- setOp(MysqlxExpect.Open.CtxOperation) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- setOperation(int, MysqlxCrud.UpdateOperation) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- setOperation(int, MysqlxCrud.UpdateOperation.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- setOperation(MysqlxCrud.UpdateOperation.UpdateType) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;
- setOperator(MysqlxExpr.Operator) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- setOperator(MysqlxExpr.Operator.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- setOrder(int) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- setOrder(int, MysqlxCrud.Order) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- setOrder(int, MysqlxCrud.Order) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- setOrder(int, MysqlxCrud.Order) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- setOrder(int, MysqlxCrud.Order.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- setOrder(int, MysqlxCrud.Order.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- setOrder(int, MysqlxCrud.Order.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- setOrder(String...) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- setOrder(String...) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse order expressions into X Protocol Order objects.
- setOrigByteValue(byte[]) - Method in interface com.mysql.cj.BindValue
- setOrigByteValue(byte[]) - Method in class com.mysql.cj.ClientPreparedQueryBindValue
- setOriginalName(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes original_name = 3;
- setOriginalSql(String) - Method in class com.mysql.cj.AbstractPreparedQuery
- setOriginalSql(String) - Method in interface com.mysql.cj.PreparedQuery
- setOriginalTable(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes original_table = 5;
- setOrigValue(int, byte[]) - Method in class com.mysql.cj.AbstractQueryBindings
- setOutputStream(OutputStream) - Method in class com.mysql.cj.protocol.x.ReusableOutputStream
-
Sets a new underlying
OutputStream
in thisReusableOutputStream
. - setOwner(ResultsetRowsOwner) - Method in class com.mysql.cj.protocol.a.result.AbstractResultsetRows
- setOwner(ResultsetRowsOwner) - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Set the result set that 'owns' this RowData
- setOwningStatement(JdbcStatement) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- setOwningStatement(JdbcStatement) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
Sets the statement that "owns" this result set (usually used when the result set should internally "belong" to one statement, but is created by another.
- setPacketReceivedTimeHolder(PacketReceivedTimeHolder) - Method in class com.mysql.cj.protocol.AbstractProtocol
- setPacketReceivedTimeHolder(PacketReceivedTimeHolder) - Method in interface com.mysql.cj.protocol.Protocol
- setPacketSentTimeHolder(PacketSentTimeHolder) - Method in class com.mysql.cj.protocol.AbstractProtocol
- setPacketSentTimeHolder(PacketSentTimeHolder) - Method in interface com.mysql.cj.protocol.Protocol
- setParam(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- setParam(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- setParam(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- setParam(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- setParam(MysqlxNotice.SessionStateChanged.Parameter) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
required .Mysqlx.Notice.SessionStateChanged.Parameter param = 1;
- setParam(String) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
required string param = 1;
- setParamBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
required string param = 1;
- setParameter(boolean) - Method in exception com.mysql.cj.exceptions.DataTruncationException
- setParameterCount(int) - Method in class com.mysql.cj.AbstractPreparedQuery
- setParameterCount(int) - Method in interface com.mysql.cj.PreparedQuery
- setParameterFields(Field[]) - Method in class com.mysql.cj.ServerPreparedQuery
- setParseInfo(ParseInfo) - Method in class com.mysql.cj.AbstractPreparedQuery
- setParseInfo(ParseInfo) - Method in interface com.mysql.cj.PreparedQuery
- setPassword(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the password
- setPayload(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
required bytes payload = 4;
- setPayload(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
optional bytes payload = 3;
- setPayloadLength(int) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Set the actual length of payload written to buffer.
- setPerformanceMetricsEnabled(boolean) - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
This service implementation supports metrics.
- setPerformanceMetricsEnabled(boolean) - Method in interface com.mysql.cj.jdbc.ha.ca.CanCollectPerformanceMetrics
-
Enables or disables collecting of internal performance metrics.
- setPingTarget(PingTarget) - Method in interface com.mysql.cj.jdbc.JdbcStatement
- setPingTarget(PingTarget) - Method in class com.mysql.cj.jdbc.StatementImpl
- setPoolable(boolean) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
- setPoolable(boolean) - Method in class com.mysql.cj.jdbc.StatementImpl
- setPoolable(boolean) - Method in class com.mysql.cj.jdbc.StatementWrapper
- setPort(int) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the database port.
- setPortNumber(int) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the port number
- setPosition(int) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Set the current position to write to/ read from
- setPosition(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional uint32 position = 7;
- setPrepareExecute(MysqlxPrepare.Execute) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- setPrepareExecute(MysqlxPrepare.Execute.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- setProjection(int, MysqlxCrud.Column) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- setProjection(int, MysqlxCrud.Column.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- setProjection(int, MysqlxCrud.Projection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- setProjection(int, MysqlxCrud.Projection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- setProjection(String[]) - Method in class com.mysql.cj.xdevapi.InsertParams
-
Set X Protocol Column objects list for projection.
- setPropertiesViaRef(Reference) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Initializes driver properties that come from a JNDI reference (in the case of a javax.sql.DataSource bound into some name service that doesn't handle Java objects directly).
- setPropertySet(PropertySet) - Method in class com.mysql.cj.protocol.AbstractProtocol
- setPropertySet(PropertySet) - Method in interface com.mysql.cj.protocol.Protocol
- setPropertySet(PropertySet) - Method in class com.mysql.cj.result.DefaultValueFactory
- setPropertySet(PropertySet) - Method in class com.mysql.cj.result.StringValueFactory
- setPropertySet(PropertySet) - Method in interface com.mysql.cj.result.ValueFactory
- setProtocolVersion(byte) - Method in class com.mysql.cj.protocol.a.NativeCapabilities
- setProxy(JdbcConnection) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- setProxy(JdbcConnection) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- setProxy(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Sets this connection's proxy.
- setProxy(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- setProxy(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- setProxy(JdbcConnection) - Method in interface com.mysql.cj.jdbc.JdbcConnection
- setQueryBindings(T) - Method in class com.mysql.cj.AbstractPreparedQuery
- setQueryBindings(T) - Method in interface com.mysql.cj.PreparedQuery
- setQueryComment(String) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- setQueryComment(String) - Method in interface com.mysql.cj.protocol.Protocol
-
Sets the comment that will be prepended to all statements sent to the server.
- setQueryComment(String) - Method in class com.mysql.cj.protocol.x.XProtocol
- setQueryInterceptors(List<QueryInterceptor>) - Method in class com.mysql.cj.NativeSession
- setQueryInterceptors(List<QueryInterceptor>) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- setQueryTimeout(int) - Method in class com.mysql.cj.jdbc.StatementImpl
- setQueryTimeout(int) - Method in class com.mysql.cj.jdbc.StatementWrapper
- setQueryToCancel(Query) - Method in interface com.mysql.cj.CancelQueryTask
- setQueryToCancel(Query) - Method in class com.mysql.cj.CancelQueryTaskImpl
- setRead(boolean) - Method in exception com.mysql.cj.exceptions.DataTruncationException
- setReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- setReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- setReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- setReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- setReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- setReadOnlyInternal(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- setReadOnlyInternal(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- setReadOnlyInternal(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- setReadOnlyInternal(boolean) - Method in interface com.mysql.cj.jdbc.JdbcConnection
- setRef(int, Ref) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setRef(int, Ref) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setRefreshRate(int) - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Set new topology refresh rate.
- setRefreshRate(int) - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Set new topology refresh rate.
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
- setReplaceExisting(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional bool replace_existing = 8 [default = false];
- setReprepareState() - Method in class com.mysql.cj.xdevapi.PreparableStatement
-
Mark this preparable statement to be deallocated and re-prepared on next execution, if it is currently prepared.
- setResult(Class<T>) - Method in class com.mysql.cj.jdbc.MysqlSQLXML
- setResultFetchSize(int) - Method in class com.mysql.cj.AbstractQuery
- setResultFetchSize(int) - Method in class com.mysql.cj.jdbc.StatementImpl
- setResultFetchSize(int) - Method in interface com.mysql.cj.Query
- setResultFields(ColumnDefinition) - Method in class com.mysql.cj.ServerPreparedQuery
- setResultSetConcurrency(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Sets the concurrency
- setResultSetConcurrency(int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- setResultSetType(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Sets the result set type
- setResultType(Resultset.Type) - Method in class com.mysql.cj.AbstractQuery
- setResultType(Resultset.Type) - Method in class com.mysql.cj.jdbc.StatementImpl
- setResultType(Resultset.Type) - Method in interface com.mysql.cj.Query
- setRetrieveGeneratedKeys(boolean) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setReuseExisting(boolean) - Method in class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
- setRow(int, MysqlxCrud.Insert.TypedRow) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- setRow(int, MysqlxCrud.Insert.TypedRow.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- setRowCount(long) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
required uint64 row_count = 1;
- setRowCount(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
required .Mysqlx.Expr.Expr row_count = 1;
- setRowCount(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
required .Mysqlx.Expr.Expr row_count = 1;
- setRowId(int, RowId) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setRowId(int, RowId) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setRowId(String, RowId) - Method in class com.mysql.cj.jdbc.CallableStatement
- setRowId(String, RowId) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setRuntimeModifiable(boolean) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- setSavepoint() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- setSavepoint() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- setSavepoint() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- setSavepoint() - Method in interface com.mysql.cj.xdevapi.Session
-
Creates a transaction savepoint with an implementation-defined generated name and returns its name, which can be used in
Session.rollbackTo(String)
orSession.releaseSavepoint(String)
. - setSavepoint() - Method in class com.mysql.cj.xdevapi.SessionImpl
- setSavepoint(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- setSavepoint(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- setSavepoint(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- setSavepoint(String) - Method in interface com.mysql.cj.xdevapi.Session
-
Creates or replaces a transaction savepoint with the given name.
- setSavepoint(String) - Method in class com.mysql.cj.xdevapi.SessionImpl
- setScalar(MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- setScalar(MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- setScale(int) - Method in class com.mysql.cj.protocol.InternalTime
- setScale(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
- setSchema(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes schema = 6;
- setSchema(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- setSchema(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- setSchema(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- setSchema(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
optional string schema = 2;
- setSchema(String) - Method in class com.mysql.cj.xdevapi.Schema.Validation
- setSchemaBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
optional string schema = 2;
- setSchemaName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string schema_name = 4;
- setSchemaName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- setSchemaNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string schema_name = 4;
- setSchemaNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- setScope(MysqlxNotice.Frame.Scope) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];
- setSeconds(int) - Method in class com.mysql.cj.protocol.InternalTime
- setSeconds(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
- setSecurity(MysqlxCrud.ViewSqlSecurity) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];
- setSecurity(MysqlxCrud.ViewSqlSecurity) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;
- setSeed(String) - Method in class com.mysql.cj.protocol.a.NativeCapabilities
- setSerializableObject(int, Object) - Method in class com.mysql.cj.AbstractQueryBindings
-
Sets the value for the placeholder as a serialized Java object (used by various forms of setObject()
- setServerDefaultCollationIndex(int) - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
Stores collation index which server provided in handshake greeting packet.
- setServerDefaultCollationIndex(int) - Method in class com.mysql.cj.protocol.a.NativeServerSession
- setServerDefaultCollationIndex(int) - Method in interface com.mysql.cj.protocol.ServerSession
-
Stores collation index which server provided in handshake greeting packet.
- setServerDefaultCollationIndex(int) - Method in class com.mysql.cj.protocol.x.XServerSession
- setServerInfo(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Sets server info (if any)
- setServerMessages(Mysqlx.ServerMessages.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- setServerName(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the server name.
- setServerStatementId(long) - Method in class com.mysql.cj.ServerPreparedQuery
- setServerThreadId(long) - Method in class com.mysql.cj.protocol.a.TracingPacketSender
- setServerVariables(Map<String, String>) - Method in class com.mysql.cj.protocol.a.NativeServerSession
- setServerVariables(Map<String, String>) - Method in interface com.mysql.cj.protocol.ServerSession
- setServerVariables(Map<String, String>) - Method in class com.mysql.cj.protocol.x.XServerSession
- setServerVersion(ServerVersion) - Method in class com.mysql.cj.protocol.a.NativeCapabilities
- setServerVersion(ServerVersion) - Method in interface com.mysql.cj.protocol.ServerCapabilities
- setServerVersion(ServerVersion) - Method in class com.mysql.cj.protocol.x.XServerCapabilities
- setSessionKey(String) - Static method in class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
- setSessionMaxRows(int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- setSessionMaxRows(int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- setSessionMaxRows(int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- setSessionMaxRows(int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Sets the sql select limit max-rows for this session if different from current.
- setSessionMaxRows(int) - Method in class com.mysql.cj.NativeSession
- setSessionTimeZone(TimeZone) - Method in class com.mysql.cj.protocol.a.NativeServerSession
- setSessionTimeZone(TimeZone) - Method in interface com.mysql.cj.protocol.ServerSession
- setSessionTimeZone(TimeZone) - Method in class com.mysql.cj.protocol.x.XServerSession
- setSessionVariables() - Method in class com.mysql.cj.NativeSession
- setSeverity(Mysqlx.Error.Severity) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
optional .Mysqlx.Error.Severity severity = 1 [default = ERROR];
- setShort(int, short) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setShort(int, short) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setShort(int, short) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setShort(int, short) - Method in interface com.mysql.cj.QueryBindings
- setShort(int, short) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setShort(String, short) - Method in class com.mysql.cj.jdbc.CallableStatement
- setShort(String, short) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setSinceVersion(String) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- setSocketFactory(SocketFactory) - Method in class com.mysql.cj.protocol.AbstractSocketConnection
- setSocketFactory(SocketFactory) - Method in interface com.mysql.cj.protocol.SocketConnection
- setSocketTimeout(int) - Method in class com.mysql.cj.NativeSession
- setSocketTimeout(int) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- setSource(MysqlxExpr.ColumnIdentifier) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- setSource(MysqlxExpr.ColumnIdentifier.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- setSource(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
required .Mysqlx.Expr.Expr source = 1;
- setSource(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
required .Mysqlx.Expr.Expr source = 1;
- setSqlState(String) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required string sql_state = 4;
- setSQLState(String) - Method in exception com.mysql.cj.exceptions.CJException
- setSqlStateBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required string sql_state = 4;
- setSQLXML(int, SQLXML) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setSQLXML(int, SQLXML) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setSQLXML(String, SQLXML) - Method in class com.mysql.cj.jdbc.CallableStatement
- setSQLXML(String, SQLXML) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setStatementComment(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- setStatementComment(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- setStatementComment(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- setStatementComment(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- setStatementComment(String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Sets the comment that will be prepended to all statements sent to the server.
- setStatementUsedForFetchingRows(JdbcPreparedStatement) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- setStatementUsedForFetchingRows(JdbcPreparedStatement) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
- setStatusFlags(int) - Method in class com.mysql.cj.protocol.a.NativeCapabilities
- setStatusFlags(int) - Method in class com.mysql.cj.protocol.a.NativeServerSession
- setStatusFlags(int) - Method in class com.mysql.cj.protocol.a.result.OkPacket
- setStatusFlags(int) - Method in interface com.mysql.cj.protocol.ServerSession
-
Sets new server status (from response) without saving it's old state
- setStatusFlags(int) - Method in class com.mysql.cj.protocol.x.XServerSession
- setStatusFlags(int, boolean) - Method in class com.mysql.cj.protocol.a.NativeServerSession
- setStatusFlags(int, boolean) - Method in interface com.mysql.cj.protocol.ServerSession
-
Sets new server status (from response)
- setStatusFlags(int, boolean) - Method in class com.mysql.cj.protocol.x.XServerSession
- setStmt(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
required bytes stmt = 1;
- setStmt(MysqlxCrud.Find) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Find stmt = 7;
- setStmt(MysqlxCrud.Find) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.Find stmt = 7;
- setStmt(MysqlxCrud.Find.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Find stmt = 7;
- setStmt(MysqlxCrud.Find.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.Find stmt = 7;
- setStmt(MysqlxCursor.Open.OneOfMessage) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- setStmt(MysqlxCursor.Open.OneOfMessage.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- setStmt(MysqlxPrepare.Prepare.OneOfMessage) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- setStmt(MysqlxPrepare.Prepare.OneOfMessage.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- setStmtExecute(MysqlxSql.StmtExecute) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- setStmtExecute(MysqlxSql.StmtExecute.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- setStmtId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
required uint32 stmt_id = 1;
- setStmtId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
required uint32 stmt_id = 1;
- setStmtId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required uint32 stmt_id = 1;
- setStreamingData(ResultsetRows) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- setStreamValue(InputStream, long) - Method in interface com.mysql.cj.BindValue
- setStreamValue(InputStream, long) - Method in class com.mysql.cj.ClientPreparedQueryBindValue
- setString(int, String) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setString(int, String) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setString(int, String) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setString(int, String) - Method in interface com.mysql.cj.QueryBindings
- setString(int, String) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setString(long, String) - Method in class com.mysql.cj.jdbc.Clob
- setString(long, String, int, int) - Method in class com.mysql.cj.jdbc.Clob
- setString(String) - Method in class com.mysql.cj.jdbc.MysqlSQLXML
- setString(String, String) - Method in class com.mysql.cj.jdbc.CallableStatement
- setString(String, String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setStringRuntimeProperty(String, String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setTable(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes table = 4;
- setTableName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string table_name = 3;
- setTableNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string table_name = 3;
- setThreadId(long) - Method in class com.mysql.cj.protocol.a.NativeCapabilities
- setThreadId(long) - Method in class com.mysql.cj.protocol.a.NativeServerSession
- setThreadId(long) - Method in interface com.mysql.cj.protocol.ServerSession
- setThreadId(long) - Method in class com.mysql.cj.protocol.x.XServerSession
- setTime(int, Time) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setTime(int, Time) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setTime(int, Time) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setTime(int, Time) - Method in interface com.mysql.cj.QueryBindings
- setTime(int, Time) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setTime(int, Time, Calendar) - Method in class com.mysql.cj.ClientPreparedQueryBindings
- setTime(int, Time, Calendar) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setTime(int, Time, Calendar) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setTime(int, Time, Calendar) - Method in interface com.mysql.cj.QueryBindings
- setTime(int, Time, Calendar) - Method in class com.mysql.cj.ServerPreparedQueryBindings
- setTime(String, Time) - Method in class com.mysql.cj.jdbc.CallableStatement
- setTime(String, Time) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setTime(String, Time, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
- setTime(String, Time, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setTimeoutInMillis(int) - Method in class com.mysql.cj.AbstractQuery
- setTimeoutInMillis(int) - Method in class com.mysql.cj.jdbc.StatementImpl
- setTimeoutInMillis(int) - Method in interface com.mysql.cj.Query
- setTimeoutMs(int) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler
-
Set process timeout in millis.
- setTimestamp(int, Timestamp) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setTimestamp(int, Timestamp) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setTimestamp(int, Timestamp, MysqlType) - Method in class com.mysql.cj.AbstractQueryBindings
- setTimestamp(int, Timestamp, MysqlType) - Method in interface com.mysql.cj.QueryBindings
- setTimestamp(int, Timestamp, Calendar) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setTimestamp(int, Timestamp, Calendar) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setTimestamp(int, Timestamp, Calendar, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setTimestamp(int, Timestamp, Calendar, int, MysqlType) - Method in class com.mysql.cj.AbstractQueryBindings
- setTimestamp(int, Timestamp, Calendar, int, MysqlType) - Method in interface com.mysql.cj.QueryBindings
- setTimestamp(int, Timestamp, Calendar, MysqlType) - Method in class com.mysql.cj.AbstractQueryBindings
- setTimestamp(int, Timestamp, Calendar, MysqlType) - Method in interface com.mysql.cj.QueryBindings
- setTimestamp(String, Timestamp) - Method in class com.mysql.cj.jdbc.CallableStatement
- setTimestamp(String, Timestamp) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setTimestamp(String, Timestamp, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
- setTimestamp(String, Timestamp, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setTransactionIsolation(int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- setTransactionIsolation(int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- setTransactionIsolation(int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- setTransactionTimeout(int) - Method in class com.mysql.cj.jdbc.MysqlXAConnection
- setTransactionTimeout(int) - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
- setTransferSize(int) - Method in exception com.mysql.cj.exceptions.DataTruncationException
- setTransient(boolean) - Method in exception com.mysql.cj.exceptions.CJException
- setType(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
required uint32 type = 1;
- setType(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
required uint32 type = 1;
- setType(MysqlxCursor.Open.OneOfMessage.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- setType(MysqlxDatatypes.Any.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- setType(MysqlxDatatypes.Scalar.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- setType(MysqlxExpr.DocumentPathItem.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- setType(MysqlxExpr.Expr.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- setType(MysqlxPrepare.Prepare.OneOfMessage.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- setType(MysqlxResultset.ColumnMetaData.FieldType) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
datatype of the field in a row
- setTypeMap(Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- setTypeMap(Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- setTypeMap(Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- setUncompressedSize(long) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional uint64 uncompressed_size = 1;
- setUnicodeStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Deprecated.
- setUnicodeStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
Deprecated.
- setUnicodeStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
Deprecated.
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
- setUp() - Method in class com.mysql.cj.jdbc.util.BaseBugReport
-
Override this method with code that sets up the testcase for demonstrating your bug (creating tables, populating data, etc).
- setUpdate(MysqlxCrud.Update) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- setUpdate(MysqlxCrud.Update.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- setUpdateCount(long) - Method in class com.mysql.cj.protocol.a.result.OkPacket
- setUpdateID(long) - Method in class com.mysql.cj.protocol.a.result.OkPacket
- setUpdates(Map<String, Object>) - Method in class com.mysql.cj.xdevapi.UpdateParams
-
Fill update parameters from field -> value_expression map.
- setUpperBound(int) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
- setupPropertiesTransformer() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Sets up the
ConnectionPropertiesTransform
if one was provided. - setUpsert(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
optional bool upsert = 6 [default = false];
- setUpsert(boolean) - Method in interface com.mysql.cj.xdevapi.AddStatement
-
Set upsert flag on this statement.
- setUpsert(boolean) - Method in class com.mysql.cj.xdevapi.AddStatementImpl
- setupStreamingTimeout(JdbcConnection) - Method in class com.mysql.cj.jdbc.StatementImpl
-
Adjust net_write_timeout to a higher value if we're streaming result sets.
- setUrl(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
This method is used by the app server to set the url string specified within the datasource deployment descriptor.
- setURL(int, URL) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
- setURL(int, URL) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- setURL(int, URL) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
- setURL(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the URL for this connection
- setURL(String, URL) - Method in class com.mysql.cj.jdbc.CallableStatement
- setURL(String, URL) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- setUser(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the user ID.
- setValidation(Schema.Validation) - Method in class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
- setValidation(Schema.Validation) - Method in class com.mysql.cj.xdevapi.Schema.ModifyCollectionOptions
- setValue(int, byte[], MysqlType) - Method in class com.mysql.cj.AbstractQueryBindings
- setValue(int, byte[], MysqlType) - Method in interface com.mysql.cj.QueryBindings
- setValue(int, MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- setValue(int, MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- setValue(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- setValue(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- setValue(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- setValue(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- setValue(int, String, MysqlType) - Method in class com.mysql.cj.AbstractQueryBindings
- setValue(int, String, MysqlType) - Method in interface com.mysql.cj.QueryBindings
- setValue(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
required bytes value = 1;
- setValue(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
required bytes value = 1;
- setValue(MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- setValue(MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- setValue(MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- setValue(MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- setValue(MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- setValue(MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- setValue(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
optional .Mysqlx.Expr.Expr value = 3;
- setValue(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required .Mysqlx.Expr.Expr value = 2;
- setValue(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
optional .Mysqlx.Expr.Expr value = 3;
- setValue(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required .Mysqlx.Expr.Expr value = 2;
- setValue(Object) - Method in class com.mysql.cj.xdevapi.UpdateSpec
-
Set value to be set by this update operation.
- setValue(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional string value = 2;
- setValue(String) - Method in class com.mysql.cj.xdevapi.JsonNumber
-
Set number value.
- setValue(String) - Method in class com.mysql.cj.xdevapi.JsonString
-
Set JsonString value.
- setValue(T) - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
- setValue(T) - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Set the object value of a property directly.
- setValue(T, ExceptionInterceptor) - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
- setValue(T, ExceptionInterceptor) - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Set the object value of a property directly.
- setValueBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional string value = 2;
- setValueInternal(Integer, String, ExceptionInterceptor) - Method in class com.mysql.cj.conf.MemorySizeProperty
- setValueInternal(String, ExceptionInterceptor) - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
-
Set the value of a property from a string value.
- setValueInternal(T, String, ExceptionInterceptor) - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
-
Internal method for setting property value; ignoring the RUNTIME_NOT_MODIFIABLE flag.
- setVariable(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional string variable = 3;
- setVariableBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional string variable = 3;
- setVBool(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional bool v_bool = 8;
- setVDouble(double) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional double v_double = 6;
- setVendorCode(int) - Method in exception com.mysql.cj.exceptions.CJException
- setVFloat(float) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional float v_float = 7;
- setView(boolean) - Method in class com.mysql.cj.xdevapi.TableImpl
-
Set flag indicating if the underlying object is a view.
- setViewId(String) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
optional string view_id = 2;
- setViewIdBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
optional string view_id = 2;
- setVOctets(MysqlxDatatypes.Scalar.Octets) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- setVOctets(MysqlxDatatypes.Scalar.Octets.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- setVSignedInt(long) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional sint64 v_signed_int = 2;
- setVString(MysqlxDatatypes.Scalar.String) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- setVString(MysqlxDatatypes.Scalar.String.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- setVUnsignedInt(long) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional uint64 v_unsigned_int = 3;
- setWarningCount(int) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- setWarningCount(int) - Method in class com.mysql.cj.protocol.a.result.OkPacket
- setWasStreamingResults() - Method in interface com.mysql.cj.exceptions.StreamingNotifiable
- setWasStreamingResults() - Method in exception com.mysql.cj.jdbc.exceptions.CommunicationsException
- setWatcher(OutputStreamWatcher) - Method in class com.mysql.cj.protocol.WatchableOutputStream
- setWatcher(OutputStreamWatcher) - Method in interface com.mysql.cj.protocol.WatchableStream
- setWatcher(WriterWatcher) - Method in class com.mysql.cj.protocol.WatchableWriter
- setWrapperStatement(Statement) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- setWrapperStatement(Statement) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
- setYear(int) - Method in class com.mysql.cj.protocol.InternalDate
- SEVERITY_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx.Error
- SHA256_MEMORY - com.mysql.cj.conf.PropertyDefinitions.AuthMech
- Sha256PasswordPlugin - Class in com.mysql.cj.protocol.a.authentication
- Sha256PasswordPlugin() - Constructor for class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
- SHARED_LOCK - com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
-
Lock matching rows against updates
- SHARED_LOCK - com.mysql.cj.xdevapi.FilterParams.RowLock
-
Lock matching rows against updates.
- SHARED_LOCK_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
-
Lock matching rows against updates
- sharedSendPacket - Variable in class com.mysql.cj.protocol.a.NativeProtocol
- shortestQueryTimeMs - Variable in class com.mysql.cj.log.BaseMetricsHolder
- ShortValueFactory - Class in com.mysql.cj.result
-
A value factory for creating short values.
- ShortValueFactory(PropertySet) - Constructor for class com.mysql.cj.result.ShortValueFactory
- shouldExceptionTriggerConnectionSwitch(Throwable) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Local implementation for the connection switch exception checker.
- shouldExceptionTriggerConnectionSwitch(Throwable) - Method in class com.mysql.cj.jdbc.ha.FailoverConnectionProxy
- shouldExceptionTriggerConnectionSwitch(Throwable) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Consults the registered LoadBalanceExceptionChecker if the given exception should trigger a connection fail-over.
- shouldExceptionTriggerConnectionSwitch(Throwable) - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Checks if the given throwable should trigger a connection switch.
- shouldExceptionTriggerConnectionSwitch(Throwable) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Has no use in replication connections.
- shouldExceptionTriggerFailover(Throwable) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Deprecated.
- shouldExceptionTriggerFailover(Throwable) - Method in interface com.mysql.cj.jdbc.ha.LoadBalanceExceptionChecker
-
Invoked to determine whether or a given SQLException should trigger a failover in a load-balanced deployment.
- shouldExceptionTriggerFailover(Throwable) - Method in class com.mysql.cj.jdbc.ha.NdbLoadBalanceExceptionChecker
- shouldExceptionTriggerFailover(Throwable) - Method in class com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker
- shouldIntercept() - Method in class com.mysql.cj.NativeSession
- shouldNotHappen(Exception) - Static method in exception com.mysql.cj.exceptions.AssertionFailedException
-
Convenience method.
- shouldNotHappen(String) - Static method in exception com.mysql.cj.exceptions.AssertionFailedException
-
Create (and caller should subsequently throw) an
AssertionFailedException
. - shutdown() - Method in class com.mysql.cj.jdbc.admin.MiniAdmin
-
Shuts down the MySQL server at the other end of the connection that this MiniAdmin was created from/for.
- shutdownServer() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- shutdownServer() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- shutdownServer() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- shutdownServer() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Used by MiniAdmin to shutdown a MySQL server
- shutdownServer() - Method in class com.mysql.cj.NativeSession
-
Used by MiniAdmin to shutdown a MySQL server
- SimplePacketReader - Class in com.mysql.cj.protocol.a
-
Simple implementation of
MessageReader
which handles the receiving of logical MySQL packets from the provided socket input stream. - SimplePacketReader(SocketConnection, RuntimeProperty<Integer>) - Constructor for class com.mysql.cj.protocol.a.SimplePacketReader
- SimplePacketSender - Class in com.mysql.cj.protocol.a
-
Simple implementation of
MessageSender
which handles the transmission of logical MySQL packets to the provided output stream. - SimplePacketSender(BufferedOutputStream) - Constructor for class com.mysql.cj.protocol.a.SimplePacketSender
- SimpleQuery - Class in com.mysql.cj
- SimpleQuery(NativeSession) - Constructor for class com.mysql.cj.SimpleQuery
- SINGLE - com.mysql.cj.conf.ConnectionUrl.HostsCardinality
- SINGLE_CONNECTION - com.mysql.cj.conf.ConnectionUrl.Type
- SINGLE_CONNECTION_AWS - com.mysql.cj.conf.ConnectionUrl.Type
- SingleConnectionUrl - Class in com.mysql.cj.conf.url
- SingleConnectionUrl(ConnectionUrlParser, Properties) - Constructor for class com.mysql.cj.conf.url.SingleConnectionUrl
-
Constructs an instance of
SingleConnectionUrl
, performing all the required initializations. - SINT - com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
SINT = 1;
- SINT_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
SINT = 1;
- size() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
- size() - Method in interface com.mysql.cj.protocol.WatchableStream
- size() - Method in class com.mysql.cj.result.BufferedRowList
- size() - Method in interface com.mysql.cj.result.RowList
-
Only works on non dynamic row lists.
- size() - Method in class com.mysql.cj.util.ExpiringCache
- skip(long) - Method in class com.mysql.cj.protocol.a.CompressedInputStream
- skip(long) - Method in class com.mysql.cj.protocol.ReadAheadInputStream
- skip(long) - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Deprecated.Deprecated in c/J 8.0.12, please use
FindStatement.offset(long)
instead. - SKIP_BETWEEN_MARKERS - com.mysql.cj.util.StringUtils.SearchMode
- SKIP_BLOCK_COMMENTS - com.mysql.cj.util.StringUtils.SearchMode
- SKIP_LINE_COMMENTS - com.mysql.cj.util.StringUtils.SearchMode
- SKIP_LOCKED - com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
-
Do not wait to acquire a row lock, remove locked rows from the result set
- SKIP_LOCKED - com.mysql.cj.xdevapi.FilterParams.RowLockOptions
-
Do not wait to acquire a row lock, remove locked rows from the result set.
- SKIP_LOCKED - com.mysql.cj.xdevapi.Statement.LockContention
-
Do not wait to acquire a row lock.
- SKIP_LOCKED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
-
Do not wait to acquire a row lock, remove locked rows from the result set
- SKIP_WHITE_SPACE - com.mysql.cj.util.StringUtils.SearchMode
- skipBytes(NativeConstants.StringSelfDataType) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Set position to next value in internal buffer skipping the current value according to
NativeConstants.StringSelfDataType
. - skipFully(long) - Method in class com.mysql.cj.protocol.FullReadInputStream
- skipLengthEncodedInteger() - Method in class com.mysql.cj.protocol.FullReadInputStream
- skipPacket() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Reads and discards a single MySQL packet from the input stream.
- SLASH_STAR_SPACE_AS_BYTES - Static variable in class com.mysql.cj.Constants
- Slf4JLogger - Class in com.mysql.cj.log
- Slf4JLogger(String) - Constructor for class com.mysql.cj.log.Slf4JLogger
- slowQueryThresholdMillis - com.mysql.cj.conf.PropertyKey
- slowQueryThresholdMillis - Variable in class com.mysql.cj.ServerPreparedQuery
- slowQueryThresholdNanos - com.mysql.cj.conf.PropertyKey
- SMALLINT - com.mysql.cj.MysqlType
-
SMALLINT[(M)] [UNSIGNED] [ZEROFILL] A small integer.
- SMALLINT - com.mysql.cj.xdevapi.Type
- SMALLINT_UNSIGNED - com.mysql.cj.MysqlType
-
SMALLINT[(M)] UNSIGNED [ZEROFILL]
- socketConnection - Variable in class com.mysql.cj.protocol.a.SimplePacketReader
- socketConnection - Variable in class com.mysql.cj.protocol.AbstractProtocol
- SocketConnection - Interface in com.mysql.cj.protocol
-
Represents physical connection with endpoint
- socketFactory - com.mysql.cj.conf.PropertyKey
- socketFactory - Variable in class com.mysql.cj.protocol.AbstractSocketConnection
- SocketFactory - Interface in com.mysql.cj.protocol
-
Interface to allow pluggable socket creation in the driver
- SocketFactory - Interface in com.mysql.jdbc
-
Deprecated.Use
SocketFactory
instead. - SocketFactoryWrapper - Class in com.mysql.jdbc
-
Wraps the legacy com.mysql.jdbc.SocketFactory implementations so they can be used as
SocketFactory
- SocketFactoryWrapper(Object) - Constructor for class com.mysql.jdbc.SocketFactoryWrapper
- SocketMetadata - Interface in com.mysql.cj.protocol
- socketTimeout - com.mysql.cj.conf.PropertyKey
- socketTimeoutBackup - Variable in class com.mysql.cj.protocol.StandardSocketFactory
-
Backup original Socket timeout to be restored after handshake
- socksProxyHost - com.mysql.cj.conf.PropertyKey
- socksProxyPort - com.mysql.cj.conf.PropertyKey
- SocksProxySocketFactory - Class in com.mysql.cj.protocol
-
A socket factory used to create sockets connecting through a SOCKS proxy.
- SocksProxySocketFactory() - Constructor for class com.mysql.cj.protocol.SocksProxySocketFactory
- software.aws.rds.jdbc.mysql - package software.aws.rds.jdbc.mysql
- sort(String...) - Method in class com.mysql.cj.xdevapi.FilterableStatement
-
Add sort expressions to this statement.
- sort(String...) - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Add/replace the order specification for this query.
- sort(String...) - Method in interface com.mysql.cj.xdevapi.ModifyStatement
-
Add/replace the order specification for this statement.
- sort(String...) - Method in interface com.mysql.cj.xdevapi.RemoveStatement
-
Add/replace the order specification for the removal.
- sortSrvRecords(List<DnsSrv.SrvRecord>) - Static method in class com.mysql.cj.util.DnsSrv
-
Sort a list of DNS SRV records according to the sorting rules described in rfc2782.
- SOURCE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- SOURCE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- sourceConnection - Variable in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- SOURCES - com.mysql.cj.conf.HostsListView
- SPACE_STAR_SLASH_SPACE_AS_BYTES - Static variable in class com.mysql.cj.Constants
- SPATIAL - Static variable in class com.mysql.cj.xdevapi.CreateIndexParams
- split(String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter
- split(String, String, String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter and skipping all between the given markers.
- split(String, String, String, String, boolean, Set<StringUtils.SearchMode>) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter and skipping all between the given markers.
- split(String, String, String, String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter and skipping all between the given markers.
- split(String, String, String, String, String, boolean, Set<StringUtils.SearchMode>) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter and skipping all between the given markers.
- splitDBdotName(String, String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Splits an entity identifier into its parts (database and entity name) and returns a list containing the two elements.
- sql(String) - Method in interface com.mysql.cj.xdevapi.Session
-
Create a native SQL command.
- sql(String) - Method in class com.mysql.cj.xdevapi.SessionImpl
- SQL_STATE_ACTIVE_SQL_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_BAD_SSL_PARAMS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_BASE_TABLE_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_BASE_TABLE_OR_VIEW_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_BASE_TABLE_OR_VIEW_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_CARDINALITY_VIOLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_CASE_NOT_FOUND_FOR_CASE_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_CLI_SPECIFIC_CONDITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_COLUMN_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_COLUMN_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_COMMUNICATION_LINK_CHANGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_COMMUNICATION_LINK_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_CONNECTION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_CONNECTION_IN_USE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_CONNECTION_NOT_OPEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_CONNECTION_REJECTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_DATE_TRUNCATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_DATETIME_FIELD_OVERFLOW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_DISCONNECT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_DIVISION_BY_ZERO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_DRIVER_NOT_CAPABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_ER_BAD_FIELD_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_ER_DUP_FIELDNAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_ER_NO_SUCH_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_ER_QUERY_INTERRUPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_ER_TABLE_EXISTS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_ERROR_IN_ROW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_FEATURE_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx.Error
- SQL_STATE_GENERAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_ILLEGAL_ARGUMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_INDEX_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_INDEX_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_INSERT_VALUE_LIST_NO_MATCH_COL_LIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_INTEGRITY_CONSTRAINT_VIOLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_INVALID_AUTH_SPEC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_INVALID_CATALOG_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_INVALID_CHARACTER_VALUE_FOR_CAST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_INVALID_COLUMN_NUMBER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_INVALID_CONDITION_NUMBER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_INVALID_CONNECTION_ATTRIBUTE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_INVALID_CURSOR_STATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_INVALID_DATETIME_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_INVALID_LOGARITHM_ARGUMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_INVALID_TRANSACTION_STATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_INVALID_TRANSACTION_TERMINATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_MEMORY_ALLOCATION_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_MEMORY_ALLOCATION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_MORE_THAN_ONE_ROW_UPDATED_OR_DELETED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_NO_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_NO_DEFAULT_FOR_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_NO_ROWS_UPDATED_OR_DELETED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_NULL_VALUE_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_NUMERIC_VALUE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_PRIVILEGE_NOT_REVOKED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_READ_ONLY_SQL_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_RESIGNAL_WHEN_HANDLER_NOT_ACTIVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_ROLLBACK_SERIALIZATION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_SRE_FUNCTION_EXECUTED_NO_RETURN_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_SRE_PROHIBITED_SQL_STATEMENT_ATTEMPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_STRING_DATA_RIGHT_TRUNCATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_SYNTAX_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_TIMEOUT_EXPIRED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_TRANSACTION_RESOLUTION_UNKNOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_UNABLE_TO_CONNECT_TO_DATASOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_WARNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_WRONG_NO_OF_PARAMETERS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_XA_RBDEADLOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_XA_RBROLLBACK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_XA_RBTIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_XA_RMERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_XAER_DUPID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_XAER_INVAL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_XAER_NOTA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_XAER_OUTSIDE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STATE_XAER_RMFAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- SQL_STMT_EXECUTE - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
SQL_STMT_EXECUTE = 12;
- SQL_STMT_EXECUTE_OK - com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
SQL_STMT_EXECUTE_OK = 17;
- SQL_STMT_EXECUTE_OK_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
SQL_STMT_EXECUTE_OK = 17;
- SQL_STMT_EXECUTE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
SQL_STMT_EXECUTE = 12;
- SqlDateValueFactory - Class in com.mysql.cj.result
-
A value factory for creating
Date
values. - SqlDateValueFactory(PropertySet, Calendar, TimeZone) - Constructor for class com.mysql.cj.result.SqlDateValueFactory
- SqlDateValueFactory(PropertySet, Calendar, TimeZone, WarningListener) - Constructor for class com.mysql.cj.result.SqlDateValueFactory
- SQLError - Class in com.mysql.cj.jdbc.exceptions
-
SQLError is a utility class that maps MySQL error codes to SQL error codes as is required by the JDBC spec.
- SQLError() - Constructor for class com.mysql.cj.jdbc.exceptions.SQLError
- SQLExceptionsMapping - Class in com.mysql.cj.jdbc.exceptions
- SQLExceptionsMapping() - Constructor for class com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping
- SqlMultiResult - Class in com.mysql.cj.xdevapi
-
SqlResult
representing a multiple result sets. - SqlMultiResult(Supplier<SqlResult>) - Constructor for class com.mysql.cj.xdevapi.SqlMultiResult
-
Constructor.
- SqlResult - Interface in com.mysql.cj.xdevapi
-
A result from a SQL statement which may have several sets of data following by a DML result.
- SqlResultBuilder - Class in com.mysql.cj.xdevapi
-
Result builder producing a
SqlResult
instance. - SqlResultBuilder(MysqlxSession) - Constructor for class com.mysql.cj.xdevapi.SqlResultBuilder
- SqlResultBuilder(TimeZone, PropertySet) - Constructor for class com.mysql.cj.xdevapi.SqlResultBuilder
- SqlSingleResult - Class in com.mysql.cj.xdevapi
-
SqlResult
representing a single result set. - SqlSingleResult(ColumnDefinition, TimeZone, RowList, Supplier<ProtocolEntity>, PropertySet) - Constructor for class com.mysql.cj.xdevapi.SqlSingleResult
-
Constructor.
- SqlStatement - Interface in com.mysql.cj.xdevapi
-
A statement representing a raw SQL command.
- SqlStatementImpl - Class in com.mysql.cj.xdevapi
-
SqlStatement
implementation. - SqlStatementImpl(MysqlxSession, String) - Constructor for class com.mysql.cj.xdevapi.SqlStatementImpl
-
Constructor.
- SqlTimestampValueFactory - Class in com.mysql.cj.result
-
Value factory to create
Timestamp
instances. - SqlTimestampValueFactory(PropertySet, Calendar, TimeZone, TimeZone) - Constructor for class com.mysql.cj.result.SqlTimestampValueFactory
- SqlTimeValueFactory - Class in com.mysql.cj.result
-
A value factory to create
Time
instances. - SqlTimeValueFactory(PropertySet, Calendar, TimeZone) - Constructor for class com.mysql.cj.result.SqlTimeValueFactory
- SqlTimeValueFactory(PropertySet, Calendar, TimeZone, WarningListener) - Constructor for class com.mysql.cj.result.SqlTimeValueFactory
- SqlUpdateResult - Class in com.mysql.cj.xdevapi
-
SqlResult
for insert, update, delete and DDL statements. - SqlUpdateResult(StatementExecuteOk) - Constructor for class com.mysql.cj.xdevapi.SqlUpdateResult
-
Constructor.
- SrvRecord(int, int, int, String) - Constructor for class com.mysql.cj.util.DnsSrv.SrvRecord
- SSL_REQUEST_LENGTH - Static variable in class com.mysql.cj.protocol.a.NativeProtocol
- sslMode - com.mysql.cj.conf.PropertyKey
- SSLParamsException - Exception in com.mysql.cj.exceptions
- SSLParamsException() - Constructor for exception com.mysql.cj.exceptions.SSLParamsException
- SSLParamsException(String) - Constructor for exception com.mysql.cj.exceptions.SSLParamsException
- SSLParamsException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.SSLParamsException
- SSLParamsException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.SSLParamsException
- SSLParamsException(Throwable) - Constructor for exception com.mysql.cj.exceptions.SSLParamsException
- sslSocket - Variable in class com.mysql.cj.protocol.StandardSocketFactory
-
The wrapper for underlying TCP/IP socket
- stackTraceToString(Throwable) - Static method in class com.mysql.cj.util.Util
-
Converts a nested exception into a nicer message
- StandardLoadBalanceExceptionChecker - Class in com.mysql.cj.jdbc.ha
- StandardLoadBalanceExceptionChecker() - Constructor for class com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker
- StandardLogger - Class in com.mysql.cj.log
-
Provides logging facilities for those platforms that don't have built-in facilities.
- StandardLogger(String) - Constructor for class com.mysql.cj.log.StandardLogger
-
Creates a new StandardLogger object.
- StandardLogger(String, boolean) - Constructor for class com.mysql.cj.log.StandardLogger
- StandardSocketFactory - Class in com.mysql.cj.protocol
-
Socket factory for vanilla TCP/IP sockets (the standard)
- StandardSocketFactory() - Constructor for class com.mysql.cj.protocol.StandardSocketFactory
- start() - Method in class com.mysql.cj.admin.ServerController
-
Starts the server, returning a java.lang.Process instance that represents the mysql server.
- start() - Method in interface com.mysql.cj.protocol.MessageReader
-
Start reading messages reader from the provided channel.
- start(Xid, int) - Method in class com.mysql.cj.jdbc.MysqlXAConnection
- start(Xid, int) - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
- startQueryTimer(Query, int) - Method in class com.mysql.cj.AbstractQuery
- startQueryTimer(Query, int) - Method in class com.mysql.cj.jdbc.StatementImpl
- startQueryTimer(Query, int) - Method in interface com.mysql.cj.Query
- startsWithIgnoreCase(String, int, String) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' contains the string 'searchFor', dis-regarding case starting at 'startAt' Shorthand for a String.regionMatch(...)
- startsWithIgnoreCase(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' starts with the string 'searchFor', dis-regarding case.
- startsWithIgnoreCaseAndNonAlphaNumeric(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' starts with the string 'searchFor', disregarding case,leading whitespace and non-alphanumeric characters.
- startsWithIgnoreCaseAndWs(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' starts with the string 'searchFor', disregarding case and leading whitespace
- startsWithIgnoreCaseAndWs(String, String[]) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' starts with one of the strings in 'searchFor', disregarding case and leading whitespace
- startsWithIgnoreCaseAndWs(String, String, int) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' contains the string 'searchFor', disregarding case and leading whitespace
- startTransaction() - Method in interface com.mysql.cj.xdevapi.Session
-
Start a new transaction.
- startTransaction() - Method in class com.mysql.cj.xdevapi.SessionImpl
- Statement<STMT_T,RES_T> - Interface in com.mysql.cj.xdevapi
-
A statement is a query or state-affecting command against a database that returns a result.
- Statement.LockContention - Enum in com.mysql.cj.xdevapi
-
The lock contention options for the locking modes available.
- statementBegins() - Method in class com.mysql.cj.AbstractQuery
- statementBegins() - Method in class com.mysql.cj.jdbc.StatementImpl
- statementBegins() - Method in interface com.mysql.cj.Query
- statementBegins() - Method in class com.mysql.cj.ServerPreparedQuery
- StatementExecuteOk - Class in com.mysql.cj.protocol.x
-
ProtocolEntity representing a
StatementExecuteOk
message. - StatementExecuteOk() - Constructor for class com.mysql.cj.protocol.x.StatementExecuteOk
- StatementExecuteOk(long, Long, List<String>, List<Warning>) - Constructor for class com.mysql.cj.protocol.x.StatementExecuteOk
- statementExecuteOkBuilder - Variable in class com.mysql.cj.xdevapi.UpdateResultBuilder
- StatementExecuteOkBuilder - Class in com.mysql.cj.protocol.x
-
Result builder producing a
StatementExecuteOk
instance. - StatementExecuteOkBuilder() - Constructor for class com.mysql.cj.protocol.x.StatementExecuteOkBuilder
- StatementExecuteOkFactory - Class in com.mysql.cj.protocol.x
-
Factory producing
StatementExecuteOk
from protocol message. - StatementExecuteOkFactory() - Constructor for class com.mysql.cj.protocol.x.StatementExecuteOkFactory
- statementExecuting - Variable in class com.mysql.cj.AbstractQuery
-
Currently executing a statement?
- statementId - Variable in class com.mysql.cj.AbstractQuery
-
Used to identify this statement when profiling.
- StatementImpl - Class in com.mysql.cj.jdbc
-
A Statement object is used for executing a static SQL statement and obtaining the results produced by it.
- StatementImpl(JdbcConnection, String) - Constructor for class com.mysql.cj.jdbc.StatementImpl
-
Constructor for a Statement.
- StatementIsClosedException - Exception in com.mysql.cj.exceptions
-
Operation attempted on already closed Statement
- StatementIsClosedException() - Constructor for exception com.mysql.cj.exceptions.StatementIsClosedException
- StatementIsClosedException(String) - Constructor for exception com.mysql.cj.exceptions.StatementIsClosedException
- StatementIsClosedException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.StatementIsClosedException
- StatementIsClosedException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.StatementIsClosedException
- StatementIsClosedException(Throwable) - Constructor for exception com.mysql.cj.exceptions.StatementIsClosedException
- StatementWrapper - Class in com.mysql.cj.jdbc
-
Wraps statements so that errors can be reported correctly to ConnectionEventListeners.
- StatementWrapper(ConnectionWrapper, MysqlPooledConnection, Statement) - Constructor for class com.mysql.cj.jdbc.StatementWrapper
- statusOnException(Connection, Throwable) - Method in class com.mysql.cj.jdbc.integration.c3p0.MysqlConnectionTester
- STMT - com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
STMT = 5;
- STMT_EXECUTE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- STMT_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- STMT_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- STMT_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- STMT_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- STMT_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- STMT_ID_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- STMT_ID_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- STMT_ID_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- STMT_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
STMT = 5;
- stop() - Method in class com.mysql.cj.protocol.a.CompressedPacketSender
-
Shut down this packet sender and deallocate any resources.
- stop(boolean) - Method in class com.mysql.cj.admin.ServerController
-
Stops the server (if started)
- stopAfterNextMessage() - Method in interface com.mysql.cj.protocol.MessageReader
-
Signal to the reader that it should stop reading messages after reading the next message.
- stopNewConnectionsToHost(String, String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
- stopNewConnectionsToHost(String, String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
- stopQueryTimer(CancelQueryTask, boolean, boolean) - Method in class com.mysql.cj.AbstractQuery
- stopQueryTimer(CancelQueryTask, boolean, boolean) - Method in class com.mysql.cj.jdbc.StatementImpl
- stopQueryTimer(CancelQueryTask, boolean, boolean) - Method in interface com.mysql.cj.Query
- storeBinding(NativePacketPayload, boolean, String, ExceptionInterceptor) - Method in class com.mysql.cj.ServerPreparedQueryBindValue
- STORED - com.mysql.cj.util.SaslPrep.StringType
-
Stored strings using the profile MUST NOT contain any unassigned code points.
- storeReader(int, NativePacketPayload, Reader) - Method in class com.mysql.cj.ServerPreparedQuery
- storesLowerCaseIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- storesLowerCaseQuotedIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- storesLowerCaseTableName() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- storesLowerCaseTableName() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- storesLowerCaseTableName() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- storesLowerCaseTableName() - Method in interface com.mysql.cj.jdbc.JdbcConnection
- storesLowerCaseTableNames() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- storesLowerCaseTableNames() - Method in interface com.mysql.cj.protocol.ServerSession
- storesLowerCaseTableNames() - Method in class com.mysql.cj.protocol.x.XServerSession
- storesMixedCaseIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- storesMixedCaseQuotedIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- storeStream(int, NativePacketPayload, InputStream) - Method in class com.mysql.cj.ServerPreparedQuery
- storesUpperCaseIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- storesUpperCaseQuotedIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- STREAM - com.mysql.cj.protocol.x.CompressionMode
- streamClosed(byte[]) - Method in class com.mysql.cj.jdbc.Blob
- streamClosed(WatchableStream) - Method in class com.mysql.cj.jdbc.Blob
- streamClosed(WatchableStream) - Method in class com.mysql.cj.jdbc.Clob
- streamClosed(WatchableStream) - Method in interface com.mysql.cj.protocol.OutputStreamWatcher
-
Called when the OutputStream being watched has .close() called
- StreamingDocResultBuilder - Class in com.mysql.cj.xdevapi
-
Result builder producing a streaming
DocResult
instance. - StreamingDocResultBuilder(MysqlxSession) - Constructor for class com.mysql.cj.xdevapi.StreamingDocResultBuilder
- StreamingNotifiable - Interface in com.mysql.cj.exceptions
- StreamingRowResultBuilder - Class in com.mysql.cj.xdevapi
-
Result builder producing a streaming
RowResult
instance. - StreamingRowResultBuilder(MysqlxSession) - Constructor for class com.mysql.cj.xdevapi.StreamingRowResultBuilder
- StreamingSqlResultBuilder - Class in com.mysql.cj.xdevapi
-
Result builder producing a streaming
SqlResult
instance. - StreamingSqlResultBuilder(MysqlxSession) - Constructor for class com.mysql.cj.xdevapi.StreamingSqlResultBuilder
- streamLength - Variable in class com.mysql.cj.ClientPreparedQueryBindValue
- STRICT - com.mysql.cj.xdevapi.Schema.Validation.ValidationLevel
- strictUpdates - com.mysql.cj.conf.PropertyKey
- STRING - com.mysql.cj.xdevapi.Type
- STRING_EOF - com.mysql.cj.protocol.a.NativeConstants.StringSelfDataType
-
Protocol::RestOfPacketString If a string is the last component of a packet, its length can be calculated from the overall packet length minus the current position.
- STRING_FIXED - com.mysql.cj.protocol.a.NativeConstants.StringLengthDataType
-
Protocol::FixedLengthString Fixed-length strings have a known, hardcoded length.
- STRING_LENENC - com.mysql.cj.protocol.a.NativeConstants.StringSelfDataType
-
Protocol::LengthEncodedString A length encoded string is a string that is prefixed with length encoded integer describing the length of the string.
- STRING_TERM - com.mysql.cj.protocol.a.NativeConstants.StringSelfDataType
-
Protocol::NulTerminatedString Strings that are terminated by a [00] byte.
- STRING_VAR - com.mysql.cj.protocol.a.NativeConstants.StringLengthDataType
-
Protocol::VariableLengthString The length of the string is determined by another field or is calculated at runtime
- stringArrayToString(String[], String, String, String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Constructs a String containing all the elements in the String array bounded and joined by the provided concatenation elements.
- StringProperty - Class in com.mysql.cj.conf
- StringProperty(PropertyDefinition<String>) - Constructor for class com.mysql.cj.conf.StringProperty
- StringPropertyDefinition - Class in com.mysql.cj.conf
- StringPropertyDefinition(PropertyKey, String, boolean, String, String, String, int) - Constructor for class com.mysql.cj.conf.StringPropertyDefinition
- StringPropertyDefinition(String, String, String, boolean, String, String, String, int) - Constructor for class com.mysql.cj.conf.StringPropertyDefinition
- StringUtils - Class in com.mysql.cj.util
-
Various utility methods for converting to/from byte arrays in the platform encoding
- StringUtils() - Constructor for class com.mysql.cj.util.StringUtils
- StringUtils.SearchMode - Enum in com.mysql.cj.util
- StringValueFactory - Class in com.mysql.cj.result
-
A
ValueFactory
implementation to create strings. - StringValueFactory(PropertySet) - Constructor for class com.mysql.cj.result.StringValueFactory
- stripComments(String, String, String, boolean, boolean, boolean, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the given string, with comments removed
- stripEnclosure(byte[], String, String) - Static method in class com.mysql.cj.util.StringUtils
- supportsAlterTableWithAddColumn() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsAlterTableWithDropColumn() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsANSI92EntryLevelSQL() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsANSI92FullSQL() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsANSI92IntermediateSQL() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsBatchUpdates() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsCatalogsInDataManipulation() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsCatalogsInIndexDefinitions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsCatalogsInPrivilegeDefinitions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsCatalogsInProcedureCalls() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsCatalogsInTableDefinitions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsColumnAliasing() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsConvert() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsConvert(int, int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsConvert(int, int) - Static method in enum com.mysql.cj.MysqlType
-
Is CONVERT between the given SQL types supported?
- supportsCoreSQLGrammar() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsCorrelatedSubqueries() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsDataManipulationTransactionsOnly() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsDifferentTableCorrelationNames() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsExpressionsInOrderBy() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsExtendedSQLGrammar() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsFullOuterJoins() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsGetGeneratedKeys() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsGroupBy() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsGroupByBeyondSelect() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsGroupByUnrelated() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsIntegrityEnhancementFacility() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsLikeEscapeClause() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsLimitedOuterJoins() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsMinimumSQLGrammar() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsMixedCaseIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsMixedCaseQuotedIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsMultipleOpenResults() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsMultipleResultSets() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsMultipleTransactions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsNamedParameters() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsNonNullableColumns() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsOffset - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
- supportsOffset() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- supportsOffset() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Whether offset clause is supported in the statement or not.
- supportsOpenCursorsAcrossCommit() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsOpenCursorsAcrossRollback() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsOpenStatementsAcrossCommit() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsOpenStatementsAcrossRollback() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsOrderByUnrelated() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsOuterJoins() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsPositionedDelete() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsPositionedUpdate() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsPreparedStatements() - Method in class com.mysql.cj.MysqlxSession
-
Check if current session is using a MySQL server that supports prepared statements.
- supportsPreparedStatements() - Method in class com.mysql.cj.protocol.x.XProtocol
-
Checks if the MySQL server currently connected supports prepared statements.
- supportsResultSetConcurrency(int, int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsResultSetHoldability(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsResultSetType(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsSavepoints() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsSchemasInDataManipulation() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsSchemasInIndexDefinitions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsSchemasInPrivilegeDefinitions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsSchemasInProcedureCalls() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsSchemasInTableDefinitions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsSelectForUpdate() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsStatementPooling() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsStoredFunctionsUsingCallSyntax() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsStoredProcedures() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsSubqueriesInComparisons() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsSubqueriesInExists() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsSubqueriesInIns() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsSubqueriesInQuantifieds() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsTableCorrelationNames() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsTransactionIsolationLevel(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsTransactions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsUnion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- supportsUnionAll() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- SuspendableXAConnection - Class in com.mysql.cj.jdbc
- SuspendableXAConnection(JdbcConnection) - Constructor for class com.mysql.cj.jdbc.SuspendableXAConnection
- SUSPENDED - com.mysql.cj.xdevapi.PreparableStatement.PreparedState
- SyncFlushDeflaterOutputStream - Class in com.mysql.cj.protocol.x
-
Wrapper around
DeflaterOutputStream
that enables sync flush by default. - SyncFlushDeflaterOutputStream(OutputStream) - Constructor for class com.mysql.cj.protocol.x.SyncFlushDeflaterOutputStream
- SyncMessageReader - Class in com.mysql.cj.protocol.x
-
Synchronous-only implementation of
MessageReader
. - SyncMessageReader(FullReadInputStream) - Constructor for class com.mysql.cj.protocol.x.SyncMessageReader
- SyncMessageSender - Class in com.mysql.cj.protocol.x
-
Synchronous-only implementation of
MessageSender
. - SyncMessageSender(OutputStream) - Constructor for class com.mysql.cj.protocol.x.SyncMessageSender
- syncSessionState(JdbcConnection, JdbcConnection, boolean) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
- syncSessionState(JdbcConnection, JdbcConnection, boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Synchronizes session state between two connections, allowing to override the read-only status.
- syncSessionState(JdbcConnection, JdbcConnection, boolean) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
- syncUpdate() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
Reset UPDATE prepared statement to value in current row.
- SYSP_com_mysql_cj_build_verbose - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- SYSP_disableAbandonedConnectionCleanup - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- SYSP_file_encoding - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- SYSP_java_vendor - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- SYSP_java_version - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- SYSP_java_vm_vendor - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- SYSP_line_separator - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- SYSP_os_arch - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- SYSP_os_name - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- SYSP_os_version - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- SYSP_testsuite_cantGrant - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- SYSP_testsuite_disable_multihost_tests - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- SYSP_testsuite_ds_db - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_ds_host - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_ds_password - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_ds_port - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_ds_user - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_loadstoreperf_tabletype - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.perf.LoadStorePerfTest
- SYSP_testsuite_loadstoreperf_useBigResults - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.perf.LoadStorePerfTest
- SYSP_testsuite_miniAdminTest_runShutdown - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
The system property that must exist to run the shutdown test in testsuite.simple.MiniAdminTest
- SYSP_testsuite_noDebugOutput - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
Suppress debug output when running testsuite
- SYSP_testsuite_retainArtifacts - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
Don't remove database object created by tests
- SYSP_testsuite_runLongTests - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- SYSP_testsuite_serverController_basedir - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- SYSP_testsuite_unavailable_host - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- SYSP_testsuite_url - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- SYSP_testsuite_url_admin - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- SYSP_testsuite_url_cluster - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- SYSP_testsuite_url_mysqlx - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- SYSP_testsuite_url_mysqlx_openssl - Static variable in class com.mysql.cj.conf.PropertyDefinitions
- SYSP_testsuite_url_openssl - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
Connection string to server compiled with OpenSSL
- SYSTEM_TABLE - com.mysql.cj.jdbc.DatabaseMetaData.TableType
- SYSTEM_TABLE_AS_BYTES - Static variable in class com.mysql.cj.jdbc.DatabaseMetaData
- SYSTEM_VIEW - com.mysql.cj.jdbc.DatabaseMetaData.TableType
- systemNanoTimeMethod - Static variable in class com.mysql.cj.util.TimeUtil
T
- Table - Interface in com.mysql.cj.xdevapi
-
A client-side representation of a database table.
- TABLE - com.mysql.cj.jdbc.DatabaseMetaData.TableType
- TABLE - com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
-
TABLE = 2;
- TABLE - com.mysql.cj.xdevapi.DatabaseObject.DbObjectType
- TABLE_AS_BYTES - Static variable in class com.mysql.cj.jdbc.DatabaseMetaData
- TABLE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- TABLE_NAME_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- TABLE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
-
TABLE = 2;
- tableExists(String, String) - Method in interface com.mysql.cj.DataStoreMetadata
- tableExists(String, String) - Method in class com.mysql.cj.DataStoreMetadataImpl
- TableFilterParams - Class in com.mysql.cj.xdevapi
-
FilterParams
implementation forTable
syntax. - TableFilterParams(String, String) - Constructor for class com.mysql.cj.xdevapi.TableFilterParams
-
Constructor.
- TableFilterParams(String, String, boolean) - Constructor for class com.mysql.cj.xdevapi.TableFilterParams
-
Constructor.
- TableImpl - Class in com.mysql.cj.xdevapi
-
Table
implementation - tcpKeepAlive - com.mysql.cj.conf.PropertyKey
- tcpNoDelay - com.mysql.cj.conf.PropertyKey
- tcpRcvBuf - com.mysql.cj.conf.PropertyKey
- tcpSndBuf - com.mysql.cj.conf.PropertyKey
- tcpTrafficClass - com.mysql.cj.conf.PropertyKey
- tearDown() - Method in class com.mysql.cj.jdbc.util.BaseBugReport
-
Override this method with code that cleans up anything created in the setUp() method.
- TEMPTABLE - com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
-
the view are retrieved into a temporary table
- TEMPTABLE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
-
the view are retrieved into a temporary table
- TERMINATED - com.mysql.cj.sasl.ScramShaSaslClient.ScramExchangeStage
- TestUtils - Class in com.mysql.cj.util
- TestUtils() - Constructor for class com.mysql.cj.util.TestUtils
- TEXT - com.mysql.cj.MysqlType
-
TEXT[(M)] [CHARACTER SET charset_name] [COLLATE collation_name] A TEXT column with a maximum length of 65,535 (216 - 1) characters.
- TextBufferRow - Class in com.mysql.cj.protocol.a.result
-
A ResultSetRow implementation that holds one row packet (which is re-used by the driver, and thus saves memory allocations), and tries when possible to avoid allocations to break out the results as individual byte[]s.
- TextBufferRow(NativePacketPayload, ColumnDefinition, ExceptionInterceptor, ValueDecoder) - Constructor for class com.mysql.cj.protocol.a.result.TextBufferRow
- TextResultsetReader - Class in com.mysql.cj.protocol.a
- TextResultsetReader(NativeProtocol) - Constructor for class com.mysql.cj.protocol.a.TextResultsetReader
- TextRowFactory - Class in com.mysql.cj.protocol.a
- TextRowFactory(NativeProtocol, ColumnDefinition, Resultset.Concurrency, boolean) - Constructor for class com.mysql.cj.protocol.a.TextRowFactory
- thisAsConnection - Variable in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
- thisAsProxy - Variable in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
thisAsProxy holds the proxy (MultiHostConnectionProxy or one of its subclasses) this connection is associated with.
- thisRow - Variable in class com.mysql.cj.protocol.a.result.NativeResultset
-
Pointer to current row data
- throwConnectionClosedException() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- throwConnectionClosedException() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- throwConnectionClosedException() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- throwConnectionClosedException() - Method in interface com.mysql.cj.jdbc.JdbcConnection
- TIME - com.mysql.cj.MysqlType
-
TIME[(fsp)] A time.
- TIME - com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
TIME = 10;
- TIME - com.mysql.cj.xdevapi.Type
- TIME_FORMATTER_NO_FRACT_NO_OFFSET - Static variable in class com.mysql.cj.util.TimeUtil
- TIME_FORMATTER_NO_FRACT_WITH_OFFSET - Static variable in class com.mysql.cj.util.TimeUtil
- TIME_FORMATTER_WITH_NANOS_NO_OFFSET - Static variable in class com.mysql.cj.util.TimeUtil
- TIME_FORMATTER_WITH_NANOS_WITH_OFFSET - Static variable in class com.mysql.cj.util.TimeUtil
- TIME_PTRN - Static variable in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
- TIME_STR_LEN_MAX_NO_FRAC - Static variable in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
Max string length of MySQL time string (with microseconds): '-HHH:MM:SS'.
- TIME_STR_LEN_MAX_WITH_MICROS - Static variable in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
Max string length of MySQL time string (with microseconds): '-HHH:MM:SS.mmmmmm'.
- TIME_STR_LEN_MIN - Static variable in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
Min string length of MySQL time string: 'HH:MM:SS'.
- TIME_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
TIME = 10;
- timeoutInMillis - Variable in class com.mysql.cj.AbstractQuery
-
The timeout for a query
- timeoutMs - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler
- TIMESTAMP - com.mysql.cj.MysqlType
-
TIMESTAMP[(fsp)] A timestamp.
- TIMESTAMP - com.mysql.cj.xdevapi.Type
- TIMESTAMP_STR_LEN_NO_FRAC - Static variable in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
String length of MySQL timestamp string (no microseconds): 'YYYY-MM-DD HH:MM:SS'.
- TIMESTAMP_STR_LEN_WITH_MICROS - Static variable in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
Max string length of MySQL timestamp (with microsecs): 'YYYY-MM-DD HH:MM:SS.mmmmmm'.
- TIMESTAMP_STR_LEN_WITH_NANOS - Static variable in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
String length of String timestamp with nanos.
- TimeTrackingPacketReader - Class in com.mysql.cj.protocol.a
-
A
MessageReader
which tracks the last time a packet was received. - TimeTrackingPacketReader(MessageReader<NativePacketHeader, NativePacketPayload>) - Constructor for class com.mysql.cj.protocol.a.TimeTrackingPacketReader
- TimeTrackingPacketSender - Class in com.mysql.cj.protocol.a
-
A
MessageSender
which tracks the last time a packet was sent. - TimeTrackingPacketSender(MessageSender<NativePacketPayload>) - Constructor for class com.mysql.cj.protocol.a.TimeTrackingPacketSender
- TimeUtil - Class in com.mysql.cj.util
-
Time zone conversion routines and other time related methods
- TimeUtil() - Constructor for class com.mysql.cj.util.TimeUtil
- TimezoneDump - Class in com.mysql.cj.jdbc.admin
-
Dumps the timezone of the MySQL server represented by the JDBC url given on the commandline (or localhost/test if none provided).
- TimezoneDump() - Constructor for class com.mysql.cj.jdbc.admin.TimezoneDump
-
Constructor for TimezoneDump.
- TINYBLOB - com.mysql.cj.MysqlType
-
TINYBLOB A BLOB column with a maximum length of 255 (28 - 1) bytes.
- TINYINT - com.mysql.cj.MysqlType
-
TINYINT[(M)] [UNSIGNED] [ZEROFILL] A very small integer.
- TINYINT - com.mysql.cj.xdevapi.Type
- TINYINT_UNSIGNED - com.mysql.cj.MysqlType
-
TINYINT[(M)] UNSIGNED [ZEROFILL]
- tinyInt1isBit - com.mysql.cj.conf.PropertyKey
- tinyInt1isBit - Variable in class com.mysql.cj.jdbc.DatabaseMetaData
- TINYTEXT - com.mysql.cj.MysqlType
-
TINYTEXT [CHARACTER SET charset_name] [COLLATE collation_name] A TEXT column with a maximum length of 255 (28 - 1) characters.
- toAsciiString(byte[]) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the bytes as an ASCII String.
- toAsciiString(byte[], int, int) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the bytes as an ASCII String.
- toBuilder() - Method in class com.mysql.cj.protocol.x.XMessage
- toBuilder() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- toBuilder() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- toBuilder() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- toBuilder() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- toByteArray() - Method in interface com.mysql.cj.protocol.WatchableStream
- toByteArray() - Method in class com.mysql.cj.protocol.x.XMessage
- toByteString() - Method in class com.mysql.cj.protocol.x.XMessage
- toFormattedString() - Method in class com.mysql.cj.xdevapi.DbDocImpl
- toFormattedString() - Method in class com.mysql.cj.xdevapi.JsonArray
- toFormattedString() - Method in interface com.mysql.cj.xdevapi.JsonValue
-
Get a human readable "pretty" JSON string.
- toHexString(byte[], int) - Static method in class com.mysql.cj.util.StringUtils
-
Converts the given byte array into Hex String, stopping at given length.
- topologyCache - Static variable in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
- topologyService - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- topologyService - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler
- topologyService - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareWriterFailoverHandler
- TopologyService - Interface in com.mysql.cj.jdbc.ha.ca
-
It's a generic interface for all topology services.
- TopologyServicePropertyKeys - Class in com.mysql.cj.jdbc.ha.ca
-
Property keys that topology service has to use to store additional properties to
HostInfo
. - TopologyServicePropertyKeys() - Constructor for class com.mysql.cj.jdbc.ha.ca.TopologyServicePropertyKeys
- toString() - Method in class com.mysql.cj.AppendingBatchVisitor
- toString() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns a string representation of this object.
- toString() - Method in class com.mysql.cj.conf.ConnectionUrlParser.Pair
- toString() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns a string representation of this object.
- toString() - Method in class com.mysql.cj.conf.HostInfo
-
Returns a string representation of this object.
- toString() - Method in enum com.mysql.cj.conf.PropertyKey
- toString() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Returns this PreparedStatement represented as a string.
- toString() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
- toString() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
- toString() - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- toString() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- toString() - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- toString() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
- toString() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
Returns a representation of this event as a String.
- toString() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
- toString() - Method in class com.mysql.cj.result.Field
- toString() - Method in class com.mysql.cj.ServerPreparedQueryBindValue
- toString() - Method in class com.mysql.cj.ServerVersion
-
A string representation of this version.
- toString() - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
- toString() - Method in class com.mysql.cj.util.LazyString
- toString() - Method in class com.mysql.cj.xdevapi.CollectionImpl
- toString() - Method in class com.mysql.cj.xdevapi.DbDocImpl
- toString() - Method in class com.mysql.cj.xdevapi.JsonArray
- toString() - Method in enum com.mysql.cj.xdevapi.JsonLiteral
- toString() - Method in class com.mysql.cj.xdevapi.JsonNumber
- toString() - Method in class com.mysql.cj.xdevapi.JsonString
-
Get escaped JsonString value.
- toString() - Method in class com.mysql.cj.xdevapi.SchemaImpl
- toString() - Method in class com.mysql.cj.xdevapi.TableImpl
- toString(boolean) - Method in class com.mysql.cj.ServerPreparedQueryBindValue
- toString(byte[]) - Static method in class com.mysql.cj.util.StringUtils
- toString(byte[], int, int) - Static method in class com.mysql.cj.util.StringUtils
- toString(byte[], int, int, String) - Static method in class com.mysql.cj.util.StringUtils
- toString(byte[], String) - Static method in class com.mysql.cj.util.StringUtils
- toSuperString() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
- totalQueryTimeMs - Variable in class com.mysql.cj.log.BaseMetricsHolder
- traceProtocol - com.mysql.cj.conf.PropertyKey
- TracingPacketReader - Class in com.mysql.cj.protocol.a
-
A decorating
MessageReader
which traces all received packets to the provided logger. - TracingPacketReader(MessageReader<NativePacketHeader, NativePacketPayload>, Log) - Constructor for class com.mysql.cj.protocol.a.TracingPacketReader
- TracingPacketSender - Class in com.mysql.cj.protocol.a
-
A decorating
MessageSender
which traces all sent packets to the provided logger. - TracingPacketSender(MessageSender<NativePacketPayload>, Log, String, long) - Constructor for class com.mysql.cj.protocol.a.TracingPacketSender
- trackConnection(MysqlConnection, NetworkResources) - Static method in class com.mysql.cj.jdbc.AbandonedConnectionCleanupThread
-
Tracks the finalization of a
MysqlConnection
object and keeps a reference to itsNetworkResources
so that they can be later released. - TRANSACTION_COMPLETED - Static variable in interface com.mysql.cj.protocol.ServerSession
-
Old SERVER_STATUS_IN_TRANS state was 1 and current one is 0.
- TRANSACTION_IN_PROGRESS - Static variable in interface com.mysql.cj.protocol.ServerSession
-
There was no change between old and current SERVER_STATUS_IN_TRANS state and it is 1.
- TRANSACTION_NOT_STARTED - Static variable in interface com.mysql.cj.protocol.ServerSession
-
There was no change between old and current SERVER_STATUS_IN_TRANS state and it is 0.
- TRANSACTION_STARTED - Static variable in interface com.mysql.cj.protocol.ServerSession
-
Old SERVER_STATUS_IN_TRANS state was 0 and current one is 1.
- transactionBegun() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- transactionBegun() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- transactionBegun() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionLifecycleInterceptor
-
Called when the driver has been told by the server that a transaction is now in progress (when one has not been currently in progress).
- transactionBegun() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- transactionBegun() - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when the driver has been told by the server that a transaction is now in progress (when one has not been currently in progress).
- transactionBegun() - Method in interface com.mysql.cj.TransactionEventHandler
- transactionCompleted() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- transactionCompleted() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- transactionCompleted() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionLifecycleInterceptor
-
Called when the driver has been told by the server that a transaction has completed, and no transaction is currently in progress.
- transactionCompleted() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- transactionCompleted() - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when the driver has been told by the server that a transaction has completed, and no transaction is currently in progress.
- transactionCompleted() - Method in interface com.mysql.cj.TransactionEventHandler
- TransactionEventHandler - Interface in com.mysql.cj
- transactionManager - Variable in class com.mysql.cj.protocol.AbstractProtocol
- transformedBitIsBoolean - com.mysql.cj.conf.PropertyKey
- transformedBitIsBoolean - Variable in class com.mysql.cj.jdbc.DatabaseMetaData
- transformProperties(Properties) - Method in interface com.mysql.cj.conf.ConnectionPropertiesTransform
-
The driver will call this method if the user has loaded your implementation of this interface by specifying the 'propertiesTransform' property in their URL.
- translateException(Throwable) - Static method in class com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping
- translateException(Throwable, ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping
- TranslateExceptions - Class in instrumentation
- TranslateExceptions() - Constructor for class instrumentation.TranslateExceptions
- treatUtilDateAsTimestamp - com.mysql.cj.conf.PropertyKey
- TRUE - com.mysql.cj.conf.BooleanPropertyDefinition.AllowableValues
- TRUE - com.mysql.cj.xdevapi.JsonLiteral
- truncate(long) - Method in class com.mysql.cj.jdbc.Blob
- truncate(long) - Method in class com.mysql.cj.jdbc.BlobFromLocator
- truncate(long) - Method in class com.mysql.cj.jdbc.Clob
- truncateAndConvertToInt(long) - Static method in class com.mysql.cj.util.Util
-
Converts long to int, truncating to maximum/minimum value if needed.
- truncateAndConvertToInt(long[]) - Static method in class com.mysql.cj.util.Util
-
Converts long[] to int[], truncating to maximum/minimum value if needed.
- truncateFractionalSeconds(Time) - Static method in class com.mysql.cj.util.TimeUtil
- truncateFractionalSeconds(Timestamp) - Static method in class com.mysql.cj.util.TimeUtil
- trustCertificateKeyStorePassword - com.mysql.cj.conf.PropertyKey
- trustCertificateKeyStoreType - com.mysql.cj.conf.PropertyKey
- trustCertificateKeyStoreUrl - com.mysql.cj.conf.PropertyKey
- TRX_COMMITTED - com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
TRX_COMMITTED = 7;
- TRX_COMMITTED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
TRX_COMMITTED = 7;
- TRX_ROLLEDBACK - com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
TRX_ROLLEDBACK = 9;
- TRX_ROLLEDBACK_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
TRX_ROLLEDBACK = 9;
- type - Variable in class com.mysql.cj.conf.ConnectionUrl
- type - Variable in class com.mysql.cj.protocol.x.Notice
- Type - Enum in com.mysql.cj.xdevapi
-
Column type.
- TYPE - com.mysql.cj.conf.PropertyKey
-
The server type in a replication setup.
- TYPE_EXECUTE - Static variable in interface com.mysql.cj.log.ProfilerEvent
-
Profiler event for prepared statements being executed
- TYPE_FETCH - Static variable in interface com.mysql.cj.log.ProfilerEvent
-
Profiler event for result sets being retrieved
- TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- TYPE_ID_AUTH_SWITCH - Static variable in class com.mysql.cj.protocol.a.NativePacketPayload
-
It has the same signature as EOF, but may be issued by server only during handshake phase
- TYPE_ID_EOF - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- TYPE_ID_EOF - Static variable in class com.mysql.cj.protocol.a.NativePacketPayload
- TYPE_ID_ERROR - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- TYPE_ID_ERROR - Static variable in class com.mysql.cj.protocol.a.NativePacketPayload
- TYPE_ID_LOCAL_INFILE - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- TYPE_ID_LOCAL_INFILE - Static variable in class com.mysql.cj.protocol.a.NativePacketPayload
- TYPE_ID_OK - Static variable in class com.mysql.cj.protocol.a.NativeConstants
- TYPE_ID_OK - Static variable in class com.mysql.cj.protocol.a.NativePacketPayload
- TYPE_OBJECT_CREATION - Static variable in interface com.mysql.cj.log.ProfilerEvent
-
Profiler creating object type event
- TYPE_PREPARE - Static variable in interface com.mysql.cj.log.ProfilerEvent
-
Profiler event for prepared statements being prepared
- TYPE_QUERY - Static variable in interface com.mysql.cj.log.ProfilerEvent
-
Profiler event for a query being executed
- TYPE_SLOW_QUERY - Static variable in interface com.mysql.cj.log.ProfilerEvent
-
Profiler event for slow query
- TYPE_USAGE - Static variable in interface com.mysql.cj.log.ProfilerEvent
-
Profiler event for usage advisor
U
- UINT - com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
UINT = 2;
- UINT_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
UINT = 2;
- ultraDevHack - com.mysql.cj.conf.PropertyKey
- UnableToConnectException - Exception in com.mysql.cj.exceptions
- UnableToConnectException() - Constructor for exception com.mysql.cj.exceptions.UnableToConnectException
- UnableToConnectException(String) - Constructor for exception com.mysql.cj.exceptions.UnableToConnectException
- UnableToConnectException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.UnableToConnectException
- UnableToConnectException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.UnableToConnectException
- UnableToConnectException(Throwable) - Constructor for exception com.mysql.cj.exceptions.UnableToConnectException
- uncheckedShutdown() - Static method in class com.mysql.cj.jdbc.AbandonedConnectionCleanupThread
-
Performs an unchecked shutdown, i.e., the shutdown is performed independently of the context ClassLoaders from the involved threads.
- UNCOMPRESSED_SIZE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- undecorate() - Method in class com.mysql.cj.protocol.a.CompressedPacketSender
- undecorate() - Method in class com.mysql.cj.protocol.a.DebugBufferingPacketReader
- undecorate() - Method in class com.mysql.cj.protocol.a.DebugBufferingPacketSender
- undecorate() - Method in class com.mysql.cj.protocol.a.MultiPacketReader
- undecorate() - Method in class com.mysql.cj.protocol.a.SimplePacketSender
- undecorate() - Method in class com.mysql.cj.protocol.a.TimeTrackingPacketReader
- undecorate() - Method in class com.mysql.cj.protocol.a.TimeTrackingPacketSender
- undecorate() - Method in class com.mysql.cj.protocol.a.TracingPacketReader
- undecorate() - Method in class com.mysql.cj.protocol.a.TracingPacketSender
- undecorate() - Method in interface com.mysql.cj.protocol.MessageReader
-
Return the previous MessageReader instance from the decorators chain or the current MessageReader if it is the first entry in a chain.
- undecorate() - Method in interface com.mysql.cj.protocol.MessageSender
-
Return the previous PacketSender instance from the decorators chain or the current PacketSender if it is the first entry in a chain.
- undecorateAll() - Method in class com.mysql.cj.protocol.a.CompressedPacketSender
- undecorateAll() - Method in class com.mysql.cj.protocol.a.DebugBufferingPacketReader
- undecorateAll() - Method in class com.mysql.cj.protocol.a.DebugBufferingPacketSender
- undecorateAll() - Method in class com.mysql.cj.protocol.a.MultiPacketReader
- undecorateAll() - Method in class com.mysql.cj.protocol.a.SimplePacketSender
- undecorateAll() - Method in class com.mysql.cj.protocol.a.TimeTrackingPacketReader
- undecorateAll() - Method in class com.mysql.cj.protocol.a.TimeTrackingPacketSender
- undecorateAll() - Method in class com.mysql.cj.protocol.a.TracingPacketReader
- undecorateAll() - Method in class com.mysql.cj.protocol.a.TracingPacketSender
- undecorateAll() - Method in interface com.mysql.cj.protocol.MessageReader
-
Return a MessageReader instance free of decorators.
- undecorateAll() - Method in interface com.mysql.cj.protocol.MessageSender
-
Return a PacketSender instance free of decorators.
- UNDEFINED - com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
-
MySQL chooses which algorithm to use
- UNDEFINED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
-
MySQL chooses which algorithm to use
- UNKNOWN - com.mysql.cj.jdbc.DatabaseMetaData.TableType
- UNKNOWN - com.mysql.cj.MysqlType
-
Fall-back type for those MySQL data types which c/J can't recognize.
- UNKNOWN - com.mysql.cj.xdevapi.DatabaseObject.DbObjectStatus
- unpack(byte[]) - Static method in class com.mysql.cj.log.ProfilerEventImpl
-
Unpacks a binary representation of this event.
- unpackField(NativePacketPayload, String) - Method in class com.mysql.cj.protocol.a.ColumnDefinitionReader
-
Unpacks the Field information from the given packet.
- UNPREPARED - com.mysql.cj.xdevapi.PreparableStatement.PreparedState
- unquoteBytes(byte[]) - Static method in class com.mysql.cj.util.StringUtils
- unQuoteIdentifier(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Trims identifier, removes quote chars from first and last positions and replaces double occurrences of quote char from entire identifier, i.e converts quoted identifier into form as it is stored in database.
- unregisterStatement(JdbcStatement) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- unregisterStatement(JdbcStatement) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- unregisterStatement(JdbcStatement) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- unregisterStatement(JdbcStatement) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Remove the given statement from the list of open statements
- unSafeQueryInterceptors() - Method in class com.mysql.cj.jdbc.ConnectionImpl
- unSafeQueryInterceptors() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- unSafeQueryInterceptors() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- unSafeQueryInterceptors() - Method in interface com.mysql.cj.jdbc.JdbcConnection
- unset(String...) - Method in interface com.mysql.cj.xdevapi.ModifyStatement
-
Nullify the given fields.
- unset(String...) - Method in class com.mysql.cj.xdevapi.ModifyStatementImpl
- unsetStreamingData(ResultsetRows) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- unsupported(String) - Method in class com.mysql.cj.result.DefaultValueFactory
- UNSUPPORTED - com.mysql.cj.xdevapi.PreparableStatement.PreparedState
- UnsupportedConnectionStringException - Exception in com.mysql.cj.exceptions
- UnsupportedConnectionStringException() - Constructor for exception com.mysql.cj.exceptions.UnsupportedConnectionStringException
- UnsupportedConnectionStringException(String) - Constructor for exception com.mysql.cj.exceptions.UnsupportedConnectionStringException
- UnsupportedConnectionStringException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.UnsupportedConnectionStringException
- UnsupportedConnectionStringException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.UnsupportedConnectionStringException
- UnsupportedConnectionStringException(Throwable) - Constructor for exception com.mysql.cj.exceptions.UnsupportedConnectionStringException
- unwrap(byte[], int, int) - Method in class com.mysql.cj.sasl.ScramShaSaslClient
- unwrap(Class<T>) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
- unwrap(Class<T>) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- unwrap(Class<T>) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- unwrap(Class<T>) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
- unwrap(Class<T>) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- unwrap(Class<T>) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
- unwrap(Class<T>) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
- unwrap(Class<T>) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
- unwrap(Class<T>) - Method in class com.mysql.cj.jdbc.MysqlDataSource
- unwrap(Class<T>) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
- unwrap(Class<T>) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
- unwrap(Class<T>) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- unwrap(Class<T>) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
- unwrap(Class<T>) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- unwrap(Class<T>) - Method in class com.mysql.cj.jdbc.StatementImpl
- unwrap(Class<T>) - Method in class com.mysql.cj.jdbc.StatementWrapper
- UPDATABLE - com.mysql.cj.protocol.Resultset.Concurrency
-
The constant indicating the concurrency mode for a
Resultset
object that may be updated. - UpdatableResultSet - Class in com.mysql.cj.jdbc.result
-
A result set that is updatable.
- UpdatableResultSet(ResultsetRows, JdbcConnection, StatementImpl) - Constructor for class com.mysql.cj.jdbc.result.UpdatableResultSet
-
Creates a new ResultSet object.
- update() - Method in interface com.mysql.cj.xdevapi.Table
-
Create a new update statement.
- update() - Method in class com.mysql.cj.xdevapi.TableImpl
- UPDATE - com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
UPDATE = 2;
- UPDATE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- UPDATE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
UPDATE = 2;
- updateArray(int, Array) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateArray(String, Array) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateAsciiStream(int, InputStream) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateAsciiStream(int, InputStream) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateAsciiStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateAsciiStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateAsciiStream(int, InputStream, long) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateAsciiStream(int, InputStream, long) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateAsciiStream(String, InputStream) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateAsciiStream(String, InputStream) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateAsciiStream(String, InputStream, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateAsciiStream(String, InputStream, int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateAsciiStream(String, InputStream, long) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateAsciiStream(String, InputStream, long) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateBigDecimal(int, BigDecimal) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateBigDecimal(int, BigDecimal) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateBigDecimal(String, BigDecimal) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateBigDecimal(String, BigDecimal) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateBinaryStream(int, InputStream) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateBinaryStream(int, InputStream) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateBinaryStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateBinaryStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateBinaryStream(int, InputStream, long) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateBinaryStream(int, InputStream, long) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateBinaryStream(String, InputStream) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateBinaryStream(String, InputStream) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateBinaryStream(String, InputStream, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateBinaryStream(String, InputStream, int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateBinaryStream(String, InputStream, long) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateBinaryStream(String, InputStream, long) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateBlob(int, InputStream) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateBlob(int, InputStream) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateBlob(int, InputStream, long) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateBlob(int, InputStream, long) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateBlob(int, Blob) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateBlob(int, Blob) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateBlob(String, InputStream) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateBlob(String, InputStream) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateBlob(String, InputStream, long) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateBlob(String, InputStream, long) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateBlob(String, Blob) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateBlob(String, Blob) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateBoolean(int, boolean) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateBoolean(int, boolean) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateBoolean(String, boolean) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateBoolean(String, boolean) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateByte(int, byte) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateByte(int, byte) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateByte(String, byte) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateByte(String, byte) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateBytes(int, byte[]) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateBytes(int, byte[]) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateBytes(String, byte[]) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateBytes(String, byte[]) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateCharacterStream(int, Reader) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateCharacterStream(int, Reader) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateCharacterStream(int, Reader, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateCharacterStream(int, Reader, int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateCharacterStream(int, Reader, long) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateCharacterStream(int, Reader, long) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateCharacterStream(String, Reader) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateCharacterStream(String, Reader) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateCharacterStream(String, Reader, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateCharacterStream(String, Reader, int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateCharacterStream(String, Reader, long) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateCharacterStream(String, Reader, long) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateClob(int, Reader) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateClob(int, Reader) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateClob(int, Reader, long) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateClob(int, Reader, long) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateClob(int, Clob) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateClob(int, Clob) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateClob(String, Reader) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateClob(String, Reader) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateClob(String, Reader, long) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateClob(String, Reader, long) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateClob(String, Clob) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateClob(String, Clob) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateCount - Variable in class com.mysql.cj.jdbc.StatementImpl
-
The update count for this statement
- updateCount - Variable in class com.mysql.cj.protocol.a.result.NativeResultset
-
How many rows were affected by UPDATE/INSERT/DELETE?
- updateDate(int, Date) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateDate(int, Date) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateDate(String, Date) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateDate(String, Date) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateDouble(int, double) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateDouble(int, double) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateDouble(String, double) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateDouble(String, double) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateFloat(int, float) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateFloat(int, float) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateFloat(String, float) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateFloat(String, float) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateId - Variable in class com.mysql.cj.protocol.a.result.NativeResultset
-
Value generated for AUTO_INCREMENT columns
- updateInt(int, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateInt(int, int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateInt(String, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateInt(String, int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateLong(int, long) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateLong(int, long) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateLong(String, long) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateLong(String, long) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateNCharacterStream(int, Reader) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateNCharacterStream(int, Reader) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateNCharacterStream(int, Reader, long) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateNCharacterStream(int, Reader, long) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateNCharacterStream(String, Reader) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateNCharacterStream(String, Reader) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateNCharacterStream(String, Reader, long) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateNCharacterStream(String, Reader, long) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateNClob(int, Reader) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateNClob(int, Reader) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateNClob(int, Reader, long) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateNClob(int, Reader, long) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateNClob(int, NClob) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateNClob(int, NClob) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateNClob(String, Reader) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateNClob(String, Reader) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateNClob(String, Reader, long) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateNClob(String, Reader, long) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateNClob(String, NClob) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateNClob(String, NClob) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateNString(int, String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateNString(int, String) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateNString(String, String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateNString(String, String) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateNull(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateNull(int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateNull(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateNull(String) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateObject(int, Object) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateObject(int, Object) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateObject(int, Object, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateObject(int, Object, int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateObject(int, Object, SQLType) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateObject(int, Object, SQLType) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateObject(int, Object, SQLType, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateObject(int, Object, SQLType, int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateObject(String, Object) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateObject(String, Object) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateObject(String, Object, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateObject(String, Object, int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateObject(String, Object, SQLType) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateObject(String, Object, SQLType) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateObject(String, Object, SQLType, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateObject(String, Object, SQLType, int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateObjectInternal(int, Object, Integer, int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
Internal setObject implementation.
- updateObjectInternal(int, Object, SQLType, int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
Internal setObject implementation.
- UpdateParams - Class in com.mysql.cj.xdevapi
-
Class collecting parameters for
Table.update()
. - UpdateParams() - Constructor for class com.mysql.cj.xdevapi.UpdateParams
- updater - Variable in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
PreparedStatement used to delete data
- updateRef(int, Ref) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateRef(String, Ref) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- UpdateResult - Class in com.mysql.cj.xdevapi
-
A result from a statement that doesn't return a set of rows.
- UpdateResult(StatementExecuteOk) - Constructor for class com.mysql.cj.xdevapi.UpdateResult
-
Create a new result.
- UpdateResultBuilder<T extends Result> - Class in com.mysql.cj.xdevapi
-
Result builder producing an
UpdateResult
instance. - UpdateResultBuilder() - Constructor for class com.mysql.cj.xdevapi.UpdateResultBuilder
- updateRow() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateRow() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateRowId(int, RowId) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateRowId(String, RowId) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updatesAreDetected(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- updateShort(int, short) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateShort(int, short) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateShort(String, short) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateShort(String, short) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- UpdateSpec - Class in com.mysql.cj.xdevapi
-
Representation of a single update operation in a list of operations to be performed by
ModifyStatement
. - UpdateSpec(UpdateType, String) - Constructor for class com.mysql.cj.xdevapi.UpdateSpec
-
Constructor.
- updateSQLXML(int, SQLXML) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateSQLXML(int, SQLXML) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateSQLXML(String, SQLXML) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateSQLXML(String, SQLXML) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- UpdateStatement - Interface in com.mysql.cj.xdevapi
-
A statement representing a set of row modifications.
- UpdateStatementImpl - Class in com.mysql.cj.xdevapi
-
UpdateStatement
implementation. - updateString(int, String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateString(int, String) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateString(String, String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateString(String, String) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateTime(int, Time) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateTime(int, Time) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateTime(String, Time) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateTime(String, Time) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateTimestamp(int, Timestamp) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateTimestamp(int, Timestamp) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateTimestamp(String, Timestamp) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- updateTimestamp(String, Timestamp) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
- updateTopologyAndConnectIfNeeded(boolean) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- UpdateType - Enum in com.mysql.cj.xdevapi
-
Update operation type.
- UPSERT_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- url - Variable in class com.mysql.cj.jdbc.MysqlDataSource
-
The JDBC URL
- useAffectedRows - com.mysql.cj.conf.PropertyKey
- useAnsiQuotedIdentifiers() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- useAnsiQuotedIdentifiers() - Method in interface com.mysql.cj.protocol.ServerSession
- useAnsiQuotedIdentifiers() - Method in class com.mysql.cj.protocol.x.XServerSession
- useBufferRowSizeThreshold - Variable in class com.mysql.cj.protocol.a.AbstractRowFactory
- useBufferRowSizeThreshold - Variable in class com.mysql.cj.protocol.a.ResultsetRowReader
- useColumnNamesInFindColumn - com.mysql.cj.conf.PropertyKey
- useCompression - com.mysql.cj.conf.PropertyKey
- useCompression - Variable in class com.mysql.cj.protocol.a.NativeProtocol
- useConfigs - com.mysql.cj.conf.PropertyKey
- useCursorFetch - com.mysql.cj.conf.PropertyKey
- useCursorFetch - Variable in class com.mysql.cj.ServerPreparedQuery
- useHostsInPrivileges - com.mysql.cj.conf.PropertyKey
- useHostsInPrivileges - Variable in class com.mysql.cj.jdbc.DatabaseMetaData
- useInformationSchema - com.mysql.cj.conf.PropertyKey
- useLocalSessionState - com.mysql.cj.conf.PropertyKey
- useLocalTransactionState - com.mysql.cj.conf.PropertyKey
- useMultiResults() - Method in class com.mysql.cj.protocol.a.NativeServerSession
- useMultiResults() - Method in interface com.mysql.cj.protocol.ServerSession
- useMultiResults() - Method in class com.mysql.cj.protocol.x.XServerSession
- useNanosForElapsedTime - com.mysql.cj.conf.PropertyKey
- useNanosForElapsedTime - Variable in class com.mysql.cj.protocol.AbstractProtocol
- useNanosForElapsedTime() - Method in class com.mysql.cj.protocol.a.NativeProtocol
- useOldAliasMetadataBehavior - com.mysql.cj.conf.PropertyKey
- useOnlyServerErrorMessages - com.mysql.cj.conf.PropertyKey
- user - Variable in class com.mysql.cj.jdbc.MysqlDataSource
-
User name
- USER - com.mysql.cj.conf.PropertyKey
-
The database user name.
- useReadAheadInput - com.mysql.cj.conf.PropertyKey
- USES_VARIABLES_FALSE - Static variable in class com.mysql.cj.jdbc.StatementImpl
- USES_VARIABLES_TRUE - Static variable in class com.mysql.cj.jdbc.StatementImpl
- USES_VARIABLES_UNKNOWN - Static variable in class com.mysql.cj.jdbc.StatementImpl
- useServerPrepStmts - com.mysql.cj.conf.PropertyKey
- usesLocalFilePerTable() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- usesLocalFiles() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
- useSSL - com.mysql.cj.conf.PropertyKey
- useStreamLengthsInPrepStmts - com.mysql.cj.conf.PropertyKey
- useStreamLengthsInPrepStmts - Variable in class com.mysql.cj.AbstractPreparedQuery
- useStreamLengthsInPrepStmts - Variable in class com.mysql.cj.AbstractQueryBindings
- useUnbufferedInput - com.mysql.cj.conf.PropertyKey
- useUsageAdvisor - com.mysql.cj.conf.PropertyKey
- useUsageAdvisor - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
- useUsageAdvisor - Variable in class com.mysql.cj.jdbc.StatementImpl
-
Should we use the usage advisor?
- UTF8MB4_INDEXES - Static variable in class com.mysql.cj.CharsetMapping
- Util - Class in com.mysql.cj.util
-
Various utility methods for the driver.
- Util() - Constructor for class com.mysql.cj.util.Util
- UtilCalendarValueFactory - Class in com.mysql.cj.result
-
Value factory to create
Calendar
instances. - UtilCalendarValueFactory(PropertySet, TimeZone, TimeZone) - Constructor for class com.mysql.cj.result.UtilCalendarValueFactory
V
- V_BOOL - com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
V_BOOL = 7;
- V_BOOL_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- V_BOOL_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
V_BOOL = 7;
- V_DOUBLE - com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
V_DOUBLE = 5;
- V_DOUBLE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- V_DOUBLE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
V_DOUBLE = 5;
- V_FLOAT - com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
V_FLOAT = 6;
- V_FLOAT_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- V_FLOAT_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
V_FLOAT = 6;
- V_NULL - com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
V_NULL = 3;
- V_NULL_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
V_NULL = 3;
- V_OCTETS - com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
V_OCTETS = 4;
- V_OCTETS_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- V_OCTETS_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
V_OCTETS = 4;
- V_SIGNED_INT_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- V_SINT - com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
V_SINT = 1;
- V_SINT_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
V_SINT = 1;
- V_STRING - com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
V_STRING = 8;
- V_STRING_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- V_STRING_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
V_STRING = 8;
- V_UINT - com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
V_UINT = 2;
- V_UINT_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
V_UINT = 2;
- V_UNSIGNED_INT_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- Validation() - Constructor for class com.mysql.cj.xdevapi.Schema.Validation
- value - Variable in class com.mysql.cj.ClientPreparedQueryBindValue
-
The value to store
- value - Variable in class com.mysql.cj.conf.AbstractRuntimeProperty
- value - Variable in class com.mysql.cj.util.Base64Decoder.IntWrapper
- value - Variable in enum com.mysql.cj.xdevapi.JsonLiteral
- VALUE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- VALUE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- VALUE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- VALUE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- VALUE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- VALUE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- VALUE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- VALUE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- VALUE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- VALUE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- VALUE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- valueAsString - Variable in class com.mysql.cj.conf.MemorySizeProperty
- valueDecoder - Variable in class com.mysql.cj.protocol.a.AbstractRowFactory
- valueDecoder - Variable in class com.mysql.cj.protocol.result.AbstractResultsetRow
- ValueDecoder - Interface in com.mysql.cj.protocol
-
A value decoder is responsible for interpreting a byte array as a value.
- ValueFactory<T> - Interface in com.mysql.cj.result
-
A class implements the
ValueFactory<T>
interface to create value instances from intermediate forms. - valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
Deprecated.
- valueOf(int) - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
-
Deprecated.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.conf.BooleanPropertyDefinition.AllowableValues
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.conf.ConnectionUrl.HostsCardinality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.conf.HostsListView
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.conf.PropertyDefinitions.AuthMech
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.conf.PropertyDefinitions.Compression
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.conf.PropertyDefinitions.DatabaseTerm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.conf.PropertyDefinitions.SslMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.conf.PropertyDefinitions.XdevapiSslMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.conf.PropertyKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.jdbc.DatabaseMetaData.ProcedureType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.jdbc.DatabaseMetaData.TableType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema.FunctionConstant
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.MysqlType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin.AuthStage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.protocol.a.NativeConstants.IntegerDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.protocol.a.NativeConstants.StringLengthDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.protocol.a.NativeConstants.StringSelfDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.protocol.Resultset.Concurrency
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.protocol.Resultset.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.protocol.x.CompressionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.protocol.x.XpluginStatementCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.Query.CancelStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.sasl.ScramShaSaslClient.ScramExchangeStage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.util.SaslPrep.StringType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.util.StringUtils.SearchMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.xdevapi.Client.ClientProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.xdevapi.DatabaseObject.DbObjectStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.xdevapi.DatabaseObject.DbObjectType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.xdevapi.FilterParams.RowLock
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.xdevapi.FilterParams.RowLockOptions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.xdevapi.JsonLiteral
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.xdevapi.PreparableStatement.PreparedState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.xdevapi.Schema.Validation.ValidationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.xdevapi.Statement.LockContention
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.xdevapi.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.xdevapi.UpdateType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.mysql.cj.conf.BooleanPropertyDefinition.AllowableValues
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.conf.ConnectionUrl.HostsCardinality
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.conf.HostsListView
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.conf.PropertyDefinitions.AuthMech
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.conf.PropertyDefinitions.Compression
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.conf.PropertyDefinitions.DatabaseTerm
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.conf.PropertyDefinitions.SslMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.conf.PropertyDefinitions.XdevapiSslMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.conf.PropertyKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.jdbc.DatabaseMetaData.ProcedureType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.jdbc.DatabaseMetaData.TableType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema.FunctionConstant
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.MysqlType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin.AuthStage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.protocol.a.NativeConstants.IntegerDataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.protocol.a.NativeConstants.StringLengthDataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.protocol.a.NativeConstants.StringSelfDataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.protocol.Resultset.Concurrency
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.protocol.Resultset.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.protocol.x.CompressionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.protocol.x.XpluginStatementCommand
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.Query.CancelStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.sasl.ScramShaSaslClient.ScramExchangeStage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class com.mysql.cj.util.ExpiringCache
- values() - Static method in enum com.mysql.cj.util.SaslPrep.StringType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.util.StringUtils.SearchMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.xdevapi.Client.ClientProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.xdevapi.DatabaseObject.DbObjectStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.xdevapi.DatabaseObject.DbObjectType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.xdevapi.FilterParams.RowLock
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.xdevapi.FilterParams.RowLockOptions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.xdevapi.JsonLiteral
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.xdevapi.PreparableStatement.PreparedState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.xdevapi.Schema.Validation.ValidationLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.xdevapi.Statement.LockContention
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.xdevapi.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mysql.cj.xdevapi.UpdateType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values(Object...) - Method in interface com.mysql.cj.xdevapi.InsertStatement
-
Add a row (sequence of values) to this statement.
- values(List<Object>) - Method in interface com.mysql.cj.xdevapi.InsertStatement
-
Add a row (sequence of values) to this statement.
- values(List<Object>) - Method in class com.mysql.cj.xdevapi.InsertStatementImpl
- VARBINARY - com.mysql.cj.MysqlType
-
VARBINARY(M) The VARBINARY type is similar to the VARCHAR type, but stores binary byte strings rather than nonbinary character strings.
- VARCHAR - com.mysql.cj.MysqlType
-
[NATIONAL] VARCHAR(M) [CHARACTER SET charset_name] [COLLATE collation_name] A variable-length string.
- VARIABLE - com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
VARIABLE = 3;
- VARIABLE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- VARIABLE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
VARIABLE = 3;
- VERIFY_CA - com.mysql.cj.conf.PropertyDefinitions.SslMode
- VERIFY_CA - com.mysql.cj.conf.PropertyDefinitions.XdevapiSslMode
- VERIFY_IDENTITY - com.mysql.cj.conf.PropertyDefinitions.SslMode
- VERIFY_IDENTITY - com.mysql.cj.conf.PropertyDefinitions.XdevapiSslMode
- verifyAllArgsBound() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
- verifyAllArgsBound() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Verify that all arguments are bound.
- verifyServerCertificate - com.mysql.cj.conf.PropertyKey
- versionMeetsMinimum(int, int, int) - Method in class com.mysql.cj.CoreSession
- versionMeetsMinimum(int, int, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
- versionMeetsMinimum(int, int, int) - Method in class com.mysql.cj.protocol.a.NativeProtocol
- versionMeetsMinimum(int, int, int) - Method in interface com.mysql.cj.protocol.Protocol
- versionMeetsMinimum(int, int, int) - Method in class com.mysql.cj.protocol.x.XProtocol
- versionMeetsMinimum(int, int, int) - Method in interface com.mysql.cj.Session
-
Does the version of the MySQL server we are connected to meet the given minimums?
- VIEW - com.mysql.cj.jdbc.DatabaseMetaData.TableType
- VIEW - com.mysql.cj.xdevapi.DatabaseObject.DbObjectType
- VIEW_AS_BYTES - Static variable in class com.mysql.cj.jdbc.DatabaseMetaData
- VIEW_ID_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
W
- WARN_COND_ITEM_TRUNCATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- WARN_NO_MASTER_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
Deprecated.
- WARN_NO_SOURCE_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- WARN_ON_BLOCKHOLE_IN_RBR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- WARN_OPTION_BELOW_LIMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- WARN_OPTION_IGNORED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- WARN_PLUGIN_BUSY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- WARN_PLUGIN_DELETE_BUILTIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
- Warning - Interface in com.mysql.cj.protocol
- Warning - Interface in com.mysql.cj.xdevapi
-
A warning generated during statement execution.
- WARNING - com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
WARNING = 1;
- WARNING - com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
-
WARNING = 2;
- WARNING_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
WARNING = 1;
- WARNING_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
-
WARNING = 2;
- warningChain - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
The warning chain
- warningChain - Variable in class com.mysql.cj.jdbc.StatementImpl
-
The warnings chain.
- warningEncountered(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Accumulate internal warnings as the SQLWarning chain.
- warningEncountered(String) - Method in interface com.mysql.cj.WarningListener
- WarningImpl - Class in com.mysql.cj.xdevapi
-
Warning
implementation - WarningImpl(Warning) - Constructor for class com.mysql.cj.xdevapi.WarningImpl
-
Constructor.
- WarningListener - Interface in com.mysql.cj
-
A warning listener is notified of warnings as they happen throughout the driver.
- wasEmpty - Variable in class com.mysql.cj.protocol.a.result.AbstractResultsetRows
- wasEmpty() - Method in class com.mysql.cj.protocol.a.result.AbstractResultsetRows
- wasEmpty() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
- wasEmpty() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Did this result set have no rows?
- wasExplicitlySet - Variable in class com.mysql.cj.conf.AbstractRuntimeProperty
- wasNull - Variable in class com.mysql.cj.protocol.result.AbstractResultsetRow
-
Did the previous value retrieval find a NULL?
- wasNull() - Method in class com.mysql.cj.jdbc.CallableStatement
- wasNull() - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
- wasNull() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
- wasNull() - Method in class com.mysql.cj.protocol.result.AbstractResultsetRow
- wasNull() - Method in class com.mysql.cj.protocol.x.XProtocolRow
- wasNull() - Method in interface com.mysql.cj.result.Row
-
Was the last value retrieved a NULL value?
- WatchableOutputStream - Class in com.mysql.cj.protocol
-
A java.io.OutputStream used to write ASCII data into Blobs and Clobs
- WatchableOutputStream() - Constructor for class com.mysql.cj.protocol.WatchableOutputStream
- WatchableStream - Interface in com.mysql.cj.protocol
- WatchableWriter - Class in com.mysql.cj.protocol
-
A java.io.Writer used to write unicode data into Blobs and Clobs
- WatchableWriter() - Constructor for class com.mysql.cj.protocol.WatchableWriter
- where(String) - Method in interface com.mysql.cj.xdevapi.DeleteStatement
-
Add/replace the filter for the deletion.
- where(String) - Method in class com.mysql.cj.xdevapi.FilterableStatement
-
Add search condition to this statement.
- where(String) - Method in class com.mysql.cj.xdevapi.FindStatementImpl
-
Deprecated.Deprecated in Connector/J 8.0.17. Please use filter criteria in the operation starting method.
- where(String) - Method in class com.mysql.cj.xdevapi.ModifyStatementImpl
-
Deprecated.Deprecated in Connector/J 8.0.17. Please use filter criteria in the operation starting method.
- where(String) - Method in class com.mysql.cj.xdevapi.RemoveStatementImpl
-
Deprecated.Deprecated in Connector/J 8.0.17. Please use filter criteria in the operation starting method.
- where(String) - Method in interface com.mysql.cj.xdevapi.SelectStatement
-
Add/replace the search condition for this query.
- where(String) - Method in interface com.mysql.cj.xdevapi.UpdateStatement
-
Add/replace the search criteria for this statement.
- wildCompareIgnoreCase(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Compares searchIn against searchForWildcard with wildcards, in a case insensitive manner.
- wrap(byte[], int, int) - Method in class com.mysql.cj.sasl.ScramShaSaslClient
- wrappedConn - Variable in class com.mysql.cj.jdbc.StatementWrapper
- wrappedStmt - Variable in class com.mysql.cj.jdbc.StatementWrapper
- wrapperStatement - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
- write(byte[]) - Method in class com.mysql.cj.protocol.x.CompressionSplittedOutputStream
-
Forwards the write to
CompressionSplittedOutputStream.write(byte[], int, int)
; - write(byte[], int, int) - Method in interface com.mysql.cj.protocol.WatchableStream
- write(byte[], int, int) - Method in class com.mysql.cj.protocol.x.CompressionSplittedOutputStream
-
Analyzes the given bytes as an X Protocol frame and, depending on its size, writes it as-is in the underlying
OutputStream
or rebuilds it as a compressed X Protocol packet. - write(int) - Method in class com.mysql.cj.protocol.x.CompressionSplittedOutputStream
-
Forwards the write to
CompressionSplittedOutputStream.write(byte[], int, int)
; - writeBytes(NativeConstants.StringLengthDataType, byte[]) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Write all bytes from given byte array into internal buffer starting with current buffer position.
- writeBytes(NativeConstants.StringLengthDataType, byte[], int, int) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Write len bytes from given byte array into internal buffer.
- writeBytes(NativeConstants.StringSelfDataType, byte[]) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Write all bytes from given byte array into internal buffer starting with current buffer position.
- writeBytes(NativeConstants.StringSelfDataType, byte[], int, int) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Write len bytes from given byte array into internal buffer.
- writeDelimitedTo(OutputStream) - Method in class com.mysql.cj.protocol.x.XMessage
- writeInteger(NativeConstants.IntegerDataType, long) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Write data according to provided Integer type.
- WRITER_CONNECTION_INDEX - Static variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- writerClosed(char[]) - Method in class com.mysql.cj.jdbc.Clob
- writerClosed(WatchableWriter) - Method in class com.mysql.cj.jdbc.Clob
- writerClosed(WatchableWriter) - Method in interface com.mysql.cj.protocol.WriterWatcher
-
Called when the Writer being watched has .close() called
- writerFailoverHandler - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
- WriterFailoverHandler - Interface in com.mysql.cj.jdbc.ha.ca
-
Interface for Writer Failover Process handler.
- WriterFailoverResult - Class in com.mysql.cj.jdbc.ha.ca
-
This class holds results of Writer Failover Process.
- WriterFailoverResult(boolean, boolean, List<HostInfo>, JdbcConnection, String) - Constructor for class com.mysql.cj.jdbc.ha.ca.WriterFailoverResult
-
ResolvedHostInfo constructor.
- WriterWatcher - Interface in com.mysql.cj.protocol
-
Objects that want to be notified of lifecycle events on a WatchableWriter should implement this interface, and register themselves with setWatcher() on the WatchableWriter instance.
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.protocol.x.XMessage
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
- writeTo(CodedOutputStream) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
- writeTo(OutputStream) - Method in class com.mysql.cj.protocol.x.XMessage
- WrongArgumentException - Exception in com.mysql.cj.exceptions
- WrongArgumentException() - Constructor for exception com.mysql.cj.exceptions.WrongArgumentException
- WrongArgumentException(String) - Constructor for exception com.mysql.cj.exceptions.WrongArgumentException
- WrongArgumentException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.WrongArgumentException
- WrongArgumentException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.WrongArgumentException
- WrongArgumentException(Throwable) - Constructor for exception com.mysql.cj.exceptions.WrongArgumentException
X
- X509TrustManagerWrapper(boolean, String) - Constructor for class com.mysql.cj.protocol.ExportControlled.X509TrustManagerWrapper
- X509TrustManagerWrapper(X509TrustManager, boolean, String) - Constructor for class com.mysql.cj.protocol.ExportControlled.X509TrustManagerWrapper
- XA_DATA_SOURCE_CLASS_NAME - Static variable in class com.mysql.cj.jdbc.MysqlDataSourceFactory
-
The class name for a MysqlXADataSource
- XAuthenticationProvider - Class in com.mysql.cj.protocol.x
- XAuthenticationProvider() - Constructor for class com.mysql.cj.protocol.x.XAuthenticationProvider
- XDEVAPI_DNS_SRV_SESSION - com.mysql.cj.conf.ConnectionUrl.Type
- XDEVAPI_SESSION - com.mysql.cj.conf.ConnectionUrl.Type
- xdevapiAsyncResponseTimeout - com.mysql.cj.conf.PropertyKey
- xdevapiAuth - com.mysql.cj.conf.PropertyKey
- xdevapiCompression - com.mysql.cj.conf.PropertyKey
- xdevapiCompressionAlgorithms - com.mysql.cj.conf.PropertyKey
- xdevapiCompressionExtensions - com.mysql.cj.conf.PropertyKey
- xdevapiConnectionAttributes - com.mysql.cj.conf.PropertyKey
- XDevApiConnectionUrl - Class in com.mysql.cj.conf.url
- XDevApiConnectionUrl(ConnectionUrlParser, Properties) - Constructor for class com.mysql.cj.conf.url.XDevApiConnectionUrl
-
Constructs an instance of
XDevApiConnectionUrl
, performing all the required initializations. - xdevapiConnectTimeout - com.mysql.cj.conf.PropertyKey
- xdevapiDnsSrv - com.mysql.cj.conf.PropertyKey
- XDevApiDnsSrvConnectionUrl - Class in com.mysql.cj.conf.url
- XDevApiDnsSrvConnectionUrl(ConnectionUrlParser, Properties) - Constructor for class com.mysql.cj.conf.url.XDevApiDnsSrvConnectionUrl
-
Constructs an instance of
XDevApiDnsSrvConnectionUrl
, performing all the required initializations. - XDevAPIError - Exception in com.mysql.cj.xdevapi
-
An Error returned from X DevAPI.
- XDevAPIError(String) - Constructor for exception com.mysql.cj.xdevapi.XDevAPIError
-
Create new
XDevAPIError
instance. - XDevAPIError(String, Throwable) - Constructor for exception com.mysql.cj.xdevapi.XDevAPIError
-
Create new
XDevAPIError
instance. - xdevapiFallbackToSystemKeyStore - com.mysql.cj.conf.PropertyKey
- xdevapiFallbackToSystemTrustStore - com.mysql.cj.conf.PropertyKey
- xdevapiSslKeyStorePassword - com.mysql.cj.conf.PropertyKey
- xdevapiSslKeyStoreType - com.mysql.cj.conf.PropertyKey
- xdevapiSslKeyStoreUrl - com.mysql.cj.conf.PropertyKey
- xdevapiSslMode - com.mysql.cj.conf.PropertyKey
- xdevapiSslTrustStorePassword - com.mysql.cj.conf.PropertyKey
- xdevapiSslTrustStoreType - com.mysql.cj.conf.PropertyKey
- xdevapiSslTrustStoreUrl - com.mysql.cj.conf.PropertyKey
- xdevapiTlsCiphersuites - com.mysql.cj.conf.PropertyKey
- xdevapiTlsVersions - com.mysql.cj.conf.PropertyKey
- xdevapiUseAsyncProtocol - com.mysql.cj.conf.PropertyKey
- XMessage - Class in com.mysql.cj.protocol.x
- XMessage(Message) - Constructor for class com.mysql.cj.protocol.x.XMessage
- XMessageBuilder - Class in com.mysql.cj.protocol.x
- XMessageBuilder() - Constructor for class com.mysql.cj.protocol.x.XMessageBuilder
- XMessageHeader - Class in com.mysql.cj.protocol.x
- XMessageHeader() - Constructor for class com.mysql.cj.protocol.x.XMessageHeader
- XMessageHeader(byte[]) - Constructor for class com.mysql.cj.protocol.x.XMessageHeader
- XML - com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
XML = 3;
- XML_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
XML = 3;
- xorString(byte[], byte[], byte[], int) - Static method in class com.mysql.cj.protocol.Security
-
Encrypt/Decrypt function used for password encryption in authentication Simple XOR is used here but it is OK as we encrypt random strings
- XPLUGIN_STMT_CREATE_COLLECTION - com.mysql.cj.protocol.x.XpluginStatementCommand
- XPLUGIN_STMT_CREATE_COLLECTION_INDEX - com.mysql.cj.protocol.x.XpluginStatementCommand
- XPLUGIN_STMT_DISABLE_NOTICES - com.mysql.cj.protocol.x.XpluginStatementCommand
- XPLUGIN_STMT_DROP_COLLECTION - com.mysql.cj.protocol.x.XpluginStatementCommand
- XPLUGIN_STMT_DROP_COLLECTION_INDEX - com.mysql.cj.protocol.x.XpluginStatementCommand
- XPLUGIN_STMT_ENABLE_NOTICES - com.mysql.cj.protocol.x.XpluginStatementCommand
- XPLUGIN_STMT_LIST_NOTICES - com.mysql.cj.protocol.x.XpluginStatementCommand
- XPLUGIN_STMT_LIST_OBJECTS - com.mysql.cj.protocol.x.XpluginStatementCommand
- XPLUGIN_STMT_MODIFY_COLLECTION_OPTIONS - com.mysql.cj.protocol.x.XpluginStatementCommand
- XPLUGIN_STMT_PING - com.mysql.cj.protocol.x.XpluginStatementCommand
- XpluginStatementCommand - Enum in com.mysql.cj.protocol.x
- XProtocol - Class in com.mysql.cj.protocol.x
-
Low-level interface to communications with X Plugin.
- XProtocol(HostInfo, PropertySet) - Constructor for class com.mysql.cj.protocol.x.XProtocol
- XProtocol(String, int, String, PropertySet) - Constructor for class com.mysql.cj.protocol.x.XProtocol
- XProtocolDecoder - Class in com.mysql.cj.protocol.x
- XProtocolDecoder() - Constructor for class com.mysql.cj.protocol.x.XProtocolDecoder
- XProtocolError - Exception in com.mysql.cj.protocol.x
-
An Error returned from X Plugin.
- XProtocolError(XProtocolError) - Constructor for exception com.mysql.cj.protocol.x.XProtocolError
- XProtocolError(Mysqlx.Error) - Constructor for exception com.mysql.cj.protocol.x.XProtocolError
- XProtocolError(String) - Constructor for exception com.mysql.cj.protocol.x.XProtocolError
- XProtocolError(String, Throwable) - Constructor for exception com.mysql.cj.protocol.x.XProtocolError
- XProtocolRow - Class in com.mysql.cj.protocol.x
-
ProtocolEntity representing an X Protocol result row.
- XProtocolRow(MysqlxResultset.Row) - Constructor for class com.mysql.cj.protocol.x.XProtocolRow
- XProtocolRowFactory - Class in com.mysql.cj.protocol.x
-
Factory producing an
XProtocolRow
from protocol message. - XProtocolRowFactory() - Constructor for class com.mysql.cj.protocol.x.XProtocolRowFactory
- XProtocolRowInputStream - Class in com.mysql.cj.protocol.x
- XProtocolRowInputStream(ColumnDefinition, XProtocol, Consumer<Notice>) - Constructor for class com.mysql.cj.protocol.x.XProtocolRowInputStream
- XProtocolRowInputStream(ColumnDefinition, Row, XProtocol, Consumer<Notice>) - Constructor for class com.mysql.cj.protocol.x.XProtocolRowInputStream
- XServerCapabilities - Class in com.mysql.cj.protocol.x
- XServerCapabilities(Map<String, MysqlxDatatypes.Any>) - Constructor for class com.mysql.cj.protocol.x.XServerCapabilities
- XServerSession - Class in com.mysql.cj.protocol.x
- XServerSession() - Constructor for class com.mysql.cj.protocol.x.XServerSession
- XSessionStateChanged(MysqlxNotice.Frame) - Constructor for class com.mysql.cj.protocol.x.Notice.XSessionStateChanged
- XSessionVariableChanged(MysqlxNotice.Frame) - Constructor for class com.mysql.cj.protocol.x.Notice.XSessionVariableChanged
- XWarning(MysqlxNotice.Frame) - Constructor for class com.mysql.cj.protocol.x.Notice.XWarning
Y
- year - Variable in class com.mysql.cj.protocol.InternalDate
- YEAR - com.mysql.cj.MysqlType
-
YEAR[(4)] A year in four-digit format.
- yearIsDateType - com.mysql.cj.conf.PropertyKey
- yearIsDateType - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
- YES - com.mysql.cj.conf.BooleanPropertyDefinition.AllowableValues
Z
- zeroDateTimeBehavior - com.mysql.cj.conf.PropertyKey
- ZonedDateTimeValueFactory - Class in com.mysql.cj.result
-
Value factory to create
ZonedDateTime
instances. - ZonedDateTimeValueFactory(PropertySet, TimeZone, TimeZone) - Constructor for class com.mysql.cj.result.ZonedDateTimeValueFactory
All Classes|All Packages