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 _ 
所有类 所有程序包

A

AbandonedConnectionCleanupThread - 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) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
abort(Executor) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
abort(Executor) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
abort(Executor) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
abortInternal() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
abortInternal() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
abortInternal() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
abortInternal() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
abortInternal() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Clobbers the physical network connection and marks this connection as closed.
absolute(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
absolute(int) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
AbstractBufferRow - 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) - 类 的构造器com.mysql.cj.protocol.a.result.AbstractBufferRow
 
AbstractDataResult<T> - com.mysql.cj.xdevapi中的类
Base class for data set results.
AbstractDataResult(RowList, Supplier<ProtocolEntity>, ProtocolEntityFactory<T, XMessage>) - 类 的构造器com.mysql.cj.xdevapi.AbstractDataResult
Constructor.
AbstractDateTimeValueFactory<T> - com.mysql.cj.result中的类
 
AbstractDateTimeValueFactory(PropertySet) - 类 的构造器com.mysql.cj.result.AbstractDateTimeValueFactory
 
AbstractFilterParams - com.mysql.cj.xdevapi中的类
Abstract implementation of FilterParams.
AbstractFilterParams(String, String, boolean, boolean) - 类 的构造器com.mysql.cj.xdevapi.AbstractFilterParams
Constructor.
AbstractNumericValueFactory<T> - com.mysql.cj.result中的类
 
AbstractNumericValueFactory(PropertySet) - 类 的构造器com.mysql.cj.result.AbstractNumericValueFactory
 
AbstractPropertyDefinition<T> - com.mysql.cj.conf中的类
 
AbstractPropertyDefinition(PropertyKey, T, boolean, String, String, String, int) - 类 的构造器com.mysql.cj.conf.AbstractPropertyDefinition
 
AbstractPropertyDefinition(PropertyKey, T, boolean, String, String, String, int, int, int) - 类 的构造器com.mysql.cj.conf.AbstractPropertyDefinition
 
AbstractPropertyDefinition(String, String, T, boolean, String, String, String, int) - 类 的构造器com.mysql.cj.conf.AbstractPropertyDefinition
 
AbstractProtocol<M extends Message> - com.mysql.cj.protocol中的类
 
AbstractProtocol() - 类 的构造器com.mysql.cj.protocol.AbstractProtocol
 
AbstractQuery - com.mysql.cj中的类
 
AbstractQuery(NativeSession) - 类 的构造器com.mysql.cj.AbstractQuery
 
AbstractResultsetRow - com.mysql.cj.protocol.result中的类
 
AbstractResultsetRow(ExceptionInterceptor) - 类 的构造器com.mysql.cj.protocol.result.AbstractResultsetRow
 
AbstractResultsetRows - com.mysql.cj.protocol.a.result中的类
 
AbstractResultsetRows() - 类 的构造器com.mysql.cj.protocol.a.result.AbstractResultsetRows
 
AbstractRowFactory - com.mysql.cj.protocol.a中的类
 
AbstractRowFactory() - 类 的构造器com.mysql.cj.protocol.a.AbstractRowFactory
 
AbstractRuntimeProperty<T> - com.mysql.cj.conf中的类
 
AbstractRuntimeProperty() - 类 的构造器com.mysql.cj.conf.AbstractRuntimeProperty
 
AbstractRuntimeProperty(PropertyDefinition<T>) - 类 的构造器com.mysql.cj.conf.AbstractRuntimeProperty
 
AbstractSocketConnection - com.mysql.cj.protocol中的类
 
AbstractSocketConnection() - 类 的构造器com.mysql.cj.protocol.AbstractSocketConnection
 
AbstractValueEncoder - com.mysql.cj.protocol.a中的类
 
AbstractValueEncoder() - 类 的构造器com.mysql.cj.protocol.a.AbstractValueEncoder
 
acceptsUrl(String) - 类 中的静态方法com.mysql.cj.conf.ConnectionUrl
Checks if this ConnectionUrl is able to process the given database URL.
acceptsURL(String) - 类 中的方法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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
ACCOUNT_EXPIRED = 2;
activeCheckConnection(Connection) - 类 中的方法com.mysql.cj.jdbc.integration.c3p0.MysqlConnectionTester
 
activeCheckConnection(Connection, String) - 类 中的方法com.mysql.cj.jdbc.integration.c3p0.MysqlConnectionTester
 
add(DbDoc) - 接口 中的方法com.mysql.cj.xdevapi.Collection
Add a document in the form of a DbDoc.
add(DbDoc) - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
add(DbDoc...) - 接口 中的方法com.mysql.cj.xdevapi.AddStatement
Add a sequence of DbDocs.
add(DbDoc...) - 类 中的方法com.mysql.cj.xdevapi.AddStatementImpl
 
add(DbDoc...) - 接口 中的方法com.mysql.cj.xdevapi.Collection
Add a sequence of documents.
add(DbDoc...) - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
add(String) - 接口 中的方法com.mysql.cj.xdevapi.AddStatement
Add a document as a JSON string.
add(String) - 类 中的方法com.mysql.cj.xdevapi.AddStatementImpl
 
add(String...) - 接口 中的方法com.mysql.cj.xdevapi.Collection
Add one or more documents.
add(String...) - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
add(String, JsonValue) - 接口 中的方法com.mysql.cj.xdevapi.DbDoc
Add JsonValue to the top-level document hierarchy.
add(String, JsonValue) - 类 中的方法com.mysql.cj.xdevapi.DbDocImpl
 
add(Map<String, ?>) - 接口 中的方法com.mysql.cj.xdevapi.Collection
Add a document in the form of a Map.
add(Map<String, ?>) - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
addAllArgs(Iterable<? extends MysqlxDatatypes.Any>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
Arguments to bind to the prepared statement
addAllArgs(Iterable<? extends MysqlxDatatypes.Any>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
values for wildcard replacements
addAllArgs(Iterable<? extends MysqlxDatatypes.Scalar>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
values for parameters used in filter expression
addAllArgs(Iterable<? extends MysqlxDatatypes.Scalar>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
values for parameters used in filter expression
addAllArgs(Iterable<? extends MysqlxDatatypes.Scalar>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
values for parameters used in row expressions
addAllArgs(Iterable<? extends MysqlxDatatypes.Scalar>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
values for parameters used in filter expression
addAllCapabilities(Iterable<? extends MysqlxConnection.Capability>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
repeated .Mysqlx.Connection.Capability capabilities = 1;
addAllColumn(Iterable<String>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
defines the list of aliases for column names specified in `stmt`
addAllColumn(Iterable<String>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
defines the list of aliases for column names specified in `stmt`
addAllCond(Iterable<? extends MysqlxExpect.Open.Condition>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
addAllDocumentPath(Iterable<? extends MysqlxExpr.DocumentPathItem>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
addAllDocumentPath(Iterable<? extends MysqlxExpr.DocumentPathItem>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
document path
addAllField(Iterable<? extends ByteString>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
repeated bytes field = 1;
addAllField(Iterable<? extends MysqlxExpr.Expr>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
repeated .Mysqlx.Expr.Expr field = 1;
addAllFld(Iterable<? extends MysqlxDatatypes.Object.ObjectField>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
addAllFld(Iterable<? extends MysqlxExpr.Object.ObjectField>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
list of fields
addAllGrouping(Iterable<? extends MysqlxExpr.Expr>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
column expression list for aggregation (GROUP BY)
addAllOperation(Iterable<? extends MysqlxCrud.UpdateOperation>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
list of operations to be applied.
addAllOrder(Iterable<? extends MysqlxCrud.Order>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
specifies order of matched rows
addAllOrder(Iterable<? extends MysqlxCrud.Order>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
sort-order in which the rows/document shall be returned in
addAllOrder(Iterable<? extends MysqlxCrud.Order>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
specifies order of matched rows
addAllParam(Iterable<? extends MysqlxExpr.Expr>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
list of parameters
addAllParam(Iterable<? extends MysqlxExpr.Expr>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
list of parameters
addAllProjection(Iterable<? extends MysqlxCrud.Column>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
name of the columns to insert data into (empty if data_model is DOCUMENT)
addAllProjection(Iterable<? extends MysqlxCrud.Projection>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
list of column projections that shall be returned
addAllRow(Iterable<? extends MysqlxCrud.Insert.TypedRow>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
addAllValue(Iterable<? extends MysqlxDatatypes.Any>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
repeated .Mysqlx.Datatypes.Any value = 1;
addAllValue(Iterable<? extends MysqlxDatatypes.Scalar>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
updated value
addAllValue(Iterable<? extends MysqlxExpr.Expr>) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
list of values
addArg(String, Object) - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
addArg(String, Object) - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
Set binding.
addArgs(int, MysqlxDatatypes.Any) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
Arguments to bind to the prepared statement
addArgs(int, MysqlxDatatypes.Any) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
values for wildcard replacements
addArgs(int, MysqlxDatatypes.Any.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
Arguments to bind to the prepared statement
addArgs(int, MysqlxDatatypes.Any.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
values for wildcard replacements
addArgs(int, MysqlxDatatypes.Scalar) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
values for parameters used in filter expression
addArgs(int, MysqlxDatatypes.Scalar) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
values for parameters used in filter expression
addArgs(int, MysqlxDatatypes.Scalar) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
values for parameters used in row expressions
addArgs(int, MysqlxDatatypes.Scalar) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
values for parameters used in filter expression
addArgs(int, MysqlxDatatypes.Scalar.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
values for parameters used in filter expression
addArgs(int, MysqlxDatatypes.Scalar.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
values for parameters used in filter expression
addArgs(int, MysqlxDatatypes.Scalar.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
values for parameters used in row expressions
addArgs(int, MysqlxDatatypes.Scalar.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
values for parameters used in filter expression
addArgs(MysqlxDatatypes.Any) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
Arguments to bind to the prepared statement
addArgs(MysqlxDatatypes.Any) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
values for wildcard replacements
addArgs(MysqlxDatatypes.Any.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
Arguments to bind to the prepared statement
addArgs(MysqlxDatatypes.Any.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
values for wildcard replacements
addArgs(MysqlxDatatypes.Scalar) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
values for parameters used in filter expression
addArgs(MysqlxDatatypes.Scalar) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
values for parameters used in filter expression
addArgs(MysqlxDatatypes.Scalar) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
values for parameters used in row expressions
addArgs(MysqlxDatatypes.Scalar) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
values for parameters used in filter expression
addArgs(MysqlxDatatypes.Scalar.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
values for parameters used in filter expression
addArgs(MysqlxDatatypes.Scalar.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
values for parameters used in filter expression
addArgs(MysqlxDatatypes.Scalar.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
values for parameters used in row expressions
addArgs(MysqlxDatatypes.Scalar.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
values for parameters used in filter expression
addArgsBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
values for parameters used in filter expression
addArgsBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
values for parameters used in filter expression
addArgsBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
values for parameters used in row expressions
addArgsBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
values for parameters used in filter expression
addArgsBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
Arguments to bind to the prepared statement
addArgsBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
values for wildcard replacements
addArgsBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
values for parameters used in filter expression
addArgsBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
values for parameters used in filter expression
addArgsBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
values for parameters used in row expressions
addArgsBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
values for parameters used in filter expression
addArgsBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
Arguments to bind to the prepared statement
addArgsBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
values for wildcard replacements
addBatch() - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
addBatch() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
addBatch() - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
addBatch() - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
addBatch(Object) - 类 中的方法com.mysql.cj.AbstractQuery
 
addBatch(Object) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
addBatch(Object) - 接口 中的方法com.mysql.cj.Query
 
addBatch(String) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
addBatch(String) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
addBatch(String) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
addCapabilities(int, MysqlxConnection.Capability) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
repeated .Mysqlx.Connection.Capability capabilities = 1;
addCapabilities(int, MysqlxConnection.Capability.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
repeated .Mysqlx.Connection.Capability capabilities = 1;
addCapabilities(MysqlxConnection.Capability) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
repeated .Mysqlx.Connection.Capability capabilities = 1;
addCapabilities(MysqlxConnection.Capability.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
repeated .Mysqlx.Connection.Capability capabilities = 1;
addCapabilitiesBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
repeated .Mysqlx.Connection.Capability capabilities = 1;
addCapabilitiesBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
repeated .Mysqlx.Connection.Capability capabilities = 1;
addColumn(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
defines the list of aliases for column names specified in `stmt`
addColumn(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
defines the list of aliases for column names specified in `stmt`
addColumnBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
defines the list of aliases for column names specified in `stmt`
addColumnBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
defines the list of aliases for column names specified in `stmt`
addCond(int, MysqlxExpect.Open.Condition) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
addCond(int, MysqlxExpect.Open.Condition.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
addCond(MysqlxExpect.Open.Condition) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
addCond(MysqlxExpect.Open.Condition.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
addCondBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
addCondBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
addConnectionEventListener(ConnectionEventListener) - 类 中的方法com.mysql.cj.jdbc.MysqlPooledConnection
 
addDocumentPath(int, MysqlxExpr.DocumentPathItem) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
addDocumentPath(int, MysqlxExpr.DocumentPathItem) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
document path
addDocumentPath(int, MysqlxExpr.DocumentPathItem.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
addDocumentPath(int, MysqlxExpr.DocumentPathItem.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
document path
addDocumentPath(MysqlxExpr.DocumentPathItem) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
addDocumentPath(MysqlxExpr.DocumentPathItem) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
document path
addDocumentPath(MysqlxExpr.DocumentPathItem.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
addDocumentPath(MysqlxExpr.DocumentPathItem.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
document path
addDocumentPathBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
addDocumentPathBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
document path
addDocumentPathBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
addDocumentPathBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
document path
addField(int, MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
repeated .Mysqlx.Expr.Expr field = 1;
addField(int, MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
repeated .Mysqlx.Expr.Expr field = 1;
addField(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
repeated bytes field = 1;
addField(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
repeated .Mysqlx.Expr.Expr field = 1;
addField(MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
repeated .Mysqlx.Expr.Expr field = 1;
addFieldBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
repeated .Mysqlx.Expr.Expr field = 1;
addFieldBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
repeated .Mysqlx.Expr.Expr field = 1;
addFld(int, MysqlxDatatypes.Object.ObjectField) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
addFld(int, MysqlxDatatypes.Object.ObjectField.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
addFld(int, MysqlxExpr.Object.ObjectField) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
list of fields
addFld(int, MysqlxExpr.Object.ObjectField.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
list of fields
addFld(MysqlxDatatypes.Object.ObjectField) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
addFld(MysqlxDatatypes.Object.ObjectField.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
addFld(MysqlxExpr.Object.ObjectField) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
list of fields
addFld(MysqlxExpr.Object.ObjectField.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
list of fields
addFldBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
addFldBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
list of fields
addFldBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
addFldBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
list of fields
addGrouping(int, MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
column expression list for aggregation (GROUP BY)
addGrouping(int, MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
column expression list for aggregation (GROUP BY)
addGrouping(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
column expression list for aggregation (GROUP BY)
addGrouping(MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
column expression list for aggregation (GROUP BY)
addGroupingBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
column expression list for aggregation (GROUP BY)
addGroupingBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
column expression list for aggregation (GROUP BY)
addHost(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionGroup
Add the given host (host:port pair) to this Connection Group.
addHost(String) - 接口 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnection
 
addHost(String) - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
Adds a host to the hosts list.
addHost(String) - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
 
addHost(String, boolean) - 类 中的方法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) - 类 中的静态方法com.mysql.cj.jdbc.ConnectionGroupManager
 
addHost(String, String, boolean) - 类 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
 
addHost(String, String, boolean) - 接口 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
 
addInputStream(InputStream) - 类 中的方法com.mysql.cj.protocol.x.ContinuousInputStream
Adds another InputStream to the InputStreams queue.
addListener(RuntimeProperty.RuntimePropertyListener) - 类 中的方法com.mysql.cj.conf.AbstractRuntimeProperty
 
addListener(RuntimeProperty.RuntimePropertyListener) - 接口 中的方法com.mysql.cj.conf.RuntimeProperty
Add listener for this property changes.
addListener(Protocol.ProtocolEventListener) - 类 中的方法com.mysql.cj.protocol.AbstractProtocol
 
addListener(Protocol.ProtocolEventListener) - 接口 中的方法com.mysql.cj.protocol.Protocol.ProtocolEventHandler
Add listener for this protocol events.
addListener(Session.SessionEventListener) - 类 中的方法com.mysql.cj.CoreSession
 
addListener(Session.SessionEventListener) - 类 中的方法com.mysql.cj.NativeSession
 
addListener(Session.SessionEventListener) - 接口 中的方法com.mysql.cj.Session
Add listener for this session status changes.
AddMethods - instrumentation中的类
 
AddMethods() - 类 的构造器instrumentation.AddMethods
 
addNotices(List<Notice>) - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
addOperation(int, MysqlxCrud.UpdateOperation) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
list of operations to be applied.
addOperation(int, MysqlxCrud.UpdateOperation.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
list of operations to be applied.
addOperation(MysqlxCrud.UpdateOperation) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
list of operations to be applied.
addOperation(MysqlxCrud.UpdateOperation.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
list of operations to be applied.
addOperationBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
list of operations to be applied.
addOperationBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
list of operations to be applied.
addOrder(int, MysqlxCrud.Order) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
specifies order of matched rows
addOrder(int, MysqlxCrud.Order) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
sort-order in which the rows/document shall be returned in
addOrder(int, MysqlxCrud.Order) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
specifies order of matched rows
addOrder(int, MysqlxCrud.Order.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
specifies order of matched rows
addOrder(int, MysqlxCrud.Order.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
sort-order in which the rows/document shall be returned in
addOrder(int, MysqlxCrud.Order.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
specifies order of matched rows
addOrder(MysqlxCrud.Order) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
specifies order of matched rows
addOrder(MysqlxCrud.Order) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
sort-order in which the rows/document shall be returned in
addOrder(MysqlxCrud.Order) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
specifies order of matched rows
addOrder(MysqlxCrud.Order.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
specifies order of matched rows
addOrder(MysqlxCrud.Order.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
sort-order in which the rows/document shall be returned in
addOrder(MysqlxCrud.Order.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
specifies order of matched rows
addOrderBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
specifies order of matched rows
addOrderBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
sort-order in which the rows/document shall be returned in
addOrderBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
specifies order of matched rows
addOrderBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
specifies order of matched rows
addOrderBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
sort-order in which the rows/document shall be returned in
addOrderBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
specifies order of matched rows
addOrReplaceOne(String, DbDoc) - 接口 中的方法com.mysql.cj.xdevapi.Collection
Adds the document to the collection.
addOrReplaceOne(String, DbDoc) - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
addOrReplaceOne(String, String) - 接口 中的方法com.mysql.cj.xdevapi.Collection
Adds the document to the collection.
addOrReplaceOne(String, String) - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
addParam(int, MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
list of parameters
addParam(int, MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
list of parameters
addParam(int, MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
list of parameters
addParam(int, MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
list of parameters
addParam(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
list of parameters
addParam(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
list of parameters
addParam(MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
list of parameters
addParam(MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
list of parameters
addParamBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
list of parameters
addParamBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
list of parameters
addParamBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
list of parameters
addParamBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
list of parameters
addProjection(int, MysqlxCrud.Column) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
name of the columns to insert data into (empty if data_model is DOCUMENT)
addProjection(int, MysqlxCrud.Column.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
name of the columns to insert data into (empty if data_model is DOCUMENT)
addProjection(int, MysqlxCrud.Projection) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
list of column projections that shall be returned
addProjection(int, MysqlxCrud.Projection.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
list of column projections that shall be returned
addProjection(MysqlxCrud.Column) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
name of the columns to insert data into (empty if data_model is DOCUMENT)
addProjection(MysqlxCrud.Column.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
name of the columns to insert data into (empty if data_model is DOCUMENT)
addProjection(MysqlxCrud.Projection) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
list of column projections that shall be returned
addProjection(MysqlxCrud.Projection.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
list of column projections that shall be returned
addProjectionBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
list of column projections that shall be returned
addProjectionBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
name of the columns to insert data into (empty if data_model is DOCUMENT)
addProjectionBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
list of column projections that shall be returned
addProjectionBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
name of the columns to insert data into (empty if data_model is DOCUMENT)
addProperty(RuntimeProperty<?>) - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
addProperty(RuntimeProperty<?>) - 接口 中的方法com.mysql.cj.conf.PropertySet
 
addProtocolEntity(ProtocolEntity) - 接口 中的方法com.mysql.cj.protocol.ResultBuilder
Add ProtocolEntity.
addProtocolEntity(ProtocolEntity) - 类 中的方法com.mysql.cj.protocol.x.OkBuilder
 
addProtocolEntity(ProtocolEntity) - 类 中的方法com.mysql.cj.protocol.x.StatementExecuteOkBuilder
 
addProtocolEntity(ProtocolEntity) - 类 中的方法com.mysql.cj.xdevapi.DocResultBuilder
 
addProtocolEntity(ProtocolEntity) - 类 中的方法com.mysql.cj.xdevapi.RowResultBuilder
 
addProtocolEntity(ProtocolEntity) - 类 中的方法com.mysql.cj.xdevapi.SqlResultBuilder
 
addProtocolEntity(ProtocolEntity) - 类 中的方法com.mysql.cj.xdevapi.StreamingDocResultBuilder
 
addProtocolEntity(ProtocolEntity) - 类 中的方法com.mysql.cj.xdevapi.StreamingRowResultBuilder
 
addProtocolEntity(ProtocolEntity) - 类 中的方法com.mysql.cj.xdevapi.StreamingSqlResultBuilder
 
addProtocolEntity(ProtocolEntity) - 类 中的方法com.mysql.cj.xdevapi.UpdateResultBuilder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
 
addReplicaHost(String) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
 
addReplicaHost(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
Adds a host to the replicas hosts list.
addReplicaHost(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
addReplicaHost(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
addReplicaHost(String, String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
addReplicaHost(String, String) - 类 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManager
 
addReplicaHost(String, String) - 接口 中的方法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 - com.mysql.cj.xdevapi中的接口
A result from the collection.add() statement.
AddResultBuilder - com.mysql.cj.xdevapi中的类
Result builder producing an AddResult instance.
AddResultBuilder() - 类 的构造器com.mysql.cj.xdevapi.AddResultBuilder
 
AddResultImpl - com.mysql.cj.xdevapi中的类
A result from the collection.add() statement.
AddResultImpl(StatementExecuteOk) - 类 的构造器com.mysql.cj.xdevapi.AddResultImpl
Constructor.
addRingZero(ExceptionInterceptor) - 类 中的方法com.mysql.cj.exceptions.ExceptionInterceptorChain
 
addRow(int, MysqlxCrud.Insert.TypedRow) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
addRow(int, MysqlxCrud.Insert.TypedRow.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
addRow(Row) - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsCursor
 
addRow(Row) - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
addRow(Row) - 接口 中的方法com.mysql.cj.protocol.ResultsetRows
Adds a row.
addRow(MysqlxCrud.Insert.TypedRow) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
addRow(MysqlxCrud.Insert.TypedRow.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
addRow(List<Object>) - 类 中的方法com.mysql.cj.xdevapi.InsertParams
Add new X Protocol row.
addRowBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
addRowBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
addSessionStateChangesListener(ServerSessionStateController.SessionStateChangesListener) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSessionStateController
 
addSessionStateChangesListener(ServerSessionStateController.SessionStateChangesListener) - 接口 中的方法com.mysql.cj.protocol.ServerSessionStateController
addSlaveHost(String) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
已过时。 
addSlaveHost(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
已过时。 
addSlaveHost(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
已过时。 
addSlaveHost(String, String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
已过时。 
addSlaveHost(String, String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
已过时。 
AddStatement - com.mysql.cj.xdevapi中的接口
A statement adding documents to a collection.
addStatementEventListener(StatementEventListener) - 类 中的方法com.mysql.cj.jdbc.MysqlPooledConnection
 
AddStatementImpl - com.mysql.cj.xdevapi中的类
 
addToGlobalBlacklist(String) - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
已过时。 
addToGlobalBlacklist(String, long) - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
已过时。 
addToGlobalBlocklist(String) - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
Adds a host to the blocklist.
addToGlobalBlocklist(String, long) - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
Adds a host to the blocklist with the given timeout.
addUpdate(String, Object) - 类 中的方法com.mysql.cj.xdevapi.UpdateParams
Add update parameter.
addValue(int, MysqlxDatatypes.Any) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
repeated .Mysqlx.Datatypes.Any value = 1;
addValue(int, MysqlxDatatypes.Any.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
repeated .Mysqlx.Datatypes.Any value = 1;
addValue(int, MysqlxDatatypes.Scalar) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
updated value
addValue(int, MysqlxDatatypes.Scalar.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
updated value
addValue(int, MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
list of values
addValue(int, MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
list of values
addValue(MysqlxDatatypes.Any) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
repeated .Mysqlx.Datatypes.Any value = 1;
addValue(MysqlxDatatypes.Any.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
repeated .Mysqlx.Datatypes.Any value = 1;
addValue(MysqlxDatatypes.Scalar) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
updated value
addValue(MysqlxDatatypes.Scalar.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
updated value
addValue(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
list of values
addValue(MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
list of values
addValue(JsonValue) - 类 中的方法com.mysql.cj.xdevapi.JsonArray
Add value to this array.
addValue(String) - 类 中的方法com.mysql.cj.protocol.ServerSessionStateController.SessionStateChange
 
addValueBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
repeated .Mysqlx.Datatypes.Any value = 1;
addValueBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
list of values
addValueBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
updated value
addValueBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
repeated .Mysqlx.Datatypes.Any value = 1;
addValueBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
list of values
addValueBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
updated value
adjustDuration(Duration, Field) - 类 中的方法com.mysql.cj.protocol.a.AbstractValueEncoder
 
adjustLocalDateTime(LocalDateTime, Field) - 类 中的方法com.mysql.cj.protocol.a.AbstractValueEncoder
 
adjustLocalTime(LocalTime, Field) - 类 中的方法com.mysql.cj.protocol.a.AbstractValueEncoder
 
adjustNanosPrecision(Timestamp, int, boolean) - 类 中的静态方法com.mysql.cj.util.TimeUtil
Return a new Timestamp object which value is adjusted according to known DATE, DATETIME or TIMESTAMP field precision.
adjustNanosPrecision(Duration, int, boolean) - 类 中的静态方法com.mysql.cj.util.TimeUtil
 
adjustNanosPrecision(LocalDateTime, int, boolean) - 类 中的静态方法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) - 类 中的静态方法com.mysql.cj.util.TimeUtil
 
adjustTime(Time) - 类 中的方法com.mysql.cj.protocol.a.AbstractValueEncoder
 
adjustTimestamp(Timestamp, Field, boolean) - 类 中的方法com.mysql.cj.protocol.a.AbstractValueEncoder
 
affinityOrderedServers - 类 中的变量com.mysql.cj.jdbc.ha.ServerAffinityStrategy
 
afterHandshake() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
afterHandshake() - 接口 中的方法com.mysql.cj.protocol.Protocol
 
afterHandshake() - 接口 中的方法com.mysql.cj.protocol.SocketFactory
Called by the driver after completing the MySQL protocol handshake and reading the results of the authentication.
afterHandshake() - 类 中的方法com.mysql.cj.protocol.StandardSocketFactory
 
afterHandshake() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
afterHandshake() - 接口 中的方法com.mysql.jdbc.SocketFactory
已过时。
Called by the driver after issuing the MySQL protocol handshake and reading the results of the handshake.
afterHandshake() - 类 中的方法com.mysql.jdbc.SocketFactoryWrapper
 
afterLast() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
afterLast() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
afterLast() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsCursor
 
afterLast() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
afterLast() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
 
afterLast() - 接口 中的方法com.mysql.cj.protocol.ResultsetRows
Moves to after last.
ALGORITHM_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
ALGORITHM_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
ALIAS_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
ALIAS_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
all - 类 中的变量com.mysql.cj.xdevapi.AbstractDataResult
List of all elements.
ALL - com.mysql.cj.conf.HostsListView
 
allocateSequentialId() - 类 中的方法com.mysql.cj.util.SequentialIdLease
Finds and allocates the first available sequential id.
ALLOW_BACKSLASH_ESCAPE - com.mysql.cj.util.SearchMode
Allow backslash escapes.
allowedOnClosedConnection(Method) - 类 中的方法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 - 类 中的变量com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
allowSourceDownConnections - com.mysql.cj.conf.PropertyKey
 
allowSourceDownConnections - 类 中的变量com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
allowUrlInLocalInfile - com.mysql.cj.conf.PropertyKey
 
allProceduresAreCallable() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
allTablesAreSelectable() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
alwaysSendSetIsolation - com.mysql.cj.conf.PropertyKey
 
anyOf(MysqlxDatatypes.Scalar) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUtil
Protocol buffers helper to build an Any Scalar type.
appendAsHex(StringBuilder, byte[]) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
appendAsHex(StringBuilder, int) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
appendMessage(String) - 异常错误 中的方法com.mysql.cj.exceptions.CJException
 
applyPacketDecorators(MessageSender<NativePacketPayload>, MessageReader<NativePacketHeader, NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
Apply optional decorators to configured PacketSender and PacketReader.
areCompressedStreamsContinuous() - 类 中的方法com.mysql.cj.protocol.x.CompressorStreamsFactory
 
argObjectToExpr(Object, boolean) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUtil
Protocol buffers helper to build Expr with any object.
argObjectToScalar(Object) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUtil
Protocol buffers helper to build a Scalar type with any object.
argObjectToScalarAny(Object) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUtil
Protocol buffers helper to build an Any type with any object.
args - 类 中的变量com.mysql.cj.xdevapi.AbstractFilterParams
 
ARGS_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
ARGS_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
ARGS_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
ARGS_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
ARGS_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
ARGS_FIELD_NUMBER - 类 中的静态变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
append the value on the array at the identified path
ARRAY_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
ARRAY_FIELD_NUMBER - 类 中的静态变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
[*]
ARRAY_INDEX_VALUE - 枚举 中的静态变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
insert the value in the array at the index identified in the source path
ARRAY_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
ARRAY = 3;
ARRAY_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
ARRAY = 8;
arrayAppend(String, Object) - 接口 中的方法com.mysql.cj.xdevapi.ModifyStatement
Append a value to the specified array.
arrayAppend(String, Object) - 类 中的方法com.mysql.cj.xdevapi.ModifyStatementImpl
 
arrayInsert(String, Object) - 接口 中的方法com.mysql.cj.xdevapi.ModifyStatement
Insert a value into the specified array.
arrayInsert(String, Object) - 类 中的方法com.mysql.cj.xdevapi.ModifyStatementImpl
 
asBoolean() - 枚举 中的方法com.mysql.cj.conf.BooleanPropertyDefinition.AllowableValues
 
ASC - com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
ASC = 1;
ASC_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
ASC = 1;
asNumber() - 枚举 中的方法com.mysql.cj.xdevapi.FilterParams.RowLock
Get the row lock type id.
asNumber() - 枚举 中的方法com.mysql.cj.xdevapi.FilterParams.RowLockOptions
Get the row lock option id.
AssertionFailedException - com.mysql.cj.exceptions中的异常错误
Assertions for empty code paths that should never be executed.
AssertionFailedException(Exception) - 异常错误 的构造器com.mysql.cj.exceptions.AssertionFailedException
Creates an AssertionFailedException for the given exception that should never have been thrown.
AssertionFailedException(String) - 异常错误 的构造器com.mysql.cj.exceptions.AssertionFailedException
Creates an AssertionFailedException for the reason given.
assertSize(int) - 枚举 中的方法com.mysql.cj.conf.ConnectionUrl.HostsCardinality
 
assertTrue(boolean) - 类 中的方法com.mysql.cj.jdbc.util.BaseBugReport
Throws an exception if condition evalutates to 'false'.
assertTrue(String, boolean) - 类 中的方法com.mysql.cj.jdbc.util.BaseBugReport
Throws an exception with the given message if condition evalutates to 'false'.
asSql() - 类 中的方法com.mysql.cj.ClientPreparedQuery
 
asSql() - 接口 中的方法com.mysql.cj.PreparedQuery
 
AUTH_DATA_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
AUTH_DATA_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
AUTH_DATA_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
authenticationFidoCallbackHandler - com.mysql.cj.conf.PropertyKey
 
AuthenticationFidoClient - com.mysql.cj.protocol.a.authentication中的类
MySQL 'authentication_fido_client' authentication plugin.
AuthenticationFidoClient() - 类 的构造器com.mysql.cj.protocol.a.authentication.AuthenticationFidoClient
 
authenticationId - 类 中的变量com.mysql.cj.sasl.ScramShaSaslClient
 
AuthenticationKerberosClient - com.mysql.cj.protocol.a.authentication中的类
MySQL 'authentication_kerberos_client' authentication plugin.
AuthenticationKerberosClient() - 类 的构造器com.mysql.cj.protocol.a.authentication.AuthenticationKerberosClient
 
AuthenticationLdapSaslClientPlugin - com.mysql.cj.protocol.a.authentication中的类
MySQL 'authentication_ldap_sasl_client' authentication plugin.
AuthenticationLdapSaslClientPlugin() - 类 的构造器com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
 
AuthenticationOciClient - com.mysql.cj.protocol.a.authentication中的类
MySQL 'authentication_iam_client' authentication plugin.
AuthenticationOciClient() - 类 的构造器com.mysql.cj.protocol.a.authentication.AuthenticationOciClient
 
AuthenticationPlugin<M extends Message> - 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> - com.mysql.cj.protocol中的接口
 
authorizationId - 类 中的变量com.mysql.cj.sasl.ScramShaSaslClient
 
authProvider - 类 中的变量com.mysql.cj.protocol.AbstractProtocol
 
autoClosePStmtStreams - com.mysql.cj.conf.PropertyKey
 
autoClosePStmtStreams - 类 中的变量com.mysql.cj.ClientPreparedQuery
 
autoCommitFailureClosesAllResultSets() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
autoDeserialize - com.mysql.cj.conf.PropertyKey
 
autoGenerateTestcaseScript - com.mysql.cj.conf.PropertyKey
 
autoReconnect - com.mysql.cj.conf.PropertyKey
 
autoReconnect - 类 中的变量com.mysql.cj.CoreSession
 
autoReconnectForPools - com.mysql.cj.conf.PropertyKey
 
autoReconnectForPools - 类 中的变量com.mysql.cj.CoreSession
 
autoSlowLog - com.mysql.cj.conf.PropertyKey
 
available() - 类 中的方法com.mysql.cj.protocol.a.CompressedInputStream
 
available() - 类 中的方法com.mysql.cj.protocol.ReadAheadInputStream
 
available() - 类 中的方法com.mysql.cj.protocol.x.CompressionSplittedInputStream
Same as InputStream.available(), except that the exact number of bytes that can be read from the underlying InputStream may not be accurate until it is known if the next bytes contain compressed data or not.
available() - 类 中的方法com.mysql.cj.protocol.x.ConfinedInputStream
Returns the number of bytes not yet consumed.
available() - 类 中的方法com.mysql.cj.protocol.x.ContinuousInputStream
Returns the number of bytes available in the active underlying InputStream.

B

BalanceStrategy - com.mysql.cj.jdbc.ha中的接口
Implement this interface to provide a new load balancing strategy for URLs of the form "jdbc:mysql:loadbalance://
Base64Decoder - 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() - 类 的构造器com.mysql.cj.util.Base64Decoder
 
Base64Decoder.IntWrapper - com.mysql.cj.util中的类
 
BaseBugReport - com.mysql.cj.jdbc.util中的类
Base class to help file bug reports for Connector/J.
BaseBugReport() - 类 的构造器com.mysql.cj.jdbc.util.BaseBugReport
Constructor for this BugReport, sets up JDBC driver used to create connections.
BASEDIR_KEY - 类 中的静态变量com.mysql.cj.admin.ServerController
Where is the server installed?
BaseMetricsHolder - com.mysql.cj.log中的类
 
BaseMetricsHolder() - 类 的构造器com.mysql.cj.log.BaseMetricsHolder
 
batchCommandIndex - 类 中的变量com.mysql.cj.ClientPreparedQuery
Command index of currently executing batch command.
batchedArgs - 类 中的变量com.mysql.cj.AbstractQuery
Holds batched commands
batchedGeneratedKeys - 类 中的变量com.mysql.cj.jdbc.StatementImpl
 
batchedValuesClause - 类 中的变量com.mysql.cj.jdbc.ClientPreparedStatement
 
batchHasPlainStatements - 类 中的变量com.mysql.cj.jdbc.ClientPreparedStatement
Does the batch (if any) contain "plain" statements added by Statement.addBatch(String)?
BEFORE_START_OF_ROWS - 类 中的静态变量com.mysql.cj.protocol.a.result.AbstractResultsetRows
 
beforeFirst() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
beforeFirst() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
beforeFirst() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsCursor
 
beforeFirst() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
beforeFirst() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
 
beforeFirst() - 接口 中的方法com.mysql.cj.protocol.ResultsetRows
Moves to before first.
beforeHandshake() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
beforeHandshake() - 接口 中的方法com.mysql.cj.protocol.Protocol
 
beforeHandshake() - 接口 中的方法com.mysql.cj.protocol.SocketFactory
Called by the driver before issuing the MySQL protocol handshake.
beforeHandshake() - 类 中的方法com.mysql.cj.protocol.StandardSocketFactory
 
beforeHandshake() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
beforeHandshake() - 接口 中的方法com.mysql.jdbc.SocketFactory
已过时。
Called by the driver before issuing the MySQL protocol handshake.
beforeHandshake() - 类 中的方法com.mysql.jdbc.SocketFactoryWrapper
 
beforeLast() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsCursor
 
beforeLast() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
beforeLast() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
 
beforeLast() - 接口 中的方法com.mysql.cj.protocol.ResultsetRows
Moves to before last.
BestResponseTimeBalanceStrategy - com.mysql.cj.jdbc.ha中的类
 
BestResponseTimeBalanceStrategy() - 类 的构造器com.mysql.cj.jdbc.ha.BestResponseTimeBalanceStrategy
 
BIG_DECIMAL_MAX_BYTE_VALUE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_DECIMAL_MAX_DOUBLE_VALUE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_DECIMAL_MAX_FLOAT_VALUE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_DECIMAL_MAX_INTEGER_VALUE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_DECIMAL_MAX_LONG_VALUE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_DECIMAL_MAX_NEGATIVE_DOUBLE_VALUE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_DECIMAL_MAX_NEGATIVE_FLOAT_VALUE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_DECIMAL_MAX_SHORT_VALUE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_DECIMAL_MIN_BYTE_VALUE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_DECIMAL_MIN_INTEGER_VALUE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_DECIMAL_MIN_LONG_VALUE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_DECIMAL_MIN_SHORT_VALUE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_DECIMAL_NEGATIVE_ONE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_DECIMAL_ONE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_DECIMAL_ZERO - 类 中的静态变量com.mysql.cj.Constants
 
BIG_INTEGER_MAX_BYTE_VALUE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_INTEGER_MAX_INTEGER_VALUE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_INTEGER_MAX_LONG_VALUE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_INTEGER_MAX_SHORT_VALUE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_INTEGER_MIN_BYTE_VALUE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_INTEGER_MIN_INTEGER_VALUE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_INTEGER_MIN_LONG_VALUE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_INTEGER_MIN_SHORT_VALUE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_INTEGER_NEGATIVE_ONE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_INTEGER_ONE - 类 中的静态变量com.mysql.cj.Constants
 
BIG_INTEGER_ZERO - 类 中的静态变量com.mysql.cj.Constants
 
BigDecimalValueFactory - com.mysql.cj.result中的类
A value factory for creating BigDecimal values.
BigDecimalValueFactory(PropertySet) - 类 的构造器com.mysql.cj.result.BigDecimalValueFactory
 
BigDecimalValueFactory(PropertySet, int) - 类 的构造器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 - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
BIN_LEN_DOUBLE - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
BIN_LEN_FLOAT - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
BIN_LEN_INT1 - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
BIN_LEN_INT2 - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
BIN_LEN_INT4 - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
BIN_LEN_INT8 - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
BIN_LEN_TIME_NO_FRAC - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
BIN_LEN_TIME_WITH_MICROS - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
BIN_LEN_TIMESTAMP_NO_FRAC - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
BIN_LEN_TIMESTAMP_WITH_MICROS - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
BIN_LEN_TIMESTAMP_WITH_TZ - 类 中的静态变量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 - 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) - 类 的构造器com.mysql.cj.protocol.a.result.BinaryBufferRow
 
BinaryResultsetReader - com.mysql.cj.protocol.a中的类
 
BinaryResultsetReader(NativeProtocol) - 类 的构造器com.mysql.cj.protocol.a.BinaryResultsetReader
 
BinaryRowFactory - com.mysql.cj.protocol.a中的类
Handle binary-encoded data for server-side PreparedStatements
BinaryRowFactory(NativeProtocol, ColumnDefinition, Resultset.Concurrency, boolean) - 类 的构造器com.mysql.cj.protocol.a.BinaryRowFactory
 
BinaryStreamValueFactory - com.mysql.cj.result中的类
A value factory for a raw stream of bytes from the value.
BinaryStreamValueFactory(PropertySet) - 类 的构造器com.mysql.cj.result.BinaryStreamValueFactory
 
bind(Object...) - 接口 中的方法com.mysql.cj.xdevapi.Statement
Bind an array of objects numerically starting at 0.
bind(String, Object) - 类 中的方法com.mysql.cj.xdevapi.FilterableStatement
 
bind(String, Object) - 接口 中的方法com.mysql.cj.xdevapi.Statement
Bind the named argument to the given value.
bind(List<Object>) - 类 中的方法com.mysql.cj.xdevapi.SqlStatementImpl
 
bind(List<Object>) - 接口 中的方法com.mysql.cj.xdevapi.Statement
Bind a list of objects numerically starting at 0.
bind(Map<String, Object>) - 类 中的方法com.mysql.cj.xdevapi.SqlStatementImpl
 
bind(Map<String, Object>) - 接口 中的方法com.mysql.cj.xdevapi.Statement
Bind the set of arguments named by the keys in the map to the associated values in the map.
BindValue - com.mysql.cj中的接口
 
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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
BIT = 17;
bitToLong(byte[], int, int) - 类 中的静态方法com.mysql.cj.util.DataTypeUtil
Interpret a BIT value as a long.
Blob - com.mysql.cj.jdbc中的类
The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
Blob(byte[], ExceptionInterceptor) - 类 的构造器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 - 类 中的静态变量com.mysql.cj.ServerPreparedQuery
 
BlobFromLocator - com.mysql.cj.jdbc中的类
The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
BlobFromLocator(ResultSetImpl, int, ExceptionInterceptor) - 类 的构造器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
 
BlobValueEncoder - com.mysql.cj.protocol.a中的类
 
BlobValueEncoder() - 类 的构造器com.mysql.cj.protocol.a.BlobValueEncoder
 
BOOLEAN - com.mysql.cj.MysqlType
BOOL, BOOLEAN These types are synonyms for TINYINT(1).
booleanFrom(String, String, ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.conf.BooleanPropertyDefinition
 
BooleanProperty - com.mysql.cj.conf中的类
 
BooleanProperty(PropertyDefinition<Boolean>) - 类 的构造器com.mysql.cj.conf.BooleanProperty
 
BooleanPropertyDefinition - com.mysql.cj.conf中的类
 
BooleanPropertyDefinition(PropertyKey, Boolean, boolean, String, String, String, int) - 类 的构造器com.mysql.cj.conf.BooleanPropertyDefinition
 
BooleanPropertyDefinition.AllowableValues - com.mysql.cj.conf中的枚举
 
BooleanValueEncoder - com.mysql.cj.protocol.a中的类
 
BooleanValueEncoder() - 类 的构造器com.mysql.cj.protocol.a.BooleanValueEncoder
 
BooleanValueFactory - com.mysql.cj.result中的类
A value factory for creating Boolean values.
BooleanValueFactory(PropertySet) - 类 的构造器com.mysql.cj.result.BooleanValueFactory
 
boundBeforeExecutionNum - 类 中的变量com.mysql.cj.NativeQueryBindValue
 
BufferedRowList - com.mysql.cj.result中的类
 
BufferedRowList(Iterator<Row>) - 类 的构造器com.mysql.cj.result.BufferedRowList
Create a new instance by filling the internal buffer by draining the row stream.
BufferedRowList(List<Row>) - 类 的构造器com.mysql.cj.result.BufferedRowList
 
build() - 接口 中的方法com.mysql.cj.protocol.ResultBuilder
Build the result using already added protocol instances.
build() - 类 中的方法com.mysql.cj.protocol.x.OkBuilder
 
build() - 类 中的方法com.mysql.cj.protocol.x.StatementExecuteOkBuilder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
 
build() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
 
build() - 类 中的方法com.mysql.cj.xdevapi.AddResultBuilder
 
build() - 类 中的方法com.mysql.cj.xdevapi.DocResultBuilder
 
build() - 类 中的方法com.mysql.cj.xdevapi.InsertResultBuilder
 
build() - 类 中的方法com.mysql.cj.xdevapi.RowResultBuilder
 
build() - 类 中的方法com.mysql.cj.xdevapi.SqlResultBuilder
 
build() - 类 中的方法com.mysql.cj.xdevapi.StreamingDocResultBuilder
 
build() - 类 中的方法com.mysql.cj.xdevapi.StreamingRowResultBuilder
 
build() - 类 中的方法com.mysql.cj.xdevapi.StreamingSqlResultBuilder
 
build() - 类 中的方法com.mysql.cj.xdevapi.UpdateResultBuilder
 
buildAny(boolean) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUtil
Build a Protocol buffers Any with a boolean value.
buildAny(String) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUtil
Build a Protocol buffers Any with a string value.
buildCapabilitiesGet() - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
 
buildCapabilitiesSet(Map<String, Object>) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
 
buildClose() - 接口 中的方法com.mysql.cj.MessageBuilder
 
buildClose() - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildClose() - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
 
buildCollection(String, String) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUtil
Build a Protocol buffers Collection.
buildComInitDb(NativePacketPayload, byte[]) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildComInitDb(NativePacketPayload, String) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildComPing(NativePacketPayload) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildComQuery(NativePacketPayload, byte[]) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildComQuery(NativePacketPayload, Session, PreparedQuery, QueryBindings, String) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildComQuery(NativePacketPayload, String) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildComQuery(NativePacketPayload, String, String) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildComQuery(XMessage, Session, PreparedQuery, QueryBindings, String) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
 
buildComQuery(M, Session, PreparedQuery, QueryBindings, String) - 接口 中的方法com.mysql.cj.MessageBuilder
 
buildComQuit(NativePacketPayload) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildComSetOption(NativePacketPayload, int) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildComShutdown(NativePacketPayload) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildComStmtClose(NativePacketPayload, long) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildComStmtExecute(NativePacketPayload, long, byte, boolean, PreparedQuery) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildComStmtFetch(NativePacketPayload, long, long) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildComStmtPrepare(NativePacketPayload, byte[]) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildComStmtPrepare(NativePacketPayload, String, String) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildComStmtReset(NativePacketPayload, long) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildComStmtSendLongData(NativePacketPayload, long, int, byte[]) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildComStmtSendLongDataHeader(NativePacketPayload, long, int) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildCreateCollection(String, String) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
 
buildCreateCollection(String, String, Schema.CreateCollectionOptions) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
 
buildCreateCollectionIndex(String, String, CreateIndexParams) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
 
buildDelete(FilterParams) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
Build an XMessage for a non-prepared delete operation.
buildDisableNotices(String...) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
 
buildDocInsert(String, String, List<String>, boolean) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
Build an XMessage for a non-prepared doc insert operation.
buildDocUpdate(FilterParams, List<UpdateSpec>) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
Build an XMessage for a non-prepared doc update operation.
buildDropCollection(String, String) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
 
buildDropCollectionIndex(String, String, String) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
 
buildEnableNotices(String...) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
 
buildExpectOpen() - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
 
buildExternalAuthStart(String) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
 
buildFind(FilterParams) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
Build an XMessage for a non-prepared find operation.
buildFrom(String) - 类 中的静态方法com.mysql.cj.util.DnsSrv.SrvRecord
 
buildHostInfo(String, int, String, String, Map<String, String>) - 类 中的方法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() - 接口 中的方法com.mysql.cj.protocol.ColumnDefinition
Builds a hash between column names and their indices for fast retrieval.
buildIndexMapping() - 类 中的方法com.mysql.cj.result.DefaultColumnDefinition
 
buildListNotices() - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
List the notices the server allows subscribing to.
buildListObjects(String, String) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
List the objects in the given schema.
buildLiteralExpr(MysqlxDatatypes.Scalar) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUtil
Wrap an Any value in a LITERAL expression.
buildLiteralNullScalar() - 类 中的静态方法com.mysql.cj.xdevapi.ExprUtil
Protocol buffers helper to build a LITERAL Expr with a Scalar NULL type.
buildLiteralScalar(boolean) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUtil
Protocol buffers helper to build a LITERAL Expr with a Scalar BOOL type.
buildLiteralScalar(byte[]) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUtil
Protocol buffers helper to build a LITERAL Expr with a Scalar OCTETS type.
buildLiteralScalar(double) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUtil
Protocol buffers helper to build a LITERAL Expr with a Scalar DOUBLE type.
buildLiteralScalar(long) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUtil
Protocol buffers helper to build a LITERAL Expr with a Scalar SINT (signed int) type.
buildLiteralScalar(String) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUtil
Protocol buffers helper to build a LITERAL Expr with a Scalar STRING type.
buildModifyCollectionOptions(String, String, Schema.ModifyCollectionOptions) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
 
buildMysql41AuthContinue(String, String, byte[], String) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
 
buildMysql41AuthStart() - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
 
buildPartial() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
 
buildPlaceholderExpr(int) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUtil
Creates a placeholder expression for the given position in the args array
buildPlainAuthStart(String, String, String) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
 
buildPrepareDeallocate(int) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
Build an XMessage for deallocating a prepared statement.
buildPrepareDelete(int, FilterParams) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
Build an XMessage for a prepared delete operation.
buildPrepareDocUpdate(int, FilterParams, List<UpdateSpec>) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
Build an XMessage for a prepared doc update operation.
buildPrepareExecute(int, FilterParams) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
Build an XMessage for executing a prepared statement with the given filters.
buildPrepareFind(int, FilterParams) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
Build an XMessage for a prepared find operation.
buildPrepareRowUpdate(int, FilterParams, UpdateParams) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
Build an XMessage for a prepared row update operation.
buildPrepareSqlStatement(int, String) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
Build a Prepare message for a SQL statement.
buildRowInsert(String, String, InsertParams) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
Build an XMessage for a non-prepared row insert operation.
buildRowUpdate(FilterParams, UpdateParams) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
Build an XMessage for a non-prepared row update operation.
buildSessionResetAndClose() - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
 
buildSessionResetKeepOpen() - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
 
buildSha256MemoryAuthContinue(String, String, byte[], String) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
 
buildSha256MemoryAuthStart() - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
 
buildSqlStatement(String) - 接口 中的方法com.mysql.cj.MessageBuilder
 
buildSqlStatement(String) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildSqlStatement(String) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
Build a StmtExecute message for a SQL statement.
buildSqlStatement(String, List<Object>) - 接口 中的方法com.mysql.cj.MessageBuilder
 
buildSqlStatement(String, List<Object>) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildSqlStatement(String, List<Object>) - 类 中的方法com.mysql.cj.protocol.x.XMessageBuilder
Build a StmtExecute message for a SQL statement.
ByteArrayRow - com.mysql.cj.protocol.a.result中的类
A RowHolder implementation that is for cached results (a-la mysql_store_result()).
ByteArrayRow(byte[][], ExceptionInterceptor) - 类 的构造器com.mysql.cj.protocol.a.result.ByteArrayRow
 
ByteArrayRow(byte[][], ExceptionInterceptor, ValueDecoder) - 类 的构造器com.mysql.cj.protocol.a.result.ByteArrayRow
 
ByteArrayValueEncoder - com.mysql.cj.protocol.a中的类
 
ByteArrayValueEncoder() - 类 的构造器com.mysql.cj.protocol.a.ByteArrayValueEncoder
 
BYTES - com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
BYTES = 7;
BYTES - com.mysql.cj.xdevapi.Type
 
BYTES_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
BYTES = 7;
ByteValueFactory - com.mysql.cj.result中的类
A value factory for creating byte values.
ByteValueFactory(PropertySet) - 类 的构造器com.mysql.cj.result.ByteValueFactory
 

C

CacheAdapter<K,​V> - com.mysql.cj中的接口
 
CacheAdapterFactory<K,​V> - com.mysql.cj中的接口
 
cacheCallableStmts - com.mysql.cj.conf.PropertyKey
 
cacheDefaultTimeZone - com.mysql.cj.conf.PropertyKey
 
CachedResultSetMetaData - com.mysql.cj.jdbc.result中的接口
 
CachedResultSetMetaDataImpl - com.mysql.cj.jdbc.result中的类
 
CachedResultSetMetaDataImpl() - 类 的构造器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 - 类 中的变量com.mysql.cj.CoreSession
 
cacheServerConfiguration - 类 中的变量com.mysql.cj.NativeCharsetSettings
 
CachingSha2PasswordPlugin - com.mysql.cj.protocol.a.authentication中的类
 
CachingSha2PasswordPlugin() - 类 的构造器com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
 
CachingSha2PasswordPlugin.AuthStage - com.mysql.cj.protocol.a.authentication中的枚举
 
calculateDifferences(Map<?, ?>, Map<?, ?>) - 类 中的静态方法com.mysql.cj.util.Util
 
calendar - 类 中的变量com.mysql.cj.NativeQueryBindValue
 
CallableStatement - com.mysql.cj.jdbc中的类
Representation of stored procedures for JDBC
CallableStatement(JdbcConnection, CallableStatement.CallableStatementParamInfo) - 类 的构造器com.mysql.cj.jdbc.CallableStatement
Creates a new CallableStatement
CallableStatement(JdbcConnection, String, String, boolean) - 类 的构造器com.mysql.cj.jdbc.CallableStatement
Creates a new CallableStatement
CallableStatement.CallableStatementParam - com.mysql.cj.jdbc中的类
 
CallableStatement.CallableStatementParamInfo - com.mysql.cj.jdbc中的类
 
CallableStatementWrapper - com.mysql.cj.jdbc中的类
Wraps callable statements created by pooled connections.
CallableStatementWrapper(ConnectionWrapper, MysqlPooledConnection, CallableStatement) - 类 的构造器com.mysql.cj.jdbc.CallableStatementWrapper
 
callableStmtCacheSize - com.mysql.cj.conf.PropertyKey
 
callConnectionEventListeners(int, SQLException) - 类 中的方法com.mysql.cj.jdbc.MysqlPooledConnection
Notifies all registered ConnectionEventListeners of ConnectionEvents.
CALLER_INFORMATION_NOT_AVAILABLE - 类 中的静态变量com.mysql.cj.util.LogUtils
 
cancel() - 接口 中的方法com.mysql.cj.CancelQueryTask
 
cancel() - 类 中的方法com.mysql.cj.CancelQueryTaskImpl
 
cancel() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
cancel() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
CANCELED_BY_TIMEOUT - com.mysql.cj.Query.CancelStatus
 
CANCELED_BY_USER - com.mysql.cj.Query.CancelStatus
 
CancelQueryTask - com.mysql.cj中的接口
 
CancelQueryTaskImpl - 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) - 类 的构造器com.mysql.cj.CancelQueryTaskImpl
 
cancelRowUpdates() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
cancelRowUpdates() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
cancelTimeoutMutex - 类 中的变量com.mysql.cj.AbstractQuery
Mutex to prevent race between returning query results and noticing that query has been timed-out or cancelled.
canHandleAsServerPreparedStatementNoCache(String, ServerVersion, boolean, boolean, boolean) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
canReuseRowPacketForBufferRow - 类 中的变量com.mysql.cj.protocol.a.AbstractRowFactory
 
canReuseRowPacketForBufferRow() - 类 中的方法com.mysql.cj.protocol.a.AbstractRowFactory
 
canReuseRowPacketForBufferRow() - 类 中的方法com.mysql.cj.protocol.a.BinaryRowFactory
 
canReuseRowPacketForBufferRow() - 类 中的方法com.mysql.cj.protocol.a.TextRowFactory
 
CAPABILITIES_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
CAPABILITIES_FIELD_NUMBER - 类 中的静态变量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 - 枚举 中的静态变量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 - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
CATEGORY_AUTH - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
CATEGORY_BLOBS - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
CATEGORY_CONNECTION - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
CATEGORY_DATETIMES - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
CATEGORY_DEBUGING_PROFILING - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
CATEGORY_EXCEPTIONS - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
CATEGORY_HA - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
CATEGORY_INTEGRATION - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
CATEGORY_JDBC - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
CATEGORY_METADATA - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
CATEGORY_NETWORK - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
CATEGORY_PERFORMANCE - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
CATEGORY_PREPARED_STATEMENTS - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
CATEGORY_RESULT_SETS - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
CATEGORY_SECURITY - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
CATEGORY_SESSION - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
CATEGORY_STATEMENTS - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
CATEGORY_USER_DEFINED - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
CATEGORY_XDEVAPI - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
change(String, Object) - 接口 中的方法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) - 类 中的方法com.mysql.cj.xdevapi.ModifyStatementImpl
 
changeDatabase(String) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
changeDatabase(String) - 接口 中的方法com.mysql.cj.protocol.Protocol
 
changeDatabase(String) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
changeUser(String, String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
changeUser(String, String) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
changeUser(String, String) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
changeUser(String, String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
changeUser(String, String) - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Changes the user on this connection by performing a re-authentication.
changeUser(String, String, String) - 类 中的方法com.mysql.cj.CoreSession
 
changeUser(String, String, String) - 类 中的方法com.mysql.cj.protocol.a.NativeAuthenticationProvider
Re-authenticates as the given user and password
changeUser(String, String, String) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
Re-authenticates as the given user and password
changeUser(String, String, String) - 接口 中的方法com.mysql.cj.protocol.AuthenticationProvider
Re-authenticates as the given user and password
changeUser(String, String, String) - 接口 中的方法com.mysql.cj.protocol.Protocol
Re-authenticates as the given user and password
changeUser(String, String, String) - 类 中的方法com.mysql.cj.protocol.x.XAuthenticationProvider
 
changeUser(String, String, String) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
changeUser(String, String, String) - 接口 中的方法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.
CHARACTER_SET_CLIENT - 接口 中的静态变量com.mysql.cj.CharsetSettings
 
CHARACTER_SET_CONNECTION - 接口 中的静态变量com.mysql.cj.CharsetSettings
 
CHARACTER_SET_RESULTS - 接口 中的静态变量com.mysql.cj.CharsetSettings
 
characterEncoding - com.mysql.cj.conf.PropertyKey
 
characterEncoding - 类 中的变量com.mysql.cj.CoreSession
 
characterEncoding - 类 中的变量com.mysql.cj.NativeCharsetSettings
 
characterSetResults - com.mysql.cj.conf.PropertyKey
 
characterSetResults - 类 中的变量com.mysql.cj.NativeCharsetSettings
 
charEncoding - 类 中的变量com.mysql.cj.AbstractQuery
The character encoding to use (if available)
charEncoding - 类 中的变量com.mysql.cj.jdbc.StatementImpl
The character encoding to use (if available)
charEncoding - 类 中的变量com.mysql.cj.protocol.a.AbstractValueEncoder
 
CharsetMapping - com.mysql.cj中的类
Mapping between MySQL charset names and Java charset names.
CharsetMapping() - 类 的构造器com.mysql.cj.CharsetMapping
 
charsetNameToCollationIndex - 类 中的变量com.mysql.cj.NativeCharsetSettings
 
charsetNameToJavaEncoding - 类 中的变量com.mysql.cj.NativeCharsetSettings
 
charsetNameToMblen - 类 中的变量com.mysql.cj.NativeCharsetSettings
 
CharsetSettings - com.mysql.cj中的接口
 
CHECK_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
CHECK_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
checkAbonormallyLongQuery(long) - 类 中的方法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() - 类 中的方法com.mysql.cj.NativeQueryBindings
 
checkAllParametersSet() - 接口 中的方法com.mysql.cj.QueryBindings
 
checkBounds(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
 
checkBounds(int, int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
checkBounds(int, int) - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
checkCancelTimeout() - 类 中的方法com.mysql.cj.AbstractQuery
 
checkCancelTimeout() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
checkCancelTimeout() - 接口 中的方法com.mysql.cj.Query
 
checkClientTrusted(X509Certificate[], String) - 类 中的方法com.mysql.cj.protocol.ExportControlled.X509TrustManagerWrapper
 
checkClosed() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
checkClosed() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
checkClosed() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
checkClosed() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
Ensures that the result set is not closed
checkClosed() - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
checkClosed() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
Checks if closed() has been called, and throws an exception if so
checkClosed() - 接口 中的方法com.mysql.cj.MysqlConnection
 
checkClosed() - 类 中的方法com.mysql.cj.NativeSession
 
checkColumnBounds(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
Checks if columnIndex is within the number of columns in this result set.
checkedShutdown() - 类 中的静态方法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() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
checkErrorMessage() - 接口 中的方法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() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
checkErrorMessage(NativePacketPayload) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
checkForOutstandingStreamingData() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
checkLicenseType(Map<String, String>) - 类 中的静态方法com.mysql.cj.LicenseConfiguration
Used in commercially-licensed clients that require connections to commercially-licensed servers as part of the licensing terms.
checkNullOrEmptyQuery(String) - 类 中的方法com.mysql.cj.ClientPreparedQuery
Method checkNullOrEmptyQuery.
checkNullOrEmptyQuery(String) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
Method checkNullOrEmptyQuery.
checkNullOrEmptyQuery(String) - 接口 中的方法com.mysql.cj.PreparedQuery
 
checkParameterSet(int) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
checkParameterSet(int) - 接口 中的方法com.mysql.cj.QueryBindings
 
checkRange(Integer, String, ExceptionInterceptor) - 类 中的方法com.mysql.cj.conf.IntegerProperty
 
checkRange(Long, String, ExceptionInterceptor) - 类 中的方法com.mysql.cj.conf.LongProperty
 
checkRange(T, String, ExceptionInterceptor) - 类 中的方法com.mysql.cj.conf.AbstractRuntimeProperty
For range-based property, checks that value fit into range given by PropertyDefinition.
checkReadOnlySafeStatement() - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
checkReadOnlySafeStatement() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
Check to see if the statement is safe for read-only replicas after failover.
checkRowPos() - 类 中的方法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() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
checkServerTrusted(X509Certificate[], String) - 类 中的方法com.mysql.cj.protocol.ExportControlled.X509TrustManagerWrapper
 
checkTransactionState() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
checkUpdatability() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
Is this ResultSet updatable?
checkValidProtocols(List<String>) - 类 中的静态方法com.mysql.cj.protocol.ExportControlled
 
CJ_FULL_NAME - 类 中的静态变量com.mysql.cj.Constants
 
CJ_LICENSE - 类 中的静态变量com.mysql.cj.Constants
 
CJ_MAJOR_VERSION - 类 中的静态变量com.mysql.cj.Constants
 
CJ_MINOR_VERSION - 类 中的静态变量com.mysql.cj.Constants
 
CJ_NAME - 类 中的静态变量com.mysql.cj.Constants
 
CJ_REVISION - 类 中的静态变量com.mysql.cj.Constants
 
CJ_VERSION - 类 中的静态变量com.mysql.cj.Constants
 
CJCommunicationsException - com.mysql.cj.exceptions中的异常错误
 
CJCommunicationsException() - 异常错误 的构造器com.mysql.cj.exceptions.CJCommunicationsException
 
CJCommunicationsException(String) - 异常错误 的构造器com.mysql.cj.exceptions.CJCommunicationsException
 
CJCommunicationsException(String, Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.CJCommunicationsException
 
CJCommunicationsException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.mysql.cj.exceptions.CJCommunicationsException
 
CJCommunicationsException(Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.CJCommunicationsException
 
CJConnectionFeatureNotAvailableException - com.mysql.cj.exceptions中的异常错误
 
CJConnectionFeatureNotAvailableException() - 异常错误 的构造器com.mysql.cj.exceptions.CJConnectionFeatureNotAvailableException
 
CJConnectionFeatureNotAvailableException(PropertySet, ServerSession, PacketSentTimeHolder, Exception) - 异常错误 的构造器com.mysql.cj.exceptions.CJConnectionFeatureNotAvailableException
 
CJException - com.mysql.cj.exceptions中的异常错误
The base unchecked exception thrown internally in connector.
CJException() - 异常错误 的构造器com.mysql.cj.exceptions.CJException
 
CJException(String) - 异常错误 的构造器com.mysql.cj.exceptions.CJException
 
CJException(String, Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.CJException
 
CJException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.mysql.cj.exceptions.CJException
 
CJException(Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.CJException
 
CJOperationNotSupportedException - com.mysql.cj.exceptions中的异常错误
 
CJOperationNotSupportedException() - 异常错误 的构造器com.mysql.cj.exceptions.CJOperationNotSupportedException
 
CJOperationNotSupportedException(String) - 异常错误 的构造器com.mysql.cj.exceptions.CJOperationNotSupportedException
 
CJPacketTooBigException - com.mysql.cj.exceptions中的异常错误
Thrown when a packet that is too big for the server is created.
CJPacketTooBigException() - 异常错误 的构造器com.mysql.cj.exceptions.CJPacketTooBigException
 
CJPacketTooBigException(long, long) - 异常错误 的构造器com.mysql.cj.exceptions.CJPacketTooBigException
Creates a new CJPacketTooBigException object.
CJPacketTooBigException(String) - 异常错误 的构造器com.mysql.cj.exceptions.CJPacketTooBigException
 
CJPacketTooBigException(String, Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.CJPacketTooBigException
 
CJPacketTooBigException(Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.CJPacketTooBigException
 
CJTimeoutException - com.mysql.cj.exceptions中的异常错误
 
CJTimeoutException() - 异常错误 的构造器com.mysql.cj.exceptions.CJTimeoutException
 
CJTimeoutException(String) - 异常错误 的构造器com.mysql.cj.exceptions.CJTimeoutException
 
CJTimeoutException(String, Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.CJTimeoutException
 
CJTimeoutException(Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.CJTimeoutException
 
cleanup(Throwable) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
cleanup(Throwable) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
cleanup(Throwable) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
cleanup(Throwable) - 接口 中的方法com.mysql.cj.MysqlConnection
Destroys this connection and any underlying resources.
clear() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
 
clear() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
 
clearAlgorithm() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
defines how MySQL Server processes the view
clearAlgorithm() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
defined how MySQL Server processes the view
clearAlias() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
optional string alias = 2;
clearAlias() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
optional alias.
clearArgs() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
values for parameters used in filter expression
clearArgs() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
values for parameters used in filter expression
clearArgs() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
values for parameters used in row expressions
clearArgs() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
values for parameters used in filter expression
clearArgs() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
Arguments to bind to the prepared statement
clearArgs() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
values for wildcard replacements
clearArgs() - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
clearArgs() - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
Remove all current bindings.
clearArray() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Array array = 4;
clearArray() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Array array = 9;
clearAttributes() - 接口 中的方法com.mysql.cj.jdbc.JdbcStatement
 
clearAttributes() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
clearAttributes() - 类 中的方法com.mysql.cj.NativeQueryAttributesBindings
 
clearAttributes() - 接口 中的方法com.mysql.cj.QueryAttributesBindings
Removes all query attributes from the query attributes list.
clearAuthData() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
authentication data
clearAuthData() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
authentication data
clearAuthData() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
authentication data
clearBatch() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
clearBatch() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
clearBatch() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
clearBatchedArgs() - 类 中的方法com.mysql.cj.AbstractQuery
 
clearBatchedArgs() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
clearBatchedArgs() - 接口 中的方法com.mysql.cj.Query
 
clearBindings() - 类 中的方法com.mysql.cj.xdevapi.FilterableStatement
 
clearBindings() - 类 中的方法com.mysql.cj.xdevapi.SqlStatementImpl
 
clearBindings() - 接口 中的方法com.mysql.cj.xdevapi.Statement
Clear all bindings for this statement.
clearBindValues() - 类 中的方法com.mysql.cj.NativeQueryBindings
 
clearBindValues() - 接口 中的方法com.mysql.cj.QueryBindings
 
clearCapabilities() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
repeated .Mysqlx.Connection.Capability capabilities = 1;
clearCapabilities() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
required .Mysqlx.Connection.Capabilities capabilities = 1;
clearCatalog() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
catalog the schema originates from @note As there is currently no support for catalogs in MySQL, don't expect this field to be set.
clearCheck() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
limits the write operations done on a VIEW
clearCheck() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
limits the write operations done on a VIEW
clearClientMessages() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
optional .Mysqlx.ClientMessages.Type client_messages = 3;
clearCode() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
error code
clearCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
warning code
clearCollation() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
optional uint64 collation = 2;
clearCollation() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
optional uint64 collation = 8;
clearCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
name of the VIEW object, which should be created
clearCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
collection to change
clearCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
name of the VIEW object, which should be deleted
clearCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
collection in which to find
clearCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
collection to insert into
clearCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
name of the VIEW object, which should be modified
clearCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
collection to change
clearColumn() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
defines the list of aliases for column names specified in `stmt`
clearColumn() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
defines the list of aliases for column names specified in `stmt`
clearCompactMetadata() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
send only type information for @ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
clearCompactMetadata() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
send only type information for @ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
clearCond() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
clearConditionKey() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
required uint32 condition_key = 1;
clearConditionValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
optional bytes condition_value = 2;
clearContentType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
optional uint32 content_type = 2;
clearContentType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
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) | @note This list isn't comprehensive.
clearCriteria() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
filter expression to match rows that the operations will apply on
clearCriteria() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
filter criteria
clearCriteria() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
filter expression to match rows that the operations will apply on
clearCursorId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
client-side assigned cursor ID; must be allocated/open
clearCursorId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
client-side assigned cursor ID; must be already open
clearCursorId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
client-side assigned cursor ID; the ID is going to represent the new cursor and assigned to it the statement
clearDataModel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
data model that the operations refer to
clearDataModel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
data model that the operations refer to
clearDataModel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
data model that the operations refer to
clearDataModel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
datamodel that the operations refer to
clearDefiner() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
user name of the definer, if the value isn't set then the definer is current user
clearDefiner() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
user name of the definer, if the value isn't set then the definer is current user
clearDelete() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Delete delete = 5;
clearDirection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
clearDocumentPath() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
clearDocumentPath() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
document path
clearExpr() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
required .Mysqlx.Expr.Expr expr = 1;
clearFetchRows() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
number of rows that should be retrieved from sequential cursor
clearFetchRows() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
number of rows that should be retrieved from sequential cursor
clearField() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
repeated .Mysqlx.Expr.Expr field = 1;
clearField() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
repeated bytes field = 1;
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
 
clearFind() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Find find = 2;
clearFlags() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
``.type`` specific flags | Type | Value | Description | |---------|--------|--------------| | UINT | 0x0001 | zerofill | | DOUBLE | 0x0001 | unsigned | | FLOAT | 0x0001 | unsigned | | DECIMAL | 0x0001 | unsigned | | BYTES | 0x0001 | rightpad | | Value | Description | |--------|-----------------| | 0x0010 | NOT\_NULL | | 0x0020 | PRIMARY\_KEY | | 0x0040 | UNIQUE\_KEY | | 0x0080 | MULTIPLE\_KEY | | 0x0100 | AUTO\_INCREMENT | default: 0
clearFld() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
clearFld() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
list of fields
clearFractionalDigits() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
displayed factional decimal digits for floating point and fixed point numbers
clearFunctionCall() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.FunctionCall function_call = 5;
clearGrouping() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
column expression list for aggregation (GROUP BY)
clearGroupingCriteria() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
filter criteria for aggregated groups
clearHasTriedMaster() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
已过时。
clearHasTriedMaster() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
已过时。
clearHasTriedMaster() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
已过时。
clearHasTriedMaster() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
已过时。
clearHasTriedMaster() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
已过时。
clearIdentifier() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
clearIfExists() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
if true then suppress error when deleted view does not exists
clearIndex() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
used in case of ARRY_INDEX
clearInitialResponse() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
initial response
clearInputStream() - 类 中的方法com.mysql.cj.NativeSession
 
clearInputStream() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
clearInsert() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Insert insert = 3;
clearKeepOpen() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
if is true the session will be reset, but stays authenticated; otherwise, the session will be closed and needs to be authenticated again
clearKey() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
required string key = 1;
clearKey() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
identifier of field
clearLength() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
maximum count of displayable characters of .type
clearLevel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
Note or Warning
clearLimit() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
clearLimit() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
clearLimit() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
clearLimitExpr() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
clearLimitExpr() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
clearLimitExpr() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
clearLiteral() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Datatypes.Scalar literal = 4;
clearLocking() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
perform row locking on matches
clearLockingOptions() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
additional options how to handle locked rows
clearMechName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
authentication mechanism name
clearMsg() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
human-readable error message
clearMsg() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
optional string msg = 1;
clearMsg() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
warning message
clearName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
required string name = 1;
clearName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
required string name = 1;
clearName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
optional string name = 1;
clearName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
name of column
clearName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
identifier of function; at least name of it
clearName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
required string name = 1;
clearName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
name of operator
clearName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
name of the column
clearNamespace() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
namespace of the statement to be executed
clearNextResultset() - 类 中的方法com.mysql.cj.protocol.a.result.NativeResultset
We can't do this ourselves, otherwise the contract for Statement.getMoreResults() won't work correctly.
clearNextResultset() - 接口 中的方法com.mysql.cj.protocol.Resultset
Clears the reference to the next result set in a multi-result set "chain".
clearObj() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Object obj = 3;
clearObject() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Object object = 8;
clearOffset() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
maximum rows to skip before applying the row_count
clearOffset() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
maximum rows to skip before applying the row_count
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
 
clearOp() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
clearOp() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
clearOperation() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
list of operations to be applied.
clearOperation() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
the type of operation to be performed
clearOperator() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Operator operator = 6;
clearOrder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
specifies order of matched rows
clearOrder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
sort-order in which the rows/document shall be returned in
clearOrder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
specifies order of matched rows
clearOriginalName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
name of the column before an alias was applied
clearOriginalTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
name of the table the column originates from before an alias was applied
clearParam() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
list of parameters
clearParam() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
list of parameters
clearParam() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
parameter key
clearParam() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
name of the variable
clearParameters() - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
clearParameters() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
clearParameters() - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
clearParameters() - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
clearParameters(boolean) - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
clearPayload() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
required bytes payload = 4;
clearPayload() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
the payload of the notification
clearPosition() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional uint32 position = 7;
clearPrepareExecute() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
clearProjection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
list of column projections that shall be returned
clearProjection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
name of the columns to insert data into (empty if data_model is DOCUMENT)
clearReplaceExisting() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
if true then suppress error when created view already exists; just replace it
clearRow() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
clearRowCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
maximum rows to filter
clearRowCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
maximum rows to filter
clearScalar() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Scalar scalar = 2;
clearSchema() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
optional string schema = 2;
clearSchema() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
schema the column originates from
clearSchemaName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
name of schema
clearSchemaName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
optional string schema_name = 2;
clearScope() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
global or local notification
clearSecurity() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
defines the security context in which the view is going be executed
clearSecurity() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
defines the security context in which the view is going be executed
clearServerMessages() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
optional .Mysqlx.ServerMessages.Type server_messages = 2;
clearSeverity() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
severity of the error message
clearSource() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
the expression identifying an element from the source data, which can include a column identifier or any expression
clearSource() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
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 @note in both cases, schema and table must be not set
clearSqlState() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
SQL state
clearStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
clearStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
clearStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
statement for which the resultset is going to be iterated through by the cursor
clearStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
defines one of following messages to be prepared: Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
clearStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
statement that shall be executed
clearStmtExecute() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
clearStmtId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
client-side assigned statement ID, must be already prepared
clearStmtId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
client-side assigned statement ID, must be already prepared
clearStmtId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
client-side assigned statement ID, which is going to identify the result of preparation
clearTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
name of the table the column originates from
clearTableName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
name of table
clearType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
clearType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
required .Mysqlx.Datatypes.Any.Type type = 1;
clearType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
required .Mysqlx.Datatypes.Scalar.Type type = 1;
clearType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
clearType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
required .Mysqlx.Expr.Expr.Type type = 1;
clearType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
the type of the payload
clearType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
type of group replication event
clearType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
clearType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
datatype of the field in a row
clearUncompressedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
optional uint64 uncompressed_size = 1;
clearUpdate() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Update update = 4;
clearUpsert() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
true if this should be treated as an Upsert (that is, update on duplicate key)
clearValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
required .Mysqlx.Datatypes.Any value = 2;
clearValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
an expression to be computed as the new value for the operation
clearValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
repeated .Mysqlx.Datatypes.Any value = 1;
clearValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
required .Mysqlx.Datatypes.Any value = 2;
clearValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
required bytes value = 1;
clearValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
required bytes value = 1;
clearValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
list of values
clearValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
optional string value = 2;
clearValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
value of field
clearValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
updated value
clearValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
the changed value of param
clearVariable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional string variable = 3;
clearVBool() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional bool v_bool = 8;
clearVDouble() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional double v_double = 6;
clearVFloat() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional float v_float = 7;
clearViewId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
view identifier
clearVOctets() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
4 is unused, was Null which doesn't have a storage anymore
clearVSignedInt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional sint64 v_signed_int = 2;
clearVString() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
clearVUnsignedInt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional uint64 v_unsigned_int = 3;
clearWarnings() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
clearWarnings() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
clearWarnings() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
clearWarnings() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
clearWarnings() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
clearWarnings() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
clearWarningsCalled - 类 中的变量com.mysql.cj.AbstractQuery
Has clearWarnings() been called?
Client - com.mysql.cj.xdevapi中的接口
X DevAPI class encapsulating a Session pooling functionality.
CLIENT_CAN_HANDLE_EXPIRED_PASSWORD - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
CLIENT_COMPRESS - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
CLIENT_CONNECT_ATTRS - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
CLIENT_CONNECT_WITH_DB - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
CLIENT_DEPRECATE_EOF - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
CLIENT_FIRST - com.mysql.cj.sasl.ScramShaSaslClient.ScramExchangeStage
 
CLIENT_FOUND_ROWS - 类 中的静态变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
CLIENT_ID_ASSIGNED = 11;
CLIENT_INTERACTIVE - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
CLIENT_KEY - 类 中的静态变量com.mysql.cj.sasl.ScramShaSaslClient
 
CLIENT_LOCAL_FILES - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
CLIENT_LONG_FLAG - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
CLIENT_LONG_PASSWORD - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
CLIENT_MESSAGE_ID_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.Mysqlx
 
CLIENT_MESSAGES_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
CLIENT_MULTI_FACTOR_AUTHENTICATION - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
CLIENT_MULTI_RESULTS - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
CLIENT_MULTI_STATEMENTS - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
CLIENT_PLUGIN_AUTH - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
CLIENT_PLUGIN_AUTH_LENENC_CLIENT_DATA - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
CLIENT_PROTOCOL_41 - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
CLIENT_PS_MULTI_RESULTS - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
CLIENT_QUERY_ATTRIBUTES - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
CLIENT_RESERVED - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
CLIENT_SECURE_CONNECTION - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
CLIENT_SESSION_TRACK - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
CLIENT_SSL - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
CLIENT_TRANSACTIONS - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
Client.ClientProperty - com.mysql.cj.xdevapi中的枚举
 
clientCertificateKeyStorePassword - com.mysql.cj.conf.PropertyKey
 
clientCertificateKeyStoreType - com.mysql.cj.conf.PropertyKey
 
clientCertificateKeyStoreUrl - com.mysql.cj.conf.PropertyKey
 
ClientFactory - com.mysql.cj.xdevapi中的类
ClientFactory is used for creation of Client instances.
ClientFactory() - 类 的构造器com.mysql.cj.xdevapi.ClientFactory
 
clientFirstMessageBare - 类 中的变量com.mysql.cj.sasl.ScramShaSaslClient
 
ClientImpl - com.mysql.cj.xdevapi中的类
 
ClientImpl(String, String) - 类 的构造器com.mysql.cj.xdevapi.ClientImpl
 
ClientImpl(String, Properties) - 类 的构造器com.mysql.cj.xdevapi.ClientImpl
 
ClientImpl.PooledXProtocol - com.mysql.cj.xdevapi中的类
 
clientInfoProvider - com.mysql.cj.conf.PropertyKey
 
ClientInfoProvider - 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 - com.mysql.cj.jdbc中的类
 
ClientInfoProviderSP() - 类 的构造器com.mysql.cj.jdbc.ClientInfoProviderSP
 
clientMessageId - 类 中的静态变量com.mysql.cj.x.protobuf.Mysqlx
extend .google.protobuf.MessageOptions { ... }
clientPrepare(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
clientPrepare(String, int, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
ClientPreparedQuery - com.mysql.cj中的类
 
ClientPreparedQuery(NativeSession) - 类 的构造器com.mysql.cj.ClientPreparedQuery
 
ClientPreparedStatement - com.mysql.cj.jdbc中的类
A SQL Statement is pre-compiled and stored in a PreparedStatement object.
ClientPreparedStatement(JdbcConnection, String) - 类 的构造器com.mysql.cj.jdbc.ClientPreparedStatement
Constructor used by server-side prepared statements
ClientPreparedStatement(JdbcConnection, String, String) - 类 的构造器com.mysql.cj.jdbc.ClientPreparedStatement
Constructor for the PreparedStatement class.
ClientPreparedStatement(JdbcConnection, String, String, QueryInfo) - 类 的构造器com.mysql.cj.jdbc.ClientPreparedStatement
Creates a new PreparedStatement object.
clientPrepareStatement(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
clientPrepareStatement(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
clientPrepareStatement(String) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
clientPrepareStatement(String) - 接口 中的方法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) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
clientPrepareStatement(String, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
clientPrepareStatement(String, int) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
clientPrepareStatement(String, int) - 接口 中的方法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[]) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
clientPrepareStatement(String, int[]) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
clientPrepareStatement(String, int[]) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
clientPrepareStatement(String, int[]) - 接口 中的方法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) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
clientPrepareStatement(String, int, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
clientPrepareStatement(String, int, int) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
clientPrepareStatement(String, int, int) - 接口 中的方法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) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
clientPrepareStatement(String, int, int, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
clientPrepareStatement(String, int, int, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
clientPrepareStatement(String, int, int, int) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
clientPrepareStatement(String, int, int, int) - 接口 中的方法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[]) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
clientPrepareStatement(String, String[]) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
clientPrepareStatement(String, String[]) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
clientPrepareStatement(String, String[]) - 接口 中的方法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 - com.mysql.cj.jdbc中的类
Simplistic implementation of java.sql.Clob for MySQL Connector/J
Clob(String, ExceptionInterceptor) - 类 的构造器com.mysql.cj.jdbc.Clob
 
clobberStreamingResults - com.mysql.cj.conf.PropertyKey
 
clobCharacterEncoding - com.mysql.cj.conf.PropertyKey
 
ClobValueEncoder - com.mysql.cj.protocol.a中的类
 
ClobValueEncoder() - 类 的构造器com.mysql.cj.protocol.a.ClobValueEncoder
 
clone() - 接口 中的方法com.mysql.cj.BindValue
 
clone() - 类 中的方法com.mysql.cj.jdbc.CallableStatement.CallableStatementParam
 
clone() - 类 中的方法com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
 
clone() - 类 中的方法com.mysql.cj.NativeQueryBindings
 
clone() - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
clone() - 接口 中的方法com.mysql.cj.QueryBindings
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
 
clone() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
 
close() - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
close() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
close() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
The physical connection is not actually closed. the physical connection is closed when the application server calls mysqlPooledConnection.close(). this object is de-referenced by the pooled connection each time mysqlPooledConnection.getConnection() is called by app server.
close() - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
 
close() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
close() - 接口 中的方法com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
Called when an application calls Connection.close(), before the driver processes its own internal logic for close.
close() - 类 中的方法com.mysql.cj.jdbc.MysqlPooledConnection
Invoked by the container (not the client), and should close the physical connection.
close() - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
close() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
close() - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
close() - 类 中的方法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() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
close() - 类 中的方法com.mysql.cj.jdbc.SuspendableXAConnection
 
close() - 类 中的方法com.mysql.cj.protocol.a.CompressedInputStream
 
close() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
close() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsCursor
 
close() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
 
close() - 接口 中的方法com.mysql.cj.protocol.Protocol
 
close() - 类 中的方法com.mysql.cj.protocol.ReadAheadInputStream
 
close() - 接口 中的方法com.mysql.cj.protocol.ResultsetRows
We're done.
close() - 类 中的方法com.mysql.cj.protocol.WatchableOutputStream
 
close() - 类 中的方法com.mysql.cj.protocol.WatchableWriter
 
close() - 类 中的方法com.mysql.cj.protocol.x.CompressionSplittedInputStream
Closes this stream.
close() - 类 中的方法com.mysql.cj.protocol.x.CompressionSplittedOutputStream
Closes this stream.
close() - 类 中的方法com.mysql.cj.protocol.x.ConfinedInputStream
Closes this stream and throws away any bytes not consumed from the underlying InputStream.
close() - 类 中的方法com.mysql.cj.protocol.x.ContinuousInputStream
Closes this stream and all underlying InputStreams.
close() - 类 中的方法com.mysql.cj.protocol.x.ContinuousOutputStream
Instead of closing the OutputStream flushes its data.
close() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
close() - 接口 中的方法com.mysql.cj.xdevapi.Client
Close Client.
close() - 类 中的方法com.mysql.cj.xdevapi.ClientImpl
 
close() - 类 中的方法com.mysql.cj.xdevapi.ClientImpl.PooledXProtocol
 
close() - 接口 中的方法com.mysql.cj.xdevapi.Session
Close this session.
close() - 类 中的方法com.mysql.cj.xdevapi.SessionImpl
 
close(boolean) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
closeAllOpenResults() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
Close any open result sets that have been 'held open'
closeConnectionProxy(LoadBalancedConnectionProxy) - 类 中的方法com.mysql.cj.jdbc.ConnectionGroup
 
ClosedOnExpiredPasswordException - com.mysql.cj.exceptions中的异常错误
Equivalent to SQLSTATE ER_MUST_CHANGE_PASSWORD_LOGIN = 1862 "Your password has expired.
ClosedOnExpiredPasswordException() - 异常错误 的构造器com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
 
ClosedOnExpiredPasswordException(String) - 异常错误 的构造器com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
 
ClosedOnExpiredPasswordException(String, Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
 
ClosedOnExpiredPasswordException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
 
ClosedOnExpiredPasswordException(Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
 
closeOnCompletion() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
closeOnCompletion() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
closeOwner(boolean) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
closeOwner(boolean) - 接口 中的方法com.mysql.cj.protocol.ResultsetRowsOwner
 
closeQuery() - 类 中的方法com.mysql.cj.AbstractQuery
 
closeQuery() - 类 中的方法com.mysql.cj.ClientPreparedQuery
 
closeQuery() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
closeQuery() - 接口 中的方法com.mysql.cj.Query
 
closeQuery() - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
closeQuery() - 类 中的方法com.mysql.cj.ServerPreparedQueryTestcaseGenerator
 
cNonce - 类 中的变量com.mysql.cj.sasl.ScramShaSaslClient
 
CODE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.Error
 
CODE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
COLLATION_CONNECTION - 接口 中的静态变量com.mysql.cj.CharsetSettings
 
COLLATION_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
COLLATION_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
collationIndexToCharsetName - 类 中的变量com.mysql.cj.NativeCharsetSettings
 
collationIndexToCollationName - 类 中的变量com.mysql.cj.NativeCharsetSettings
 
collationNameToCollationIndex - 类 中的变量com.mysql.cj.NativeCharsetSettings
 
collectHostsInfo(ConnectionUrlParser) - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Collects the hosts information from the ConnectionUrlParser.
collection - 类 中的变量com.mysql.cj.xdevapi.AbstractFilterParams
 
Collection - com.mysql.cj.xdevapi中的接口
Representation of a document collection.
COLLECTION - com.mysql.cj.xdevapi.DatabaseObject.DbObjectType
 
COLLECTION_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
COLLECTION_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
COLLECTION_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
COLLECTION_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
COLLECTION_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
COLLECTION_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
COLLECTION_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
COLLECTION_VIEW - com.mysql.cj.xdevapi.DatabaseObject.DbObjectType
 
CollectionImpl - com.mysql.cj.xdevapi中的类
 
collectProperties(ConnectionUrlParser, Properties) - 类 中的方法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 - com.mysql.cj.xdevapi中的接口
Represents individual column of RowResult
COLUMN_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
COLUMN_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
columnCount - 类 中的变量com.mysql.cj.protocol.a.ColumnDefinitionFactory
 
columnDefinition - 类 中的变量com.mysql.cj.protocol.a.AbstractRowFactory
 
columnDefinition - 类 中的变量com.mysql.cj.protocol.a.result.NativeResultset
The metadata for this result set
ColumnDefinition - com.mysql.cj.protocol中的接口
Represents protocol specific result set metadata, eg., for native protocol, Protocol::ColumnDefinition41 protocol entity.
ColumnDefinitionFactory - com.mysql.cj.protocol.a中的类
 
ColumnDefinitionFactory(long, ColumnDefinition) - 类 的构造器com.mysql.cj.protocol.a.ColumnDefinitionFactory
 
columnDefinitionFromCache - 类 中的变量com.mysql.cj.protocol.a.ColumnDefinitionFactory
 
ColumnDefinitionReader - com.mysql.cj.protocol.a中的类
 
ColumnDefinitionReader(NativeProtocol) - 类 的构造器com.mysql.cj.protocol.a.ColumnDefinitionReader
 
ColumnImpl - com.mysql.cj.xdevapi中的类
 
ColumnImpl(Field) - 类 的构造器com.mysql.cj.xdevapi.ColumnImpl
Constructor.
columnUsed - 类 中的变量com.mysql.cj.jdbc.result.ResultSetImpl
Keep track of columns accessed
COM_BINLOG_DUMP - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_BINLOG_DUMP_GTID - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_CHANGE_USER - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_CONNECT - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_CONNECT_OUT - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_CREATE_DB - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_DAEMON - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_DEBUG - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_DELAYED_INSERT - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_DROP_DB - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_FIELD_LIST - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_INIT_DB - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_PING - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_PROCESS_INFO - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_PROCESS_KILL - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_QUERY - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_QUIT - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_REFRESH - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_REGISTER_SLAVE - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
已过时。
COM_RESET_CONNECTION - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_SET_OPTION - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_SHUTDOWN - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_SLEEP - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_STATISTICS - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_STMT_CLOSE - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_STMT_EXECUTE - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_STMT_FETCH - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_STMT_PREPARE - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_STMT_RESET - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_STMT_SEND_LONG_DATA - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_TABLE_DUMP - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
COM_TIME - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
com.mysql.cj - 程序包 com.mysql.cj
 
com.mysql.cj.admin - 程序包 com.mysql.cj.admin
 
com.mysql.cj.callback - 程序包 com.mysql.cj.callback
 
com.mysql.cj.conf - 程序包 com.mysql.cj.conf
 
com.mysql.cj.conf.url - 程序包 com.mysql.cj.conf.url
 
com.mysql.cj.exceptions - 程序包 com.mysql.cj.exceptions
 
com.mysql.cj.interceptors - 程序包 com.mysql.cj.interceptors
 
com.mysql.cj.jdbc - 程序包 com.mysql.cj.jdbc
 
com.mysql.cj.jdbc.admin - 程序包 com.mysql.cj.jdbc.admin
 
com.mysql.cj.jdbc.exceptions - 程序包 com.mysql.cj.jdbc.exceptions
 
com.mysql.cj.jdbc.ha - 程序包 com.mysql.cj.jdbc.ha
 
com.mysql.cj.jdbc.integration.c3p0 - 程序包 com.mysql.cj.jdbc.integration.c3p0
 
com.mysql.cj.jdbc.interceptors - 程序包 com.mysql.cj.jdbc.interceptors
 
com.mysql.cj.jdbc.jmx - 程序包 com.mysql.cj.jdbc.jmx
 
com.mysql.cj.jdbc.result - 程序包 com.mysql.cj.jdbc.result
 
com.mysql.cj.jdbc.util - 程序包 com.mysql.cj.jdbc.util
 
com.mysql.cj.log - 程序包 com.mysql.cj.log
 
com.mysql.cj.protocol - 程序包 com.mysql.cj.protocol
 
com.mysql.cj.protocol.a - 程序包 com.mysql.cj.protocol.a
 
com.mysql.cj.protocol.a.authentication - 程序包 com.mysql.cj.protocol.a.authentication
 
com.mysql.cj.protocol.a.result - 程序包 com.mysql.cj.protocol.a.result
 
com.mysql.cj.protocol.result - 程序包 com.mysql.cj.protocol.result
 
com.mysql.cj.protocol.x - 程序包 com.mysql.cj.protocol.x
 
com.mysql.cj.result - 程序包 com.mysql.cj.result
 
com.mysql.cj.sasl - 程序包 com.mysql.cj.sasl
 
com.mysql.cj.util - 程序包 com.mysql.cj.util
 
com.mysql.cj.x.protobuf - 程序包 com.mysql.cj.x.protobuf
Message classes used for serialization with Google Protocol Buffers to support the X Protocol.
com.mysql.cj.xdevapi - 程序包 com.mysql.cj.xdevapi
Java classes for X DevAPI support.
com.mysql.jdbc - 程序包 com.mysql.jdbc
 
commandBuilder - 类 中的变量com.mysql.cj.jdbc.StatementImpl
 
commandBuilder - 类 中的变量com.mysql.cj.protocol.a.result.ResultsetRowsCursor
 
commandBuilder - 类 中的变量com.mysql.cj.ServerPreparedQuery
 
commandName - 枚举 中的变量com.mysql.cj.protocol.x.XpluginStatementCommand
 
CommentClientInfoProvider - 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() - 类 的构造器com.mysql.cj.jdbc.CommentClientInfoProvider
 
commit() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
commit() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
commit() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
commit() - 接口 中的方法com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
Called when an application calls Connection.commit(), before the driver processes its own internal logic for commit().
commit() - 接口 中的方法com.mysql.cj.xdevapi.Session
Commit the transaction.
commit() - 类 中的方法com.mysql.cj.xdevapi.SessionImpl
 
commit(Xid, boolean) - 类 中的方法com.mysql.cj.jdbc.MysqlXAConnection
 
commit(Xid, boolean) - 类 中的方法com.mysql.cj.jdbc.SuspendableXAConnection
 
CommonChecks - instrumentation中的类
 
CommonChecks() - 类 的构造器instrumentation.CommonChecks
 
CommunicationsException - com.mysql.cj.jdbc.exceptions中的异常错误
An exception to represent communications errors with the database.
CommunicationsException(JdbcConnection, PacketSentTimeHolder, PacketReceivedTimeHolder, Exception) - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.CommunicationsException
 
CommunicationsException(String, Throwable) - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.CommunicationsException
 
COMP_HEADER_LENGTH - 类 中的静态变量com.mysql.cj.protocol.a.CompressedPacketSender
 
COMP_HEADER_LENGTH - 类 中的静态变量com.mysql.cj.protocol.a.NativeProtocol
 
COMPACT_METADATA_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
COMPACT_METADATA_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
ComparableWrapper(K, V) - 类 的构造器com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
 
compareTo(DatabaseMetaData.ComparableWrapper<K, V>) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
 
compareTo(DatabaseMetaData.IndexMetaDataKey) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData.IndexMetaDataKey
 
compareTo(DatabaseMetaData.TableMetaDataKey) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData.TableMetaDataKey
 
compareTo(ServerVersion) - 类 中的方法com.mysql.cj.ServerVersion
 
compareTo(DnsSrv.SrvRecord) - 类 中的方法com.mysql.cj.util.DnsSrv.SrvRecord
 
compensateOnDuplicateKeyUpdateCounts - com.mysql.cj.conf.PropertyKey
 
completed(T, Void) - 类 中的方法com.mysql.cj.protocol.x.ErrorToFutureCompletionHandler
 
completer - 类 中的变量com.mysql.cj.xdevapi.AbstractDataResult
 
CompressedInputStream - 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) - 类 的构造器com.mysql.cj.protocol.a.CompressedInputStream
Creates a new CompressedInputStream that reads the given stream from the server.
compressedPacketSender - 类 中的变量com.mysql.cj.protocol.a.NativeProtocol
Track this to manually shut down.
CompressedPacketSender - com.mysql.cj.protocol.a中的类
A MessageSender for the compressed protocol.
CompressedPacketSender(BufferedOutputStream) - 类 的构造器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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
COMPRESSION = 46;
COMPRESSION_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
COMPRESSION = 19;
CompressionAlgorithm - 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) - 类 的构造器com.mysql.cj.protocol.x.CompressionAlgorithm
 
CompressionMode - com.mysql.cj.protocol.x中的枚举
The modes by which compression can be made.
CompressionSplittedInputStream - com.mysql.cj.protocol.x中的类
An InputStream wrapper that analyzes X Protocol frames and, if compressed, routes them to a secondary compressor-able InputStream that also knows how to rebuild uncompressed X Protocol frames from compressed ones.
CompressionSplittedInputStream(InputStream, CompressorStreamsFactory) - 类 的构造器com.mysql.cj.protocol.x.CompressionSplittedInputStream
 
CompressionSplittedOutputStream - com.mysql.cj.protocol.x中的类
An OutputStream wrapper that analyzes X Protocol frames and routes them directly to the original underlying OutputStream or passes them through to a compressor-able OutputStream to compresses the frame, rebuilds it and then sends a newly compressed X Protocol frame, depending on defined data size threshold.
CompressionSplittedOutputStream(OutputStream, CompressorStreamsFactory) - 类 的构造器com.mysql.cj.protocol.x.CompressionSplittedOutputStream
 
CompressorStreamsFactory - com.mysql.cj.protocol.x中的类
Factory class for producing inflating and deflating-able InputStream and OutputStream instances for a selected compression algorithm.
CompressorStreamsFactory(CompressionAlgorithm) - 类 的构造器com.mysql.cj.protocol.x.CompressorStreamsFactory
 
computeBatchSize(int) - 类 中的方法com.mysql.cj.ClientPreparedQuery
Computes the optimum number of batched parameter lists to send without overflowing max_allowed_packet.
computeBatchSize(int) - 接口 中的方法com.mysql.cj.PreparedQuery
 
computeMaxParameterSetSizeAndBatchSize(int) - 类 中的方法com.mysql.cj.ClientPreparedQuery
Computes the maximum parameter set size, and entire batch size given the number of arguments in the batch.
computeMaxParameterSetSizeAndBatchSize(int) - 类 中的方法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 - 枚举 中的静态变量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 - 枚举 中的静态变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
CON_CLOSE = 3;
COND_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
CONDITION_KEY_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
CONDITION_VALUE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
configurePostHandshake(boolean) - 接口 中的方法com.mysql.cj.CharsetSettings
Sets up client character set.
configurePostHandshake(boolean) - 类 中的方法com.mysql.cj.NativeCharsetSettings
 
configurePreHandshake(boolean) - 接口 中的方法com.mysql.cj.CharsetSettings
Choose the MySQL collation index for the handshake packet and the corresponding Java encodings for the password and error messages.
configurePreHandshake(boolean) - 类 中的方法com.mysql.cj.NativeCharsetSettings
 
configureSocket(Socket, PropertySet) - 类 中的方法com.mysql.cj.protocol.StandardSocketFactory
Configures socket properties based on properties from the connection (tcpNoDelay, snd/rcv buf, traffic class, etc).
configureTimeZone() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
Configures the client's timezone if required.
configureTimeZone() - 接口 中的方法com.mysql.cj.protocol.Protocol
 
configureTimeZone() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
ConfinedInputStream - com.mysql.cj.protocol.x中的类
An InputStream wrapper that limits the number of bytes that can be read form the underlying InputStream.
ConfinedInputStream(InputStream) - 类 的构造器com.mysql.cj.protocol.x.ConfinedInputStream
 
ConfinedInputStream(InputStream, int) - 类 的构造器com.mysql.cj.protocol.x.ConfinedInputStream
 
conn - 类 中的变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
CONN_CAPABILITIES = 2;
connect(HostInfo, String, String, String, int, TransactionEventHandler) - 类 中的方法com.mysql.cj.NativeSession
 
connect(String, int, PropertySet, int) - 类 中的方法com.mysql.cj.protocol.NamedPipeSocketFactory
 
connect(String, int, PropertySet, int) - 接口 中的方法com.mysql.cj.protocol.SocketFactory
Creates a new socket or channel using the given properties.
connect(String, int, PropertySet, int) - 类 中的方法com.mysql.cj.protocol.SocksProxySocketFactory
 
connect(String, int, PropertySet, int) - 类 中的方法com.mysql.cj.protocol.StandardSocketFactory
 
connect(String, int, PropertySet, int) - 类 中的方法com.mysql.jdbc.SocketFactoryWrapper
 
connect(String, int, PropertySet, ExceptionInterceptor, Log, int) - 类 中的方法com.mysql.cj.protocol.a.NativeSocketConnection
 
connect(String, int, PropertySet, ExceptionInterceptor, Log, int) - 接口 中的方法com.mysql.cj.protocol.SocketConnection
Connect to the MySQL server and setup a stream connection.
connect(String, int, Properties) - 接口 中的方法com.mysql.jdbc.SocketFactory
已过时。
Creates a new socket using the given properties.
connect(String, String, String) - 类 中的方法com.mysql.cj.protocol.a.NativeAuthenticationProvider
Initialize communications with the MySQL server.
connect(String, String, String) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
connect(String, String, String) - 接口 中的方法com.mysql.cj.protocol.AuthenticationProvider
 
connect(String, String, String) - 接口 中的方法com.mysql.cj.protocol.Protocol
Create a new session.
connect(String, String, String) - 类 中的方法com.mysql.cj.protocol.x.XAuthenticationProvider
 
connect(String, String, String) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
connect(String, Properties) - 类 中的方法com.mysql.cj.jdbc.NonRegisteringDriver
Try to make a database connection to the given URL.
connection - 类 中的变量com.mysql.cj.jdbc.result.ResultSetImpl
The Connection instance that created us
connection - 类 中的变量com.mysql.cj.jdbc.StatementImpl
The connection that created us
CONNECTION_CLOSED_EVENT - 类 中的静态变量com.mysql.cj.jdbc.MysqlPooledConnection
The flag for a connection being closed.
CONNECTION_ERROR_EVENT - 类 中的静态变量com.mysql.cj.jdbc.MysqlPooledConnection
The flag for an exception being thrown.
connectionAttributes - com.mysql.cj.conf.PropertyKey
 
connectionCollation - com.mysql.cj.conf.PropertyKey
 
connectionCollation - 类 中的变量com.mysql.cj.NativeCharsetSettings
 
connectionCreationTimeMillis - 类 中的变量com.mysql.cj.CoreSession
The point in time when this connection was created
ConnectionFeatureNotAvailableException - 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) - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.ConnectionFeatureNotAvailableException
 
ConnectionFeatureNotAvailableException(String, Throwable) - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.ConnectionFeatureNotAvailableException
 
ConnectionGroup - com.mysql.cj.jdbc中的类
 
ConnectionGroupManager - com.mysql.cj.jdbc中的类
 
ConnectionGroupManager() - 类 的构造器com.mysql.cj.jdbc.ConnectionGroupManager
 
ConnectionImpl - com.mysql.cj.jdbc中的类
A Connection represents a session with a specific database.
ConnectionImpl() - 类 的构造器com.mysql.cj.jdbc.ConnectionImpl
' For the delegate only
ConnectionImpl(HostInfo) - 类 的构造器com.mysql.cj.jdbc.ConnectionImpl
Creates a connection to a MySQL Server.
ConnectionIsClosedException - com.mysql.cj.exceptions中的异常错误
Operation attempted on already closed Connection
ConnectionIsClosedException() - 异常错误 的构造器com.mysql.cj.exceptions.ConnectionIsClosedException
 
ConnectionIsClosedException(String) - 异常错误 的构造器com.mysql.cj.exceptions.ConnectionIsClosedException
 
ConnectionIsClosedException(String, Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.ConnectionIsClosedException
 
ConnectionIsClosedException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.mysql.cj.exceptions.ConnectionIsClosedException
 
ConnectionIsClosedException(Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.ConnectionIsClosedException
 
ConnectionLifecycleInterceptor - 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.
connectionLifecycleInterceptors - com.mysql.cj.conf.PropertyKey
 
ConnectionPropertiesTransform - 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.
connectionTimeZone - com.mysql.cj.conf.PropertyKey
 
connectionUrl - 类 中的变量com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
 
ConnectionUrl - com.mysql.cj.conf中的类
A container for a database URL and a collection of given connection arguments.
ConnectionUrl() - 类 的构造器com.mysql.cj.conf.ConnectionUrl
Empty constructor.
ConnectionUrl(ConnectionUrlParser, Properties) - 类 的构造器com.mysql.cj.conf.ConnectionUrl
Constructs an instance of ConnectionUrl, performing all the required initializations.
ConnectionUrl(String) - 类 的构造器com.mysql.cj.conf.ConnectionUrl
Constructor for unsupported URLs
ConnectionUrl.HostsCardinality - com.mysql.cj.conf中的枚举
The rules describing the number of hosts a database URL may contain.
ConnectionUrl.Type - com.mysql.cj.conf中的枚举
The database URL type which is determined by the scheme section of the connection string.
ConnectionUrlParser - com.mysql.cj.conf中的类
This class parses a connection string using the general URI structure defined in RFC 3986.
ConnectionUrlParser.Pair<T,​U> - com.mysql.cj.conf中的类
This class is a simple container for two elements.
ConnectionWrapper - com.mysql.cj.jdbc中的类
This class serves as a wrapper for the connection object.
ConnectionWrapper(MysqlPooledConnection, JdbcConnection, boolean) - 类 的构造器com.mysql.cj.jdbc.ConnectionWrapper
Construct a new LogicalHandle and set instance variables
connectTimeout - com.mysql.cj.conf.PropertyKey
 
Constants - com.mysql.cj中的类
Represents various constants used in the driver.
consumeEvent(ProfilerEvent) - 类 中的方法com.mysql.cj.log.LoggingProfilerEventHandler
 
consumeEvent(ProfilerEvent) - 接口 中的方法com.mysql.cj.log.ProfilerEventHandler
 
containsOnDuplicateKeyInString(String) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
containsOnDuplicateKeyUpdate() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
containsOnDuplicateKeyUpdate() - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
containsOnDuplicateKeyUpdate() - 类 中的方法com.mysql.cj.QueryInfo
Does this query info represent a query that contains an ON DUPLICATE KEY UPDATE clause?
containsOnDuplicateKeyUpdateClause(String, boolean) - 类 中的静态方法com.mysql.cj.QueryInfo
Checks whether the specified SQL contains or not an ON DUPLICATE KEY UPDATE clause.
CONTENT_TYPE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
CONTENT_TYPE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
continueBatchOnError - com.mysql.cj.conf.PropertyKey
 
continueBatchOnError - 类 中的变量com.mysql.cj.jdbc.StatementImpl
 
ContinuousInputStream - com.mysql.cj.protocol.x中的类
An InputStream wrapper that reads from a queue of underlying InputStreams, giving the impression that all data is coming from a single, continuous, source.
ContinuousInputStream(InputStream) - 类 的构造器com.mysql.cj.protocol.x.ContinuousInputStream
 
ContinuousOutputStream - com.mysql.cj.protocol.x中的类
An OutputStream wrapper that can't be closed and flushes data instead when ContinuousOutputStream.close() is called.
ContinuousOutputStream(OutputStream) - 类 的构造器com.mysql.cj.protocol.x.ContinuousOutputStream
 
CONVERT_TO_NULL - com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior
 
convertShowWarningsToSQLWarnings(boolean) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
Turns output of 'SHOW WARNINGS' into JDBC SQLWarning instances.
convertToJdbcFunctionList(ResultSet, List<DatabaseMetaData.ComparableWrapper<String, Row>>, Field[]) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
convertToJdbcProcedureList(boolean, ResultSet, List<DatabaseMetaData.ComparableWrapper<String, Row>>) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
CoreSession - com.mysql.cj中的类
 
CoreSession(HostInfo, PropertySet) - 类 的构造器com.mysql.cj.CoreSession
 
count - 类 中的变量com.mysql.cj.xdevapi.AbstractDataResult
 
count() - 类 中的方法com.mysql.cj.xdevapi.AbstractDataResult
Return the number of items in this result.
count() - 接口 中的方法com.mysql.cj.xdevapi.Collection
Query the number of documents in this collection.
count() - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
count() - 接口 中的方法com.mysql.cj.xdevapi.FetchResult
How many items are in this result?
count() - 类 中的方法com.mysql.cj.xdevapi.SqlMultiResult
 
count() - 类 中的方法com.mysql.cj.xdevapi.SqlUpdateResult
 
count() - 接口 中的方法com.mysql.cj.xdevapi.Table
Query the number of rows in this table.
count() - 类 中的方法com.mysql.cj.xdevapi.TableImpl
 
createArrayOf(String, Object[]) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
createArrayOf(String, Object[]) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
createArrayOf(String, Object[]) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
createBatchUpdateException(SQLException, long[], ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.jdbc.exceptions.SQLError
Create a BatchUpdateException taking in consideration the JDBC version in use.
createBlob() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
createBlob() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
createBlob() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
createClob() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
createClob() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
createClob() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
createCollection(String) - 接口 中的方法com.mysql.cj.xdevapi.Schema
Create a new collection.
createCollection(String) - 类 中的方法com.mysql.cj.xdevapi.SchemaImpl
 
createCollection(String, boolean) - 接口 中的方法com.mysql.cj.xdevapi.Schema
Create a new collection if it does not already exist on the server.
createCollection(String, boolean) - 类 中的方法com.mysql.cj.xdevapi.SchemaImpl
 
createCollection(String, Schema.CreateCollectionOptions) - 接口 中的方法com.mysql.cj.xdevapi.Schema
Create a new collection.
createCollection(String, Schema.CreateCollectionOptions) - 类 中的方法com.mysql.cj.xdevapi.SchemaImpl
 
CreateCollectionOptions() - 类 的构造器com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
 
createColumnsFields() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
createCommunicationsException(PropertySet, ServerSession, PacketSentTimeHolder, PacketReceivedTimeHolder, Throwable, ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.exceptions.ExceptionFactory
 
createCommunicationsException(JdbcConnection, PacketSentTimeHolder, PacketReceivedTimeHolder, Exception, ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.jdbc.exceptions.SQLError
 
createCommunicationsException(String, Throwable, ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.jdbc.exceptions.SQLError
 
createConnectionForHost(HostInfo) - 类 中的方法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(String) - 类 中的方法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) - 类 中的静态方法com.mysql.cj.exceptions.ExceptionFactory
 
createException(Class<T>, String, ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.exceptions.ExceptionFactory
 
createException(Class<T>, String, Throwable) - 类 中的静态方法com.mysql.cj.exceptions.ExceptionFactory
 
createException(Class<T>, String, Throwable, ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.exceptions.ExceptionFactory
 
createException(String) - 类 中的静态方法com.mysql.cj.exceptions.ExceptionFactory
 
createException(String, ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.exceptions.ExceptionFactory
 
createException(String, String, int, boolean, Throwable, ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.exceptions.ExceptionFactory
 
createException(String, Throwable) - 类 中的静态方法com.mysql.cj.exceptions.ExceptionFactory
 
createException(String, Throwable, ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.exceptions.ExceptionFactory
 
createFieldMetadataForGetProcedures() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
createFkMetadataFields() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
createFromBigDecimal(BigDecimal) - 类 中的方法com.mysql.cj.result.BigDecimalValueFactory
 
createFromBigDecimal(BigDecimal) - 类 中的方法com.mysql.cj.result.BooleanValueFactory
 
createFromBigDecimal(BigDecimal) - 类 中的方法com.mysql.cj.result.ByteValueFactory
 
createFromBigDecimal(BigDecimal) - 类 中的方法com.mysql.cj.result.DefaultValueFactory
 
createFromBigDecimal(BigDecimal) - 类 中的方法com.mysql.cj.result.DoubleValueFactory
 
createFromBigDecimal(BigDecimal) - 类 中的方法com.mysql.cj.result.FloatValueFactory
 
createFromBigDecimal(BigDecimal) - 类 中的方法com.mysql.cj.result.IntegerValueFactory
 
createFromBigDecimal(BigDecimal) - 类 中的方法com.mysql.cj.result.LongValueFactory
 
createFromBigDecimal(BigDecimal) - 类 中的方法com.mysql.cj.result.ShortValueFactory
 
createFromBigDecimal(BigDecimal) - 类 中的方法com.mysql.cj.result.StringValueFactory
 
createFromBigDecimal(BigDecimal) - 接口 中的方法com.mysql.cj.result.ValueFactory
 
createFromBigInteger(BigInteger) - 类 中的方法com.mysql.cj.result.BigDecimalValueFactory
 
createFromBigInteger(BigInteger) - 类 中的方法com.mysql.cj.result.BooleanValueFactory
 
createFromBigInteger(BigInteger) - 类 中的方法com.mysql.cj.result.ByteValueFactory
 
createFromBigInteger(BigInteger) - 类 中的方法com.mysql.cj.result.DefaultValueFactory
 
createFromBigInteger(BigInteger) - 类 中的方法com.mysql.cj.result.DoubleValueFactory
 
createFromBigInteger(BigInteger) - 类 中的方法com.mysql.cj.result.FloatValueFactory
 
createFromBigInteger(BigInteger) - 类 中的方法com.mysql.cj.result.IntegerValueFactory
 
createFromBigInteger(BigInteger) - 类 中的方法com.mysql.cj.result.LongValueFactory
 
createFromBigInteger(BigInteger) - 类 中的方法com.mysql.cj.result.ShortValueFactory
 
createFromBigInteger(BigInteger) - 类 中的方法com.mysql.cj.result.StringValueFactory
 
createFromBigInteger(BigInteger) - 接口 中的方法com.mysql.cj.result.ValueFactory
 
createFromBit(byte[], int, int) - 类 中的方法com.mysql.cj.result.BigDecimalValueFactory
 
createFromBit(byte[], int, int) - 类 中的方法com.mysql.cj.result.BooleanValueFactory
 
createFromBit(byte[], int, int) - 类 中的方法com.mysql.cj.result.ByteValueFactory
 
createFromBit(byte[], int, int) - 类 中的方法com.mysql.cj.result.DefaultValueFactory
 
createFromBit(byte[], int, int) - 类 中的方法com.mysql.cj.result.DoubleValueFactory
 
createFromBit(byte[], int, int) - 类 中的方法com.mysql.cj.result.FloatValueFactory
 
createFromBit(byte[], int, int) - 类 中的方法com.mysql.cj.result.IntegerValueFactory
 
createFromBit(byte[], int, int) - 类 中的方法com.mysql.cj.result.LongValueFactory
 
createFromBit(byte[], int, int) - 类 中的方法com.mysql.cj.result.ShortValueFactory
 
createFromBit(byte[], int, int) - 类 中的方法com.mysql.cj.result.StringValueFactory
 
createFromBit(byte[], int, int) - 接口 中的方法com.mysql.cj.result.ValueFactory
 
createFromBytes(byte[], int, int, Field) - 类 中的方法com.mysql.cj.result.AbstractDateTimeValueFactory
 
createFromBytes(byte[], int, int, Field) - 类 中的方法com.mysql.cj.result.AbstractNumericValueFactory
 
createFromBytes(byte[], int, int, Field) - 类 中的方法com.mysql.cj.result.BinaryStreamValueFactory
 
createFromBytes(byte[], int, int, Field) - 类 中的方法com.mysql.cj.result.BooleanValueFactory
 
createFromBytes(byte[], int, int, Field) - 类 中的方法com.mysql.cj.result.ByteValueFactory
 
createFromBytes(byte[], int, int, Field) - 类 中的方法com.mysql.cj.result.OffsetDateTimeValueFactory
 
createFromBytes(byte[], int, int, Field) - 类 中的方法com.mysql.cj.result.OffsetTimeValueFactory
 
createFromBytes(byte[], int, int, Field) - 类 中的方法com.mysql.cj.result.StringValueFactory
Interpret the given byte array as a string.
createFromBytes(byte[], int, int, Field) - 接口 中的方法com.mysql.cj.result.ValueFactory
 
createFromBytes(byte[], int, int, Field) - 类 中的方法com.mysql.cj.result.ZonedDateTimeValueFactory
 
createFromBytes(byte[], int, int, Field) - 类 中的方法com.mysql.cj.xdevapi.DbDocValueFactory
Interpret the given byte array as a string.
createFromDate(InternalDate) - 类 中的方法com.mysql.cj.result.AbstractDateTimeValueFactory
 
createFromDate(InternalDate) - 类 中的方法com.mysql.cj.result.DefaultValueFactory
 
createFromDate(InternalDate) - 类 中的方法com.mysql.cj.result.StringValueFactory
Create a string from InternalDate.
createFromDate(InternalDate) - 接口 中的方法com.mysql.cj.result.ValueFactory
 
createFromDatetime(InternalTimestamp) - 类 中的方法com.mysql.cj.result.AbstractDateTimeValueFactory
 
createFromDatetime(InternalTimestamp) - 类 中的方法com.mysql.cj.result.DefaultValueFactory
 
createFromDatetime(InternalTimestamp) - 类 中的方法com.mysql.cj.result.StringValueFactory
Create a string from time fields.
createFromDatetime(InternalTimestamp) - 接口 中的方法com.mysql.cj.result.ValueFactory
 
createFromDouble(double) - 类 中的方法com.mysql.cj.result.BigDecimalValueFactory
 
createFromDouble(double) - 类 中的方法com.mysql.cj.result.BooleanValueFactory
 
createFromDouble(double) - 类 中的方法com.mysql.cj.result.ByteValueFactory
 
createFromDouble(double) - 类 中的方法com.mysql.cj.result.DefaultValueFactory
 
createFromDouble(double) - 类 中的方法com.mysql.cj.result.DoubleValueFactory
 
createFromDouble(double) - 类 中的方法com.mysql.cj.result.FloatValueFactory
 
createFromDouble(double) - 类 中的方法com.mysql.cj.result.IntegerValueFactory
 
createFromDouble(double) - 类 中的方法com.mysql.cj.result.LongValueFactory
 
createFromDouble(double) - 类 中的方法com.mysql.cj.result.ShortValueFactory
 
createFromDouble(double) - 类 中的方法com.mysql.cj.result.StringValueFactory
 
createFromDouble(double) - 接口 中的方法com.mysql.cj.result.ValueFactory
 
createFromFields(Field[]) - 类 中的方法com.mysql.cj.protocol.a.ColumnDefinitionFactory
 
createFromFields(Field[]) - 类 中的方法com.mysql.cj.protocol.a.MergingColumnDefinitionFactory
 
createFromLong(long) - 类 中的方法com.mysql.cj.result.BigDecimalValueFactory
 
createFromLong(long) - 类 中的方法com.mysql.cj.result.BooleanValueFactory
 
createFromLong(long) - 类 中的方法com.mysql.cj.result.ByteValueFactory
 
createFromLong(long) - 类 中的方法com.mysql.cj.result.DefaultValueFactory
 
createFromLong(long) - 类 中的方法com.mysql.cj.result.DoubleValueFactory
 
createFromLong(long) - 类 中的方法com.mysql.cj.result.FloatValueFactory
 
createFromLong(long) - 类 中的方法com.mysql.cj.result.IntegerValueFactory
 
createFromLong(long) - 类 中的方法com.mysql.cj.result.LongValueFactory
 
createFromLong(long) - 类 中的方法com.mysql.cj.result.ShortValueFactory
 
createFromLong(long) - 类 中的方法com.mysql.cj.result.StringValueFactory
 
createFromLong(long) - 接口 中的方法com.mysql.cj.result.ValueFactory
 
createFromMessage(NativePacketPayload) - 类 中的方法com.mysql.cj.protocol.a.BinaryRowFactory
 
createFromMessage(NativePacketPayload) - 类 中的方法com.mysql.cj.protocol.a.ColumnDefinitionFactory
 
createFromMessage(NativePacketPayload) - 类 中的方法com.mysql.cj.protocol.a.TextRowFactory
 
createFromMessage(XMessage) - 类 中的方法com.mysql.cj.protocol.x.FetchDoneEntityFactory
 
createFromMessage(XMessage) - 类 中的方法com.mysql.cj.protocol.x.FetchDoneMoreResultsFactory
 
createFromMessage(XMessage) - 类 中的方法com.mysql.cj.protocol.x.FieldFactory
 
createFromMessage(XMessage) - 类 中的方法com.mysql.cj.protocol.x.NoticeFactory
 
createFromMessage(XMessage) - 类 中的方法com.mysql.cj.protocol.x.OkFactory
 
createFromMessage(XMessage) - 类 中的方法com.mysql.cj.protocol.x.StatementExecuteOkFactory
 
createFromMessage(XMessage) - 类 中的方法com.mysql.cj.protocol.x.XProtocolRowFactory
 
createFromMessage(M) - 接口 中的方法com.mysql.cj.protocol.ProtocolEntityFactory
Create ProtocolEntity of type ProtocolEntityFactory from protocol message.
createFromNull() - 类 中的方法com.mysql.cj.result.DefaultValueFactory
 
createFromNull() - 类 中的方法com.mysql.cj.result.StringValueFactory
 
createFromNull() - 接口 中的方法com.mysql.cj.result.ValueFactory
Create result value from intermediate null value.
createFromNull() - 类 中的方法com.mysql.cj.xdevapi.DbDocValueFactory
 
createFromProtocolEntity(ProtocolEntity) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetFactory
 
createFromProtocolEntity(ProtocolEntity) - 类 中的方法com.mysql.cj.protocol.a.ResultsetFactory
 
createFromProtocolEntity(ProtocolEntity) - 接口 中的方法com.mysql.cj.protocol.ProtocolEntityFactory
Create object from protocol entity.
createFromProtocolEntity(ProtocolEntity) - 类 中的方法com.mysql.cj.xdevapi.DbDocFactory
 
createFromProtocolEntity(ProtocolEntity) - 类 中的方法com.mysql.cj.xdevapi.RowFactory
 
createFromResultsetRows(int, int, ResultsetRows) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetFactory
Build ResultSet from ResultsetRows
createFromTime(InternalTime) - 类 中的方法com.mysql.cj.result.AbstractDateTimeValueFactory
 
createFromTime(InternalTime) - 类 中的方法com.mysql.cj.result.DefaultValueFactory
 
createFromTime(InternalTime) - 类 中的方法com.mysql.cj.result.StringValueFactory
Create a string from InternalTime.
createFromTime(InternalTime) - 接口 中的方法com.mysql.cj.result.ValueFactory
 
createFromTimestamp(InternalTimestamp) - 类 中的方法com.mysql.cj.result.AbstractDateTimeValueFactory
 
createFromTimestamp(InternalTimestamp) - 类 中的方法com.mysql.cj.result.DefaultValueFactory
 
createFromTimestamp(InternalTimestamp) - 类 中的方法com.mysql.cj.result.StringValueFactory
Create a string from time fields.
createFromTimestamp(InternalTimestamp) - 接口 中的方法com.mysql.cj.result.ValueFactory
 
createFromYear(long) - 类 中的方法com.mysql.cj.result.AbstractDateTimeValueFactory
 
createFromYear(long) - 类 中的方法com.mysql.cj.result.AbstractNumericValueFactory
 
createFromYear(long) - 类 中的方法com.mysql.cj.result.BooleanValueFactory
 
createFromYear(long) - 类 中的方法com.mysql.cj.result.ByteValueFactory
 
createFromYear(long) - 类 中的方法com.mysql.cj.result.DefaultValueFactory
 
createFromYear(long) - 类 中的方法com.mysql.cj.result.StringValueFactory
 
createFromYear(long) - 接口 中的方法com.mysql.cj.result.ValueFactory
 
createFunctionColumnsFields() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
createIndex(String, DbDoc) - 接口 中的方法com.mysql.cj.xdevapi.Collection
Create a new statement defining the creation of an index on this collection.
createIndex(String, DbDoc) - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
createIndex(String, String) - 接口 中的方法com.mysql.cj.xdevapi.Collection
Create a new statement defining the creation of an index on this collection.
createIndex(String, String) - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
createIndexInfoFields() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
CreateIndexParams - com.mysql.cj.xdevapi中的类
Internally-used object passing index creation parameters to XMessageBuilder.
CreateIndexParams(String, DbDoc) - 类 的构造器com.mysql.cj.xdevapi.CreateIndexParams
Constructor.
CreateIndexParams(String, String) - 类 的构造器com.mysql.cj.xdevapi.CreateIndexParams
Constructor.
CreateIndexParams.IndexField - com.mysql.cj.xdevapi中的类
Internally used object parsed from indexDefinition; see Collection.createIndex(String, DbDoc) description.
createLinkFailureMessageBasedOnHeuristics(PropertySet, ServerSession, PacketSentTimeHolder, PacketReceivedTimeHolder, Throwable) - 类 中的静态方法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() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
createNClob() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
createNClob() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
createNewIO(boolean) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
createNewIO(boolean) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
createNewIO(boolean) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
createNewIO(boolean) - 接口 中的方法com.mysql.cj.MysqlConnection
Creates an IO channel to the server.
createProcedureColumnsFields() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
createProxyInstance(ConnectionUrl) - 类 中的静态方法com.mysql.cj.jdbc.ha.FailoverConnectionProxy
 
createProxyInstance(ConnectionUrl) - 类 中的静态方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
Static factory to create LoadBalancedConnection instances.
createProxyInstance(ConnectionUrl) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
Static factory to create ReplicationConnection instances.
createRuntimeProperty() - 类 中的方法com.mysql.cj.conf.BooleanPropertyDefinition
Creates instance of BooleanProperty.
createRuntimeProperty() - 类 中的方法com.mysql.cj.conf.EnumPropertyDefinition
Creates an instance of EnumProperty.
createRuntimeProperty() - 类 中的方法com.mysql.cj.conf.IntegerPropertyDefinition
Creates instance of IntegerProperty.
createRuntimeProperty() - 类 中的方法com.mysql.cj.conf.LongPropertyDefinition
Creates instance of LongProperty.
createRuntimeProperty() - 类 中的方法com.mysql.cj.conf.MemorySizePropertyDefinition
Creates instance of ReadableMemorySizeProperty or ModifiableMemorySizeProperty depending on isRuntimeModifiable() result.
createRuntimeProperty() - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
Creates instance of ReadableProperty or ModifiableProperty depending on isRuntimeModifiable() result.
createRuntimeProperty() - 类 中的方法com.mysql.cj.conf.StringPropertyDefinition
Creates instance of ReadableStringProperty or ModifiableStringProperty depending on isRuntimeModifiable() result.
createSaslClient(String[], String, String, String, Map<String, ?>, CallbackHandler) - 类 中的方法com.mysql.cj.sasl.ScramShaSaslClientFactory
 
createSchema(String) - 接口 中的方法com.mysql.cj.xdevapi.Session
Create and return a new schema with the name given by name.
createSchema(String) - 类 中的方法com.mysql.cj.xdevapi.SessionImpl
 
createSchema(String, boolean) - 接口 中的方法com.mysql.cj.xdevapi.Session
Create and return a new schema with the name given by name.
createSchema(String, boolean) - 类 中的方法com.mysql.cj.xdevapi.SessionImpl
 
createSocket(PropertySet) - 类 中的方法com.mysql.cj.protocol.SocksProxySocketFactory
 
createSocket(PropertySet) - 类 中的方法com.mysql.cj.protocol.StandardSocketFactory
Create the raw socket.
createSocketFactory(String) - 类 中的方法com.mysql.cj.protocol.AbstractSocketConnection
 
createSQLException(String, ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.jdbc.exceptions.SQLError
 
createSQLException(String, String, int, boolean, ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.jdbc.exceptions.SQLError
 
createSQLException(String, String, int, boolean, Throwable, ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.jdbc.exceptions.SQLError
 
createSQLException(String, String, int, ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.jdbc.exceptions.SQLError
 
createSQLException(String, String, int, Throwable, ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.jdbc.exceptions.SQLError
 
createSQLException(String, String, ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.jdbc.exceptions.SQLError
 
createSQLException(String, String, Throwable, ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.jdbc.exceptions.SQLError
 
createSQLFeatureNotSupportedException() - 类 中的静态方法com.mysql.cj.jdbc.exceptions.SQLError
Create a SQLFeatureNotSupportedException or a NotImplemented exception according to the JDBC version in use.
createSQLFeatureNotSupportedException(String, String, ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.jdbc.exceptions.SQLError
Create a SQLFeatureNotSupportedException or a NotImplemented exception according to the JDBC version in use.
createSQLXML() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
createSQLXML() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
createSQLXML() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
createStatement() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
createStatement() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
createStatement() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
createStatement(int, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
createStatement(int, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
createStatement(int, int) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
createStatement(int, int, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
createStatement(int, int, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
createStatement(int, int, int) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
createStreamingResultSet() - 类 中的方法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[]) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
createStruct(String, Object[]) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
createStruct(String, Object[]) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
createTablesFields() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
CRITERIA_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
CRITERIA_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
CRITERIA_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
criteriaStr - 类 中的变量com.mysql.cj.xdevapi.AbstractFilterParams
 
CRUD_CREATE_VIEW - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
CRUD_CREATE_VIEW = 30;
CRUD_CREATE_VIEW_VALUE - 枚举 中的静态变量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 - 枚举 中的静态变量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 - 枚举 中的静态变量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 - 枚举 中的静态变量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 - 枚举 中的静态变量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 - 枚举 中的静态变量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 - 枚举 中的静态变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
CURRENT_SCHEMA = 1;
currentDb - 类 中的变量com.mysql.cj.AbstractQuery
The database in use
currentPosition - 类 中的变量com.mysql.cj.protocol.ReadAheadInputStream
 
currentPositionInFetchedRows - 类 中的变量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 - 类 中的变量com.mysql.cj.jdbc.result.ResultSetImpl
The current row #, -1 == before start of result set
currentSessionKey - 类 中的变量com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
 
CURSOR_CLOSE - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
CURSOR_CLOSE = 44;
CURSOR_CLOSE_VALUE - 枚举 中的静态变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
CURSOR_FETCH = 45;
CURSOR_ID_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
CURSOR_ID_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
CURSOR_ID_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
CURSOR_OPEN - com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
CURSOR_OPEN = 43;
CURSOR_OPEN_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
CURSOR_OPEN = 43;
cursorExists() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
cursorExists() - 接口 中的方法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() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
customCharsetMapping - com.mysql.cj.conf.PropertyKey
 

D

DATA_MODEL_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
DATA_MODEL_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
DATA_MODEL_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
DATA_MODEL_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
DATA_SOURCE_CLASS_NAME - 类 中的静态变量com.mysql.cj.jdbc.MysqlDataSourceFactory
The class name for a standard MySQL DataSource.
database - 类 中的变量com.mysql.cj.jdbc.DatabaseMetaData
The 'current' database name being used
DatabaseMetaData - com.mysql.cj.jdbc中的类
JDBC Interface to Mysql functions
DatabaseMetaData(JdbcConnection, String, ResultSetFactory) - 类 的构造器com.mysql.cj.jdbc.DatabaseMetaData
Creates a new DatabaseMetaData object.
DatabaseMetaData.ComparableWrapper<K extends Object & Comparable<? super K>,​V> - com.mysql.cj.jdbc中的类
Helper/wrapper class to provide means of sorting objects by using a sorting key.
DatabaseMetaData.IndexMetaDataKey - com.mysql.cj.jdbc中的类
Helper class to provide means of comparing indexes by NON_UNIQUE, TYPE, INDEX_NAME, and ORDINAL_POSITION.
DatabaseMetaData.IteratorWithCleanup<T> - com.mysql.cj.jdbc中的类
 
DatabaseMetaData.ProcedureType - com.mysql.cj.jdbc中的枚举
Enumeration for Procedure Types
DatabaseMetaData.SingleStringIterator - com.mysql.cj.jdbc中的类
 
DatabaseMetaData.StringListIterator - com.mysql.cj.jdbc中的类
 
DatabaseMetaData.TableMetaDataKey - com.mysql.cj.jdbc中的类
Helper class to provide means of comparing tables by TABLE_TYPE, TABLE_CAT, TABLE_SCHEM and TABLE_NAME.
DatabaseMetaData.TableType - com.mysql.cj.jdbc中的枚举
Enumeration for Table Types
DatabaseMetaDataUsingInfoSchema - com.mysql.cj.jdbc中的类
DatabaseMetaData implementation that uses INFORMATION_SCHEMA
DatabaseMetaDataUsingInfoSchema(JdbcConnection, String, ResultSetFactory) - 类 的构造器com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
DatabaseMetaDataUsingInfoSchema.FunctionConstant - com.mysql.cj.jdbc中的枚举
 
databaseName - 类 中的变量com.mysql.cj.jdbc.MysqlDataSource
Database Name
DatabaseObject - com.mysql.cj.xdevapi中的接口
A client-side representation of X Plugin server object, e.g. table, collection, etc.
DatabaseObject.DbObjectStatus - com.mysql.cj.xdevapi中的枚举
Existence states of database objects.
DatabaseObject.DbObjectType - com.mysql.cj.xdevapi中的枚举
Type of database objects.
DatabaseObjectDescription - com.mysql.cj.xdevapi中的类
Represents the item of XPLUGIN_STMT_LIST_OBJECTS operation result.
DatabaseObjectDescription(String, String) - 类 的构造器com.mysql.cj.xdevapi.DatabaseObjectDescription
Constructor.
databaseTerm - com.mysql.cj.conf.PropertyKey
 
databaseTerm - 类 中的变量com.mysql.cj.jdbc.DatabaseMetaData
 
DatabaseUrlContainer - com.mysql.cj.conf中的接口
Implementors of this class must be able to provide a database URL.
DataConversionException - com.mysql.cj.exceptions中的异常错误
Indicates that data could not be converted according to the given request.
DataConversionException(String) - 异常错误 的构造器com.mysql.cj.exceptions.DataConversionException
 
dataDefinitionCausesTransactionCommit() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
DATADIR_KEY - 类 中的静态变量com.mysql.cj.admin.ServerController
Where are the databases installed?
DataReadException - com.mysql.cj.exceptions中的异常错误
Indicates that data could not be read according to the given request.
DataReadException(Exception) - 异常错误 的构造器com.mysql.cj.exceptions.DataReadException
 
DataReadException(String) - 异常错误 的构造器com.mysql.cj.exceptions.DataReadException
 
DataStoreMetadata - com.mysql.cj中的接口
 
DataStoreMetadataImpl - com.mysql.cj中的类
 
DataStoreMetadataImpl(Session) - 类 的构造器com.mysql.cj.DataStoreMetadataImpl
 
DataTruncationException - com.mysql.cj.exceptions中的异常错误
 
DataTruncationException() - 异常错误 的构造器com.mysql.cj.exceptions.DataTruncationException
 
DataTruncationException(String) - 异常错误 的构造器com.mysql.cj.exceptions.DataTruncationException
 
DataTruncationException(String, int, boolean, boolean, int, int, int) - 异常错误 的构造器com.mysql.cj.exceptions.DataTruncationException
 
DataTruncationException(String, Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.DataTruncationException
 
DataTruncationException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.mysql.cj.exceptions.DataTruncationException
 
DataTruncationException(Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.DataTruncationException
 
DataTypeUtil - com.mysql.cj.util中的类
Utilities to manipulate internal data type formats.
DataTypeUtil() - 类 的构造器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 - 类 中的静态变量com.mysql.cj.protocol.a.MysqlTextValueDecoder
Buffer length of MySQL date string: 'YYYY-MM-DD'.
DATE_FORMATTER - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
DATE_LITERAL_NO_DELIMITERS - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
DATE_LITERAL_WITH_DELIMITERS - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
DATE_VALUE - 枚举 中的静态变量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 - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
DATETIME_FORMATTER_NO_FRACT_WITH_OFFSET - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
DATETIME_FORMATTER_WITH_MILLIS_NO_OFFSET - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
DATETIME_FORMATTER_WITH_NANOS_NO_OFFSET - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
DATETIME_FORMATTER_WITH_NANOS_WITH_OFFSET - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
DATETIME_FORMATTER_WITH_OPTIONAL_MICROS - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
DATETIME_LITERAL_SHORT12 - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
DATETIME_LITERAL_SHORT14 - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
DATETIME_LITERAL_WITH_DELIMITERS - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
DATETIME_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
DATETIME = 12;
DATETIME_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
DATETIME = 2;
day - 类 中的变量com.mysql.cj.protocol.InternalDate
 
db - 类 中的变量com.mysql.cj.jdbc.result.ResultSetImpl
The database that was in use when we were created
DbDoc - com.mysql.cj.xdevapi中的接口
The object representation of a JSON document.
DbDocFactory - com.mysql.cj.xdevapi中的类
Create DbDoc objects from internal row representation.
DbDocFactory(PropertySet) - 类 的构造器com.mysql.cj.xdevapi.DbDocFactory
 
DbDocImpl - com.mysql.cj.xdevapi中的类
Represents a JSON object:
DbDocImpl() - 类 的构造器com.mysql.cj.xdevapi.DbDocImpl
 
DbDocValueFactory - com.mysql.cj.xdevapi中的类
A ValueFactory implementation to create DbDocs.
DbDocValueFactory(PropertySet) - 类 的构造器com.mysql.cj.xdevapi.DbDocValueFactory
Constructor.
DBNAME - com.mysql.cj.conf.PropertyKey
The database value from the properties instance passed to the driver.
DeadlockTimeoutRollbackMarker - com.mysql.cj.exceptions中的接口
Marker interface for exceptions that are caused by deadlock/wait timeout
DEALLOCATE - com.mysql.cj.xdevapi.PreparableStatement.PreparedState
 
deallocatePrepared() - 类 中的方法com.mysql.cj.xdevapi.PreparableStatement
Deallocate this prepared statement from current MysqlxSession.
DebugBufferingPacketReader - com.mysql.cj.protocol.a中的类
A decorating MessageReader which put debugging info to a ring-buffer.
DebugBufferingPacketReader(MessageReader<NativePacketHeader, NativePacketPayload>, LinkedList<StringBuilder>, RuntimeProperty<Integer>) - 类 的构造器com.mysql.cj.protocol.a.DebugBufferingPacketReader
 
DebugBufferingPacketSender - com.mysql.cj.protocol.a中的类
 
DebugBufferingPacketSender(MessageSender<NativePacketPayload>, LinkedList<StringBuilder>, RuntimeProperty<Integer>) - 类 的构造器com.mysql.cj.protocol.a.DebugBufferingPacketSender
 
decachePreparedStatement(JdbcPreparedStatement) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
decachePreparedStatement(JdbcPreparedStatement) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
decachePreparedStatement(JdbcPreparedStatement) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
decachePreparedStatement(JdbcPreparedStatement) - 接口 中的方法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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
DECIMAL = 18;
decode(byte[], int, int) - 类 中的静态方法com.mysql.cj.util.Base64Decoder
 
decodeBit(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
 
decodeBit(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
decodeBit(byte[], int, int, ValueFactory<T>) - 接口 中的方法com.mysql.cj.protocol.ValueDecoder
 
decodeBit(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.x.XProtocolDecoder
 
decodeByteArray(byte[], int, int, Field, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
 
decodeByteArray(byte[], int, int, Field, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
decodeByteArray(byte[], int, int, Field, ValueFactory<T>) - 接口 中的方法com.mysql.cj.protocol.ValueDecoder
 
decodeByteArray(byte[], int, int, Field, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.x.XProtocolDecoder
 
decodeDate(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
 
decodeDate(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
decodeDate(byte[], int, int, ValueFactory<T>) - 接口 中的方法com.mysql.cj.protocol.ValueDecoder
 
decodeDate(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.x.XProtocolDecoder
 
decodeDatetime(byte[], int, int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
 
decodeDatetime(byte[], int, int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
decodeDatetime(byte[], int, int, int, ValueFactory<T>) - 接口 中的方法com.mysql.cj.protocol.ValueDecoder
 
decodeDatetime(byte[], int, int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.x.XProtocolDecoder
 
decodeDecimal(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
 
decodeDecimal(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
decodeDecimal(byte[], int, int, ValueFactory<T>) - 接口 中的方法com.mysql.cj.protocol.ValueDecoder
 
decodeDecimal(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.x.XProtocolDecoder
 
decodeDouble(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
 
decodeDouble(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
decodeDouble(byte[], int, int, ValueFactory<T>) - 接口 中的方法com.mysql.cj.protocol.ValueDecoder
 
decodeDouble(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.x.XProtocolDecoder
 
decodeFloat(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
 
decodeFloat(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
decodeFloat(byte[], int, int, ValueFactory<T>) - 接口 中的方法com.mysql.cj.protocol.ValueDecoder
 
decodeFloat(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.x.XProtocolDecoder
 
decodeInt1(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
 
decodeInt1(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
decodeInt1(byte[], int, int, ValueFactory<T>) - 接口 中的方法com.mysql.cj.protocol.ValueDecoder
 
decodeInt1(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.x.XProtocolDecoder
 
decodeInt2(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
 
decodeInt2(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
decodeInt2(byte[], int, int, ValueFactory<T>) - 接口 中的方法com.mysql.cj.protocol.ValueDecoder
 
decodeInt2(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.x.XProtocolDecoder
 
decodeInt4(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
 
decodeInt4(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
decodeInt4(byte[], int, int, ValueFactory<T>) - 接口 中的方法com.mysql.cj.protocol.ValueDecoder
 
decodeInt4(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.x.XProtocolDecoder
 
decodeInt8(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
 
decodeInt8(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
decodeInt8(byte[], int, int, ValueFactory<T>) - 接口 中的方法com.mysql.cj.protocol.ValueDecoder
 
decodeInt8(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.x.XProtocolDecoder
 
decodeMysqlThreeByteInteger(byte[]) - 类 中的静态方法com.mysql.cj.protocol.a.NativeUtils
 
decodeMysqlThreeByteInteger(byte[], int) - 类 中的静态方法com.mysql.cj.protocol.a.NativeUtils
 
decodeRSAPrivateKey(String) - 类 中的静态方法com.mysql.cj.protocol.ExportControlled
 
decodeRSAPublicKey(String) - 类 中的静态方法com.mysql.cj.protocol.ExportControlled
 
decodeSet(byte[], int, int, Field, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
 
decodeSet(byte[], int, int, Field, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
decodeSet(byte[], int, int, Field, ValueFactory<T>) - 接口 中的方法com.mysql.cj.protocol.ValueDecoder
 
decodeSet(byte[], int, int, Field, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.x.XProtocolDecoder
 
decodeTime(byte[], int, int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
 
decodeTime(byte[], int, int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
decodeTime(byte[], int, int, int, ValueFactory<T>) - 接口 中的方法com.mysql.cj.protocol.ValueDecoder
 
decodeTime(byte[], int, int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.x.XProtocolDecoder
 
decodeTimestamp(byte[], int, int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
 
decodeTimestamp(byte[], int, int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
decodeTimestamp(byte[], int, int, int, ValueFactory<T>) - 接口 中的方法com.mysql.cj.protocol.ValueDecoder
 
decodeTimestamp(byte[], int, int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.x.XProtocolDecoder
 
decodeUInt1(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
 
decodeUInt1(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
decodeUInt1(byte[], int, int, ValueFactory<T>) - 接口 中的方法com.mysql.cj.protocol.ValueDecoder
 
decodeUInt1(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.x.XProtocolDecoder
 
decodeUInt2(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
 
decodeUInt2(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
decodeUInt2(byte[], int, int, ValueFactory<T>) - 接口 中的方法com.mysql.cj.protocol.ValueDecoder
 
decodeUInt2(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.x.XProtocolDecoder
 
decodeUInt4(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
 
decodeUInt4(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
decodeUInt4(byte[], int, int, ValueFactory<T>) - 接口 中的方法com.mysql.cj.protocol.ValueDecoder
 
decodeUInt4(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.x.XProtocolDecoder
 
decodeUInt8(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
 
decodeUInt8(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
decodeUInt8(byte[], int, int, ValueFactory<T>) - 接口 中的方法com.mysql.cj.protocol.ValueDecoder
 
decodeUInt8(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.x.XProtocolDecoder
 
decodeYear(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
 
decodeYear(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
decodeYear(byte[], int, int, ValueFactory<T>) - 接口 中的方法com.mysql.cj.protocol.ValueDecoder
 
decodeYear(byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.x.XProtocolDecoder
 
DEFAULT - com.mysql.cj.xdevapi.Statement.LockContention
Default behavior.
DEFAULT_DATE - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
DEFAULT_HOST - 类 中的静态变量com.mysql.cj.conf.ConnectionUrl
 
DEFAULT_LOGGER_CLASS - 类 中的静态变量com.mysql.cj.jdbc.ConnectionImpl
Default logger class name
DEFAULT_PORT - 类 中的静态变量com.mysql.cj.conf.ConnectionUrl
 
DEFAULT_TIME - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
DEFAULT_VALUE_FALSE - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
DEFAULT_VALUE_NULL_STRING - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
DEFAULT_VALUE_TRUE - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
defaultAuthenticationPlugin - com.mysql.cj.conf.PropertyKey
 
DefaultColumnDefinition - com.mysql.cj.result中的类
Protocol::ColumnDefinition41 object
DefaultColumnDefinition() - 类 的构造器com.mysql.cj.result.DefaultColumnDefinition
 
DefaultColumnDefinition(Field[]) - 类 的构造器com.mysql.cj.result.DefaultColumnDefinition
 
defaultFetchSize - com.mysql.cj.conf.PropertyKey
 
DefaultPropertySet - com.mysql.cj.conf中的类
 
DefaultPropertySet() - 类 的构造器com.mysql.cj.conf.DefaultPropertySet
 
DEFAULTS_FILE_KEY - 类 中的静态变量com.mysql.cj.admin.ServerController
Where is the config file located?
defaultSchemaName - 类 中的变量com.mysql.cj.protocol.x.XProtocol
 
defaultSchemaName - 类 中的变量com.mysql.cj.xdevapi.SessionImpl
 
DefaultValueFactory<T> - 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) - 类 的构造器com.mysql.cj.result.DefaultValueFactory
 
DEFINER - com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
use permissions of the user who defined the VIEW
DEFINER_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
DEFINER_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
DEFINER_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
use permissions of the user who defined the VIEW
delete() - 接口 中的方法com.mysql.cj.xdevapi.Table
Create a new delete statement.
delete() - 类 中的方法com.mysql.cj.xdevapi.TableImpl
 
DELETE - com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
DELETE = 4;
DELETE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
DELETE_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
DELETE = 4;
deleteRow() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
deleteRow() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
deletesAreDetected(int) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
DeleteStatement - com.mysql.cj.xdevapi中的接口
A statement to delete rows from a table.
DeleteStatementImpl - com.mysql.cj.xdevapi中的类
DeleteStatement implementation.
demo.x.devapi - 程序包 demo.x.devapi
 
DESC - com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
DESC = 2;
DESC_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
DESC = 2;
description - 类 中的变量com.mysql.cj.jdbc.MysqlDataSource
 
destroy() - 接口 中的方法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() - 类 中的方法com.mysql.cj.exceptions.ExceptionInterceptorChain
 
destroy() - 接口 中的方法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() - 接口 中的方法com.mysql.cj.jdbc.ClientInfoProvider
Called once by the driver when the connection this provider instance belongs to is being closed.
destroy() - 类 中的方法com.mysql.cj.jdbc.ClientInfoProviderSP
 
destroy() - 类 中的方法com.mysql.cj.jdbc.CommentClientInfoProvider
 
destroy() - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedAutoCommitInterceptor
 
destroy() - 接口 中的方法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() - 类 中的方法com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker
 
destroy() - 接口 中的方法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() - 类 中的方法com.mysql.cj.jdbc.interceptors.ResultSetScannerInterceptor
 
destroy() - 类 中的方法com.mysql.cj.jdbc.interceptors.ServerStatusDiffInterceptor
 
destroy() - 类 中的方法com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
 
destroy() - 类 中的方法com.mysql.cj.log.LoggingProfilerEventHandler
 
destroy() - 接口 中的方法com.mysql.cj.log.ProfilerEventHandler
 
destroy() - 类 中的方法com.mysql.cj.NoSubInterceptorWrapper
 
destroy() - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationFidoClient
 
destroy() - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationKerberosClient
 
destroy() - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
 
destroy() - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationOciClient
 
destroy() - 类 中的方法com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
 
destroy() - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
 
destroy() - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
 
destroy() - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
 
destroy() - 类 中的方法com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
 
destroy() - 接口 中的方法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 - demo.x.devapi中的类
 
DevApiSample() - 类 的构造器demo.x.devapi.DevApiSample
 
DIRECTION_FIELD_NUMBER - 类 中的静态变量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() - 类 中的方法com.mysql.cj.NativeSession
 
disableStreamingResults() - 接口 中的方法com.mysql.cj.jdbc.JdbcStatement
Resets this statements fetch size and result set type to the values they had before enableStreamingResults() was called.
disableStreamingResults() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
disconnectOnExpiredPasswords - com.mysql.cj.conf.PropertyKey
 
disconnectOnExpiredPasswords - 类 中的变量com.mysql.cj.CoreSession
 
dispose() - 类 中的方法com.mysql.cj.sasl.ScramShaSaslClient
 
dnsSrv - com.mysql.cj.conf.PropertyKey
 
DnsSrv - com.mysql.cj.util中的类
 
DnsSrv() - 类 的构造器com.mysql.cj.util.DnsSrv
 
DnsSrv.SrvRecord - com.mysql.cj.util中的类
 
DocFilterParams - com.mysql.cj.xdevapi中的类
FilterParams implementation for Collection syntax.
DocFilterParams(String, String) - 类 的构造器com.mysql.cj.xdevapi.DocFilterParams
Constructor.
DocFilterParams(String, String, boolean) - 类 的构造器com.mysql.cj.xdevapi.DocFilterParams
Constructor.
DocResult - com.mysql.cj.xdevapi中的接口
A sequence of documents retrieved from a find query.
DocResultBuilder - com.mysql.cj.xdevapi中的类
Result builder producing a DocResult instance.
DocResultBuilder(MysqlxSession) - 类 的构造器com.mysql.cj.xdevapi.DocResultBuilder
 
DocResultImpl - com.mysql.cj.xdevapi中的类
A sequence of documents retrieved from a find query.
DocResultImpl(RowList, Supplier<ProtocolEntity>, PropertySet) - 类 的构造器com.mysql.cj.xdevapi.DocResultImpl
Constructor.
DOCUMENT - com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
DOCUMENT = 1;
DOCUMENT_PATH_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
DOCUMENT_PATH_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
DOCUMENT_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
DOCUMENT = 1;
documentation - 程序包 documentation
 
documentField() - 类 中的方法com.mysql.cj.xdevapi.ExprParser
Parse a document field.
documentPath() - 类 中的方法com.mysql.cj.xdevapi.ExprParser
Parse a JSON-style document path, like WL#7909, but prefix by @. instead of $.
documentWalkthrough(Schema) - 类 中的静态方法demo.x.devapi.DevApiSample
 
doDebug - 类 中的变量com.mysql.cj.protocol.ReadAheadInputStream
 
DOES_NOT_PRODUCE_RESULT_SET - com.mysql.cj.QueryReturnType
 
doEscapeProcessing - 类 中的变量com.mysql.cj.jdbc.StatementImpl
Should we process escape codes?
doesMaxRowSizeIncludeBlobs() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
doesPlatformDbCharsetMatches() - 接口 中的方法com.mysql.cj.CharsetSettings
 
doesPlatformDbCharsetMatches() - 类 中的方法com.mysql.cj.NativeCharsetSettings
 
doForAll() - 类 中的方法com.mysql.cj.jdbc.IterateBlock
 
doingUpdates - 类 中的变量com.mysql.cj.jdbc.result.UpdatableResultSet
Are we in the middle of doing updates to the current row?
domSourceToString() - 类 中的方法com.mysql.cj.jdbc.MysqlSQLXML
 
dontCheckOnDuplicateKeyUpdateInSQL - com.mysql.cj.conf.PropertyKey
 
dontCheckOnDuplicateKeyUpdateInSQL - 类 中的变量com.mysql.cj.jdbc.StatementImpl
 
dontTrackOpenResources - com.mysql.cj.conf.PropertyKey
 
dontTrackOpenResources - 类 中的变量com.mysql.cj.jdbc.StatementImpl
 
doPing() - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
Pings live connections.
doPing() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
Pings both l/b connections.
doPing() - 接口 中的方法com.mysql.cj.PingTarget
 
doPingInstead() - 类 中的方法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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
**
DOUBLE_UNSIGNED - com.mysql.cj.MysqlType
DOUBLE[(M,D)] UNSIGNED [ZEROFILL]
DOUBLE_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
DOUBLE = 5;
DoubleValueFactory - com.mysql.cj.result中的类
A value factory for creating double values.
DoubleValueFactory(PropertySet) - 类 的构造器com.mysql.cj.result.DoubleValueFactory
 
drainRows() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
Used only in tests
Driver - com.mysql.cj.jdbc中的类
The Java SQL framework allows for multiple database drivers.
Driver - com.mysql.jdbc中的类
Backwards compatibility to support apps that call Class.forName("com.mysql.jdbc.Driver");.
Driver() - 类 的构造器com.mysql.cj.jdbc.Driver
Construct a new driver and register it with DriverManager
Driver() - 类 的构造器com.mysql.jdbc.Driver
 
dropCollection(String) - 接口 中的方法com.mysql.cj.xdevapi.Schema
Drop the collection from this schema.
dropCollection(String) - 类 中的方法com.mysql.cj.xdevapi.SchemaImpl
 
dropIndex(String) - 接口 中的方法com.mysql.cj.xdevapi.Collection
Create a new statement defining the removal of an index on this collection.
dropIndex(String) - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
dropSchema(String) - 接口 中的方法com.mysql.cj.xdevapi.Session
Drop the existing schema with the name given by name.
dropSchema(String) - 类 中的方法com.mysql.cj.xdevapi.SessionImpl
 
dumpAsHex(byte[], int) - 类 中的静态方法com.mysql.cj.util.StringUtils
Returns the given bytes as a hex and ASCII dump (up to length bytes).
dumpLeftovers() - 类 中的方法com.mysql.cj.protocol.x.ConfinedInputStream
Skips the number bytes not yet consumed from the underlying InputStream.
dumpPacketRingBuffer() - 类 中的方法com.mysql.cj.NativeSession
 
dumpPacketRingBuffer() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
dumpQueriesOnException - com.mysql.cj.conf.PropertyKey
 
dumpQueriesOnException - 类 中的变量com.mysql.cj.jdbc.StatementImpl
 
dumpSqlStatesMappingsAsXml() - 类 中的静态方法documentation.ErrorMappingsDocGenerator
 
dumpTestcaseQuery(String) - 类 中的静态方法com.mysql.cj.util.TestUtils
 
DURATION_LITERAL_NO_DAYS - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
DURATION_LITERAL_WITH_DAYS - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
DurationValueEncoder - com.mysql.cj.protocol.a中的类
 
DurationValueEncoder() - 类 的构造器com.mysql.cj.protocol.a.DurationValueEncoder
 
DurationValueFactory - com.mysql.cj.result中的类
A value factory to create Duration instances.
DurationValueFactory(PropertySet) - 类 的构造器com.mysql.cj.result.DurationValueFactory
 

E

elideSetAutoCommits - com.mysql.cj.conf.PropertyKey
 
EMPTY_BYTE_ARRAY - 类 中的静态变量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 - 类 中的变量com.mysql.cj.jdbc.result.ResultSetImpl
 
emulateUnsupportedPstmts - com.mysql.cj.conf.PropertyKey
 
enabled() - 类 中的静态方法com.mysql.cj.protocol.ExportControlled
 
enableEscapeProcessing - com.mysql.cj.conf.PropertyKey
 
enableJMX - 类 中的变量com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
enableMultiQueries() - 类 中的方法com.mysql.cj.NativeSession
 
enablePacketDebug - com.mysql.cj.conf.PropertyKey
 
enableQueryTimeouts - com.mysql.cj.conf.PropertyKey
 
enableStreamingResults() - 接口 中的方法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() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
enableStreamingResults() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
encodeAsBinary(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.BooleanValueEncoder
 
encodeAsBinary(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.ByteArrayValueEncoder
 
encodeAsBinary(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.DurationValueEncoder
 
encodeAsBinary(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.InputStreamValueEncoder
 
encodeAsBinary(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.InstantValueEncoder
 
encodeAsBinary(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.LocalDateTimeValueEncoder
 
encodeAsBinary(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.LocalDateValueEncoder
 
encodeAsBinary(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.LocalTimeValueEncoder
 
encodeAsBinary(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.NumberValueEncoder
 
encodeAsBinary(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.OffsetDateTimeValueEncoder
 
encodeAsBinary(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.OffsetTimeValueEncoder
 
encodeAsBinary(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.ReaderValueEncoder
 
encodeAsBinary(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.SqlDateValueEncoder
 
encodeAsBinary(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.SqlTimestampValueEncoder
 
encodeAsBinary(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.SqlTimeValueEncoder
 
encodeAsBinary(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.StringValueEncoder
 
encodeAsBinary(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.UtilCalendarValueEncoder
 
encodeAsBinary(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.UtilDateValueEncoder
 
encodeAsBinary(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.ZonedDateTimeValueEncoder
 
encodeAsBinary(Message, BindValue) - 接口 中的方法com.mysql.cj.protocol.ValueEncoder
 
encodeAsQueryAttribute(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.AbstractValueEncoder
 
encodeAsQueryAttribute(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.BooleanValueEncoder
 
encodeAsQueryAttribute(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.DurationValueEncoder
 
encodeAsQueryAttribute(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.InstantValueEncoder
 
encodeAsQueryAttribute(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.LocalDateTimeValueEncoder
 
encodeAsQueryAttribute(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.LocalDateValueEncoder
 
encodeAsQueryAttribute(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.LocalTimeValueEncoder
 
encodeAsQueryAttribute(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.NumberValueEncoder
 
encodeAsQueryAttribute(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.OffsetDateTimeValueEncoder
 
encodeAsQueryAttribute(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.OffsetTimeValueEncoder
 
encodeAsQueryAttribute(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.SqlDateValueEncoder
 
encodeAsQueryAttribute(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.SqlTimestampValueEncoder
 
encodeAsQueryAttribute(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.SqlTimeValueEncoder
 
encodeAsQueryAttribute(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.StringValueEncoder
 
encodeAsQueryAttribute(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.UtilCalendarValueEncoder
 
encodeAsQueryAttribute(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.UtilDateValueEncoder
 
encodeAsQueryAttribute(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.ZonedDateTimeValueEncoder
 
encodeAsQueryAttribute(Message, BindValue) - 接口 中的方法com.mysql.cj.protocol.ValueEncoder
 
encodeAsText(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.AbstractValueEncoder
 
encodeAsText(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.BlobValueEncoder
 
encodeAsText(Message, BindValue) - 类 中的方法com.mysql.cj.protocol.a.InputStreamValueEncoder
 
encodeAsText(Message, BindValue) - 接口 中的方法com.mysql.cj.protocol.ValueEncoder
 
encodeMysqlThreeByteInteger(int) - 类 中的静态方法com.mysql.cj.protocol.a.NativeUtils
 
encodeMysqlThreeByteInteger(int, byte[], int) - 类 中的静态方法com.mysql.cj.protocol.a.NativeUtils
 
encoding - 类 中的变量com.mysql.cj.jdbc.MysqlDataSource
Character Encoding
encryptPassword() - 类 中的方法com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
 
encryptPassword() - 类 中的方法com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
 
encryptPassword(String) - 类 中的方法com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
 
encryptWithRSAPublicKey(byte[], RSAPublicKey) - 类 中的静态方法com.mysql.cj.protocol.ExportControlled
 
encryptWithRSAPublicKey(byte[], RSAPublicKey, String) - 类 中的静态方法com.mysql.cj.protocol.ExportControlled
 
end(Xid, int) - 类 中的方法com.mysql.cj.jdbc.MysqlXAConnection
 
end(Xid, int) - 类 中的方法com.mysql.cj.jdbc.SuspendableXAConnection
 
endOfCurrentData - 类 中的变量com.mysql.cj.protocol.ReadAheadInputStream
 
endsWithIgnoreCase(String, String) - 类 中的静态方法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) - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Checks that underlying buffer has enough space to store additionalData bytes starting from current position.
ENUM - com.mysql.cj.MysqlType
ENUM('value1','value2',...)
ENUM - com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
ENUM = 16;
ENUM - com.mysql.cj.xdevapi.Type
 
ENUM_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
ENUM = 16;
EnumProperty<T extends Enum<T>> - com.mysql.cj.conf中的类
 
EnumProperty(PropertyDefinition<T>) - 类 的构造器com.mysql.cj.conf.EnumProperty
 
EnumPropertyDefinition<T extends Enum<T>> - com.mysql.cj.conf中的类
 
EnumPropertyDefinition(PropertyKey, T, boolean, String, String, String, int) - 类 的构造器com.mysql.cj.conf.EnumPropertyDefinition
 
equalHostPortPair(HostInfo) - 类 中的方法com.mysql.cj.conf.HostInfo
Checks if this HostInfo has the same host and port pair as the given HostInfo.
equals(Object) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
 
equals(Object) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData.IndexMetaDataKey
 
equals(Object) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData.TableMetaDataKey
 
equals(Object) - 类 中的方法com.mysql.cj.jdbc.MysqlXid
 
equals(Object) - 类 中的方法com.mysql.cj.ServerVersion
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
equals(Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
equals(Object) - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
equals(Object) - 类 中的方法com.mysql.cj.xdevapi.SchemaImpl
 
equals(Object) - 类 中的方法com.mysql.cj.xdevapi.TableImpl
 
ER_ABORTING_CONNECTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ACCESS_DENIED_CHANGE_USER_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ACCESS_DENIED_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ACCESS_DENIED_NO_PASSWORD_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ADD_PARTITION_NO_NEW_PARTITION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ADD_PARTITION_SUBPART_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ADMIN_WRONG_MRG_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AES_INVALID_IV - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_FILEGROUP_FAILED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_INFO - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_AUTOINC - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_CHANGE_FTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_CHECK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_RENAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_HIDDEN_FTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_IGNORE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOPK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOT_NULL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_PARTITION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AMBIGUOUS_FIELD_TERM - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTO_CONVERT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTO_INCREMENT_CONFLICT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTO_POSITION_REQUIRES_GTID_MODE_ON - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTOINC_READ_FAILED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BAD_DB_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BAD_FIELD_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BAD_FT_COLUMN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BAD_HOST_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BAD_LOG_STATEMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BAD_NULL_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BAD_REPLICA - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BAD_REPLICA_AUTO_POSITION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BAD_REPLICA_UNTIL_COND - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BAD_SLAVE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_BAD_SLAVE_AUTO_POSITION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_BAD_SLAVE_UNTIL_COND - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_BAD_TABLE_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BASE64_DECODE_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CACHE_SIZE_GREATER_THAN_MAX - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CREATE_ROUTINE_NEED_SUPER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_LOGGING_IMPOSSIBLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_LOGICAL_CORRUPTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_PURGE_EMFILE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_PURGE_FATAL_ERR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_PURGE_PROHIBITED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_READ_EVENT_CHECKSUM_FAILURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_ROW_ENGINE_AND_STMT_ENGINE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_ROW_INJECTION_AND_STMT_ENGINE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_ROW_INJECTION_AND_STMT_MODE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_ROW_LOGGING_FAILED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_ROW_MODE_AND_STMT_ENGINE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_ROW_RBR_TO_SBR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_ROW_WRONG_TABLE_DEF - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_STMT_CACHE_SIZE_GREATER_THAN_MAX - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_STMT_MODE_AND_NO_REPL_TABLES - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_STMT_MODE_AND_ROW_ENGINE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_AND_STMT_ENGINE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_AUTOINC_COLUMNS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_FULLTEXT_PLUGIN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_INSERT_DELAYED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_INSERT_TWO_KEYS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_LIMIT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_MIXED_STATEMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_REPLACE_SELECT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_ROUTINE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_STATEMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_SYSTEM_FUNCTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_SYSTEM_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_SYSTEM_VARIABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_UDF - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_UPDATE_IGNORE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BLOB_CANT_HAVE_DEFAULT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BLOB_FIELD_IN_PART_FUNC_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BLOB_KEY_WITHOUT_LENGTH - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BLOB_USED_AS_KEY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BLOBS_AND_NO_TERMINATED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_ADD_FOREIGN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_DISCARD_TEMPORARY_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_LOAD_FROM_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_LOAD_FROM_TABLE_V2 - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_USER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_ACTIVATE_LOG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_AGGREGATE_2COLLATIONS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_AGGREGATE_3COLLATIONS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_AGGREGATE_NCOLLATIONS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CHANGE_GTID_NEXT_IN_TRANSACTION_WHEN_GTID_NEXT_LIST_IS_NULL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CHANGE_TX_ISOLATION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_DB - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_FEDERATED_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_FILE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_GEOMETRY_OBJECT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_HANDLER_FILE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_SROUTINE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_THREAD - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_USER_WITH_GRANT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_DELETE_FILE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_DO_IMPLICIT_COMMIT_IN_TRX_WHEN_GTID_NEXT_IS_SET - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_DO_THIS_DURING_AN_TRANSACTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_DROP_FIELD_OR_KEY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_FIND_DL_ENTRY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_FIND_SYSTEM_REC - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_FIND_UDF - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_GET_STAT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_GET_WD - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_INITIALIZE_UDF - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_LOCK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_LOCK_LOG_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_OPEN_FILE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_OPEN_LIBRARY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_READ_DIR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_REMOVE_ALL_FIELDS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_RENAME_LOG_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_REOPEN_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_GTID_NEXT_WHEN_OWNING_GTID - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_WD - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_UPDATE_TABLE_IN_CREATE_TABLE_SELECT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_UPDATE_WITH_READLOCK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_USE_OPTION_HERE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_WRITE_LOCK_LOG_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHANGE_RPL_INFO_REPOSITORY_FAILURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHECK_NO_SUCH_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHECK_NOT_IMPLEMENTED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHECKREAD - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLIENT_INTERACTION_TIMEOUT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COALESCE_ONLY_ON_HASH_PARTITION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COALESCE_PARTITION_NO_PARTITION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COL_COUNT_DOESNT_MATCH_CORRUPTED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COL_COUNT_DOESNT_MATCH_CORRUPTED_V2 - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE_V2 - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COLLATION_CHARSET_MISMATCH - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COLUMNACCESS_DENIED_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CON_COUNT_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COND_ITEM_TOO_LONG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONFLICT_FN_PARSE_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONFLICTING_DECLARATIONS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONNECT_TO_FOREIGN_DATA_SOURCE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONNECT_TO_MASTER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_CONNECT_TO_SOURCE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONSECUTIVE_REORG_PARTITIONS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CORRUPT_HELP_DB - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CRASHED_ON_REPAIR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CRASHED_ON_USAGE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CREATE_DB_WITH_READ_LOCK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CREATE_FILEGROUP_FAILED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CUT_VALUE_GROUP_CONCAT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CYCLIC_REFERENCE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_INVALID_CONDITION_NUMBER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DATA_OUT_OF_RANGE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DATA_TOO_LONG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DATABASE_NAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DATETIME_FUNCTION_OVERFLOW - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DB_CREATE_EXISTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DB_DROP_DELETE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DB_DROP_EXISTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DB_DROP_RMDIR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DBACCESS_DENIED_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DDL_LOG_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEBUG_SYNC_HIT_LIMIT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEBUG_SYNC_TIMEOUT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DELAYED_CANT_CHANGE_LOCK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DELAYED_INSERT_TABLE_LOCKED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DELAYED_NOT_SUPPORTED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DERIVED_MUST_HAVE_ALIAS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DIFF_GROUPS_PROC - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DISCARD_FK_CHECKS_RUNNING - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DISK_FULL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DIVISION_BY_ZERO - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DROP_DB_WITH_READ_LOCK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DROP_FILEGROUP_FAILED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DROP_INDEX_FK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DROP_LAST_PARTITION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DROP_PARTITION_NON_EXISTENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DROP_USER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUMP_NOT_IMPLEMENTED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_ARGUMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_ENTRY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_ENTRY_AUTOINCREMENT_CASE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_ENTRY_WITH_KEY_NAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_FIELDNAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_INDEX - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_KEY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_KEYNAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_LIST_ENTRY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_SIGNAL_SET - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_UNIQUE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_UNKNOWN_IN_INDEX - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUPLICATED_VALUE_IN_TYPE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EMPTY_QUERY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ENGINE_OUT_OF_MEMORY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_DURING_CHECKPOINT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_DURING_COMMIT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_DURING_FLUSH_LOGS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_DURING_ROLLBACK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_IN_TRIGGER_BODY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_IN_UNKNOWN_TRIGGER_BODY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_MESSAGES - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_ON_CLOSE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_ON_MASTER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_ERROR_ON_READ - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_ON_RENAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_ON_SOURCE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_ON_WRITE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_WHEN_EXECUTING_COMMAND - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_ALREADY_EXISTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_CANNOT_ALTER_IN_THE_PAST - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_CANNOT_CREATE_IN_THE_PAST - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_CANNOT_DELETE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_CANT_ALTER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_COMPILE_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_DATA_TOO_LONG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_DOES_NOT_EXIST - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_DROP_FAILED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_ENDS_BEFORE_STARTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_EXEC_TIME_IN_THE_PAST - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_INVALID_CREATION_CTX - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_MODIFY_QUEUE_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_NEITHER_M_EXPR_NOR_M_AT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_OPEN_TABLE_FAILED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_RECURSION_FORBIDDEN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_SAME_NAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_SET_VAR_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_STORE_FAILED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENTS_DB_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EXCEPTIONS_WRITE_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EXEC_STMT_WITH_OPEN_CURSOR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EXPLAIN_NOT_SUPPORTED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_READ_FROM_PAR_FILE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_ROUTINE_BREAK_BINLOG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FEATURE_DISABLED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIELD_NOT_FOUND_PART_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIELD_SPECIFIED_TWICE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FILE_CORRUPT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FILE_EXISTS_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FILE_NOT_FOUND - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FILE_USED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FILEGROUP_OPTION_ONLY_ONCE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FILSORT_ABORT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_CANNOT_DELETE_PARENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_CANNOT_OPEN_PARENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_COLUMN_CANNOT_CHANGE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_COLUMN_CANNOT_CHANGE_CHILD - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_COLUMN_CANNOT_DROP - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_COLUMN_CANNOT_DROP_CHILD - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_COLUMN_NOT_NULL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_DEPTH_EXCEEDED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_DUP_NAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_FAIL_ADD_SYSTEM - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_INCORRECT_OPTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_NO_INDEX_CHILD - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_NO_INDEX_PARENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FLUSH_MASTER_BINLOG_CLOSED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_FLUSH_SOURCE_BINLOG_CLOSED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FORBID_SCHEMA_CHANGE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FORCING_CLOSE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FOREIGN_DATA_STRING_INVALID - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FOREIGN_DUPLICATE_KEY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFO - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFO - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FOREIGN_KEY_ON_PARTITIONED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FOREIGN_SERVER_DOESNT_EXIST - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FOREIGN_SERVER_EXISTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FORM_NOT_FOUND - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFF - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FPARSER_BAD_HEADER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FPARSER_EOF_IN_COMMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FPARSER_ERROR_IN_PARAMETER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FPARSER_TOO_BIG_FILE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FRM_UNKNOWN_TYPE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FSEEK_FAIL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FT_MATCHING_KEY_NOT_FOUND - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONING - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FUNC_INEXISTENT_NAME_COLLISION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FUNCTION_NOT_DEFINED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GET_ERRMSG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GET_ERRNO - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GET_STACKED_DA_WITHOUT_ACTIVE_HANDLER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GET_TEMPORARY_ERRMSG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GLOBAL_VARIABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GNO_EXHAUSTED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GOT_SIGNAL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRANT_PLUGIN_USER_EXISTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRANT_WRONG_HOST_OR_USER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_EXECUTED_WAS_CHANGED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_MODE_2_OR_3_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_MODE_CAN_ONLY_CHANGE_ONE_STEP_AT_A_TIME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_MODE_REQUIRES_BINLOG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_NEXT_CANT_BE_AUTOMATIC_IF_GTID_NEXT_LIST_IS_NON_NULL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LIST - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_NEXT_TYPE_UNDEFINED_GROUP - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_PURGED_WAS_CHANGED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_UNSAFE_CREATE_SELECT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HANDSHAKE_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HASHCHK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HOST_IS_BLOCKED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HOST_NOT_PRIVILEGED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HOSTNAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IDENT_CAUSES_TOO_LONG_PATH - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ILLEGAL_GRANT_FOR_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ILLEGAL_HA - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ILLEGAL_HA_CREATE_OPTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ILLEGAL_REFERENCE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ILLEGAL_VALUE_FOR_TYPE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INCONSISTENT_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INCONSISTENT_PARTITION_INFO_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INCORRECT_GLOBAL_LOCAL_VAR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INDEX_COLUMN_TOO_LONG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INDEX_CORRUPT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INDEX_REBUILD - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_FORCED_RECOVERY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_FT_AUX_NOT_HEX_ID - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_FT_LIMIT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_FT_WRONG_DOCID_COLUMN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_FT_WRONG_DOCID_INDEX - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_IMPORT_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_INDEX_CORRUPT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_NO_FT_TEMP_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_NO_FT_USES_PARSER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_ONLINE_LOG_TOO_BIG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_READ_ONLY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_UNDO_LOG_FULL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INSECURE_CHANGE_MASTER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_INSECURE_CHANGE_SOURCE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INSECURE_PLAIN_TEXT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INSERT_INFO - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMAT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BIN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INTERNAL_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_ARGUMENT_FOR_LOGARITHM - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_CHARACTER_STRING - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_DEFAULT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_FIELD_SIZE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_GROUP_FUNC_USE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_ON_UPDATE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_USE_OF_NULL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_YEAR_COLUMN_LENGTH - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IO_ERR_LOG_INDEX_READ - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IO_READ_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IO_WRITE_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IPSOCK_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEY_COLUMN_DOES_NOT_EXITS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEY_DOES_NOT_EXITS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEY_NOT_FOUND - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEY_PART_0 - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEY_REF_DO_NOT_MATCH_TABLE_REF - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KILL_DENIED_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LIMITED_PART_RANGE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOAD_DATA_INVALID_COLUMN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOAD_INFO - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOCAL_VARIABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOCK_ABORTED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOCK_DEADLOCK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOCK_OR_ACTIVE_TRANSACTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOCK_TABLE_FULL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOCK_WAIT_TIMEOUT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_IN_USE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_PURGE_NO_FILE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_PURGE_UNKNOWN_ERR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOGGING_PROHIBIT_CHANGING_OF - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_M_BIGGER_THAN_D - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MALFORMED_DEFINER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MALFORMED_GTID_SET_ENCODING - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MALFORMED_GTID_SET_SPECIFICATION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MALFORMED_GTID_SPECIFICATION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MALFORMED_PACKET - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MASTER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_MASTER_DELAY_VALUE_OUT_OF_RANGE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_MASTER_FATAL_ERROR_READING_BINLOG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_MASTER_HAS_PURGED_REQUIRED_GTIDS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_MASTER_INFO - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_MASTER_NET_READ - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_MASTER_NET_WRITE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_MAX_PREPARED_STMT_COUNT_REACHED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MAXVALUE_IN_VALUES_IN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MESSAGE_AND_STATEMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MISSING_HA_CREATE_OPTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MISSING_SKIP_REPLICA - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MISSING_SKIP_SLAVE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_MIX_HANDLER_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MIX_OF_GROUP_FUNC_AND_FIELDS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MIXING_NOT_ALLOWED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTS_CANT_PARALLEL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTS_CHANGE_MASTER_CANT_RUN_WITH_GAPS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_MTS_CHANGE_SOURCE_CANT_RUN_WITH_GAPS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAX - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTS_FEATURE_IS_NOT_SUPPORTED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTS_INCONSISTENT_DATA - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTS_RECOVERY_FAILURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTS_RESET_WORKERS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTS_UPDATED_DBS_GREATER_MAX - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MULTI_UPDATE_KEY_CONFLICT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MULTIPLE_PRI_KEY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MUST_CHANGE_PASSWORD - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MUST_CHANGE_PASSWORD_LOGIN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NAME_BECOMES_EMPTY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NATIVE_FCT_NAME_COLLISION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NDB_CANT_SWITCH_BINLOG_FORMAT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NDB_REPLICATION_SCHEMA_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NEED_REPREPARE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NET_ERROR_ON_WRITE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NET_FCNTL_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NET_PACKET_TOO_LARGE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NET_PACKETS_OUT_OF_ORDER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NET_READ_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NET_READ_ERROR_FROM_PIPE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NET_READ_INTERRUPTED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NET_UNCOMPRESS_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NET_WRITE_INTERRUPTED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NEVER_USED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NEW_ABORTING_CONNECTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NISAMCHK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_BINARY_LOGGING - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_BINLOG_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_DB_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_DEFAULT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_DEFAULT_FOR_FIELD - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_DEFAULT_FOR_VIEW_FIELD - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_FILE_MAPPING - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_FT_MATERIALIZED_SUBQUERY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_GROUP_FOR_PROC - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_PARTITION_FOR_GIVEN_VALUE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_PARTS_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_PERMISSION_TO_CREATE_USER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_RAID_COMPILED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_REFERENCED_ROW - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_REFERENCED_ROW_2 - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_SUCH_INDEX - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_SUCH_KEY_VALUE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_SUCH_PARTITION__UNUSED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_SUCH_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_SUCH_THREAD - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_SUCH_USER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_TABLES_USED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_UNIQUE_LOGFILE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NON_GROUPING_FIELD_USED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NON_INSERTABLE_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NON_RO_SELECT_DISABLE_TIMER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NON_UNIQ_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NON_UPDATABLE_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NONEXISTING_GRANT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NONEXISTING_PROC_GRANT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NONEXISTING_TABLE_GRANT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NONUNIQ_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NONUPDATEABLE_COLUMN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NORMAL_SHUTDOWN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOT_ALLOWED_COMMAND - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOT_FORM_FILE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOT_KEYFILE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOT_SUPPORTED_AUTH_MODE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOT_SUPPORTED_YET - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOT_VALID_PASSWORD - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NULL_COLUMN_IN_INDEX - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NULL_IN_VALUES_LESS_THAN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OLD_FILE_FORMAT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OLD_KEYFILE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OLD_TEMPORALS_UPGRADED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ONLY_FD_AND_RBR_EVENTS_ALLOWED_IN_BINLOG_STATEMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ONLY_INTEGERS_ALLOWED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ONLY_ON_RANGE_LIST_PARTITION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OPEN_AS_READONLY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OPERAND_COLUMNS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OPTION_PREVENTS_STATEMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ORDER_WITH_PROC - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OUT_OF_RESOURCES - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OUT_OF_SORTMEMORY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OUTOFMEMORY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARSE_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PART_STATE_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_CLAUSE_ON_NONPARTITIONED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_COLUMN_LIST_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_CONST_DOMAIN_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_ENTRY_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_EXCHANGE_DIFFERENT_OPTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_EXCHANGE_FOREIGN_KEY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_EXCHANGE_PART_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_EXCHANGE_TEMP_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_FIELDS_TOO_LONG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_FUNC_NOT_ALLOWED_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_FUNCTION_FAILURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_FUNCTION_IS_NOT_ALLOWED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_INSTEAD_OF_SUBPARTITION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_MAXVALUE_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_MERGE_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_MGMT_ON_NONPARTITIONED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_NAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_NO_TEMPORARY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_NOT_DEFINED_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_REQUIRES_VALUES_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_SUBPART_MIX_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_SUBPARTITION_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_WRONG_NO_PART_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_WRONG_NO_SUBPART_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_WRONG_VALUES_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITIONS_MUST_BE_DEFINED_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PASSWD_LENGTH - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PASSWORD_ANONYMOUS_USER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PASSWORD_EXPIRE_ANONYMOUS_USER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PASSWORD_FORMAT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PASSWORD_NO_MATCH - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PASSWORD_NOT_ALLOWED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PATH_LENGTH - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_IS_NOT_LOADED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_IS_PERMANENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_NO_INSTALL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_NO_UNINSTALL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PRIMARY_CANT_HAVE_NULL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PROC_AUTO_GRANT_FAIL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PROC_AUTO_REVOKE_FAIL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PROCACCESS_DENIED_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PS_MANY_PARAM - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PS_NO_RECURSION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_QUERY_CACHE_DISABLED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_QUERY_INTERRUPTED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_QUERY_ON_FOREIGN_DATA_SOURCE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_QUERY_ON_MASTER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_QUERY_ON_SOURCE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_QUERY_TIMEOUT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RANGE_NOT_INCREASING_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RBR_NOT_AVAILABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_READ_ONLY_MODE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_READ_ONLY_TRANSACTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_READY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RECORD_FILE_FULL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REFERENCED_TRG_DOES_NOT_EXIST - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RELAY_LOG_FAIL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RELAY_LOG_INIT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REMOVED_SPACES - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RENAMED_NAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REORG_HASH_ONLY_ON_SAME_NO - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REORG_NO_PARAM_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REORG_OUTSIDE_RANGE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REORG_PARTITION_NOT_EXIST - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CANT_CREATE_CONVERSION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CONFIGURATION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CONVERSION_FAILED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CORRUPT_EVENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CREATE_EVENT_FAILURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_FATAL_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_HEARTBEAT_FAILURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_HEARTBEAT_VALUE_OUT_OF_RANGE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_IGNORE_SERVER_IDS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_IGNORED_SSL_PARAMS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_IGNORED_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_INCIDENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_IO_THREAD_MUST_STOP - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_MI_INIT_REPOSITORY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_MUST_STOP - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_NOT_RUNNING - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_RELAY_LOG_READ_FAILURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_RELAY_LOG_WRITE_FAILURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_RLI_INIT_REPOSITORY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_SILENT_RETRY_TRANSACTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_SOURCE_COM_FAILURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_SQL_THREAD_MUST_STOP - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_THREAD - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_WAS_NOT_RUNNING - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_WAS_RUNNING - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REQUIRES_PRIMARY_KEY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RESERVED_SYNTAX - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REVOKE_GRANTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ROW_DOES_NOT_MATCH_GIVEN_PARTITION_SET - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ROW_DOES_NOT_MATCH_PARTITION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ROW_IN_WRONG_PARTITION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ROW_IS_REFERENCED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ROW_IS_REFERENCED_2 - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ROW_SINGLE_PARTITION_FIELD_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_INFO_DATA_TOO_LONG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SAME_NAME_PARTITION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SAME_NAME_PARTITION_FIELD - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SELECT_REDUCED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_IS_IN_SECURE_AUTH_MODE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_SHUTDOWN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SESSION_WAS_KILLED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SET_CONSTANTS_ONLY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SET_PASSWORD_AUTH_PLUGIN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SHUTDOWN_COMPLETE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SIGNAL_BAD_CONDITION_TYPE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SIGNAL_EXCEPTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SIGNAL_NOT_FOUND - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SIGNAL_WARN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SIZE_OVERFLOW_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SKIPPING_LOGGED_TRANSACTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SLAVE_CANT_CREATE_CONVERSION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_CONFIGURATION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_CONVERSION_FAILED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_CORRUPT_EVENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_CREATE_EVENT_FAILURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_FATAL_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_HEARTBEAT_FAILURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_IGNORE_SERVER_IDS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_IGNORED_SSL_PARAMS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_IGNORED_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_INCIDENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_IO_THREAD_MUST_STOP - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_MASTER_COM_FAILURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_MI_INIT_REPOSITORY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_MUST_STOP - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_NOT_RUNNING - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_RELAY_LOG_READ_FAILURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_RELAY_LOG_WRITE_FAILURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_RLI_INIT_REPOSITORY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_SILENT_RETRY_TRANSACTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_SQL_THREAD_MUST_STOP - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_THREAD - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_WAS_NOT_RUNNING - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SLAVE_WAS_RUNNING - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SOURCE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SOURCE_DELAY_VALUE_OUT_OF_RANGE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SOURCE_FATAL_ERROR_READING_BINLOG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SOURCE_HAS_PURGED_REQUIRED_GTIDS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SOURCE_INFO - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SOURCE_NET_READ - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SOURCE_NET_WRITE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_ALREADY_EXISTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_BAD_CURSOR_QUERY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_BAD_CURSOR_SELECT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_BAD_SQLSTATE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_BAD_VAR_SHADOW - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_BADRETURN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_BADSELECT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_BADSTATEMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_CANT_ALTER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_CANT_SET_AUTOCOMMIT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_CASE_NOT_FOUND - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_COND_MISMATCH - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_CURSOR_AFTER_HANDLER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_CURSOR_ALREADY_OPEN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_CURSOR_MISMATCH - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_CURSOR_NOT_OPEN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_DOES_NOT_EXIST - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_DROP_FAILED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_DUP_COND - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_DUP_CURS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_DUP_HANDLER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_DUP_PARAM - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_DUP_VAR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_FETCH_NO_DATA - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_GOTO_IN_HNDLR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_LABEL_MISMATCH - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_LABEL_REDEFINE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_LILABEL_MISMATCH - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_NO_AGGREGATE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_NO_DROP_SP - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_NO_RECURSION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_NO_RECURSIVE_CREATE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_NO_RETSET - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_NORETURN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_NORETURNEND - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_NOT_VAR_ARG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_PROC_TABLE_CORRUPT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_RECURSION_LIMIT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_STORE_FAILED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_SUBSELECT_NYI - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_UNDECLARED_VAR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_UNINIT_VAR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_VARCOND_AFTER_CURSHNDLR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_WRONG_NAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_WRONG_NO_OF_ARGS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_WRONG_NO_OF_FETCH_ARGS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SPATIAL_CANT_HAVE_NULL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SPATIAL_MUST_HAVE_GEOM_COL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SPECIFIC_ACCESS_DENIED_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SQL_MODE_NO_EFFECT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SQL_REPLICA_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SQL_SLAVE_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SQLTHREAD_WITH_SECURE_REPLICA - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SQLTHREAD_WITH_SECURE_SLAVE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_SR_INVALID_CREATION_CTX - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STACK_OVERRUN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STACK_OVERRUN_NEED_MORE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STARTUP - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STMT_CACHE_FULL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STMT_HAS_NO_OPEN_CURSOR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STOP_REPLICA_IO_THREAD_TIMEOUT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STOP_REPLICA_SQL_THREAD_TIMEOUT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STOP_SLAVE_IO_THREAD_TIMEOUT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_STOP_SLAVE_SQL_THREAD_TIMEOUT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_STORAGE_ENGINE_NOT_LOADED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SUBPARTITION_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SUBPARTITION_NAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SUBQUERY_NO_1_ROW - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SYNTAX_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_CANT_HANDLE_AUTO_INCREMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_CANT_HANDLE_BLOB - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_CANT_HANDLE_FT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_CANT_HANDLE_SPKEYS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_CORRUPT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_DEF_CHANGED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_EXISTS_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_HAS_NO_FT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_IN_FK_CHECK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_IN_SYSTEM_TABLESPACE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_MUST_HAVE_COLUMNS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_NAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_NEEDS_REBUILD - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_NEEDS_UPGRADE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_NOT_LOCKED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_NOT_LOCKED_FOR_WRITE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_SCHEMA_MISMATCH - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLEACCESS_DENIED_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLENAME_NOT_ALLOWED_HERE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLES_DIFFERENT_METADATA - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLESPACE_AUTO_EXTEND_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLESPACE_DISCARDED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLESPACE_EXISTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLESPACE_MISSING - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TEMP_FILE_WRITE_FAILURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TEMPORARY_NAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TEXTFILE_NOT_READABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_BIG_DISPLAYWIDTH - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_BIG_FIELDLENGTH - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_BIG_FOR_UNCOMPRESS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_BIG_PRECISION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_BIG_ROWSIZE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_BIG_SCALE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_BIG_SELECT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_BIG_SET - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_LONG_BODY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_LONG_FIELD_COMMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_LONG_IDENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_LONG_INDEX_COMMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_LONG_KEY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_LONG_STRING - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_LONG_TABLE_COMMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_LONG_TABLE_PARTITION_COMMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_CONCURRENT_TRXS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_DELAYED_THREADS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_FIELDS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_KEY_PARTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_KEYS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_PARTITIONS_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_ROWS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_TABLES - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_USER_CONNECTIONS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_VALUES_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MUCH_AUTO_TIMESTAMP_COLS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRANS_CACHE_FULL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_ALREADY_EXISTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_CANT_CHANGE_ROW - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_CANT_OPEN_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_CORRUPTED_FILE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_DOES_NOT_EXIST - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_IN_WRONG_SCHEMA - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_INVALID_CREATION_CTX - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_NO_CREATION_CTX - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_NO_DEFINER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_NO_SUCH_ROW_IN_TRG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_ON_VIEW_OR_TEMP_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRUNCATE_ILLEGAL_FK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRUNCATED_WRONG_VALUE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRUNCATED_WRONG_VALUE_FOR_FIELD - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UDF_EXISTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UDF_NO_PATHS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNDO_RECORD_TOO_BIG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNEXPECTED_EOF - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNION_TABLES_IN_DIFFERENT_DIR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_ALTER_ALGORITHM - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_ALTER_LOCK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_CHARACTER_SET - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_COLLATION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_COM_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_EXPLAIN_FORMAT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_KEY_CACHE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_LOCALE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_PARTITION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_PROCEDURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_STMT_HANDLER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_STORAGE_ENGINE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_SYSTEM_VARIABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_TARGET_BINLOG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_TIME_ZONE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNSUPORTED_LOG_ENGINE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNSUPPORTED_ENGINE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNSUPPORTED_EXTENSION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNSUPPORTED_PS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNTIL_COND_IGNORED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UPDATE_INFO - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UPDATE_LOG_DEPRECATED_IGNORED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UPDATE_LOG_DEPRECATED_TRANSLATED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UPDATE_TABLE_USED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_USER_LIMIT_REACHED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_USERNAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALUES_IS_NOT_INT_TYPE_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VAR_CANT_BE_READ - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VARIABLE_IS_NOT_STRUCT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VARIABLE_IS_READONLY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VARIABLE_NOT_SETTABLE_IN_SP - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_CHECK_FAILED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_CHECKSUM - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_DELETE_MERGE_VIEW - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_FRM_NO_USER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_INVALID - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_INVALID_CREATION_CTX - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_MULTIUPDATE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_NO_CREATION_CTX - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_NO_EXPLAIN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_NO_INSERT_FIELD_LIST - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_NONUPD_CHECK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_OTHER_USER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_PREVENT_UPDATE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_RECURSIVE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_SELECT_CLAUSE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_SELECT_DERIVED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_SELECT_TMPTABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_SELECT_VARIABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_WRONG_LIST - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_ALLOWED_PACKET_OVERFLOWED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_CANT_DROP_DEFAULT_KEYCACHE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DATA_OUT_OF_RANGE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DATA_TRUNCATED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_SYNTAX - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_SYNTAX_WITH_VER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_ENGINE_TRANSACTION_ROLLBACK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_FIELD_RESOLVED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_HOSTNAME_WONT_WORK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_I_S_SKIPPED_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_INDEX_NOT_APPLICABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_INVALID_TIMESTAMP - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_LEGACY_SYNTAX_CONVERTED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_NULL_TO_NOTNULL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_ONLY_MASTER_LOG_FILE_NO_POS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
ER_WARN_ONLY_SOURCE_LOG_FILE_NO_POS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_OPEN_TEMP_TABLES_MUST_BE_ZERO - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_PURGE_LOG_IN_USE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_PURGE_LOG_IS_ACTIVE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_QC_RESIZE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_TOO_FEW_RECORDS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_TOO_MANY_RECORDS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_TRIGGER_DOESNT_HAVE_CREATED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_USING_OTHER_HANDLER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_VIEW_MERGE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_VIEW_WITHOUT_KEY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARNING_NOT_COMPLETE_ROLLBACK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_ARGUMENTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_AUTO_KEY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_COLUMN_NAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_DB_NAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_FIELD_SPEC - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_FIELD_TERMINATORS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_FIELD_WITH_GROUP - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_FK_DEF - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_GROUP_FIELD - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_KEY_COLUMN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_LOCK_OF_SYSTEM_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_MAGIC - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_MRG_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_NAME_FOR_CATALOG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_NAME_FOR_INDEX - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_NATIVE_TABLE_STRUCTURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_OBJECT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_OUTER_JOIN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_PARAMCOUNT_TO_PROCEDURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_PARAMETERS_TO_NATIVE_FCT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_PARAMETERS_TO_PROCEDURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_PARAMETERS_TO_STORED_FCT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_PARTITION_NAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_PERFSCHEMA_USAGE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_SIZE_NUMBER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_SPVAR_TYPE_IN_LIMIT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_STRING_LENGTH - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_SUB_KEY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_SUM_SELECT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_TABLE_NAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_TYPE_COLUMN_VALUE_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_TYPE_FOR_VAR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_USAGE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_VALUE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_VALUE_COUNT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_VALUE_COUNT_ON_ROW - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_VALUE_FOR_TYPE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_VALUE_FOR_VAR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WSAS_FAILED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_COLUMN_TO_UPDATE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_COMPRESSED_FRAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_CONFIGURATION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_CONNECTION_SESSION_ATTRIBUTE_EMPTY_KEY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_CONNECTION_SESSION_ATTRIBUTE_KEY_LENGTH - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_CONNECTION_SESSION_ATTRIBUTE_LENGTH - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_CONNECTION_SESSION_ATTRIBUTE_TYPE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_CONNECTION_SESSION_ATTRIBUTE_VALUE_LENGTH - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_CURSOR_ID - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_DOC_PATH - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_INSERT_DATA - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_LOCKING - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_MEMBER_TO_UPDATE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_MESSAGE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_NOTICE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_PROJECTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_SCHEMA - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_STATEMENT_ID - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_TABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_TYPE_OF_UPDATE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_UPDATE_DATA - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_UPSERT_DATA - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CANNOT_DISABLE_NOTICE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CAPABILITIES_PREPARE_FAILED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CAPABILITY_COMPRESSION_INVALID_ALGORITHM - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CAPABILITY_COMPRESSION_INVALID_CLIENT_STYLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CAPABILITY_COMPRESSION_INVALID_OPTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CAPABILITY_COMPRESSION_INVALID_SERVER_STYLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CAPABILITY_COMPRESSION_MISSING_REQUIRED_FIELDS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CAPABILITY_NOT_FOUND - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CAPABILITY_SET_NOT_ALLOWED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CMD_ARGUMENT_OBJECT_EMPTY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CMD_ARGUMENT_TYPE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CMD_ARGUMENT_VALUE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CMD_INVALID_ARGUMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CMD_NUM_ARGUMENTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_COLLECTION_OPTION_DOESNT_EXISTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CURSOR_EXISTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CURSOR_REACHED_EOF - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_DECOMPRESSION_FAILED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_DOC_ID_MISSING - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_DOC_REQUIRED_FIELD_MISSING - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_DOCUMENT_DOESNT_MATCH_EXPECTED_SCHEMA - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_DUPLICATE_ENTRY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_DUPLICATED_CAPABILITIES - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPECT_BAD_CONDITION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPECT_BAD_CONDITION_VALUE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPECT_FIELD_EXISTS_FAILED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPECT_NO_ERROR_FAILED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPECT_NOT_OPEN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPR_BAD_NUM_ARGS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPR_BAD_OPERATOR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPR_BAD_REGEX - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPR_BAD_TYPE_VALUE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPR_BAD_VALUE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPR_MISSING_ARG - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_FRAME_COMPRESSION_DISABLED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_INVALID_ADMIN_COMMAND - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_INVALID_ARGUMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_INVALID_COLLECTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_INVALID_NAMESPACE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_INVALID_PROTOCOL_DATA - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_INVALID_VALIDATION_SCHEMA - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_MISSING_ARGUMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_MYSQLX_ACCOUNT_MISSING_PERMISSIONS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_PREPARED_EXECUTE_ARGUMENT_CONSISTENCY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_PREPARED_EXECUTE_ARGUMENT_NOT_SUPPORTED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_PREPARED_STATMENT_CAN_HAVE_ONE_CURSOR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_PROJ_BAD_KEY_NAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_SERVICE_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_SESSION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XA_RBDEADLOCK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XA_RBROLLBACK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XA_RBTIMEOUT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XA_RMERR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XAER_DUPID - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XAER_INVAL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XAER_NOTA - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XAER_OUTSIDE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XAER_RMFAIL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_YES - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ZLIB_Z_BUF_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ZLIB_Z_DATA_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ZLIB_Z_MEM_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
error(Throwable) - 接口 中的方法com.mysql.cj.protocol.MessageListener
Exceptionally complete underlying Future.
error(Throwable) - 类 中的方法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 - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ERROR_CODE_REPLICATION_CONNECTION_WITH_NO_HOSTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ERROR_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
ERROR = 0;
ERROR_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
ERROR = 1;
ERROR_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
ERROR = 3;
ErrorMappingsDocGenerator - documentation中的类
Creates XML file describing mapping of MySQL error #'s to SQL92 and X/Open states.
ErrorMappingsDocGenerator() - 类 的构造器documentation.ErrorMappingsDocGenerator
 
ErrorToFutureCompletionHandler<T> - 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) - 类 的构造器com.mysql.cj.protocol.x.ErrorToFutureCompletionHandler
 
escapeBytes(ByteArrayOutputStream, byte[]) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
escapeBytesIfNeeded - 类 中的变量com.mysql.cj.NativeQueryBindValue
 
escapeBytesIfNeeded() - 接口 中的方法com.mysql.cj.BindValue
 
escapeBytesIfNeeded() - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
escapeBytesIfNeeded(byte[]) - 类 中的方法com.mysql.cj.protocol.a.AbstractValueEncoder
 
escapeLiteral(String) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUnparser
Escape a string literal.
escapeQuote(String, String) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
escapeString(StringBuilder, String, boolean, CharsetEncoder) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
EscapeTokenizer - com.mysql.cj.util中的类
EscapeTokenizer breaks up an SQL statement into SQL and escape code parts.
EscapeTokenizer(String) - 类 的构造器com.mysql.cj.util.EscapeTokenizer
Creates a new EscapeTokenizer object.
evaluateChallenge(byte[]) - 类 中的方法com.mysql.cj.sasl.ScramShaSaslClient
 
eventSink - 类 中的变量com.mysql.cj.jdbc.result.ResultSetImpl
 
EXCEPTION - com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior
 
ExceptionFactory - com.mysql.cj.exceptions中的类
 
ExceptionFactory() - 类 的构造器com.mysql.cj.exceptions.ExceptionFactory
 
exceptionInterceptor - 类 中的变量com.mysql.cj.CoreSession
 
exceptionInterceptor - 类 中的变量com.mysql.cj.jdbc.StatementImpl
 
exceptionInterceptor - 类 中的变量com.mysql.cj.protocol.a.AbstractRowFactory
 
exceptionInterceptor - 类 中的变量com.mysql.cj.protocol.a.AbstractValueEncoder
 
exceptionInterceptor - 类 中的变量com.mysql.cj.protocol.AbstractProtocol
 
exceptionInterceptor - 类 中的变量com.mysql.cj.protocol.AbstractSocketConnection
 
exceptionInterceptor - 类 中的变量com.mysql.cj.protocol.result.AbstractResultsetRow
 
ExceptionInterceptor - com.mysql.cj.exceptions中的接口
 
ExceptionInterceptorChain - com.mysql.cj.exceptions中的类
 
ExceptionInterceptorChain(String, Properties, Log) - 类 的构造器com.mysql.cj.exceptions.ExceptionInterceptorChain
 
exceptionInterceptors - com.mysql.cj.conf.PropertyKey
 
exceptionMessage - 异常错误 中的变量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 override CJException.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 - 枚举 中的静态变量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) - 类 中的方法com.mysql.cj.NativeSession
Send a query to the server.
EXECUTABLE_NAME_KEY - 类 中的静态变量com.mysql.cj.admin.ServerController
What is the name of the executable to run?
EXECUTABLE_PATH_KEY - 类 中的静态变量com.mysql.cj.admin.ServerController
What is the path to the mysql server executable (if not standard?)
execute() - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
execute() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
execute() - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
execute() - 类 中的方法com.mysql.cj.xdevapi.AddStatementImpl
 
execute() - 类 中的方法com.mysql.cj.xdevapi.InsertStatementImpl
 
execute() - 类 中的方法com.mysql.cj.xdevapi.PreparableStatement
Executes synchronously this statement either directly or using prepared statements if: 1.
execute() - 类 中的方法com.mysql.cj.xdevapi.SqlStatementImpl
 
execute() - 接口 中的方法com.mysql.cj.xdevapi.Statement
Execute the statement synchronously.
execute(String) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
execute(String) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
execute(String, int) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
execute(String, int) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
execute(String, int[]) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
execute(String, int[]) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
execute(String, String[]) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
execute(String, String[]) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
executeAsync() - 类 中的方法com.mysql.cj.xdevapi.AddStatementImpl
 
executeAsync() - 类 中的方法com.mysql.cj.xdevapi.DeleteStatementImpl
 
executeAsync() - 类 中的方法com.mysql.cj.xdevapi.FindStatementImpl
 
executeAsync() - 类 中的方法com.mysql.cj.xdevapi.InsertStatementImpl
 
executeAsync() - 类 中的方法com.mysql.cj.xdevapi.ModifyStatementImpl
 
executeAsync() - 类 中的方法com.mysql.cj.xdevapi.RemoveStatementImpl
 
executeAsync() - 类 中的方法com.mysql.cj.xdevapi.SelectStatementImpl
 
executeAsync() - 类 中的方法com.mysql.cj.xdevapi.SqlStatementImpl
 
executeAsync() - 接口 中的方法com.mysql.cj.xdevapi.Statement
Execute the statement asynchronously.
executeAsync() - 类 中的方法com.mysql.cj.xdevapi.UpdateStatementImpl
 
executeBatch() - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
executeBatch() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeBatch() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
executeBatchedInserts(int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
Rewrites the already prepared statement into a multi-value insert statement and executes the entire batch using this new statement.
executeBatchInternal() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
executeBatchInternal() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeBatchSerially(int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
Executes the current batch of statements by executing them one-by-one.
executeBatchSerially(int) - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
executeInternal(int, M, boolean, boolean, ColumnDefinition, boolean) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
Actually execute the prepared statement.
executeInternal(int, M, boolean, boolean, ColumnDefinition, boolean) - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
executeLargeBatch() - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
executeLargeBatch() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeLargeBatch() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
executeLargeUpdate() - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
executeLargeUpdate() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
executeLargeUpdate() - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
executeLargeUpdate(String) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeLargeUpdate(String) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
executeLargeUpdate(String, int) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeLargeUpdate(String, int) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
executeLargeUpdate(String, int[]) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeLargeUpdate(String, int[]) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
executeLargeUpdate(String, String[]) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeLargeUpdate(String, String[]) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
executeMetadataQuery(PreparedStatement) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
executePreparedBatchAsMultiStatement(int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
Rewrites the already prepared statement into a multi-statement query and executes the entire batch using this new statement.
executePreparedStatement() - 类 中的方法com.mysql.cj.xdevapi.DeleteStatementImpl
 
executePreparedStatement() - 类 中的方法com.mysql.cj.xdevapi.FindStatementImpl
 
executePreparedStatement() - 类 中的方法com.mysql.cj.xdevapi.ModifyStatementImpl
 
executePreparedStatement() - 类 中的方法com.mysql.cj.xdevapi.PreparableStatement
Executes a previously server-prepared statement.
executePreparedStatement() - 类 中的方法com.mysql.cj.xdevapi.RemoveStatementImpl
 
executePreparedStatement() - 类 中的方法com.mysql.cj.xdevapi.SelectStatementImpl
 
executePreparedStatement() - 类 中的方法com.mysql.cj.xdevapi.UpdateStatementImpl
 
executeQuery() - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
executeQuery() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
executeQuery() - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
executeQuery(String) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeQuery(String) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
executeSimpleNonQuery(JdbcConnection, String) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeStatement() - 类 中的方法com.mysql.cj.xdevapi.DeleteStatementImpl
 
executeStatement() - 类 中的方法com.mysql.cj.xdevapi.FindStatementImpl
 
executeStatement() - 类 中的方法com.mysql.cj.xdevapi.ModifyStatementImpl
 
executeStatement() - 类 中的方法com.mysql.cj.xdevapi.PreparableStatement
Executes the statement directly (non-prepared).
executeStatement() - 类 中的方法com.mysql.cj.xdevapi.RemoveStatementImpl
 
executeStatement() - 类 中的方法com.mysql.cj.xdevapi.SelectStatementImpl
 
executeStatement() - 类 中的方法com.mysql.cj.xdevapi.UpdateStatementImpl
 
executeTopLevelOnly() - 接口 中的方法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?
executeTopLevelOnly() - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedAutoCommitInterceptor
 
executeTopLevelOnly() - 类 中的方法com.mysql.cj.jdbc.interceptors.ResultSetScannerInterceptor
 
executeTopLevelOnly() - 类 中的方法com.mysql.cj.jdbc.interceptors.ServerStatusDiffInterceptor
 
executeTopLevelOnly() - 类 中的方法com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
 
executeTopLevelOnly() - 类 中的方法com.mysql.cj.NoSubInterceptorWrapper
 
executeUpdate() - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
executeUpdate() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
executeUpdate() - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
executeUpdate(String) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeUpdate(String) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
executeUpdate(String, int) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeUpdate(String, int) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
executeUpdate(String, int[]) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeUpdate(String, int[]) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
executeUpdate(String, String[]) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeUpdate(String, String[]) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
executeUpdateInternal(boolean, boolean) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
executeUpdateInternal(QueryBindings, boolean) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
Added to allow batch-updates
executeUpdateInternal(String, boolean, boolean) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
EXISTS - com.mysql.cj.xdevapi.DatabaseObject.DbObjectStatus
 
existsInDatabase() - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
existsInDatabase() - 接口 中的方法com.mysql.cj.xdevapi.DatabaseObject
Query the existence of this database object.
existsInDatabase() - 类 中的方法com.mysql.cj.xdevapi.SchemaImpl
 
existsInDatabase() - 类 中的方法com.mysql.cj.xdevapi.TableImpl
 
expandPropertiesFromConfigFiles(Map<String, String>) - 类 中的方法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 - 枚举 中的静态变量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 - 枚举 中的静态变量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 - 枚举 中的静态变量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 supports document _id generation
EXPECT_DOCID_GENERATED_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
Check if X Protocol supports 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 - 枚举 中的静态变量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 - 枚举 中的静态变量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 - 枚举 中的静态变量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 - 枚举 中的静态变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
EXPECT_OPEN = 24;
explainSlowQueries - com.mysql.cj.conf.PropertyKey
 
explainSlowQueries - 类 中的变量com.mysql.cj.ServerPreparedQuery
 
explainSlowQuery(String, String) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
Runs an 'EXPLAIN' on the given query and dumps the results to the log
explicitPort - 类 中的变量com.mysql.cj.jdbc.MysqlDataSource
Was the port explicitly set?
explicitUrl - 类 中的变量com.mysql.cj.jdbc.MysqlDataSource
Should we construct the URL, or has it been set explicitly?
ExportControlled - com.mysql.cj.protocol中的类
Holds functionality that falls under export-control regulations.
ExportControlled.X509TrustManagerWrapper - com.mysql.cj.protocol中的类
Implementation of X509TrustManager wrapping JVM X509TrustManagers to add expiration and identity check
exportTo(ColumnDefinition) - 接口 中的方法com.mysql.cj.protocol.ColumnDefinition
 
exportTo(ColumnDefinition) - 类 中的方法com.mysql.cj.result.DefaultColumnDefinition
 
exposeAsDriverPropertyInfo() - 接口 中的方法com.mysql.cj.jdbc.JdbcPropertySet
Exposes all ConnectionPropertyInfo instances as DriverPropertyInfo
exposeAsDriverPropertyInfo() - 类 中的方法com.mysql.cj.jdbc.JdbcPropertySetImpl
 
exposeAsProperties() - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
exposeAsProperties() - 类 中的方法com.mysql.cj.conf.HostInfo
Exposes this host info as a single properties instance.
exposeAsProperties() - 接口 中的方法com.mysql.cj.conf.PropertySet
 
exposeAsProperties() - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
 
exposeAsXml() - 类 中的静态方法documentation.PropertiesDocGenerator
Returns a description of the connection properties as an XML document.
expr(String) - 类 中的静态方法com.mysql.cj.xdevapi.Expression
Static method for static import to allow: set("b", expr("a + 1"))
EXPR_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
Expression - com.mysql.cj.xdevapi中的类
A wrapper for expression strings.
Expression(String) - 类 的构造器com.mysql.cj.xdevapi.Expression
 
ExprParser - com.mysql.cj.xdevapi中的类
Expression parser for X protocol.
ExprParser(String) - 类 的构造器com.mysql.cj.xdevapi.ExprParser
Constructor.
ExprParser(String, boolean) - 类 的构造器com.mysql.cj.xdevapi.ExprParser
Constructor.
exprToString(MysqlxExpr.Expr) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUnparser
Serialize an expression to a string.
ExprUnparser - com.mysql.cj.xdevapi中的类
Serializer utility for dealing with X Protocol expression trees.
ExprUnparser() - 类 的构造器com.mysql.cj.xdevapi.ExprUnparser
 
ExprUtil - com.mysql.cj.xdevapi中的类
Utilities to deal with Expr (and related) structures.
ExprUtil() - 类 的构造器com.mysql.cj.xdevapi.ExprUtil
 
EXTERNAL - com.mysql.cj.conf.PropertyDefinitions.AuthMech
 
extractForeignKeyForTable(ArrayList<Row>, ResultSet, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
Extracts foreign key info for one table.
extractForeignKeyFromCreateTable(String, String) - 类 中的方法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) - 类 中的静态方法com.mysql.cj.protocol.a.NativePacketPayload
 

F

failed(Throwable, Void) - 类 中的方法com.mysql.cj.protocol.x.ErrorToFutureCompletionHandler
 
failedPreparingStatement(int, XProtocolError) - 类 中的方法com.mysql.cj.MysqlxSession
Propagate to the underlying protocol instance that preparing a statement on the connected server failed.
failedPreparingStatement(int, XProtocolError) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
Informs this protocol instance that preparing a statement on the connected server failed.
FAILOVER_CONNECTION - com.mysql.cj.conf.ConnectionUrl.Type
 
FAILOVER_DNS_SRV_CONNECTION - com.mysql.cj.conf.ConnectionUrl.Type
 
FailoverConnectionProxy - 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 - com.mysql.cj.conf.url中的类
 
FailoverConnectionUrl(ConnectionUrlParser, Properties) - 类 的构造器com.mysql.cj.conf.url.FailoverConnectionUrl
Constructs an instance of FailoverConnectionUrl, performing all the required initializations.
FailoverDnsSrvConnectionUrl - com.mysql.cj.conf.url中的类
 
FailoverDnsSrvConnectionUrl(ConnectionUrlParser, Properties) - 类 的构造器com.mysql.cj.conf.url.FailoverDnsSrvConnectionUrl
Constructs an instance of FailoverDnsSrvConnectionUrl, performing all the required initializations.
failOverReadOnly - com.mysql.cj.conf.PropertyKey
 
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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
FATAL = 1;
FeatureNotAvailableException - com.mysql.cj.exceptions中的异常错误
 
FeatureNotAvailableException() - 异常错误 的构造器com.mysql.cj.exceptions.FeatureNotAvailableException
 
FeatureNotAvailableException(String) - 异常错误 的构造器com.mysql.cj.exceptions.FeatureNotAvailableException
 
FeatureNotAvailableException(String, Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.FeatureNotAvailableException
 
FeatureNotAvailableException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.mysql.cj.exceptions.FeatureNotAvailableException
 
FeatureNotAvailableException(Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.FeatureNotAvailableException
 
FETCH_ROWS_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
FETCH_ROWS_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
fetchAll() - 类 中的方法com.mysql.cj.xdevapi.AbstractDataResult
Create a list of all elements in the result forcing internal buffering.
fetchAll() - 接口 中的方法com.mysql.cj.xdevapi.FetchResult
Create a list of all elements in the result forcing internal buffering.
fetchAll() - 类 中的方法com.mysql.cj.xdevapi.SqlMultiResult
 
fetchAll() - 类 中的方法com.mysql.cj.xdevapi.SqlUpdateResult
 
fetchDirection - 类 中的变量com.mysql.cj.jdbc.result.ResultSetImpl
The direction to fetch rows (always FETCH_FORWARD)
FetchDoneEntity - com.mysql.cj.protocol.x中的类
ProtocolEntity representing a MysqlxResultset.FetchDone message.
FetchDoneEntity() - 类 的构造器com.mysql.cj.protocol.x.FetchDoneEntity
 
FetchDoneEntityFactory - com.mysql.cj.protocol.x中的类
Factory producing FetchDoneEntity from protocol message.
FetchDoneEntityFactory() - 类 的构造器com.mysql.cj.protocol.x.FetchDoneEntityFactory
 
FetchDoneMoreResults - com.mysql.cj.protocol.x中的类
ProtocolEntity representing a FetchDoneMoreResults message.
FetchDoneMoreResults() - 类 的构造器com.mysql.cj.protocol.x.FetchDoneMoreResults
 
FetchDoneMoreResultsFactory - com.mysql.cj.protocol.x中的类
Factory producing FetchDoneMoreResults from protocol message.
FetchDoneMoreResultsFactory() - 类 的构造器com.mysql.cj.protocol.x.FetchDoneMoreResultsFactory
 
fetchOne() - 接口 中的方法com.mysql.cj.xdevapi.FetchResult
Fetch the next element.
FetchResult<T> - com.mysql.cj.xdevapi中的接口
A set of elements from a query command.
fetchSize - 类 中的变量com.mysql.cj.AbstractQuery
The number of rows to fetch at a time (currently ignored)
fetchSize - 类 中的变量com.mysql.cj.jdbc.result.ResultSetImpl
The number of rows to fetch in one go...
FidoAuthenticationCallback - com.mysql.cj.callback中的类
The callback object used by the authentication plugin AuthenticationFidoClient to exchange authenticator data between the driver and the client application.
FidoAuthenticationCallback(byte[], String, byte[]) - 类 的构造器com.mysql.cj.callback.FidoAuthenticationCallback
Instances of this object are used to exchange FIDO data between the client application and the driver and is responsible for managing all the interactions with the FIDO authenticator devices.
Field - 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) - 类 的构造器com.mysql.cj.result.Field
 
Field(String, String, int, String, MysqlType, int) - 类 的构造器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 - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
FIELD_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
FIELD_FLAG_AUTO_INCREMENT - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_FLAG_BINARY - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_FLAG_BLOB - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_FLAG_MULTIPLE_KEY - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_FLAG_NOT_NULL - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_FLAG_PRIMARY_KEY - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_FLAG_UNIQUE_KEY - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_FLAG_UNSIGNED - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_FLAG_ZEROFILL - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_BIT - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_BLOB - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_DATE - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_DATETIME - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_DECIMAL - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_DOUBLE - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_ENUM - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_FLOAT - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_GEOMETRY - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_INT24 - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_JSON - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_LONG - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_LONG_BLOB - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_LONGLONG - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_MEDIUM_BLOB - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_NEWDECIMAL - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_NULL - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_SET - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_SHORT - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_STRING - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_TIME - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_TIMESTAMP - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_TINY - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_TINY_BLOB - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_VAR_STRING - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_VARCHAR - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FIELD_TYPE_YEAR - 枚举 中的静态变量com.mysql.cj.MysqlType
 
FieldFactory - com.mysql.cj.protocol.x中的类
Factory producing Field from protocol message.
FieldFactory(String) - 类 的构造器com.mysql.cj.protocol.x.FieldFactory
 
fields - 类 中的变量com.mysql.cj.result.DefaultColumnDefinition
 
fields - 类 中的变量com.mysql.cj.xdevapi.AbstractFilterParams
 
fields(Expression) - 接口 中的方法com.mysql.cj.xdevapi.FindStatement
Add/replace the field projection defining the result.
fields(Expression) - 类 中的方法com.mysql.cj.xdevapi.FindStatementImpl
 
fields(String...) - 接口 中的方法com.mysql.cj.xdevapi.FindStatement
Add/replace the field projections defining the result.
fields(String...) - 类 中的方法com.mysql.cj.xdevapi.FindStatementImpl
 
fillSendPacket(QueryBindings) - 类 中的方法com.mysql.cj.ClientPreparedQuery
 
fillSendPacket(QueryBindings) - 接口 中的方法com.mysql.cj.PreparedQuery
 
fillSendPacket(QueryBindings) - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
FilterableStatement<STMT_T,​RES_T> - com.mysql.cj.xdevapi中的类
Abstract class, common to several X DevAPI statement classes.
FilterableStatement(FilterParams) - 类 的构造器com.mysql.cj.xdevapi.FilterableStatement
Constructor.
filterParams - 类 中的变量com.mysql.cj.xdevapi.FilterableStatement
 
FilterParams - com.mysql.cj.xdevapi中的接口
Transforms X DevAPI filter parameters into X Protocol message entities.
FilterParams.RowLock - com.mysql.cj.xdevapi中的枚举
The type of row lock.
FilterParams.RowLockOptions - com.mysql.cj.xdevapi中的枚举
Options that define the behavior while retrieving locked rows.
find() - 接口 中的方法com.mysql.cj.xdevapi.Collection
Create a new find statement retrieving all documents in the collection.
find() - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
find(String) - 接口 中的方法com.mysql.cj.xdevapi.Collection
Create a new find statement retrieving documents matching the given search condition.
find(String) - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
FIND - com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
FIND = 0;
FIND_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
FIND_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
FIND = 0;
findAndSeekToOffset(int) - 类 中的方法com.mysql.cj.protocol.a.result.BinaryBufferRow
 
findAndSeekToOffset(int) - 类 中的方法com.mysql.cj.protocol.a.result.TextBufferRow
 
findCallingClassAndMethod(Throwable) - 类 中的静态方法com.mysql.cj.util.LogUtils
 
findColumn(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
findColumn(String, boolean, int) - 接口 中的方法com.mysql.cj.protocol.ColumnDefinition
 
findColumn(String, boolean, int) - 类 中的方法com.mysql.cj.result.DefaultColumnDefinition
 
findInitializationErrors() - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
findMysqlType(PropertySet, int, short, long, LazyString, LazyString, int, String) - 类 中的静态方法com.mysql.cj.protocol.a.NativeProtocol
 
FindStatement - com.mysql.cj.xdevapi中的接口
A statement to find the set of documents according to the given specification.
FindStatementImpl - com.mysql.cj.xdevapi中的类
FindStatement implementation.
finishStreaming() - 接口 中的方法com.mysql.cj.protocol.ResultStreamer
Finish the result streaming.
finishStreaming() - 类 中的方法com.mysql.cj.xdevapi.AbstractDataResult
 
finishStreaming() - 类 中的方法com.mysql.cj.xdevapi.SqlMultiResult
 
first() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
first() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
firstAlphaCharUc(String, int) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
firstCharOfQuery - 类 中的变量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.
firstCharOfStatementUc(String, boolean) - 类 中的静态方法com.mysql.cj.QueryInfo
Finds and returns the first non-whitespace character from the specified SQL, skipping comments and quoted text.
firstNonWsCharUc(String) - 类 中的静态方法com.mysql.cj.util.StringUtils
Returns the first non-whitespace char, converted to upper case
firstNonWsCharUc(String, int) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
fixDecimalExponent(String) - 类 中的静态方法com.mysql.cj.util.StringUtils
Adds '+' to decimal numbers that are positive (MySQL doesn't understand them otherwise
fixHostInfo(HostInfo) - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Fixes the host information by moving data around and filling in missing data.
fixParameterName(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
Adds 'at' symbol to beginning of parameter names if needed.
fixProtocolDependencies(Map<String, String>) - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Fixes the protocol (TCP vs PIPE) dependencies for the given host properties map.
fixProtocolDependencies(Map<String, String>) - 类 中的方法com.mysql.cj.conf.url.XDevApiConnectionUrl
 
fixProtocolDependencies(Map<String, String>) - 类 中的方法com.mysql.cj.conf.url.XDevApiDnsSrvConnectionUrl
 
FLAGS_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
FLD_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
FLD_FIELD_NUMBER - 类 中的静态变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
FLOAT = 6;
FloatValueFactory - com.mysql.cj.result中的类
A value factory for creating float values.
FloatValueFactory(PropertySet) - 类 的构造器com.mysql.cj.result.FloatValueFactory
 
forceClose() - 类 中的方法com.mysql.cj.CoreSession
 
forceClose() - 类 中的方法com.mysql.cj.NativeSession
 
forceClose() - 类 中的方法com.mysql.cj.protocol.AbstractSocketConnection
Forcibly closes the underlying socket to MySQL.
forceClose() - 类 中的方法com.mysql.cj.protocol.NetworkResources
Forcibly closes the underlying socket to MySQL.
forceClose() - 接口 中的方法com.mysql.cj.protocol.SocketConnection
 
forceClose() - 接口 中的方法com.mysql.cj.Session
Clobbers the physical network connection and marks this session as closed.
forceConnectionTimeZoneToSession - com.mysql.cj.conf.PropertyKey
 
forceStop() - 类 中的方法com.mysql.cj.admin.ServerController
Forcefully terminates the server process (if started).
forget(Xid) - 类 中的方法com.mysql.cj.jdbc.MysqlXAConnection
 
forget(Xid) - 类 中的方法com.mysql.cj.jdbc.SuspendableXAConnection
 
formatNanos(int, int) - 类 中的静态方法com.mysql.cj.util.TimeUtil
Return a string representation of a fractional seconds part.
formatNanos(int, int, boolean) - 类 中的静态方法com.mysql.cj.util.TimeUtil
Return a string representation of a fractional seconds part.
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
 
forNumber(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
 
forNumber(int) - 枚举 中的静态方法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 - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
free() - 类 中的方法com.mysql.cj.jdbc.Blob
 
free() - 类 中的方法com.mysql.cj.jdbc.BlobFromLocator
 
free() - 类 中的方法com.mysql.cj.jdbc.Clob
 
free() - 类 中的方法com.mysql.cj.jdbc.MysqlSQLXML
 
freePreparedStatementId(int) - 类 中的方法com.mysql.cj.MysqlxSession
Free a prepared statement id so that it can be reused.
freePreparedStatementId(int) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
Frees a prepared statement id so that it can be reused.
from(Duration) - 类 中的静态方法com.mysql.cj.protocol.InternalTime
 
from(LocalDate) - 类 中的静态方法com.mysql.cj.protocol.InternalDate
 
from(LocalDate) - 类 中的静态方法com.mysql.cj.protocol.InternalTimestamp
 
from(LocalDateTime) - 类 中的静态方法com.mysql.cj.protocol.InternalTime
 
from(LocalDateTime) - 类 中的静态方法com.mysql.cj.protocol.InternalTimestamp
 
from(LocalTime) - 类 中的静态方法com.mysql.cj.protocol.InternalTime
 
from(OffsetDateTime) - 类 中的静态方法com.mysql.cj.protocol.InternalTimestamp
 
from(OffsetTime) - 类 中的静态方法com.mysql.cj.protocol.InternalTime
 
from(ZonedDateTime) - 类 中的静态方法com.mysql.cj.protocol.InternalTimestamp
 
from(Calendar) - 类 中的静态方法com.mysql.cj.protocol.InternalDate
 
from(Calendar, int) - 类 中的静态方法com.mysql.cj.protocol.InternalTime
 
from(Calendar, int) - 类 中的静态方法com.mysql.cj.protocol.InternalTimestamp
 
fromValue(int, Resultset.Concurrency) - 枚举 中的静态方法com.mysql.cj.protocol.Resultset.Concurrency
 
fromValue(int, Resultset.Type) - 枚举 中的静态方法com.mysql.cj.protocol.Resultset.Type
 
fromValue(String) - 枚举 中的静态方法com.mysql.cj.conf.PropertyKey
Looks for a PropertyKey that matches the given value as key name.
fromValue(String, int) - 枚举 中的静态方法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() - 类 中的方法com.mysql.cj.jdbc.IterateBlock
 
FullReadInputStream - com.mysql.cj.protocol中的类
InputStream wrapper that provides methods to aggregate reads of a given size. c.f. readFully(byte[],int,int).
FullReadInputStream(InputStream) - 类 的构造器com.mysql.cj.protocol.FullReadInputStream
 
FUNC_CALL - com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
FUNC_CALL = 4;
FUNC_CALL_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
FUNC_CALL = 4;
FUNCTION - com.mysql.cj.jdbc.DatabaseMetaData.ProcedureType
 
FUNCTION_CALL_FIELD_NUMBER - 类 中的静态变量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 - 类 中的变量com.mysql.cj.CoreSession
 
gatherPerfMetrics - 类 中的变量com.mysql.cj.jdbc.result.ResultSetImpl
 
gatherPerfMetrics - 类 中的变量com.mysql.cj.ServerPreparedQuery
The "gatherPerfMetrics" connection property value
GENERATED_DOCUMENT_IDS - com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
.. more to be added
GENERATED_DOCUMENT_IDS_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
.. more to be added
GENERATED_INSERT_ID - com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
GENERATED_INSERT_ID = 3;
GENERATED_INSERT_ID_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
GENERATED_INSERT_ID = 3;
generatedKeyAlwaysReturned() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
generatedKeysResults - 类 中的变量com.mysql.cj.jdbc.StatementImpl
 
generatePingResultSet() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
generateQueryCommentBlock(StringBuilder) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
generateSimpleParameterMetadata - com.mysql.cj.conf.PropertyKey
 
generateStatements() - 类 中的方法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 - 类 中的静态变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
GEOMETRY = 1;
get() - 类 中的方法com.mysql.cj.util.LazyString
 
get(int) - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
get(int) - 类 中的方法com.mysql.cj.result.BufferedRowList
 
get(int) - 接口 中的方法com.mysql.cj.result.RowList
Optionally retrieve Row at index n.
get(String) - 类 中的静态方法com.mysql.cj.exceptions.MysqlErrorNumbers
 
get(K) - 接口 中的方法com.mysql.cj.CacheAdapter
 
getAcceptedIssuers() - 类 中的方法com.mysql.cj.protocol.ExportControlled.X509TrustManagerWrapper
 
getActiveConnectionCount() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
 
getActiveConnectionCount(String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
getActiveHostCount() - 类 中的方法com.mysql.cj.jdbc.ConnectionGroup
 
getActiveHostCount(String) - 类 中的静态方法com.mysql.cj.jdbc.ConnectionGroupManager
 
getActiveHostCount(String) - 类 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
 
getActiveHostCount(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
 
getActiveHostLists(String) - 类 中的静态方法com.mysql.cj.jdbc.ConnectionGroupManager
 
getActiveHostsList(String) - 类 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
 
getActiveHostsList(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
 
getActiveLogicalConnectionCount() - 类 中的方法com.mysql.cj.jdbc.ConnectionGroup
 
getActiveLogicalConnectionCount(String) - 类 中的静态方法com.mysql.cj.jdbc.ConnectionGroupManager
 
getActiveLogicalConnectionCount(String) - 类 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
 
getActiveLogicalConnectionCount(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
 
getActiveLogicalConnectionCount(String) - 类 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManager
 
getActiveLogicalConnectionCount(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
 
getActiveMasterHostCount(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
已过时。 
getActiveMySQLConnection() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getActiveMySQLConnection() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getActiveMySQLConnection() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getActiveMySQLConnection() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
getActiveMySQLConnection() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
getActivePhysicalConnectionCount() - 类 中的方法com.mysql.cj.jdbc.ConnectionGroup
 
getActivePhysicalConnectionCount() - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
 
getActivePhysicalConnectionCount(String) - 类 中的静态方法com.mysql.cj.jdbc.ConnectionGroupManager
 
getActivePhysicalConnectionCount(String) - 类 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
 
getActivePhysicalConnectionCount(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
 
getActiveReplicaHostCount(String) - 类 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManager
 
getActiveReplicaHostCount(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
 
getActiveSlaveHostCount(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
已过时。 
getActiveSourceHostCount(String) - 类 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManager
 
getActiveSourceHostCount(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
 
getActiveStatementCount() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getActiveStatementCount() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getActiveStatementCount() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getActiveStatementCount() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Returns the number of statements active on this connection, which haven't been .close()d.
getAffectedItemsCount() - 类 中的方法com.mysql.cj.protocol.x.StatementExecuteOk
 
getAffectedItemsCount() - 类 中的方法com.mysql.cj.xdevapi.AbstractDataResult
 
getAffectedItemsCount() - 接口 中的方法com.mysql.cj.xdevapi.Result
Get the count of affected items from manipulation statements.
getAffectedItemsCount() - 类 中的方法com.mysql.cj.xdevapi.SqlMultiResult
 
getAffectedItemsCount() - 类 中的方法com.mysql.cj.xdevapi.UpdateResult
 
getAlgorithm() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
defines how MySQL Server processes the view
getAlgorithm() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
defines how MySQL Server processes the view
getAlgorithm() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
defines how MySQL Server processes the view
getAlgorithm() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
defined how MySQL Server processes the view
getAlgorithm() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
defined how MySQL Server processes the view
getAlgorithm() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
defined how MySQL Server processes the view
getAlgorithmIdentifier() - 类 中的方法com.mysql.cj.protocol.x.CompressionAlgorithm
Gets this algorithm's identifier.
getAlias() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
optional string alias = 2;
getAlias() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
optional string alias = 2;
getAlias() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
optional string alias = 2;
getAlias() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
optional alias.
getAlias() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
optional alias.
getAlias() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
optional alias.
getAliasBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
optional string alias = 2;
getAliasBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
optional string alias = 2;
getAliasBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
optional string alias = 2;
getAliasBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
optional alias.
getAliasBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
optional alias.
getAliasBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
optional alias.
getAllFields() - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
getAllowableValues() - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
getAllowableValues() - 类 中的方法com.mysql.cj.conf.BooleanPropertyDefinition
 
getAllowableValues() - 类 中的方法com.mysql.cj.conf.EnumPropertyDefinition
 
getAllowableValues() - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
Returns the list of allowable values.
getAlternateDnsSrvType() - 枚举 中的方法com.mysql.cj.conf.ConnectionUrl.Type
 
getArgs() - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
getArgs() - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
Get binding arguments.
getArgs(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
values for parameters used in filter expression
getArgs(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
values for parameters used in filter expression
getArgs(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
values for parameters used in filter expression
getArgs(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
values for parameters used in filter expression
getArgs(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
values for parameters used in filter expression
getArgs(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
values for parameters used in filter expression
getArgs(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
values for parameters used in row expressions
getArgs(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
values for parameters used in row expressions
getArgs(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
values for parameters used in row expressions
getArgs(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
values for parameters used in filter expression
getArgs(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
values for parameters used in filter expression
getArgs(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
values for parameters used in filter expression
getArgs(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
Arguments to bind to the prepared statement
getArgs(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
Arguments to bind to the prepared statement
getArgs(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
Arguments to bind to the prepared statement
getArgs(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
values for wildcard replacements
getArgs(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
values for wildcard replacements
getArgs(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
values for wildcard replacements
getArgsBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
values for parameters used in filter expression
getArgsBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
values for parameters used in filter expression
getArgsBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
values for parameters used in row expressions
getArgsBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
values for parameters used in filter expression
getArgsBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
Arguments to bind to the prepared statement
getArgsBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
values for wildcard replacements
getArgsBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
values for parameters used in filter expression
getArgsBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
values for parameters used in filter expression
getArgsBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
values for parameters used in row expressions
getArgsBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
values for parameters used in filter expression
getArgsBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
Arguments to bind to the prepared statement
getArgsBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
values for wildcard replacements
getArgsCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
values for parameters used in filter expression
getArgsCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
values for parameters used in filter expression
getArgsCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
values for parameters used in filter expression
getArgsCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
values for parameters used in filter expression
getArgsCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
values for parameters used in filter expression
getArgsCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
values for parameters used in filter expression
getArgsCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
values for parameters used in row expressions
getArgsCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
values for parameters used in row expressions
getArgsCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
values for parameters used in row expressions
getArgsCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
values for parameters used in filter expression
getArgsCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
values for parameters used in filter expression
getArgsCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
values for parameters used in filter expression
getArgsCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
Arguments to bind to the prepared statement
getArgsCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
Arguments to bind to the prepared statement
getArgsCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
Arguments to bind to the prepared statement
getArgsCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
values for wildcard replacements
getArgsCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
values for wildcard replacements
getArgsCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
values for wildcard replacements
getArgsList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
values for parameters used in filter expression
getArgsList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
values for parameters used in filter expression
getArgsList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
values for parameters used in filter expression
getArgsList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
values for parameters used in filter expression
getArgsList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
values for parameters used in filter expression
getArgsList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
values for parameters used in filter expression
getArgsList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
values for parameters used in row expressions
getArgsList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
values for parameters used in row expressions
getArgsList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
values for parameters used in row expressions
getArgsList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
values for parameters used in filter expression
getArgsList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
values for parameters used in filter expression
getArgsList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
values for parameters used in filter expression
getArgsList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
Arguments to bind to the prepared statement
getArgsList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
Arguments to bind to the prepared statement
getArgsList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
Arguments to bind to the prepared statement
getArgsList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
values for wildcard replacements
getArgsList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
values for wildcard replacements
getArgsList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
values for wildcard replacements
getArgsOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
values for parameters used in filter expression
getArgsOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
values for parameters used in filter expression
getArgsOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
values for parameters used in filter expression
getArgsOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
values for parameters used in filter expression
getArgsOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
values for parameters used in filter expression
getArgsOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
values for parameters used in filter expression
getArgsOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
values for parameters used in row expressions
getArgsOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
values for parameters used in row expressions
getArgsOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
values for parameters used in row expressions
getArgsOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
values for parameters used in filter expression
getArgsOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
values for parameters used in filter expression
getArgsOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
values for parameters used in filter expression
getArgsOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
Arguments to bind to the prepared statement
getArgsOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
Arguments to bind to the prepared statement
getArgsOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
Arguments to bind to the prepared statement
getArgsOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
values for wildcard replacements
getArgsOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
values for wildcard replacements
getArgsOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
values for wildcard replacements
getArgsOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
values for parameters used in filter expression
getArgsOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
values for parameters used in filter expression
getArgsOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
values for parameters used in filter expression
getArgsOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
values for parameters used in filter expression
getArgsOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
values for parameters used in filter expression
getArgsOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
values for parameters used in filter expression
getArgsOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
values for parameters used in row expressions
getArgsOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
values for parameters used in row expressions
getArgsOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
values for parameters used in row expressions
getArgsOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
values for parameters used in filter expression
getArgsOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
values for parameters used in filter expression
getArgsOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
values for parameters used in filter expression
getArgsOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
Arguments to bind to the prepared statement
getArgsOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
Arguments to bind to the prepared statement
getArgsOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
Arguments to bind to the prepared statement
getArgsOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
values for wildcard replacements
getArgsOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
values for wildcard replacements
getArgsOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
values for wildcard replacements
getArray() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Array array = 4;
getArray() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
optional .Mysqlx.Datatypes.Array array = 4;
getArray() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
optional .Mysqlx.Datatypes.Array array = 4;
getArray() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Array array = 9;
getArray() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional .Mysqlx.Expr.Array array = 9;
getArray() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional .Mysqlx.Expr.Array array = 9;
getArray(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getArray(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getArray(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getArray(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getArray(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getArray(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getArray(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getArray(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getArrayBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Array array = 4;
getArrayBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Array array = 9;
getArrayOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Array array = 4;
getArrayOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
optional .Mysqlx.Datatypes.Array array = 4;
getArrayOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
optional .Mysqlx.Datatypes.Array array = 4;
getArrayOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Array array = 9;
getArrayOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional .Mysqlx.Expr.Array array = 9;
getArrayOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional .Mysqlx.Expr.Array array = 9;
getAsciiStream() - 类 中的方法com.mysql.cj.jdbc.Clob
 
getAsciiStream(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getAsciiStream(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getAsciiStream(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getAsciiStream(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getAttributes(String, String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getAttributeValue(int) - 类 中的方法com.mysql.cj.NativeQueryAttributesBindings
 
getAttributeValue(int) - 接口 中的方法com.mysql.cj.QueryAttributesBindings
Returns an internal representation of the query attribute in the given position of the query attributes list.
getAuthData() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
authentication data
getAuthData() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
authentication data
getAuthData() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinueOrBuilder
authentication data
getAuthData() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
authentication data
getAuthData() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
authentication data
getAuthData() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOkOrBuilder
authentication data
getAuthData() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
authentication data
getAuthData() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
authentication data
getAuthData() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
authentication data
getAuthenticationMechanisms() - 类 中的方法com.mysql.cj.protocol.x.XServerCapabilities
 
getAuthenticationProvider() - 类 中的方法com.mysql.cj.protocol.AbstractProtocol
 
getAuthenticationProvider() - 接口 中的方法com.mysql.cj.protocol.Protocol
 
getAuthenticatorData() - 类 中的方法com.mysql.cj.callback.FidoAuthenticationCallback
Returns the FIDO Authenticator Data produced by the authenticator interaction.
getAuthority() - 类 中的方法com.mysql.cj.conf.ConnectionUrlParser
Returns the authority section.
getAuthPluginDataLength() - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
getAutoCommit() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getAutoCommit() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getAutoCommit() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getAutoIncrementIncrement() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getAutoIncrementIncrement() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getAutoIncrementIncrement() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getAutoIncrementIncrement() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Returns the -session- value of 'auto_increment_increment' from the server if it exists, or '1' if not.
getAutoIncrementValue() - 接口 中的方法com.mysql.cj.xdevapi.InsertResult
Get the auto-increment value if one was generated from a row insert statement.
getAutoIncrementValue() - 类 中的方法com.mysql.cj.xdevapi.InsertResultImpl
 
getAutoIncrementValue() - 类 中的方法com.mysql.cj.xdevapi.SqlMultiResult
 
getAutoIncrementValue() - 接口 中的方法com.mysql.cj.xdevapi.SqlResult
 
getAutoIncrementValue() - 类 中的方法com.mysql.cj.xdevapi.SqlUpdateResult
 
getBatchCommandIndex() - 类 中的方法com.mysql.cj.ClientPreparedQuery
 
getBatchCommandIndex() - 接口 中的方法com.mysql.cj.PreparedQuery
 
getBatchedArgs() - 类 中的方法com.mysql.cj.AbstractQuery
 
getBatchedArgs() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getBatchedArgs() - 接口 中的方法com.mysql.cj.Query
Get the batched args as added by the addBatch method(s).
getBatchedGeneratedKeys(int) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getBatchedGeneratedKeys(Statement) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getBestRowIdentifier(String, String, String, int, boolean) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getBestRowIdentifier(String, String, String, int, boolean) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
getBigDecimal() - 类 中的方法com.mysql.cj.xdevapi.JsonNumber
Get number as BigDecimal.
getBigDecimal(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getBigDecimal(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getBigDecimal(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getBigDecimal(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getBigDecimal(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getBigDecimal(int) - 接口 中的方法com.mysql.cj.xdevapi.Row
Retrieve the value for column at position `pos' (starting at 0) as a decimal value.
getBigDecimal(int) - 类 中的方法com.mysql.cj.xdevapi.RowImpl
 
getBigDecimal(int, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
已过时。
getBigDecimal(int, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
已过时。
getBigDecimal(int, int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
已过时。
getBigDecimal(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getBigDecimal(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getBigDecimal(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getBigDecimal(String) - 接口 中的方法com.mysql.cj.xdevapi.Row
Retrieve the value for column `fieldName' as a decimal value.
getBigDecimal(String) - 类 中的方法com.mysql.cj.xdevapi.RowImpl
 
getBigDecimal(String, int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
已过时。
getBigInteger(byte[], int, int) - 类 中的静态方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
getBigInteger(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getBigInteger(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getBigInteger(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getBigInteger(int) - 接口 中的方法com.mysql.cj.jdbc.result.ResultSetInternalMethods
 
getBinaryEncodedLength(int) - 类 中的静态方法com.mysql.cj.protocol.a.NativeUtils
Get the length of a binary-encoded value of the given type.
getBinaryLength() - 接口 中的方法com.mysql.cj.BindValue
Gets the length of this bind value in the binary protocol representation.
getBinaryLength() - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
getBinaryLength(BindValue) - 类 中的方法com.mysql.cj.protocol.a.AbstractValueEncoder
 
getBinaryLength(BindValue) - 接口 中的方法com.mysql.cj.protocol.ValueEncoder
 
getBinaryStream() - 类 中的方法com.mysql.cj.jdbc.Blob
 
getBinaryStream() - 类 中的方法com.mysql.cj.jdbc.BlobFromLocator
 
getBinaryStream() - 类 中的方法com.mysql.cj.jdbc.MysqlSQLXML
 
getBinaryStream(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getBinaryStream(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getBinaryStream(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getBinaryStream(long, long) - 类 中的方法com.mysql.cj.jdbc.Blob
 
getBinaryStream(long, long) - 类 中的方法com.mysql.cj.jdbc.BlobFromLocator
 
getBinaryStream(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getBinding(int, boolean) - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
Returns the structure representing the value that (can be)/(is) bound at the given parameter index.
getBinding(int, boolean) - 类 中的方法com.mysql.cj.NativeQueryBindings
Returns the structure representing the value that (can be)/(is) bound at the given parameter index.
getBinding(int, boolean) - 接口 中的方法com.mysql.cj.QueryBindings
 
getBindValues() - 类 中的方法com.mysql.cj.NativeQueryBindings
 
getBindValues() - 接口 中的方法com.mysql.cj.QueryBindings
 
getBlob(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getBlob(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getBlob(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getBlob(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getBlob(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getBlob(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getBlob(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getBlob(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getBoolean(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getBoolean(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getBoolean(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getBoolean(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getBoolean(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getBoolean(int) - 接口 中的方法com.mysql.cj.xdevapi.Row
Retrieve the value for column at position `pos' (starting at 0) as a boolean value.
getBoolean(int) - 类 中的方法com.mysql.cj.xdevapi.RowImpl
 
getBoolean(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getBoolean(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getBoolean(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getBoolean(String) - 接口 中的方法com.mysql.cj.xdevapi.Row
Retrieve the value for column `fieldName' as a boolean value.
getBoolean(String) - 类 中的方法com.mysql.cj.xdevapi.RowImpl
 
getBooleanAllowableValues() - 类 中的静态方法com.mysql.cj.conf.BooleanPropertyDefinition
 
getBooleanProperty(PropertyKey) - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
getBooleanProperty(PropertyKey) - 接口 中的方法com.mysql.cj.conf.PropertySet
 
getBooleanProperty(String) - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
getBooleanProperty(String) - 接口 中的方法com.mysql.cj.conf.PropertySet
 
getBooleanRuntimeProperty(String) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Used in properties getters added by instrumentation.
getBoundBeforeExecutionNum() - 接口 中的方法com.mysql.cj.BindValue
 
getBoundBeforeExecutionNum() - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
getBranchQualifier() - 类 中的方法com.mysql.cj.jdbc.MysqlXid
 
getBuffer() - 类 中的方法com.mysql.cj.protocol.a.NativePacketHeader
 
getBuffer() - 接口 中的方法com.mysql.cj.protocol.MessageHeader
 
getBuffer() - 类 中的方法com.mysql.cj.protocol.x.XMessageHeader
 
getByJdbcType(int) - 枚举 中的静态方法com.mysql.cj.MysqlType
 
getByName(String) - 枚举 中的静态方法com.mysql.cj.MysqlType
Get MysqlType matching the full MySQL type name, for example "DECIMAL(5,3) UNSIGNED ZEROFILL".
getByte(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getByte(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getByte(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getByte(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getByte(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getByte(int) - 接口 中的方法com.mysql.cj.xdevapi.Row
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
getByte(int) - 类 中的方法com.mysql.cj.xdevapi.RowImpl
 
getByte(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getByte(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getByte(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getByte(String) - 接口 中的方法com.mysql.cj.xdevapi.Row
Retrieve the value for column `fieldName' as a byte value.
getByte(String) - 类 中的方法com.mysql.cj.xdevapi.RowImpl
 
getByteBuffer() - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
 
getByteBuffer() - 接口 中的方法com.mysql.cj.protocol.Message
Returns the array of bytes this Buffer is using to read from.
getByteBuffer() - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
getBytes(char[]) - 类 中的静态方法com.mysql.cj.util.StringUtils
Returns the byte[] representation of subset of the given char[] using the default/platform encoding.
getBytes(char[], int, int) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
getBytes(char[], int, int, String) - 类 中的静态方法com.mysql.cj.util.StringUtils
Returns the byte[] representation of subset of the given char[] using the given encoding.
getBytes(char[], String) - 类 中的静态方法com.mysql.cj.util.StringUtils
Returns the byte[] representation of subset of the given char[] using the given encoding.
getBytes(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getBytes(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getBytes(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getBytes(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getBytes(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getBytes(int) - 类 中的方法com.mysql.cj.protocol.a.result.BinaryBufferRow
 
getBytes(int) - 类 中的方法com.mysql.cj.protocol.a.result.ByteArrayRow
 
getBytes(int) - 类 中的方法com.mysql.cj.protocol.a.result.TextBufferRow
 
getBytes(int) - 接口 中的方法com.mysql.cj.result.Row
Returns the value at the given column as a byte array.
getBytes(long, int) - 类 中的方法com.mysql.cj.jdbc.Blob
 
getBytes(long, int) - 类 中的方法com.mysql.cj.jdbc.BlobFromLocator
 
getBytes(BindValue) - 类 中的方法com.mysql.cj.protocol.a.AbstractValueEncoder
 
getBytes(BindValue) - 类 中的方法com.mysql.cj.protocol.a.BlobValueEncoder
 
getBytes(BindValue) - 类 中的方法com.mysql.cj.protocol.a.ByteArrayValueEncoder
 
getBytes(BindValue) - 类 中的方法com.mysql.cj.protocol.a.ClobValueEncoder
 
getBytes(BindValue) - 类 中的方法com.mysql.cj.protocol.a.InputStreamValueEncoder
 
getBytes(BindValue) - 类 中的方法com.mysql.cj.protocol.a.ReaderValueEncoder
 
getBytes(BindValue) - 类 中的方法com.mysql.cj.protocol.a.StringValueEncoder
 
getBytes(BindValue) - 接口 中的方法com.mysql.cj.protocol.ValueEncoder
 
getBytes(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getBytes(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getBytes(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getBytes(String) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
getBytes(String, int, int) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
getBytes(String, int, int, String) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
getBytes(String, String) - 类 中的静态方法com.mysql.cj.util.StringUtils
Returns the byte[] representation of the given string using the given encoding.
getBytesNullTerminated(String, String) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
getBytesRepresentation(int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
getBytesRepresentation(int) - 接口 中的方法com.mysql.cj.jdbc.JdbcPreparedStatement
 
getBytesRepresentation(int) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
getBytesRepresentation(int) - 接口 中的方法com.mysql.cj.QueryBindings
 
getBytesWrapped(String, char, char, String) - 类 中的静态方法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() - 接口 中的方法com.mysql.cj.BindValue
 
getByteValue() - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
getCachedMetaData(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getCachedMetaData(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getCachedMetaData(String) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getCachedMetaData(String) - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Returns cached metadata (or null if not cached) for the given query, which must match _exactly_.
getCalendar() - 接口 中的方法com.mysql.cj.BindValue
 
getCalendar() - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
getCancelTimeoutMutex() - 类 中的方法com.mysql.cj.AbstractQuery
 
getCancelTimeoutMutex() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getCancelTimeoutMutex() - 接口 中的方法com.mysql.cj.Query
 
getCancelTimer() - 类 中的方法com.mysql.cj.NativeSession
 
getCanonicalTimeZone(String, ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.util.TimeUtil
Returns the 'official' Java timezone name for the given timezone
getCapabilities() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getCapabilities() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getCapabilities() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
getCapabilities() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
required .Mysqlx.Connection.Capabilities capabilities = 1;
getCapabilities() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
required .Mysqlx.Connection.Capabilities capabilities = 1;
getCapabilities() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSetOrBuilder
required .Mysqlx.Connection.Capabilities capabilities = 1;
getCapabilities(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
repeated .Mysqlx.Connection.Capability capabilities = 1;
getCapabilities(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
repeated .Mysqlx.Connection.Capability capabilities = 1;
getCapabilities(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesOrBuilder
repeated .Mysqlx.Connection.Capability capabilities = 1;
getCapabilitiesBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
required .Mysqlx.Connection.Capabilities capabilities = 1;
getCapabilitiesBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
repeated .Mysqlx.Connection.Capability capabilities = 1;
getCapabilitiesBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
repeated .Mysqlx.Connection.Capability capabilities = 1;
getCapabilitiesCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
repeated .Mysqlx.Connection.Capability capabilities = 1;
getCapabilitiesCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
repeated .Mysqlx.Connection.Capability capabilities = 1;
getCapabilitiesCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesOrBuilder
repeated .Mysqlx.Connection.Capability capabilities = 1;
getCapabilitiesList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
repeated .Mysqlx.Connection.Capability capabilities = 1;
getCapabilitiesList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
repeated .Mysqlx.Connection.Capability capabilities = 1;
getCapabilitiesList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesOrBuilder
repeated .Mysqlx.Connection.Capability capabilities = 1;
getCapabilitiesOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
required .Mysqlx.Connection.Capabilities capabilities = 1;
getCapabilitiesOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
required .Mysqlx.Connection.Capabilities capabilities = 1;
getCapabilitiesOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSetOrBuilder
required .Mysqlx.Connection.Capabilities capabilities = 1;
getCapabilitiesOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
repeated .Mysqlx.Connection.Capability capabilities = 1;
getCapabilitiesOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
repeated .Mysqlx.Connection.Capability capabilities = 1;
getCapabilitiesOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesOrBuilder
repeated .Mysqlx.Connection.Capability capabilities = 1;
getCapabilitiesOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
repeated .Mysqlx.Connection.Capability capabilities = 1;
getCapabilitiesOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
repeated .Mysqlx.Connection.Capability capabilities = 1;
getCapabilitiesOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesOrBuilder
repeated .Mysqlx.Connection.Capability capabilities = 1;
getCapabilityFlags() - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
getCapabilityFlags() - 接口 中的方法com.mysql.cj.protocol.ServerCapabilities
 
getCapabilityFlags() - 类 中的方法com.mysql.cj.protocol.x.XServerCapabilities
 
getCapacity() - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
 
getCardinality() - 枚举 中的方法com.mysql.cj.conf.ConnectionUrl.Type
 
getCatalog() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getCatalog() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getCatalog() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getCatalog() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
catalog the schema originates from @note As there is currently no support for catalogs in MySQL, don't expect this field to be set.
getCatalog() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
catalog the schema originates from @note As there is currently no support for catalogs in MySQL, don't expect this field to be set.
getCatalog() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
catalog the schema originates from @note As there is currently no support for catalogs in MySQL, don't expect this field to be set.
getCatalogName(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
getCatalogs() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getCatalogs() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
getCatalogSeparator() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getCatalogTerm() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getCategory() - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
getCategory() - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
Returns the property category.
getCaughtWhileCancelling() - 接口 中的方法com.mysql.cj.CancelQueryTask
 
getCaughtWhileCancelling() - 类 中的方法com.mysql.cj.CancelQueryTaskImpl
 
getCcAlias() - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
getCcAlias() - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
Returns the property camel-case alias.
getCcAlias() - 枚举 中的方法com.mysql.cj.conf.PropertyKey
Gets the camel-case alias key name of this enum element.
getChar() - 类 中的方法com.mysql.cj.util.StringInspector
Returns the character in the current position.
getCharacterSetMetadata() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getCharacterSetMetadata() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getCharacterSetMetadata() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getCharacterSetMetadata() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
getCharacterSetName() - 接口 中的方法com.mysql.cj.xdevapi.Column
Get character set name for the column value.
getCharacterSetName() - 类 中的方法com.mysql.cj.xdevapi.ColumnImpl
 
getCharacterStream() - 类 中的方法com.mysql.cj.jdbc.Clob
 
getCharacterStream() - 类 中的方法com.mysql.cj.jdbc.MysqlSQLXML
 
getCharacterStream(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getCharacterStream(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getCharacterStream(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getCharacterStream(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getCharacterStream(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getCharacterStream(long, long) - 类 中的方法com.mysql.cj.jdbc.Clob
 
getCharacterStream(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getCharacterStream(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getCharacterStream(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getCharsetSettings() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getCharsetSettings() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getCharsetSettings() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
getCheck() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
limits the write operations done on a VIEW
getCheck() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
limits the write operations done on a VIEW
getCheck() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
limits the write operations done on a VIEW
getCheck() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
limits the write operations done on a VIEW
getCheck() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
limits the write operations done on a VIEW
getCheck() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
limits the write operations done on a VIEW
getClassName() - 枚举 中的方法com.mysql.cj.MysqlType
 
getClient(String, String) - 类 中的方法com.mysql.cj.xdevapi.ClientFactory
Creates a Client object which provides a Session pooling functionality.
getClient(String, Properties) - 类 中的方法com.mysql.cj.xdevapi.ClientFactory
Creates a Client object that provides a Session pooling functionality.
getClientInfo() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getClientInfo() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getClientInfo() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getClientInfo(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getClientInfo(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getClientInfo(String) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getClientInfo(Connection) - 接口 中的方法com.mysql.cj.jdbc.ClientInfoProvider
Returns the client info for the connection that this provider instance belongs to.
getClientInfo(Connection) - 类 中的方法com.mysql.cj.jdbc.ClientInfoProviderSP
 
getClientInfo(Connection) - 类 中的方法com.mysql.cj.jdbc.CommentClientInfoProvider
 
getClientInfo(Connection, String) - 接口 中的方法com.mysql.cj.jdbc.ClientInfoProvider
Returns the client info for the connection that this provider instance belongs to.
getClientInfo(Connection, String) - 类 中的方法com.mysql.cj.jdbc.ClientInfoProviderSP
 
getClientInfo(Connection, String) - 类 中的方法com.mysql.cj.jdbc.CommentClientInfoProvider
 
getClientInfoProperties() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getClientInfoProviderImpl() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getClientInfoProviderImpl() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getClientInfoProviderImpl() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getClientInfoProviderImpl() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
getClientMessages() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
optional .Mysqlx.ClientMessages.Type client_messages = 3;
getClientMessages() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
optional .Mysqlx.ClientMessages.Type client_messages = 3;
getClientMessages() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
optional .Mysqlx.ClientMessages.Type client_messages = 3;
getClientParam() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getClientParam() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getClientParam() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
getClientPwdExpireOk() - 类 中的方法com.mysql.cj.protocol.x.XServerCapabilities
 
getClob(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getClob(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getClob(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getClob(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getClob(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getClob(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getClob(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getClob(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getClosedHosts() - 类 中的方法com.mysql.cj.jdbc.ConnectionGroup
 
getCode() - 接口 中的方法com.mysql.cj.protocol.Warning
Get warning code.
getCode() - 类 中的方法com.mysql.cj.protocol.x.Notice.XWarning
 
getCode() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
error code
getCode() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
error code
getCode() - 接口 中的方法com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
error code
getCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
warning code
getCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
warning code
getCode() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
warning code
getCode() - 类 中的方法com.mysql.cj.xdevapi.WarningImpl
 
getCollation() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
optional uint64 collation = 2;
getCollation() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
optional uint64 collation = 2;
getCollation() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.StringOrBuilder
optional uint64 collation = 2;
getCollation() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
optional uint64 collation = 8;
getCollation() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
optional uint64 collation = 8;
getCollation() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
optional uint64 collation = 8;
getCollationIndex() - 类 中的方法com.mysql.cj.result.Field
 
getCollationIndexForCollationName(String) - 接口 中的方法com.mysql.cj.CharsetSettings
 
getCollationIndexForCollationName(String) - 类 中的方法com.mysql.cj.NativeCharsetSettings
 
getCollationIndexForJavaEncoding(String, ServerVersion) - 接口 中的方法com.mysql.cj.CharsetSettings
 
getCollationIndexForJavaEncoding(String, ServerVersion) - 类 中的方法com.mysql.cj.NativeCharsetSettings
 
getCollationIndexForMysqlCharsetName(String) - 接口 中的方法com.mysql.cj.CharsetSettings
 
getCollationIndexForMysqlCharsetName(String) - 类 中的方法com.mysql.cj.NativeCharsetSettings
 
getCollationName() - 接口 中的方法com.mysql.cj.xdevapi.Column
Get collation name for the column value.
getCollationName() - 类 中的方法com.mysql.cj.xdevapi.ColumnImpl
 
getCollationNameForCollationIndex(Integer) - 接口 中的方法com.mysql.cj.CharsetSettings
 
getCollationNameForCollationIndex(Integer) - 类 中的方法com.mysql.cj.NativeCharsetSettings
 
getCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
name of the VIEW object, which should be created
getCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
name of the VIEW object, which should be created
getCollection() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
name of the VIEW object, which should be created
getCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
collection to change
getCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
collection to change
getCollection() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
collection to change
getCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
name of the VIEW object, which should be deleted
getCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
name of the VIEW object, which should be deleted
getCollection() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
name of the VIEW object, which should be deleted
getCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
collection in which to find
getCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
collection in which to find
getCollection() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
collection in which to find
getCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
collection to insert into
getCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
collection to insert into
getCollection() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
collection to insert into
getCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
name of the VIEW object, which should be modified
getCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
name of the VIEW object, which should be modified
getCollection() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
name of the VIEW object, which should be modified
getCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
collection to change
getCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
collection to change
getCollection() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
collection to change
getCollection() - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
getCollection() - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
Get X Protocol Collection object.
getCollection(String) - 接口 中的方法com.mysql.cj.xdevapi.Schema
Retrieve a reference to the named collection.
getCollection(String) - 类 中的方法com.mysql.cj.xdevapi.SchemaImpl
 
getCollection(String, boolean) - 接口 中的方法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) - 类 中的方法com.mysql.cj.xdevapi.SchemaImpl
 
getCollectionAsTable(String) - 接口 中的方法com.mysql.cj.xdevapi.Schema
Retrieve a reference to the named collection using the table API.
getCollectionAsTable(String) - 类 中的方法com.mysql.cj.xdevapi.SchemaImpl
 
getCollectionBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
name of the VIEW object, which should be created
getCollectionBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
collection to change
getCollectionBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
name of the VIEW object, which should be deleted
getCollectionBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
collection in which to find
getCollectionBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
collection to insert into
getCollectionBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
name of the VIEW object, which should be modified
getCollectionBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
collection to change
getCollectionOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
name of the VIEW object, which should be created
getCollectionOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
name of the VIEW object, which should be created
getCollectionOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
name of the VIEW object, which should be created
getCollectionOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
collection to change
getCollectionOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
collection to change
getCollectionOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
collection to change
getCollectionOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
name of the VIEW object, which should be deleted
getCollectionOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
name of the VIEW object, which should be deleted
getCollectionOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
name of the VIEW object, which should be deleted
getCollectionOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
collection in which to find
getCollectionOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
collection in which to find
getCollectionOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
collection in which to find
getCollectionOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
collection to insert into
getCollectionOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
collection to insert into
getCollectionOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
collection to insert into
getCollectionOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
name of the VIEW object, which should be modified
getCollectionOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
name of the VIEW object, which should be modified
getCollectionOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
name of the VIEW object, which should be modified
getCollectionOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
collection to change
getCollectionOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
collection to change
getCollectionOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
collection to change
getCollections() - 接口 中的方法com.mysql.cj.xdevapi.Schema
Retrieve the set of collections existing in this schema.
getCollections() - 类 中的方法com.mysql.cj.xdevapi.SchemaImpl
 
getCollections(String) - 接口 中的方法com.mysql.cj.xdevapi.Schema
Retrieve the set of collections existing in this schema and matching the given pattern.
getCollections(String) - 类 中的方法com.mysql.cj.xdevapi.SchemaImpl
 
getColumn(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
defines the list of aliases for column names specified in `stmt`
getColumn(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
defines the list of aliases for column names specified in `stmt`
getColumn(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
defines the list of aliases for column names specified in `stmt`
getColumn(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
defines the list of aliases for column names specified in `stmt`
getColumn(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
defines the list of aliases for column names specified in `stmt`
getColumn(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
defines the list of aliases for column names specified in `stmt`
getColumnBytes(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
defines the list of aliases for column names specified in `stmt`
getColumnBytes(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
defines the list of aliases for column names specified in `stmt`
getColumnBytes(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
defines the list of aliases for column names specified in `stmt`
getColumnBytes(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
defines the list of aliases for column names specified in `stmt`
getColumnBytes(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
defines the list of aliases for column names specified in `stmt`
getColumnBytes(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
defines the list of aliases for column names specified in `stmt`
getColumnCharacterEncoding(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
What's the Java character encoding name for the given column?
getColumnCharacterSet(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
What's the MySQL character set name for the given column?
getColumnClassName(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
getColumnCount() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
getColumnCount() - 类 中的方法com.mysql.cj.protocol.a.ColumnDefinitionFactory
 
getColumnCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
defines the list of aliases for column names specified in `stmt`
getColumnCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
defines the list of aliases for column names specified in `stmt`
getColumnCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
defines the list of aliases for column names specified in `stmt`
getColumnCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
defines the list of aliases for column names specified in `stmt`
getColumnCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
defines the list of aliases for column names specified in `stmt`
getColumnCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
defines the list of aliases for column names specified in `stmt`
getColumnCount() - 接口 中的方法com.mysql.cj.xdevapi.RowResult
Count of columns.
getColumnCount() - 类 中的方法com.mysql.cj.xdevapi.RowResultImpl
 
getColumnCount() - 类 中的方法com.mysql.cj.xdevapi.SqlMultiResult
 
getColumnCount() - 类 中的方法com.mysql.cj.xdevapi.SqlUpdateResult
 
getColumnDefinition() - 类 中的方法com.mysql.cj.protocol.a.result.NativeResultset
 
getColumnDefinition() - 接口 中的方法com.mysql.cj.protocol.Resultset
 
getColumnDefinitionFromCache() - 类 中的方法com.mysql.cj.protocol.a.ColumnDefinitionFactory
 
getColumnDisplaySize(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
getColumnLabel() - 类 中的方法com.mysql.cj.result.Field
 
getColumnLabel() - 接口 中的方法com.mysql.cj.xdevapi.Column
Get alias of this column.
getColumnLabel() - 类 中的方法com.mysql.cj.xdevapi.ColumnImpl
 
getColumnLabel(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
getColumnLabelToIndex() - 接口 中的方法com.mysql.cj.protocol.ColumnDefinition
 
getColumnLabelToIndex() - 类 中的方法com.mysql.cj.result.DefaultColumnDefinition
 
getColumnList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
defines the list of aliases for column names specified in `stmt`
getColumnList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
defines the list of aliases for column names specified in `stmt`
getColumnList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
defines the list of aliases for column names specified in `stmt`
getColumnList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
defines the list of aliases for column names specified in `stmt`
getColumnList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
defines the list of aliases for column names specified in `stmt`
getColumnList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
defines the list of aliases for column names specified in `stmt`
getColumnName() - 接口 中的方法com.mysql.cj.xdevapi.Column
Get name of this column.
getColumnName() - 类 中的方法com.mysql.cj.xdevapi.ColumnImpl
 
getColumnName(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
getColumnNames() - 接口 中的方法com.mysql.cj.xdevapi.RowResult
Names of columns.
getColumnNames() - 类 中的方法com.mysql.cj.xdevapi.RowResultImpl
 
getColumnNames() - 类 中的方法com.mysql.cj.xdevapi.SqlMultiResult
 
getColumnNames() - 类 中的方法com.mysql.cj.xdevapi.SqlUpdateResult
 
getColumnNameToIndex() - 接口 中的方法com.mysql.cj.protocol.ColumnDefinition
 
getColumnNameToIndex() - 类 中的方法com.mysql.cj.result.DefaultColumnDefinition
 
getColumnPrivileges(String, String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getColumnPrivileges(String, String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
getColumnPrivilegesFields() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getColumns() - 接口 中的方法com.mysql.cj.xdevapi.RowResult
Metadata.
getColumns() - 类 中的方法com.mysql.cj.xdevapi.RowResultImpl
 
getColumns() - 类 中的方法com.mysql.cj.xdevapi.SqlMultiResult
 
getColumns() - 类 中的方法com.mysql.cj.xdevapi.SqlUpdateResult
 
getColumns(String, String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getColumns(String, String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
getColumnToIndexCache() - 接口 中的方法com.mysql.cj.protocol.ColumnDefinition
 
getColumnToIndexCache() - 类 中的方法com.mysql.cj.result.DefaultColumnDefinition
 
getColumnType(boolean, boolean, boolean, boolean) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
Determines the COLUMN_TYPE information based on parameter type (IN, OUT or INOUT) or function return parameter.
getColumnType(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
getColumnTypeName(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
getCommandCount() - 类 中的方法com.mysql.cj.NativeSession
 
getCommandCount() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
getCompactMetadata() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
send only type information for @ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
getCompactMetadata() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
send only type information for @ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
getCompactMetadata() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
send only type information for @ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
getCompactMetadata() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
send only type information for @ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
getCompactMetadata() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
send only type information for @ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
getCompactMetadata() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
send only type information for @ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
getCompression() - 类 中的方法com.mysql.cj.protocol.x.XServerCapabilities
 
getCompressionMode() - 类 中的方法com.mysql.cj.protocol.x.CompressionAlgorithm
Gets this algorithm's compression mode.
getCompressionMode() - 类 中的方法com.mysql.cj.protocol.x.CompressorStreamsFactory
 
getConcurrency() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getConcurrency() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
getCond(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
getCond(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
repeated .Mysqlx.Expect.Open.Condition cond = 2;
getCond(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
getCondBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
getCondBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
getCondCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
getCondCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
repeated .Mysqlx.Expect.Open.Condition cond = 2;
getCondCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
getConditionKey() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
required uint32 condition_key = 1;
getConditionKey() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
required uint32 condition_key = 1;
getConditionKey() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
required uint32 condition_key = 1;
getConditionValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
optional bytes condition_value = 2;
getConditionValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
optional bytes condition_value = 2;
getConditionValue() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
optional bytes condition_value = 2;
getCondList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
getCondList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
repeated .Mysqlx.Expect.Open.Condition cond = 2;
getCondList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
getCondOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
getCondOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
repeated .Mysqlx.Expect.Open.Condition cond = 2;
getCondOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
getCondOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
getCondOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
repeated .Mysqlx.Expect.Open.Condition cond = 2;
getCondOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
getConnection() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getConnection() - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
 
getConnection() - 类 中的方法com.mysql.cj.jdbc.MysqlPooledConnection
 
getConnection() - 类 中的方法com.mysql.cj.jdbc.MysqlXAConnection
 
getConnection() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getConnection() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getConnection() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
getConnection() - 类 中的方法com.mysql.cj.jdbc.SuspendableXAConnection
 
getConnection() - 类 中的方法com.mysql.cj.jdbc.util.BaseBugReport
Provides a connection to the JDBC URL specified in getUrl().
getConnection() - 接口 中的方法com.mysql.cj.protocol.ResultsetRowsOwner
 
getConnection(boolean, boolean) - 类 中的方法com.mysql.cj.jdbc.MysqlPooledConnection
 
getConnection(String) - 类 中的方法com.mysql.cj.jdbc.util.BaseBugReport
Returns a connection using the given URL.
getConnection(String, String) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
 
getConnection(String, Properties) - 类 中的方法com.mysql.cj.jdbc.util.BaseBugReport
Returns a connection using the given URL and properties.
getConnection(Properties) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Creates a connection using the specified properties.
getConnectionArgumentsAsProperties() - 类 中的方法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() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
 
getConnectionCountWithHostAsMaster(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
已过时。 
getConnectionCountWithHostAsMaster(String, String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
已过时。 
getConnectionCountWithHostAsReplica(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
 
getConnectionCountWithHostAsReplica(String, String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
getConnectionCountWithHostAsSlave(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
已过时。 
getConnectionCountWithHostAsSlave(String, String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
已过时。 
getConnectionCountWithHostAsSource(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
 
getConnectionCountWithHostAsSource(String, String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
getConnectionCreationTimeMillis() - 类 中的方法com.mysql.cj.NativeSession
 
getConnectionGroup(String) - 类 中的静态方法com.mysql.cj.jdbc.ConnectionGroupManager
 
getConnectionGroup(String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
getConnectionGroupId() - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
 
getConnectionGroupId() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
getConnectionGroupId() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
getConnectionGroupInstance(String) - 类 中的静态方法com.mysql.cj.jdbc.ConnectionGroupManager
 
getConnectionGroupInstance(String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
getConnectionGroupProxyID() - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
 
getConnectionId() - 接口 中的方法com.mysql.cj.log.ProfilerEvent
Returns the id of the associated connection (-1 for none).
getConnectionId() - 类 中的方法com.mysql.cj.log.ProfilerEventImpl
 
getConnectionMutex() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getConnectionMutex() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getConnectionMutex() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getConnectionMutex() - 接口 中的方法com.mysql.cj.MysqlConnection
 
getConnectionUrlInstance(ConnectionUrlParser, Properties) - 枚举 中的静态方法com.mysql.cj.conf.ConnectionUrl.Type
Instantiates a class that implements the right type of connection URLs for the given ConnectionUrlParser.
getConnectionUrlInstance(String, Properties) - 类 中的静态方法com.mysql.cj.conf.ConnectionUrl
Static factory method that returns either a new instance of a ConnectionUrl or a cached one.
getContentType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
optional uint32 content_type = 2;
getContentType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
optional uint32 content_type = 2;
getContentType() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.OctetsOrBuilder
optional uint32 content_type = 2;
getContentType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
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) | @note This list isn't comprehensive.
getContentType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
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) | @note This list isn't comprehensive.
getContentType() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
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) | @note This list isn't comprehensive.
getCoreParameterIndex(int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
getCount() - 类 中的方法com.mysql.cj.NativeQueryAttributesBindings
 
getCount() - 接口 中的方法com.mysql.cj.QueryAttributesBindings
Get the count of query attributes in the list.
getCreateParams() - 枚举 中的方法com.mysql.cj.MysqlType
 
getCredentialId() - 类 中的方法com.mysql.cj.callback.FidoAuthenticationCallback
Returns the FIDO Credential ID for the coming authenticator interaction.
getCriteria() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
filter expression to match rows that the operations will apply on
getCriteria() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
filter expression to match rows that the operations will apply on
getCriteria() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
filter expression to match rows that the operations will apply on
getCriteria() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
filter criteria
getCriteria() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
filter criteria
getCriteria() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
filter criteria
getCriteria() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
filter expression to match rows that the operations will apply on
getCriteria() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
filter expression to match rows that the operations will apply on
getCriteria() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
filter expression to match rows that the operations will apply on
getCriteria() - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
getCriteria() - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
Get the search criteria.
getCriteriaBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
filter expression to match rows that the operations will apply on
getCriteriaBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
filter criteria
getCriteriaBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
filter expression to match rows that the operations will apply on
getCriteriaOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
filter expression to match rows that the operations will apply on
getCriteriaOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
filter expression to match rows that the operations will apply on
getCriteriaOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
filter expression to match rows that the operations will apply on
getCriteriaOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
filter criteria
getCriteriaOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
filter criteria
getCriteriaOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
filter criteria
getCriteriaOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
filter expression to match rows that the operations will apply on
getCriteriaOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
filter expression to match rows that the operations will apply on
getCriteriaOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
filter expression to match rows that the operations will apply on
getCrossReference(String, String, String, String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getCrossReference(String, String, String, String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
getCurrentActiveHost() - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
 
getCurrentConnection() - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
 
getCurrentConnection() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
getCurrentConnection() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
getCurrentDatabase() - 类 中的方法com.mysql.cj.AbstractQuery
 
getCurrentDatabase() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getCurrentDatabase() - 接口 中的方法com.mysql.cj.Query
 
getCurrentTimeNanosOrMillis() - 类 中的方法com.mysql.cj.NativeSession
 
getCurrentTimeNanosOrMillis() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
getCurrentTimeNanosOrMillis() - 类 中的静态方法com.mysql.cj.util.TimeUtil
 
getCurrentTransactionDuration() - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
 
getCursorId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
client-side assigned cursor ID; must be allocated/open
getCursorId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
client-side assigned cursor ID; must be allocated/open
getCursorId() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.CloseOrBuilder
client-side assigned cursor ID; must be allocated/open
getCursorId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
client-side assigned cursor ID; must be already open
getCursorId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
client-side assigned cursor ID; must be already open
getCursorId() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.FetchOrBuilder
client-side assigned cursor ID; must be already open
getCursorId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
client-side assigned cursor ID; the ID is going to represent the new cursor and assigned to it the statement
getCursorId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
client-side assigned cursor ID; the ID is going to represent the new cursor and assigned to it the statement
getCursorId() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
client-side assigned cursor ID; the ID is going to represent the new cursor and assigned to it the statement
getCursorName() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getDatabase() - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Returns the database from this connection URL.
getDatabase() - 类 中的方法com.mysql.cj.conf.HostInfo
Shortcut to the database connection argument.
getDatabase() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getDatabase() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getDatabase() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getDatabase() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Retrieves this connection object's current database name.
getDatabase() - 接口 中的方法com.mysql.cj.log.ProfilerEvent
Returns the database the event occurred on.
getDatabase() - 类 中的方法com.mysql.cj.log.ProfilerEventImpl
 
getDatabase(String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getDatabaseIterator(String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getDatabaseMajorVersion() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getDatabaseMinorVersion() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getDatabaseName() - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Gets the name of the database
getDatabaseName() - 类 中的方法com.mysql.cj.result.Field
 
getDatabaseProductName() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getDatabaseProductVersion() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getDatabases() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
Retrieves the database names available on this server.
getDatabases(String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
Retrieves the database names matching the dbPattern available on this server.
getDatabaseUrl() - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Returns the original database URL that produced this connection string.
getDatabaseUrl() - 类 中的方法com.mysql.cj.conf.ConnectionUrlParser
Returns the original database URL that produced this connection string parser.
getDatabaseUrl() - 接口 中的方法com.mysql.cj.conf.DatabaseUrlContainer
Returns the original database URL that produced this connection string.
getDatabaseUrl() - 类 中的方法com.mysql.cj.conf.HostInfo
Returns the original database URL that produced this host info.
getDataModel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
data model that the operations refer to
getDataModel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
data model that the operations refer to
getDataModel() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
data model that the operations refer to
getDataModel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
data model that the operations refer to
getDataModel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
data model that the operations refer to
getDataModel() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
data model that the operations refer to
getDataModel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
data model that the operations refer to
getDataModel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
data model that the operations refer to
getDataModel() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
data model that the operations refer to
getDataModel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
datamodel that the operations refer to
getDataModel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
datamodel that the operations refer to
getDataModel() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
datamodel that the operations refer to
getDataSize() - 异常错误 中的方法com.mysql.cj.exceptions.DataTruncationException
 
getDataStoreMetadata() - 类 中的方法com.mysql.cj.CoreSession
 
getDataStoreMetadata() - 接口 中的方法com.mysql.cj.Session
 
getDate(byte[], int, int) - 类 中的静态方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
getDate(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getDate(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getDate(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getDate(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getDate(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getDate(int) - 接口 中的方法com.mysql.cj.xdevapi.Row
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
getDate(int) - 类 中的方法com.mysql.cj.xdevapi.RowImpl
 
getDate(int, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getDate(int, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getDate(int, Calendar) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getDate(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getDate(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getDate(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getDate(String) - 接口 中的方法com.mysql.cj.xdevapi.Row
Retrieve the value for column `fieldName' as a Date value.
getDate(String) - 类 中的方法com.mysql.cj.xdevapi.RowImpl
 
getDate(String, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getDate(String, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getDate(String, Calendar) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getDay() - 类 中的方法com.mysql.cj.protocol.InternalDate
 
getDbDoc(int) - 接口 中的方法com.mysql.cj.xdevapi.Row
Retrieve the value for column at position `pos' (starting at 0) as a DbDoc value.
getDbDoc(int) - 类 中的方法com.mysql.cj.xdevapi.RowImpl
 
getDbDoc(String) - 接口 中的方法com.mysql.cj.xdevapi.Row
Retrieve the value for column `fieldName' as a DbDoc value.
getDbDoc(String) - 类 中的方法com.mysql.cj.xdevapi.RowImpl
 
getDecimals() - 类 中的方法com.mysql.cj.result.Field
 
getDefaultHost() - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Returns the default host.
getDefaultHost() - 类 中的方法com.mysql.cj.conf.url.FailoverDnsSrvConnectionUrl
 
getDefaultHost() - 类 中的方法com.mysql.cj.conf.url.LoadBalanceDnsSrvConnectionUrl
 
getDefaultHost() - 类 中的方法com.mysql.cj.conf.url.ReplicationDnsSrvConnectionUrl
 
getDefaultHost() - 类 中的方法com.mysql.cj.conf.url.XDevApiDnsSrvConnectionUrl
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
getDefaultInstance() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
 
getDefaultInstanceForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
getDefaultInstances() - 类 中的静态方法com.mysql.cj.protocol.x.CompressionAlgorithm
Returns a list of the compression algorithms supported natively.
getDefaultPassword() - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Returns the default password.
getDefaultPort() - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Returns the default port.
getDefaultPort() - 类 中的方法com.mysql.cj.conf.url.FailoverDnsSrvConnectionUrl
 
getDefaultPort() - 类 中的方法com.mysql.cj.conf.url.LoadBalanceDnsSrvConnectionUrl
 
getDefaultPort() - 类 中的方法com.mysql.cj.conf.url.ReplicationDnsSrvConnectionUrl
 
getDefaultPort() - 类 中的方法com.mysql.cj.conf.url.XDevApiConnectionUrl
 
getDefaultPort() - 类 中的方法com.mysql.cj.conf.url.XDevApiDnsSrvConnectionUrl
 
getDefaultSchema() - 接口 中的方法com.mysql.cj.xdevapi.Session
Retrieve the default schema which may be configured at connect time.
getDefaultSchema() - 类 中的方法com.mysql.cj.xdevapi.SessionImpl
 
getDefaultSchemaName() - 接口 中的方法com.mysql.cj.xdevapi.Session
Retrieve the default schema name which may be configured at connect time.
getDefaultSchemaName() - 类 中的方法com.mysql.cj.xdevapi.SessionImpl
 
getDefaultTimeZone() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getDefaultTimeZone() - 接口 中的方法com.mysql.cj.protocol.ServerSession
The default time zone used to marshal date/time values to/from the server.
getDefaultTimeZone() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
getDefaultTransactionIsolation() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getDefaultUser() - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Returns the default user.
getDefaultValue() - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
getDefaultValue() - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
Returns the default value.
getDefiner() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
user name of the definer, if the value isn't set then the definer is current user
getDefiner() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
user name of the definer, if the value isn't set then the definer is current user
getDefiner() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
user name of the definer, if the value isn't set then the definer is current user
getDefiner() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
user name of the definer, if the value isn't set then the definer is current user
getDefiner() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
user name of the definer, if the value isn't set then the definer is current user
getDefiner() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
user name of the definer, if the value isn't set then the definer is current user
getDefinerBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
user name of the definer, if the value isn't set then the definer is current user
getDefinerBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
user name of the definer, if the value isn't set then the definer is current user
getDefinerBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
user name of the definer, if the value isn't set then the definer is current user
getDefinerBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
user name of the definer, if the value isn't set then the definer is current user
getDefinerBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
user name of the definer, if the value isn't set then the definer is current user
getDefinerBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
user name of the definer, if the value isn't set then the definer is current user
getDelete() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Delete delete = 5;
getDelete() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
optional .Mysqlx.Crud.Delete delete = 5;
getDelete() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
optional .Mysqlx.Crud.Delete delete = 5;
getDeleteBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Delete delete = 5;
getDeleteOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Delete delete = 5;
getDeleteOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
optional .Mysqlx.Crud.Delete delete = 5;
getDeleteOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
optional .Mysqlx.Crud.Delete delete = 5;
getDescription() - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
getDescription() - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
Returns the property description.
getDescription() - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
 
getDescriptor() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
 
getDescriptor() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
getDescriptorForType() - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
 
getDescriptorForType() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
 
getDescriptorForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
 
getDirection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
getDirection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
getDirection() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
getDnsSrvPropertyKey() - 枚举 中的方法com.mysql.cj.conf.ConnectionUrl.Type
 
getDocFormats() - 类 中的方法com.mysql.cj.protocol.x.XServerCapabilities
 
getDocumentPath(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
getDocumentPath(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
getDocumentPath(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
getDocumentPath(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
document path
getDocumentPath(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
document path
getDocumentPath(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
document path
getDocumentPathBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
getDocumentPathBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
document path
getDocumentPathBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
getDocumentPathBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
document path
getDocumentPathCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
getDocumentPathCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
getDocumentPathCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
getDocumentPathCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
document path
getDocumentPathCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
document path
getDocumentPathCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
document path
getDocumentPathList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
getDocumentPathList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
getDocumentPathList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
getDocumentPathList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
document path
getDocumentPathList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
document path
getDocumentPathList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
document path
getDocumentPathOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
getDocumentPathOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
getDocumentPathOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
getDocumentPathOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
document path
getDocumentPathOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
document path
getDocumentPathOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
document path
getDocumentPathOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
getDocumentPathOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
getDocumentPathOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
getDocumentPathOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
document path
getDocumentPathOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
document path
getDocumentPathOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
document path
getDouble(byte[], int, int) - 类 中的静态方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
getDouble(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getDouble(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getDouble(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getDouble(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getDouble(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getDouble(int) - 接口 中的方法com.mysql.cj.xdevapi.Row
Retrieve the value for column at position `pos' (starting at 0) as a double value.
getDouble(int) - 类 中的方法com.mysql.cj.xdevapi.RowImpl
 
getDouble(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getDouble(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getDouble(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getDouble(String) - 接口 中的方法com.mysql.cj.xdevapi.Row
Retrieve the value for column `fieldName' as a double value.
getDouble(String) - 类 中的方法com.mysql.cj.xdevapi.RowImpl
 
getDriverMajorVersion() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getDriverMinorVersion() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getDriverName() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getDriverVersion() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getDurationString(Duration) - 类 中的静态方法com.mysql.cj.util.TimeUtil
 
getDurationUnits() - 接口 中的方法com.mysql.cj.log.ProfilerEvent
Returns the units for getEventDuration()
getDurationUnits() - 类 中的方法com.mysql.cj.log.ProfilerEventImpl
 
getEncoding() - 类 中的方法com.mysql.cj.result.Field
Returns the Java encoding for this field.
getEnumProperty(PropertyKey) - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
getEnumProperty(PropertyKey) - 接口 中的方法com.mysql.cj.conf.PropertySet
 
getEnumProperty(String) - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
getEnumProperty(String) - 接口 中的方法com.mysql.cj.conf.PropertySet
 
getEnumRuntimeProperty(String) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Used in properties getters added by instrumentation.
getErrorCode() - 异常错误 中的方法com.mysql.cj.jdbc.exceptions.MysqlDataTruncation
 
getErrorCode() - 异常错误 中的方法com.mysql.cj.protocol.x.XProtocolError
 
getErrorMessageEncoding() - 接口 中的方法com.mysql.cj.CharsetSettings
 
getErrorMessageEncoding() - 类 中的方法com.mysql.cj.NativeCharsetSettings
 
getEventCreationPointAsString() - 接口 中的方法com.mysql.cj.log.ProfilerEvent
Returns the description of where the event was created.
getEventCreationPointAsString() - 类 中的方法com.mysql.cj.log.ProfilerEventImpl
 
getEventCreationTime() - 接口 中的方法com.mysql.cj.log.ProfilerEvent
Returns the time (in System.currentTimeMillis() form) when this event was created.
getEventCreationTime() - 类 中的方法com.mysql.cj.log.ProfilerEventImpl
 
getEventDuration() - 接口 中的方法com.mysql.cj.log.ProfilerEvent
Returns the duration of the event in milliseconds
getEventDuration() - 类 中的方法com.mysql.cj.log.ProfilerEventImpl
 
getEventType() - 接口 中的方法com.mysql.cj.log.ProfilerEvent
Returns the event type
getEventType() - 类 中的方法com.mysql.cj.log.ProfilerEventImpl
 
getExceptionInterceptor() - 类 中的方法com.mysql.cj.CoreSession
 
getExceptionInterceptor() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getExceptionInterceptor() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getExceptionInterceptor() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getExceptionInterceptor() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getExceptionInterceptor() - 接口 中的方法com.mysql.cj.jdbc.JdbcStatement
 
getExceptionInterceptor() - 类 中的方法com.mysql.cj.jdbc.MysqlPooledConnection
 
getExceptionInterceptor() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getExceptionInterceptor() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getExceptionInterceptor() - 接口 中的方法com.mysql.cj.MysqlConnection
 
getExceptionInterceptor() - 类 中的方法com.mysql.cj.protocol.a.NativeAuthenticationProvider
 
getExceptionInterceptor() - 类 中的方法com.mysql.cj.protocol.AbstractProtocol
 
getExceptionInterceptor() - 类 中的方法com.mysql.cj.protocol.AbstractSocketConnection
 
getExceptionInterceptor() - 接口 中的方法com.mysql.cj.protocol.Protocol
 
getExceptionInterceptor() - 接口 中的方法com.mysql.cj.protocol.SocketConnection
 
getExceptionInterceptor() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
getExceptionInterceptor() - 接口 中的方法com.mysql.cj.Session
 
getExecuteTime() - 类 中的方法com.mysql.cj.AbstractQuery
 
getExecuteTime() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getExecuteTime() - 接口 中的方法com.mysql.cj.Query
Returns the elapsed time for the server to execute the query.
getExportedKeys(String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getExportedKeys(String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
getExpr() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
required .Mysqlx.Expr.Expr expr = 1;
getExpr() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
required .Mysqlx.Expr.Expr expr = 1;
getExpr() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
required .Mysqlx.Expr.Expr expr = 1;
getExprBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
required .Mysqlx.Expr.Expr expr = 1;
getExpressionString() - 类 中的方法com.mysql.cj.xdevapi.Expression
Get the string form of this expression
getExprOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
required .Mysqlx.Expr.Expr expr = 1;
getExprOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
required .Mysqlx.Expr.Expr expr = 1;
getExprOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
required .Mysqlx.Expr.Expr expr = 1;
getExtraNameCharacters() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getFetchDirection() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getFetchDirection() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getFetchDirection() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
getFetchRows() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
number of rows that should be retrieved from sequential cursor
getFetchRows() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
number of rows that should be retrieved from sequential cursor
getFetchRows() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.FetchOrBuilder
number of rows that should be retrieved from sequential cursor
getFetchRows() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
number of rows that should be retrieved from sequential cursor
getFetchRows() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
number of rows that should be retrieved from sequential cursor
getFetchRows() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
number of rows that should be retrieved from sequential cursor
getFetchSize() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetFactory
 
getFetchSize() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getFetchSize() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getFetchSize() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
getFetchSize() - 接口 中的方法com.mysql.cj.protocol.ProtocolEntityFactory
 
getField() - 接口 中的方法com.mysql.cj.BindValue
 
getField() - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
getField() - 类 中的方法com.mysql.cj.xdevapi.CreateIndexParams.IndexField
Get the full document path to the document member or field to be indexed.
getField(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
Returns the field instance for the given column index
getField(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
repeated .Mysqlx.Expr.Expr field = 1;
getField(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
repeated .Mysqlx.Expr.Expr field = 1;
getField(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRowOrBuilder
repeated .Mysqlx.Expr.Expr field = 1;
getField(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
repeated bytes field = 1;
getField(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
repeated bytes field = 1;
getField(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.RowOrBuilder
repeated bytes field = 1;
getField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
getFieldBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
repeated .Mysqlx.Expr.Expr field = 1;
getFieldBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
repeated .Mysqlx.Expr.Expr field = 1;
getFieldCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
repeated .Mysqlx.Expr.Expr field = 1;
getFieldCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
repeated .Mysqlx.Expr.Expr field = 1;
getFieldCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRowOrBuilder
repeated .Mysqlx.Expr.Expr field = 1;
getFieldCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
repeated bytes field = 1;
getFieldCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
repeated bytes field = 1;
getFieldCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.RowOrBuilder
repeated bytes field = 1;
getFieldList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
repeated .Mysqlx.Expr.Expr field = 1;
getFieldList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
repeated .Mysqlx.Expr.Expr field = 1;
getFieldList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRowOrBuilder
repeated .Mysqlx.Expr.Expr field = 1;
getFieldList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
repeated bytes field = 1;
getFieldList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
repeated bytes field = 1;
getFieldList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.RowOrBuilder
repeated bytes field = 1;
getFieldOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
repeated .Mysqlx.Expr.Expr field = 1;
getFieldOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
repeated .Mysqlx.Expr.Expr field = 1;
getFieldOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRowOrBuilder
repeated .Mysqlx.Expr.Expr field = 1;
getFieldOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
repeated .Mysqlx.Expr.Expr field = 1;
getFieldOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
repeated .Mysqlx.Expr.Expr field = 1;
getFieldOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRowOrBuilder
repeated .Mysqlx.Expr.Expr field = 1;
getFields() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
getFields() - 接口 中的方法com.mysql.cj.protocol.ColumnDefinition
 
getFields() - 类 中的方法com.mysql.cj.result.DefaultColumnDefinition
 
getFields() - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
getFields() - 类 中的方法com.mysql.cj.xdevapi.CreateIndexParams
Get index fields.
getFields() - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
Get X Protocol Projection objects.
getFieldType() - 接口 中的方法com.mysql.cj.BindValue
 
getFieldType() - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
getFilterParams() - 接口 中的方法com.mysql.cj.xdevapi.SelectStatement
Return FilterParams defined for this statement.
getFilterParams() - 类 中的方法com.mysql.cj.xdevapi.SelectStatementImpl
 
getFind() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Find find = 2;
getFind() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
optional .Mysqlx.Crud.Find find = 2;
getFind() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
optional .Mysqlx.Crud.Find find = 2;
getFindBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Find find = 2;
getFindOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Find find = 2;
getFindOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
optional .Mysqlx.Crud.Find find = 2;
getFindOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
optional .Mysqlx.Crud.Find find = 2;
getFirstCharOfQuery() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getFirstCharOfQuery() - 接口 中的方法com.mysql.cj.jdbc.result.ResultSetInternalMethods
Returns the first character of the query that was issued to create this result set, upper-cased.
getFirstStmtChar() - 类 中的方法com.mysql.cj.QueryInfo
Returns the first character of the statement from the query used to build this QueryInfo.
getFlags() - 类 中的方法com.mysql.cj.result.Field
 
getFlags() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
``.type`` specific flags | Type | Value | Description | |---------|--------|--------------| | UINT | 0x0001 | zerofill | | DOUBLE | 0x0001 | unsigned | | FLOAT | 0x0001 | unsigned | | DECIMAL | 0x0001 | unsigned | | BYTES | 0x0001 | rightpad | | Value | Description | |--------|-----------------| | 0x0010 | NOT\_NULL | | 0x0020 | PRIMARY\_KEY | | 0x0040 | UNIQUE\_KEY | | 0x0080 | MULTIPLE\_KEY | | 0x0100 | AUTO\_INCREMENT | default: 0
getFlags() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
``.type`` specific flags | Type | Value | Description | |---------|--------|--------------| | UINT | 0x0001 | zerofill | | DOUBLE | 0x0001 | unsigned | | FLOAT | 0x0001 | unsigned | | DECIMAL | 0x0001 | unsigned | | BYTES | 0x0001 | rightpad | | Value | Description | |--------|-----------------| | 0x0010 | NOT\_NULL | | 0x0020 | PRIMARY\_KEY | | 0x0040 | UNIQUE\_KEY | | 0x0080 | MULTIPLE\_KEY | | 0x0100 | AUTO\_INCREMENT | default: 0
getFlags() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
``.type`` specific flags | Type | Value | Description | |---------|--------|--------------| | UINT | 0x0001 | zerofill | | DOUBLE | 0x0001 | unsigned | | FLOAT | 0x0001 | unsigned | | DECIMAL | 0x0001 | unsigned | | BYTES | 0x0001 | rightpad | | Value | Description | |--------|-----------------| | 0x0010 | NOT\_NULL | | 0x0020 | PRIMARY\_KEY | | 0x0040 | UNIQUE\_KEY | | 0x0080 | MULTIPLE\_KEY | | 0x0100 | AUTO\_INCREMENT | default: 0
getFld(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
getFld(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
getFld(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
getFld(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
list of fields
getFld(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
list of fields
getFld(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
list of fields
getFldBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
getFldBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
list of fields
getFldBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
getFldBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
list of fields
getFldCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
getFldCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
getFldCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
getFldCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
list of fields
getFldCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
list of fields
getFldCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
list of fields
getFldList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
getFldList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
getFldList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
getFldList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
list of fields
getFldList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
list of fields
getFldList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
list of fields
getFldOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
getFldOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
getFldOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
getFldOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
list of fields
getFldOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
list of fields
getFldOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
list of fields
getFldOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
getFldOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
getFldOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
getFldOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
list of fields
getFldOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
list of fields
getFldOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
list of fields
getFloat(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getFloat(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getFloat(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getFloat(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getFloat(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getFloat(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getFloat(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getFloat(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getForceClosedReason() - 类 中的方法com.mysql.cj.NativeSession
 
getForeignKeyActions(String) - 类 中的方法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() - 类 中的方法com.mysql.cj.jdbc.MysqlXid
 
getFractionalDigits() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
displayed factional decimal digits for floating point and fixed point numbers
getFractionalDigits() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
displayed factional decimal digits for floating point and fixed point numbers
getFractionalDigits() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
displayed factional decimal digits for floating point and fixed point numbers
getFractionalDigits() - 接口 中的方法com.mysql.cj.xdevapi.Column
Get number of fractional digits in this column's value.
getFractionalDigits() - 类 中的方法com.mysql.cj.xdevapi.ColumnImpl
 
getFullColumnNameToIndex() - 接口 中的方法com.mysql.cj.protocol.ColumnDefinition
 
getFullColumnNameToIndex() - 类 中的方法com.mysql.cj.result.DefaultColumnDefinition
 
getFullName() - 类 中的方法com.mysql.cj.result.Field
 
getFullyQualifiedName(String, String, String, boolean) - 类 中的静态方法com.mysql.cj.util.StringUtils
Builds and returns a fully qualified name, quoted if necessary, for the given database entity.
getFunctionCall() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.FunctionCall function_call = 5;
getFunctionCall() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional .Mysqlx.Expr.FunctionCall function_call = 5;
getFunctionCall() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional .Mysqlx.Expr.FunctionCall function_call = 5;
getFunctionCallBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.FunctionCall function_call = 5;
getFunctionCallOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.FunctionCall function_call = 5;
getFunctionCallOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional .Mysqlx.Expr.FunctionCall function_call = 5;
getFunctionCallOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional .Mysqlx.Expr.FunctionCall function_call = 5;
getFunctionColumns(String, String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getFunctionColumns(String, String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
getFunctionConstant(DatabaseMetaDataUsingInfoSchema.FunctionConstant) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
Getter to DatabaseMetaData.function* constants.
getFunctions(String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getFunctions(String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
getFunctionsFields() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getGeneratedIds() - 类 中的方法com.mysql.cj.protocol.x.StatementExecuteOk
 
getGeneratedIds() - 接口 中的方法com.mysql.cj.xdevapi.AddResult
Get a list of document ids generated in the server for the documents added by collection.add().
getGeneratedIds() - 类 中的方法com.mysql.cj.xdevapi.AddResultImpl
 
getGeneratedKeys() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getGeneratedKeys() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
getGeneratedKeysInternal() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getGeneratedKeysInternal(long) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getGlobalBlacklist() - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
已过时。 
getGlobalBlocklist() - 类 中的方法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() - 类 中的方法com.mysql.cj.jdbc.MysqlXid
 
getGrouping() - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
getGrouping() - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
Get X Protocol Expr objects for groupBy.
getGrouping(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
column expression list for aggregation (GROUP BY)
getGrouping(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
column expression list for aggregation (GROUP BY)
getGrouping(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
column expression list for aggregation (GROUP BY)
getGroupingBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
column expression list for aggregation (GROUP BY)
getGroupingBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
column expression list for aggregation (GROUP BY)
getGroupingCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
column expression list for aggregation (GROUP BY)
getGroupingCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
column expression list for aggregation (GROUP BY)
getGroupingCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
column expression list for aggregation (GROUP BY)
getGroupingCriteria() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
filter criteria for aggregated groups
getGroupingCriteria() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
filter criteria for aggregated groups
getGroupingCriteria() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
filter criteria for aggregated groups
getGroupingCriteria() - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
getGroupingCriteria() - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
Get X Protocol Expr objects for grouping criteria.
getGroupingCriteriaBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
filter criteria for aggregated groups
getGroupingCriteriaOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
filter criteria for aggregated groups
getGroupingCriteriaOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
filter criteria for aggregated groups
getGroupingCriteriaOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
filter criteria for aggregated groups
getGroupingList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
column expression list for aggregation (GROUP BY)
getGroupingList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
column expression list for aggregation (GROUP BY)
getGroupingList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
column expression list for aggregation (GROUP BY)
getGroupingOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
column expression list for aggregation (GROUP BY)
getGroupingOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
column expression list for aggregation (GROUP BY)
getGroupingOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
column expression list for aggregation (GROUP BY)
getGroupingOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
column expression list for aggregation (GROUP BY)
getGroupingOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
column expression list for aggregation (GROUP BY)
getGroupingOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
column expression list for aggregation (GROUP BY)
getGroupName() - 类 中的方法com.mysql.cj.jdbc.ConnectionGroup
 
getGroupName() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
 
getGroupsMatching(String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
getHoldability() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getHoldability() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getHoldability() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getHoldability() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getHoldability() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
getHost() - 类 中的方法com.mysql.cj.conf.HostInfo
Returns the host.
getHost() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getHost() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getHost() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getHost() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
getHost() - 类 中的方法com.mysql.cj.protocol.AbstractSocketConnection
 
getHost() - 接口 中的方法com.mysql.cj.protocol.SocketConnection
Returns the host this IO is connected to
getHostInfo() - 类 中的方法com.mysql.cj.CoreSession
 
getHostInfo() - 接口 中的方法com.mysql.cj.Session
 
getHostInfo() - 类 中的方法com.mysql.cj.xdevapi.ClientImpl.PooledXProtocol
 
getHostInfoListAsHostPortPairs() - 类 中的方法com.mysql.cj.conf.url.LoadBalanceConnectionUrl
Returns a list of this connection URL hosts in the form of host:port pairs.
getHostInfoListFromHostPortPairs(Collection<String>) - 类 中的方法com.mysql.cj.conf.url.LoadBalanceConnectionUrl
Returns the list of HostInfo instances that matches the given collection of host:port pairs.
getHostName() - 接口 中的方法com.mysql.cj.log.ProfilerEvent
Returns the host name the event occurred on.
getHostName() - 类 中的方法com.mysql.cj.log.ProfilerEventImpl
 
getHostOrSpawnIsolated(String) - 类 中的方法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>) - 类 中的方法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() - 类 中的方法com.mysql.cj.conf.HostInfo
Returns a host:port representation of this host.
getHostPortPair() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getHostPortPair() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getHostPortPair() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getHostPortPair() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
getHostProperties() - 类 中的方法com.mysql.cj.conf.HostInfo
Returns the properties specific to this host.
getHosts() - 类 中的方法com.mysql.cj.conf.ConnectionUrlParser
Returns the hosts information.
getHostsList() - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Returns a list of the hosts in this connection URL.
getHostsList(HostsListView) - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Returns a list of the hosts in this connection URL, filtered for the given view.
getHostsList(HostsListView) - 类 中的方法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) - 类 中的方法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) - 类 中的方法com.mysql.cj.conf.url.ReplicationConnectionUrl
Returns a list of the hosts in this connection URL, filtered for the given view.
getHostsList(HostsListView) - 类 中的方法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) - 类 中的方法com.mysql.cj.conf.url.XDevApiConnectionUrl
 
getHostsList(HostsListView) - 类 中的方法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) - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Returns a hosts list built from the result of the DNS SRV lookup for the original host name.
getHours() - 类 中的方法com.mysql.cj.protocol.InternalTime
 
getHours() - 类 中的方法com.mysql.cj.protocol.InternalTimestamp
 
getId() - 类 中的方法com.mysql.cj.AbstractQuery
 
getId() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getId() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getId() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getId() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getId() - 接口 中的方法com.mysql.cj.MysqlConnection
 
getId() - 接口 中的方法com.mysql.cj.Query
Returns the query id used when profiling
getIdentifier() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
getIdentifier() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
getIdentifier() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
getIdentifierBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
getIdentifierOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
getIdentifierOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
getIdentifierOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
getIdentifierQuoteString() - 类 中的方法com.mysql.cj.CoreSession
 
getIdentifierQuoteString() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getIdentifierQuoteString() - 类 中的方法com.mysql.cj.NativeSession
 
getIdentifierQuoteString() - 接口 中的方法com.mysql.cj.Session
 
getIdleFor() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
NOT JDBC-Compliant, but clients can use this method to determine how long this connection has been idle.
getIdleFor() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getIdleFor() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getIdleFor() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Reports how long this connection has been idle.
getIdleFor() - 类 中的方法com.mysql.cj.NativeSession
 
getIfExists() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
if true then suppress error when deleted view does not exists
getIfExists() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
if true then suppress error when deleted view does not exists
getIfExists() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
if true then suppress error when deleted view does not exists
getImplementedInterfaces(Class<?>) - 类 中的静态方法com.mysql.cj.util.Util
Retrieves a list with all interfaces implemented by the given class.
getImplementingClass() - 枚举 中的方法com.mysql.cj.conf.ConnectionUrl.Type
 
getImportedKeys(String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getImportedKeys(String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
getIndex() - 异常错误 中的方法com.mysql.cj.exceptions.DataTruncationException
 
getIndex() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
used in case of ARRY_INDEX
getIndex() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
used in case of ARRY_INDEX
getIndex() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
used in case of ARRY_INDEX
getIndexInfo(String, String, String, boolean, boolean) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getIndexInfo(String, String, String, boolean, boolean) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
getIndexName() - 类 中的方法com.mysql.cj.xdevapi.CreateIndexParams
Get index name.
getIndexType() - 类 中的方法com.mysql.cj.xdevapi.CreateIndexParams
Get index type.
getInfo() - 类 中的方法com.mysql.cj.protocol.a.result.OkPacket
 
getInitialHandshakePacket() - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
getInitialHosts() - 类 中的方法com.mysql.cj.jdbc.ConnectionGroup
 
getInitializationErrorString() - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
getInitialResponse() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
initial response
getInitialResponse() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
initial response
getInitialResponse() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
initial response
getInitialValue() - 类 中的方法com.mysql.cj.conf.AbstractRuntimeProperty
 
getInitialValue() - 接口 中的方法com.mysql.cj.conf.RuntimeProperty
Get initial value (default or defined in connection string/Properties)
getInputStreamClass() - 类 中的方法com.mysql.cj.protocol.x.CompressionAlgorithm
Gets this algorithm's InputStream implementation class that can be used to inflate data.
getInputStreamInstance(InputStream) - 类 中的方法com.mysql.cj.protocol.x.CompressorStreamsFactory
Creates an instance of an InputStream that wraps around the given InputStream and knows how to inflate data using the algorithm given in this class' constructor.
getInsert() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Insert insert = 3;
getInsert() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
optional .Mysqlx.Crud.Insert insert = 3;
getInsert() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
optional .Mysqlx.Crud.Insert insert = 3;
getInsertBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Insert insert = 3;
getInsertOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Insert insert = 3;
getInsertOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
optional .Mysqlx.Crud.Insert insert = 3;
getInsertOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
optional .Mysqlx.Crud.Insert insert = 3;
getInstance(HostInfo) - 类 中的静态方法com.mysql.cj.jdbc.ConnectionImpl
Creates a connection instance.
getInstance(ConnectionWrapper, MysqlPooledConnection, CallableStatement) - 类 中的静态方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getInstance(ConnectionWrapper, MysqlPooledConnection, PreparedStatement) - 类 中的静态方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
getInstance(ConnectionWrapper, MysqlPooledConnection, Statement) - 类 中的静态方法com.mysql.cj.jdbc.StatementWrapper
 
getInstance(JdbcConnection) - 类 中的静态方法com.mysql.cj.jdbc.MysqlPooledConnection
 
getInstance(JdbcConnection) - 类 中的静态方法com.mysql.cj.jdbc.SuspendableXAConnection
 
getInstance(JdbcConnection, boolean) - 类 中的静态方法com.mysql.cj.jdbc.MysqlXAConnection
 
getInstance(JdbcConnection, CallableStatement.CallableStatementParamInfo) - 类 中的静态方法com.mysql.cj.jdbc.CallableStatement
Creates a callable statement instance
getInstance(JdbcConnection, String, boolean, ResultSetFactory) - 类 中的静态方法com.mysql.cj.jdbc.DatabaseMetaData
 
getInstance(JdbcConnection, String, String) - 类 中的静态方法com.mysql.cj.jdbc.ClientPreparedStatement
Creates a prepared statement instance
getInstance(JdbcConnection, String, String, boolean) - 类 中的静态方法com.mysql.cj.jdbc.CallableStatement
Creates a callable statement instance
getInstance(JdbcConnection, String, String, int, int) - 类 中的静态方法com.mysql.cj.jdbc.ServerPreparedStatement
Creates a prepared statement instance
getInstance(JdbcConnection, String, String, QueryInfo) - 类 中的静态方法com.mysql.cj.jdbc.ClientPreparedStatement
Creates a prepared statement instance
getInstance(MysqlPooledConnection, JdbcConnection, boolean) - 类 中的静态方法com.mysql.cj.jdbc.ConnectionWrapper
 
getInstance(NativeSession) - 类 中的静态方法com.mysql.cj.ServerPreparedQuery
 
getInstance(XMessage) - 类 中的静态方法com.mysql.cj.protocol.x.Notice
 
getInstance(Session, SocketConnection, PropertySet, Log, TransactionEventHandler) - 类 中的静态方法com.mysql.cj.protocol.a.NativeProtocol
 
getInstance(Object, String, int, int) - 接口 中的方法com.mysql.cj.CacheAdapterFactory
 
getInstance(Object, String, int, int) - 类 中的方法com.mysql.cj.PerConnectionLRUFactory
 
getInstance(Object, String, int, int) - 类 中的方法com.mysql.cj.util.PerVmServerConfigCacheFactory
 
getInstance(String, Class<?>[], Object[], ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.util.Util
 
getInstance(String, Class<?>[], Object[], ExceptionInterceptor, String) - 类 中的静态方法com.mysql.cj.util.Util
 
getInt(byte[], int, int) - 类 中的静态方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
getInt(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getInt(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getInt(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getInt(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getInt(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getInt(int) - 接口 中的方法com.mysql.cj.xdevapi.Row
Retrieve the value for column at position `pos' (starting at 0) as an integer value.
getInt(int) - 类 中的方法com.mysql.cj.xdevapi.RowImpl
 
getInt(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getInt(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getInt(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getInt(String) - 接口 中的方法com.mysql.cj.xdevapi.Row
Retrieve the value for column `fieldName' as an integer value.
getInt(String) - 类 中的方法com.mysql.cj.xdevapi.RowImpl
 
getInteger() - 类 中的方法com.mysql.cj.xdevapi.JsonNumber
Get number as Integer.
getIntegerProperty(PropertyKey) - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
getIntegerProperty(PropertyKey) - 接口 中的方法com.mysql.cj.conf.PropertySet
 
getIntegerProperty(String) - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
getIntegerProperty(String) - 接口 中的方法com.mysql.cj.conf.PropertySet
 
getIntegerRuntimeProperty(String) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Used in properties getters added by instrumentation.
getInterceptors() - 类 中的方法com.mysql.cj.exceptions.ExceptionInterceptorChain
 
getIntValue() - 枚举 中的方法com.mysql.cj.protocol.Resultset.Concurrency
 
getIntValue() - 枚举 中的方法com.mysql.cj.protocol.Resultset.Type
 
getJavaEncodingForCollationIndex(int) - 接口 中的方法com.mysql.cj.CharsetSettings
 
getJavaEncodingForCollationIndex(int) - 类 中的方法com.mysql.cj.NativeCharsetSettings
 
getJavaEncodingForCollationIndex(Integer, String) - 类 中的方法com.mysql.cj.NativeCharsetSettings
 
getJavaEncodingForMysqlCharset(String) - 接口 中的方法com.mysql.cj.CharsetSettings
 
getJavaEncodingForMysqlCharset(String) - 类 中的方法com.mysql.cj.NativeCharsetSettings
 
getJavaEncodingForMysqlCharset(String, String) - 类 中的方法com.mysql.cj.NativeCharsetSettings
 
getJavaType() - 类 中的方法com.mysql.cj.result.Field
 
getJDBCMajorVersion() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getJDBCMinorVersion() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getJdbcType() - 枚举 中的方法com.mysql.cj.MysqlType
 
getJVMUpdateNumber() - 类 中的静态方法com.mysql.cj.util.Util
 
getJVMVersion() - 类 中的静态方法com.mysql.cj.util.Util
 
getKeepOpen() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
if is true the session will be reset, but stays authenticated; otherwise, the session will be closed and needs to be authenticated again
getKeepOpen() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
if is true the session will be reset, but stays authenticated; otherwise, the session will be closed and needs to be authenticated again
getKeepOpen() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSession.ResetOrBuilder
if is true the session will be reset, but stays authenticated; otherwise, the session will be closed and needs to be authenticated again
getKey() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
 
getKey() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
required string key = 1;
getKey() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
required string key = 1;
getKey() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
required string key = 1;
getKey() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
identifier of field
getKey() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
identifier of field
getKey() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
identifier of field
getKeyBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
required string key = 1;
getKeyBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
required string key = 1;
getKeyBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
required string key = 1;
getKeyBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
identifier of field
getKeyBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
identifier of field
getKeyBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
identifier of field
getKeyName() - 枚举 中的方法com.mysql.cj.conf.PropertyKey
Gets the key name of this enum element.
getKeyName() - 枚举 中的方法com.mysql.cj.xdevapi.Client.ClientProperty
 
getLargeMaxRows() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getLargeMaxRows() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
getLargeUpdateCount() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getLargeUpdateCount() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
getLastInsertId() - 类 中的方法com.mysql.cj.protocol.x.StatementExecuteOk
 
getLastInsertID() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
getLastInsertID returns the value of the auto_incremented key after an executeQuery() or excute() call.
getLastPacketReceivedTime() - 类 中的方法com.mysql.cj.protocol.a.TimeTrackingPacketReader
 
getLastPacketReceivedTime() - 接口 中的方法com.mysql.cj.protocol.PacketReceivedTimeHolder
 
getLastPacketSentTime() - 类 中的方法com.mysql.cj.protocol.a.TimeTrackingPacketSender
 
getLastPacketSentTime() - 接口 中的方法com.mysql.cj.protocol.PacketSentTimeHolder
Returns the send time of a very recent packet.
getLastPacketSentTime() - 类 中的方法com.mysql.cj.protocol.x.SyncMessageSender
 
getLength() - 类 中的方法com.mysql.cj.result.Field
 
getLength() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
maximum count of displayable characters of .type
getLength() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
maximum count of displayable characters of .type
getLength() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
maximum count of displayable characters of .type
getLength() - 接口 中的方法com.mysql.cj.xdevapi.Column
Get this column's length.
getLength() - 类 中的方法com.mysql.cj.xdevapi.ColumnImpl
 
getLevel() - 接口 中的方法com.mysql.cj.protocol.Warning
Get warning level.
getLevel() - 类 中的方法com.mysql.cj.protocol.x.Notice.XWarning
 
getLevel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
Note or Warning
getLevel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
Note or Warning
getLevel() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
Note or Warning
getLevel() - 类 中的方法com.mysql.cj.xdevapi.Schema.Validation
 
getLevel() - 类 中的方法com.mysql.cj.xdevapi.WarningImpl
 
getLimit() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimit() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimit() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimit() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
getLimit() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
getLimit() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
getLimit() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimit() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimit() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimit() - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
getLimit() - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
Get max number of rows to filter.
getLimitBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimitBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
getLimitBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimitExpr() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimitExpr() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimitExpr() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimitExpr() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
getLimitExpr() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
getLimitExpr() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
getLimitExpr() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimitExpr() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimitExpr() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimitExprBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimitExprBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
getLimitExprBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimitExprOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimitExprOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimitExprOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimitExprOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
getLimitExprOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
getLimitExprOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
getLimitExprOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimitExprOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimitExprOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimitOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimitOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimitOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimitOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
getLimitOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
getLimitOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
getLimitOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimitOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
limits the number of rows to match (user can set one of: limit, limit_expr)
getLimitOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
limits the number of rows to match (user can set one of: limit, limit_expr)
getLiteral() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Datatypes.Scalar literal = 4;
getLiteral() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional .Mysqlx.Datatypes.Scalar literal = 4;
getLiteral() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional .Mysqlx.Datatypes.Scalar literal = 4;
getLiteralBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Datatypes.Scalar literal = 4;
getLiteralOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Datatypes.Scalar literal = 4;
getLiteralOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional .Mysqlx.Datatypes.Scalar literal = 4;
getLiteralOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional .Mysqlx.Datatypes.Scalar literal = 4;
getLocalDate(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getLocalDateTime(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getLocalInfileInputStream() - 接口 中的方法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() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getLocalInfileInputStream() - 类 中的方法com.mysql.cj.NativeSession
 
getLocalInfileInputStream() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
getLocalInfileInputStream() - 接口 中的方法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() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
getLocalTime(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getLock() - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
getLock() - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
getLocking() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
perform row locking on matches
getLocking() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
perform row locking on matches
getLocking() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
perform row locking on matches
getLockingOptions() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
additional options how to handle locked rows
getLockingOptions() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
additional options how to handle locked rows
getLockingOptions() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
additional options how to handle locked rows
getLockOption() - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
getLockOption() - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
getLog() - 类 中的方法com.mysql.cj.CoreSession
 
getLog() - 接口 中的方法com.mysql.cj.Session
Returns the log mechanism that should be used to log information from/for this Session.
getLogger(String, String) - 类 中的静态方法com.mysql.cj.log.LogFactory
Returns a logger instance of the given class, with the given instance name.
getLoginTimeout() - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
 
getLogWriter() - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
 
getLong(byte[], int, int) - 类 中的静态方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
getLong(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getLong(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getLong(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getLong(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getLong(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getLong(int) - 接口 中的方法com.mysql.cj.xdevapi.Row
Retrieve the value for column at position `pos' (starting at 0) as a long value.
getLong(int) - 类 中的方法com.mysql.cj.xdevapi.RowImpl
 
getLong(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getLong(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getLong(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getLong(String) - 接口 中的方法com.mysql.cj.xdevapi.Row
Retrieve the value for column `fieldName' as a long value.
getLong(String) - 类 中的方法com.mysql.cj.xdevapi.RowImpl
 
getLongProperty(PropertyKey) - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
getLongProperty(PropertyKey) - 接口 中的方法com.mysql.cj.conf.PropertySet
 
getLongProperty(String) - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
getLongProperty(String) - 接口 中的方法com.mysql.cj.conf.PropertySet
 
getLongRuntimeProperty(String) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Used in properties getters added by instrumentation.
getLongUpdateCount() - 类 中的方法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() - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
getLowerBound() - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
The lowest possible value of range-based property
getMainHost() - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Returns the single or first host info structure.
getMajor() - 类 中的方法com.mysql.cj.ServerVersion
 
getMajorVersion() - 类 中的方法com.mysql.cj.jdbc.NonRegisteringDriver
 
getMasterConnection() - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
已过时。 
getMasterConnection() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
已过时。 
getMasterHosts() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
已过时。 
getMasterHosts(String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
已过时。 
getMasterHostsList(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
已过时。 
getMaxBinaryLiteralLength() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMaxBytesPerChar(Integer, String) - 接口 中的方法com.mysql.cj.CharsetSettings
 
getMaxBytesPerChar(Integer, String) - 类 中的方法com.mysql.cj.NativeCharsetSettings
 
getMaxBytesPerChar(String) - 接口 中的方法com.mysql.cj.CharsetSettings
 
getMaxBytesPerChar(String) - 类 中的方法com.mysql.cj.NativeCharsetSettings
 
getMaxCatalogNameLength() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMaxCharLiteralLength() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMaxColumnNameLength() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMaxColumnsInGroupBy() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMaxColumnsInIndex() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMaxColumnsInOrderBy() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMaxColumnsInSelect() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMaxColumnsInTable() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMaxConnections() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMaxCursorNameLength() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMaxFieldSize() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getMaxFieldSize() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
getMaxIndexLength() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMaxProcedureNameLength() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMaxRows() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getMaxRows() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
getMaxRowSize() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMaxSchemaNameLength() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMaxStatementLength() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMaxStatements() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMaxTableNameLength() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMaxTablesInSelect() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMaxUserNameLength() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMechanismName() - 类 中的方法com.mysql.cj.sasl.ScramSha1SaslClient
 
getMechanismName() - 类 中的方法com.mysql.cj.sasl.ScramSha256SaslClient
 
getMechanismNames(Map<String, ?>) - 类 中的方法com.mysql.cj.sasl.ScramShaSaslClientFactory
 
getMechName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
authentication mechanism name
getMechName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
authentication mechanism name
getMechName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
authentication mechanism name
getMechNameBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
authentication mechanism name
getMechNameBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
authentication mechanism name
getMechNameBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
authentication mechanism name
getMemorySizeProperty(PropertyKey) - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
getMemorySizeProperty(PropertyKey) - 接口 中的方法com.mysql.cj.conf.PropertySet
 
getMemorySizeProperty(String) - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
getMemorySizeProperty(String) - 接口 中的方法com.mysql.cj.conf.PropertySet
 
getMemorySizeRuntimeProperty(String) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Used in properties getters added by instrumentation.
getMessage() - 异常错误 中的方法com.mysql.cj.exceptions.CJConnectionFeatureNotAvailableException
 
getMessage() - 异常错误 中的方法com.mysql.cj.exceptions.CJException
 
getMessage() - 异常错误 中的方法com.mysql.cj.jdbc.exceptions.CommunicationsException
 
getMessage() - 异常错误 中的方法com.mysql.cj.jdbc.exceptions.ConnectionFeatureNotAvailableException
 
getMessage() - 异常错误 中的方法com.mysql.cj.jdbc.exceptions.MysqlDataTruncation
 
getMessage() - 接口 中的方法com.mysql.cj.log.ProfilerEvent
Returns the optional message for this event
getMessage() - 类 中的方法com.mysql.cj.log.ProfilerEventImpl
 
getMessage() - 接口 中的方法com.mysql.cj.protocol.Warning
Get warning message.
getMessage() - 类 中的方法com.mysql.cj.protocol.x.Notice.XWarning
 
getMessage() - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
getMessage() - 类 中的方法com.mysql.cj.xdevapi.WarningImpl
 
getMessageBuilder() - 类 中的方法com.mysql.cj.CoreSession
 
getMessageBuilder() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
getMessageBuilder() - 类 中的方法com.mysql.cj.protocol.AbstractProtocol
 
getMessageBuilder() - 接口 中的方法com.mysql.cj.protocol.Protocol
 
getMessageBuilder() - 接口 中的方法com.mysql.cj.Session
 
getMessageBuilder() - 类 中的方法com.mysql.cj.xdevapi.PreparableStatement
Helper method to return an XMessageBuilder instance from MysqlxSession in use.
getMessageClassForType(int) - 类 中的静态方法com.mysql.cj.protocol.x.MessageConstants
 
getMessageSequence() - 类 中的方法com.mysql.cj.protocol.a.DebugBufferingPacketReader
 
getMessageSequence() - 类 中的方法com.mysql.cj.protocol.a.MultiPacketReader
 
getMessageSequence() - 类 中的方法com.mysql.cj.protocol.a.NativePacketHeader
 
getMessageSequence() - 类 中的方法com.mysql.cj.protocol.a.SimplePacketReader
 
getMessageSequence() - 类 中的方法com.mysql.cj.protocol.a.TimeTrackingPacketReader
 
getMessageSequence() - 类 中的方法com.mysql.cj.protocol.a.TracingPacketReader
 
getMessageSequence() - 接口 中的方法com.mysql.cj.protocol.MessageHeader
 
getMessageSequence() - 接口 中的方法com.mysql.cj.protocol.MessageReader
Get last message sequence number, as it was stored by MessageReader.readHeader().
getMessageSequence() - 类 中的方法com.mysql.cj.protocol.x.XMessageHeader
 
getMessageSize() - 类 中的方法com.mysql.cj.protocol.a.NativePacketHeader
 
getMessageSize() - 接口 中的方法com.mysql.cj.protocol.MessageHeader
 
getMessageSize() - 类 中的方法com.mysql.cj.protocol.x.XMessageHeader
 
getMessageType() - 类 中的方法com.mysql.cj.protocol.x.XMessageHeader
 
getMetadata() - 接口 中的方法com.mysql.cj.jdbc.result.CachedResultSetMetaData
 
getMetadata() - 类 中的方法com.mysql.cj.jdbc.result.CachedResultSetMetaDataImpl
 
getMetadata() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getMetadata() - 类 中的方法com.mysql.cj.protocol.a.result.AbstractResultsetRows
 
getMetadata() - 接口 中的方法com.mysql.cj.protocol.ResultsetRows
 
getMetaData() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
getMetaData() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getMetaData() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getMetaData() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getMetaData() - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
getMetaData() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getMetaData() - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
getMetadataCollationIndex() - 接口 中的方法com.mysql.cj.CharsetSettings
 
getMetadataCollationIndex() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMetadataCollationIndex() - 类 中的方法com.mysql.cj.NativeCharsetSettings
 
getMetadataEncoding() - 接口 中的方法com.mysql.cj.CharsetSettings
 
getMetadataEncoding() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMetadataEncoding() - 类 中的方法com.mysql.cj.NativeCharsetSettings
 
getMetadataSafeStatement() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getMetadataSafeStatement() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getMetadataSafeStatement() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getMetadataSafeStatement() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
getMetadataSafeStatement(int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getMetricsHolder() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
getMinor() - 类 中的方法com.mysql.cj.ServerVersion
 
getMinorVersion() - 类 中的方法com.mysql.cj.jdbc.NonRegisteringDriver
 
getMinutes() - 类 中的方法com.mysql.cj.protocol.InternalTime
 
getMinutes() - 类 中的方法com.mysql.cj.protocol.InternalTimestamp
 
getMonth() - 类 中的方法com.mysql.cj.protocol.InternalDate
 
getMoreResults() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getMoreResults() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
getMoreResults(int) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getMoreResults(int) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
getMsg() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
human-readable error message
getMsg() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
human-readable error message
getMsg() - 接口 中的方法com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
human-readable error message
getMsg() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
optional string msg = 1;
getMsg() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok
optional string msg = 1;
getMsg() - 接口 中的方法com.mysql.cj.x.protobuf.Mysqlx.OkOrBuilder
optional string msg = 1;
getMsg() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
warning message
getMsg() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
warning message
getMsg() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
warning message
getMsgBytes() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
human-readable error message
getMsgBytes() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
human-readable error message
getMsgBytes() - 接口 中的方法com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
human-readable error message
getMsgBytes() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
optional string msg = 1;
getMsgBytes() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok
optional string msg = 1;
getMsgBytes() - 接口 中的方法com.mysql.cj.x.protobuf.Mysqlx.OkOrBuilder
optional string msg = 1;
getMsgBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
warning message
getMsgBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
warning message
getMsgBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
warning message
getMultiHostParentProxy() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getMultiHostParentProxy() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getMultiHostParentProxy() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getMultiHostParentProxy() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
getMultiHostSafeProxy() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getMultiHostSafeProxy() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getMultiHostSafeProxy() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getMultiHostSafeProxy() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
getMysqlCharsetForJavaEncoding(String, ServerVersion) - 接口 中的方法com.mysql.cj.CharsetSettings
 
getMysqlCharsetForJavaEncoding(String, ServerVersion) - 类 中的方法com.mysql.cj.NativeCharsetSettings
 
getMysqlCharsetNameForCollationIndex(Integer) - 接口 中的方法com.mysql.cj.CharsetSettings
 
getMysqlCharsetNameForCollationIndex(Integer) - 类 中的方法com.mysql.cj.NativeCharsetSettings
 
getMysqlInput() - 类 中的方法com.mysql.cj.protocol.AbstractSocketConnection
 
getMysqlInput() - 接口 中的方法com.mysql.cj.protocol.SocketConnection
 
getMysqlOutput() - 类 中的方法com.mysql.cj.protocol.AbstractSocketConnection
 
getMysqlOutput() - 接口 中的方法com.mysql.cj.protocol.SocketConnection
 
getMysqlSocket() - 类 中的方法com.mysql.cj.protocol.AbstractSocketConnection
 
getMysqlSocket() - 接口 中的方法com.mysql.cj.protocol.SocketConnection
 
getMysqlType() - 接口 中的方法com.mysql.cj.BindValue
 
getMysqlType() - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
getMysqlType() - 类 中的方法com.mysql.cj.result.Field
 
getMysqlTypeId() - 类 中的方法com.mysql.cj.result.Field
 
getName() - 接口 中的方法com.mysql.cj.BindValue
Gets the name of this query attribute.
getName() - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
getName() - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
Returns the property name.
getName() - 枚举 中的方法com.mysql.cj.MysqlType
 
getName() - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
getName() - 类 中的方法com.mysql.cj.result.Field
 
getName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
required string name = 1;
getName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
required string name = 1;
getName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
required string name = 1;
getName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
required string name = 1;
getName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
required string name = 1;
getName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
required string name = 1;
getName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
optional string name = 1;
getName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
optional string name = 1;
getName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
optional string name = 1;
getName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
name of column
getName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
name of column
getName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
name of column
getName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
identifier of function; at least name of it
getName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
identifier of function; at least name of it
getName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
identifier of function; at least name of it
getName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
required string name = 1;
getName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
required string name = 1;
getName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
required string name = 1;
getName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
name of operator
getName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
name of operator
getName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
name of operator
getName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
name of the column
getName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
name of the column
getName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
name of the column
getName() - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
getName() - 接口 中的方法com.mysql.cj.xdevapi.DatabaseObject
Retrieve the name of the database object represented by the Java object.
getName() - 类 中的方法com.mysql.cj.xdevapi.SchemaImpl
 
getName() - 类 中的方法com.mysql.cj.xdevapi.TableImpl
 
getNameBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
identifier of function; at least name of it
getNameBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
required string name = 1;
getNameBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
required string name = 1;
getNameBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
required string name = 1;
getNameBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
required string name = 1;
getNameBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
required string name = 1;
getNameBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
required string name = 1;
getNameBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
optional string name = 1;
getNameBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
optional string name = 1;
getNameBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
optional string name = 1;
getNameBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
name of column
getNameBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
name of column
getNameBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
name of column
getNameBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
required string name = 1;
getNameBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
required string name = 1;
getNameBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
required string name = 1;
getNameBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
name of operator
getNameBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
name of operator
getNameBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
name of operator
getNamedParamIndex(String, boolean) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getNameOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
identifier of function; at least name of it
getNameOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
identifier of function; at least name of it
getNameOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
identifier of function; at least name of it
getNamespace() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
namespace of the statement to be executed
getNamespace() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
namespace of the statement to be executed
getNamespace() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
namespace of the statement to be executed
getNamespaceBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
namespace of the statement to be executed
getNamespaceBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
namespace of the statement to be executed
getNamespaceBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
namespace of the statement to be executed
getNanos() - 类 中的方法com.mysql.cj.protocol.InternalTime
 
getNanos() - 类 中的方法com.mysql.cj.protocol.InternalTimestamp
 
getNCharacterStream(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getNCharacterStream(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getNCharacterStream(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getNCharacterStream(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getNCharacterStream(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getNCharacterStream(int) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
getNCharacterStream(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getNCharacterStream(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getNCharacterStream(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getNCharacterStream(String) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
getNClob(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getNClob(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getNClob(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getNClob(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getNClob(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getNClob(int) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
getNClob(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getNClob(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getNClob(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getNClob(String) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
getNegotiatedProperty(String) - 类 中的方法com.mysql.cj.sasl.ScramShaSaslClient
 
getNetworkResources() - 类 中的方法com.mysql.cj.NativeSession
 
getNetworkResources() - 类 中的方法com.mysql.cj.protocol.AbstractSocketConnection
 
getNetworkResources() - 接口 中的方法com.mysql.cj.protocol.SocketConnection
 
getNetworkTimeout() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getNetworkTimeout() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getNetworkTimeout() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getNewConnection() - 类 中的方法com.mysql.cj.jdbc.util.BaseBugReport
Use this if you need to get a new connection for your bug report (i.e.
getNewPreparedStatementId(PreparableStatement<?>) - 类 中的方法com.mysql.cj.MysqlxSession
Return an id to be used as a client-managed prepared statement id.
getNewPreparedStatementId(PreparableStatement<?>) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
Returns an id to be used as a client-managed prepared statement id.
getNext() - 枚举 中的方法com.mysql.cj.sasl.ScramShaSaslClient.ScramExchangeStage
 
getNextNonNoticeMessageType() - 类 中的方法com.mysql.cj.protocol.x.SyncMessageReader
 
getNextResultset() - 类 中的方法com.mysql.cj.protocol.a.result.NativeResultset
 
getNextResultset() - 接口 中的方法com.mysql.cj.protocol.Resultset
Returns the next ResultSet in a multi-resultset "chain", if any, null if none exists.
getNextRoundRobinHostIndex(String, List<?>) - 类 中的静态方法com.mysql.cj.jdbc.ConnectionImpl
 
getNodeType() - 类 中的方法com.mysql.cj.protocol.x.XServerCapabilities
 
getNormalizedAlgorithmName(String) - 类 中的静态方法com.mysql.cj.protocol.x.CompressionAlgorithm
Returns the normalized compression algorithm identifier.
getNotices() - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
getNString(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getNString(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getNString(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getNString(int) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
getNString(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getNString(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getNString(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getNString(String) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
getNull(int) - 类 中的方法com.mysql.cj.protocol.a.result.BinaryBufferRow
Check whether a column is NULL and update the 'wasNull' status.
getNull(int) - 类 中的方法com.mysql.cj.protocol.a.result.ByteArrayRow
 
getNull(int) - 类 中的方法com.mysql.cj.protocol.a.result.TextBufferRow
 
getNull(int) - 类 中的方法com.mysql.cj.protocol.x.XProtocolRow
 
getNull(int) - 接口 中的方法com.mysql.cj.result.Row
Check whether a column is NULL and update the 'wasNull' status.
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
 
getNumber() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
 
getNumberOfExecutions() - 类 中的方法com.mysql.cj.NativeQueryBindings
 
getNumberOfExecutions() - 接口 中的方法com.mysql.cj.QueryBindings
 
getNumberOfMasterPromotion(String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
已过时。 
getNumberOfQueries() - 类 中的方法com.mysql.cj.QueryInfo
Returns the number of queries identified in the original SQL string.
getNumberOfReplicaPromotions() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
 
getNumberOfReplicasAdded() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
 
getNumberOfReplicasRemoved() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
 
getNumberOfSlavePromotions() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
已过时。 
getNumberOfSlavesAdded() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
已过时。 
getNumberOfSlavesRemoved() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
已过时。 
getNumberOfSourcePromotion(String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
getNumericFunctions() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getObj() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Object obj = 3;
getObj() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
optional .Mysqlx.Datatypes.Object obj = 3;
getObj() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
optional .Mysqlx.Datatypes.Object obj = 3;
getObjBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Object obj = 3;
getObject() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Object object = 8;
getObject() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional .Mysqlx.Expr.Object object = 8;
getObject() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional .Mysqlx.Expr.Object object = 8;
getObject(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getObject(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getObject(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getObject(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getObject(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getObject(int, Class<T>) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getObject(int, Class<T>) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getObject(int, Class<T>) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getObject(int, Map<String, Class<?>>) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getObject(int, Map<String, Class<?>>) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getObject(int, Map<String, Class<?>>) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getObject(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getObject(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getObject(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getObject(String, Class<T>) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getObject(String, Class<T>) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getObject(String, Class<T>) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getObject(String, Map<String, Class<?>>) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getObject(String, Map<String, Class<?>>) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getObject(String, Map<String, Class<?>>) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getObjectBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Object object = 8;
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSourceFactory
 
getObjectName() - 类 中的方法com.mysql.cj.xdevapi.DatabaseObjectDescription
Get database object name.
getObjectOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Object object = 8;
getObjectOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional .Mysqlx.Expr.Object object = 8;
getObjectOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional .Mysqlx.Expr.Object object = 8;
getObjectStoredProc(int, int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getObjectStoredProc(int, int) - 接口 中的方法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) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getObjectStoredProc(int, Map<Object, Object>, int) - 接口 中的方法com.mysql.cj.jdbc.result.ResultSetInternalMethods
Functions like ResultSet.getObject(), but using the given SQL type (as registered during CallableStatement.registerOutParameter()).
getObjectStoredProc(String, int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getObjectStoredProc(String, int) - 接口 中的方法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) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getObjectStoredProc(String, Map<Object, Object>, int) - 接口 中的方法com.mysql.cj.jdbc.result.ResultSetInternalMethods
Functions like ResultSet.getObject(), but using the given SQL type (as registered during CallableStatement.registerOutParameter()).
getObjectType() - 类 中的方法com.mysql.cj.xdevapi.DatabaseObjectDescription
Get database object type
getObjOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Object obj = 3;
getObjOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
optional .Mysqlx.Datatypes.Object obj = 3;
getObjOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
optional .Mysqlx.Datatypes.Object obj = 3;
getOffset() - 类 中的方法com.mysql.cj.protocol.a.PacketSplitter
 
getOffset() - 类 中的方法com.mysql.cj.protocol.InternalTimestamp
 
getOffset() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
maximum rows to skip before applying the row_count
getOffset() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
maximum rows to skip before applying the row_count
getOffset() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
maximum rows to skip before applying the row_count
getOffset() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
maximum rows to skip before applying the row_count
getOffset() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
maximum rows to skip before applying the row_count
getOffset() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitOrBuilder
maximum rows to skip before applying the row_count
getOffset() - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
getOffset() - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
Get number of rows to skip before finding others.
getOffsetBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
maximum rows to skip before applying the row_count
getOffsetOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
maximum rows to skip before applying the row_count
getOffsetOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
maximum rows to skip before applying the row_count
getOffsetOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
maximum rows to skip before applying the row_count
getOldStatusFlags() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getOldStatusFlags() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getOldStatusFlags() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
getOne(String) - 接口 中的方法com.mysql.cj.xdevapi.Collection
Return the document with the given id.
getOne(String) - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
getOp() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
getOp() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
getOp() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
getOp() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
getOp() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
getOp() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
getOpenResultSetCount() - 接口 中的方法com.mysql.cj.jdbc.JdbcStatement
Returns the number of open result sets for this statement.
getOpenResultSetCount() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getOperation() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
the type of operation to be performed
getOperation() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
the type of operation to be performed
getOperation() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
the type of operation to be performed
getOperation(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
list of operations to be applied.
getOperation(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
list of operations to be applied.
getOperation(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
list of operations to be applied.
getOperationBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
list of operations to be applied.
getOperationBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
list of operations to be applied.
getOperationCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
list of operations to be applied.
getOperationCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
list of operations to be applied.
getOperationCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
list of operations to be applied.
getOperationList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
list of operations to be applied.
getOperationList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
list of operations to be applied.
getOperationList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
list of operations to be applied.
getOperationOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
list of operations to be applied.
getOperationOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
list of operations to be applied.
getOperationOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
list of operations to be applied.
getOperationOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
list of operations to be applied.
getOperationOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
list of operations to be applied.
getOperationOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
list of operations to be applied.
getOperator() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Operator operator = 6;
getOperator() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional .Mysqlx.Expr.Operator operator = 6;
getOperator() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional .Mysqlx.Expr.Operator operator = 6;
getOperatorBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Operator operator = 6;
getOperatorOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Operator operator = 6;
getOperatorOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional .Mysqlx.Expr.Operator operator = 6;
getOperatorOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional .Mysqlx.Expr.Operator operator = 6;
getOptions() - 类 中的方法com.mysql.cj.xdevapi.CreateIndexParams.IndexField
Get options for decoding GEOJSON data.
getOrder() - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
getOrder() - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
Returns the property order.
getOrder() - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
getOrder() - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
Get X Protocol Order objects.
getOrder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
specifies order of matched rows
getOrder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
specifies order of matched rows
getOrder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
specifies order of matched rows
getOrder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
sort-order in which the rows/document shall be returned in
getOrder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
sort-order in which the rows/document shall be returned in
getOrder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
sort-order in which the rows/document shall be returned in
getOrder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
specifies order of matched rows
getOrder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
specifies order of matched rows
getOrder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
specifies order of matched rows
getOrderBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
specifies order of matched rows
getOrderBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
sort-order in which the rows/document shall be returned in
getOrderBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
specifies order of matched rows
getOrderBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
specifies order of matched rows
getOrderBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
sort-order in which the rows/document shall be returned in
getOrderBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
specifies order of matched rows
getOrderCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
specifies order of matched rows
getOrderCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
specifies order of matched rows
getOrderCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
specifies order of matched rows
getOrderCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
sort-order in which the rows/document shall be returned in
getOrderCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
sort-order in which the rows/document shall be returned in
getOrderCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
sort-order in which the rows/document shall be returned in
getOrderCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
specifies order of matched rows
getOrderCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
specifies order of matched rows
getOrderCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
specifies order of matched rows
getOrderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
specifies order of matched rows
getOrderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
specifies order of matched rows
getOrderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
specifies order of matched rows
getOrderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
sort-order in which the rows/document shall be returned in
getOrderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
sort-order in which the rows/document shall be returned in
getOrderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
sort-order in which the rows/document shall be returned in
getOrderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
specifies order of matched rows
getOrderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
specifies order of matched rows
getOrderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
specifies order of matched rows
getOrderOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
specifies order of matched rows
getOrderOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
specifies order of matched rows
getOrderOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
specifies order of matched rows
getOrderOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
sort-order in which the rows/document shall be returned in
getOrderOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
sort-order in which the rows/document shall be returned in
getOrderOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
sort-order in which the rows/document shall be returned in
getOrderOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
specifies order of matched rows
getOrderOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
specifies order of matched rows
getOrderOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
specifies order of matched rows
getOrderOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
specifies order of matched rows
getOrderOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
specifies order of matched rows
getOrderOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
specifies order of matched rows
getOrderOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
sort-order in which the rows/document shall be returned in
getOrderOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
sort-order in which the rows/document shall be returned in
getOrderOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
sort-order in which the rows/document shall be returned in
getOrderOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
specifies order of matched rows
getOrderOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
specifies order of matched rows
getOrderOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
specifies order of matched rows
getOriginalName() - 类 中的方法com.mysql.cj.result.Field
 
getOriginalName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
name of the column before an alias was applied
getOriginalName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
name of the column before an alias was applied
getOriginalName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
name of the column before an alias was applied
getOriginalProperties() - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Returns the original (common to all hosts) connection arguments as provided in the connection string query section.
getOriginalSql() - 类 中的方法com.mysql.cj.ClientPreparedQuery
 
getOriginalSql() - 接口 中的方法com.mysql.cj.PreparedQuery
 
getOriginalTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
name of the table the column originates from before an alias was applied
getOriginalTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
name of the table the column originates from before an alias was applied
getOriginalTable() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
name of the table the column originates from before an alias was applied
getOriginalTableName() - 类 中的方法com.mysql.cj.result.Field
 
getOSName() - 类 中的静态方法com.mysql.cj.jdbc.NonRegisteringDriver
 
getOutputParameters(int) - 类 中的方法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() - 类 中的方法com.mysql.cj.protocol.x.CompressionAlgorithm
Gets this algorithm's OutputStream implementation class that can be used to deflate data.
getOutputStreamInstance(OutputStream) - 类 中的方法com.mysql.cj.protocol.x.CompressorStreamsFactory
Creates an instance of an OutputStream that wraps around the given OutputStream and knows how to deflate data using the algorithm given in this class' constructor.
getOwner() - 类 中的方法com.mysql.cj.protocol.a.result.AbstractResultsetRows
 
getOwner() - 接口 中的方法com.mysql.cj.protocol.ResultsetRows
Returns the result set that 'owns' this RowData
getOwnerFetchSize() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getOwnerFetchSize() - 接口 中的方法com.mysql.cj.protocol.ResultsetRowsOwner
 
getOwningQuery() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getOwningQuery() - 接口 中的方法com.mysql.cj.protocol.ResultsetRowsOwner
 
getOwningStatement() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getOwningStatementFetchSize() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getOwningStatementFetchSize() - 接口 中的方法com.mysql.cj.protocol.ResultsetRowsOwner
 
getOwningStatementMaxRows() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getOwningStatementMaxRows() - 接口 中的方法com.mysql.cj.protocol.ResultsetRowsOwner
 
getOwningStatementServerId() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getOwningStatementServerId() - 接口 中的方法com.mysql.cj.protocol.ResultsetRowsOwner
 
getPackageName(Class<?>) - 类 中的静态方法com.mysql.cj.util.Util
Returns the package name of the given class.
getPacketLen() - 类 中的方法com.mysql.cj.protocol.a.PacketSplitter
 
getPacketReader() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
getPacketReceivedTimeHolder() - 类 中的方法com.mysql.cj.protocol.AbstractProtocol
 
getPacketReceivedTimeHolder() - 接口 中的方法com.mysql.cj.protocol.Protocol
 
getPacketSender() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
getPacketSentTimeHolder() - 类 中的方法com.mysql.cj.protocol.AbstractProtocol
 
getPacketSentTimeHolder() - 接口 中的方法com.mysql.cj.protocol.Protocol
 
getParam() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
parameter key
getParam() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
parameter key
getParam() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
parameter key
getParam() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
name of the variable
getParam() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
name of the variable
getParam() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
name of the variable
getParam(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
list of parameters
getParam(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
list of parameters
getParam(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
list of parameters
getParam(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
list of parameters
getParam(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
list of parameters
getParam(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
list of parameters
getParamBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
list of parameters
getParamBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
list of parameters
getParamBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
list of parameters
getParamBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
list of parameters
getParamBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
name of the variable
getParamBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
name of the variable
getParamBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
name of the variable
getParamCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
list of parameters
getParamCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
list of parameters
getParamCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
list of parameters
getParamCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
list of parameters
getParamCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
list of parameters
getParamCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
list of parameters
getParameterBindings() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
getParameterBindings() - 接口 中的方法com.mysql.cj.jdbc.JdbcPreparedStatement
 
getParameterClassName(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
 
getParameterClassName(int) - 类 中的方法com.mysql.cj.jdbc.MysqlParameterMetadata
 
getParameterCount() - 类 中的方法com.mysql.cj.ClientPreparedQuery
 
getParameterCount() - 类 中的方法com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
 
getParameterCount() - 类 中的方法com.mysql.cj.jdbc.MysqlParameterMetadata
 
getParameterCount() - 接口 中的方法com.mysql.cj.PreparedQuery
 
getParameterFields() - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
getParameterIndexOffset() - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getParameterIndexOffset() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
For calling stored functions, this will be -1 as Connector/J does not count the first '?'
getParameterMetaData() - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getParameterMetaData() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
getParameterMetaData() - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
getParameterMetaData() - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
getParameterMode(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
 
getParameterMode(int) - 类 中的方法com.mysql.cj.jdbc.MysqlParameterMetadata
 
getParameterType(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
 
getParameterType(int) - 类 中的方法com.mysql.cj.jdbc.MysqlParameterMetadata
 
getParameterTypeName(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
 
getParameterTypeName(int) - 类 中的方法com.mysql.cj.jdbc.MysqlParameterMetadata
 
getParamList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
list of parameters
getParamList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
list of parameters
getParamList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
list of parameters
getParamList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
list of parameters
getParamList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
list of parameters
getParamList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
list of parameters
getParamName() - 类 中的方法com.mysql.cj.protocol.x.Notice.XSessionVariableChanged
 
getParamOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
list of parameters
getParamOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
list of parameters
getParamOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
list of parameters
getParamOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
list of parameters
getParamOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
list of parameters
getParamOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
list of parameters
getParamOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
list of parameters
getParamOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
list of parameters
getParamOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
list of parameters
getParamOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
list of parameters
getParamOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
list of parameters
getParamOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
list of parameters
getParamType() - 类 中的方法com.mysql.cj.protocol.x.Notice.XSessionStateChanged
 
getParentLogger() - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
 
getParentLogger() - 类 中的方法com.mysql.cj.jdbc.NonRegisteringDriver
 
getParentProxy() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
Get this connection's parent proxy.
getParserForType() - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
getParserForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
getPassword() - 类 中的方法com.mysql.cj.conf.HostInfo
Returns the password.
getPassword() - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Get the password.
getPasswordCharacterEncoding() - 接口 中的方法com.mysql.cj.CharsetSettings
 
getPasswordCharacterEncoding() - 类 中的方法com.mysql.cj.NativeCharsetSettings
 
getPath() - 类 中的方法com.mysql.cj.conf.ConnectionUrlParser
Returns the path section.
getPayload() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
required bytes payload = 4;
getPayload() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
required bytes payload = 4;
getPayload() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
required bytes payload = 4;
getPayload() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
the payload of the notification
getPayload() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
the payload of the notification
getPayload() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
the payload of the notification
getPayloadLength() - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Get the actual length of payload the buffer contains.
getPlaceholderNameToPositionMap() - 类 中的方法com.mysql.cj.xdevapi.ExprParser
Get a mapping of parameter names to positions.
getPlatform() - 类 中的静态方法com.mysql.cj.jdbc.NonRegisteringDriver
 
getPointOfOrigin() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getPointOfOrigin() - 接口 中的方法com.mysql.cj.protocol.ResultsetRowsOwner
StackTrace generated where ResultSet was created... used when profiling
getPooledConnection() - 类 中的方法com.mysql.cj.jdbc.MysqlConnectionPoolDataSource
 
getPooledConnection(String, String) - 类 中的方法com.mysql.cj.jdbc.MysqlConnectionPoolDataSource
 
getPort() - 类 中的方法com.mysql.cj.conf.HostInfo
Returns the port.
getPort() - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Returns the port number
getPort() - 类 中的方法com.mysql.cj.MysqlxSession
 
getPort() - 类 中的方法com.mysql.cj.protocol.AbstractSocketConnection
 
getPort() - 接口 中的方法com.mysql.cj.protocol.SocketConnection
 
getPort() - 类 中的方法com.mysql.cj.util.DnsSrv.SrvRecord
 
getPortNumber() - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Returns the port number
getPosition() - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
 
getPosition() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsCursor
 
getPosition() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
getPosition() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
 
getPosition() - 接口 中的方法com.mysql.cj.protocol.Message
Returns the current position to write to/ read from
getPosition() - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
getPosition() - 类 中的方法com.mysql.cj.protocol.x.XProtocolRowInputStream
 
getPosition() - 类 中的方法com.mysql.cj.result.BufferedRowList
 
getPosition() - 接口 中的方法com.mysql.cj.result.RowList
Returns the current position.
getPosition() - 类 中的方法com.mysql.cj.util.StringInspector
Returns the current position.
getPosition() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional uint32 position = 7;
getPosition() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional uint32 position = 7;
getPosition() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional uint32 position = 7;
getPositionalPlaceholderCount() - 类 中的方法com.mysql.cj.xdevapi.ExprParser
Return the number of positional placeholders in the expression.
getPrecision() - 枚举 中的方法com.mysql.cj.MysqlType
The PRECISION column represents the maximum column size that the server supports for the given datatype.
getPrecision(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
 
getPrecision(int) - 类 中的方法com.mysql.cj.jdbc.MysqlParameterMetadata
 
getPrecision(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
getPreparedSql() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
getPreparedSql() - 接口 中的方法com.mysql.cj.jdbc.JdbcPreparedStatement
 
getPreparedStatementId() - 类 中的方法com.mysql.cj.xdevapi.PreparableStatement.PreparableStatementFinalizer
 
getPrepareExecute() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
getPrepareExecute() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
getPrepareExecute() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessageOrBuilder
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
getPrepareExecuteBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
getPrepareExecuteOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
getPrepareExecuteOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
getPrepareExecuteOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessageOrBuilder
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
getPrepareStatementXMessage() - 类 中的方法com.mysql.cj.xdevapi.DeleteStatementImpl
 
getPrepareStatementXMessage() - 类 中的方法com.mysql.cj.xdevapi.FindStatementImpl
 
getPrepareStatementXMessage() - 类 中的方法com.mysql.cj.xdevapi.ModifyStatementImpl
 
getPrepareStatementXMessage() - 类 中的方法com.mysql.cj.xdevapi.PreparableStatement
Returns the XMessage needed to prepare this statement.
getPrepareStatementXMessage() - 类 中的方法com.mysql.cj.xdevapi.RemoveStatementImpl
 
getPrepareStatementXMessage() - 类 中的方法com.mysql.cj.xdevapi.SelectStatementImpl
 
getPrepareStatementXMessage() - 类 中的方法com.mysql.cj.xdevapi.UpdateStatementImpl
 
getPreviousPacketSentTime() - 类 中的方法com.mysql.cj.protocol.a.TimeTrackingPacketSender
 
getPreviousPacketSentTime() - 接口 中的方法com.mysql.cj.protocol.PacketSentTimeHolder
Returns the send time of a previous packet.
getPreviousPacketSentTime() - 类 中的方法com.mysql.cj.protocol.x.SyncMessageSender
 
getPrimaryKeys(String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getPrimaryKeys(String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
getPrimaryKeysFields() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getPriority() - 类 中的方法com.mysql.cj.util.DnsSrv.SrvRecord
 
getProcedureColumns(String, String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getProcedureColumns(String, String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
getProcedureOrFunctionColumns(Field[], String, String, String, String, boolean, boolean) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getProcedureOrFunctionColumnType(boolean, boolean, boolean, boolean) - 类 中的静态方法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) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getProcedures(String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
getProceduresAndOrFunctions(Field[], String, String, String, boolean, boolean) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getProceduresReturnsFunctions - com.mysql.cj.conf.PropertyKey
 
getProcedureTerm() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getProcessHost() - 类 中的方法com.mysql.cj.MysqlxSession
 
getProcessHost() - 类 中的方法com.mysql.cj.NativeSession
 
getProcessHost() - 接口 中的方法com.mysql.cj.Session
 
getProfilerEventHandler() - 类 中的方法com.mysql.cj.CoreSession
 
getProfilerEventHandler() - 接口 中的方法com.mysql.cj.Session
Returns the current ProfilerEventHandler or initializes a new one if none exists.
getProjection() - 类 中的方法com.mysql.cj.xdevapi.InsertParams
Get X Protocol Column objects list for projection.
getProjection(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
list of column projections that shall be returned
getProjection(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
list of column projections that shall be returned
getProjection(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
list of column projections that shall be returned
getProjection(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
name of the columns to insert data into (empty if data_model is DOCUMENT)
getProjection(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
name of the columns to insert data into (empty if data_model is DOCUMENT)
getProjection(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
name of the columns to insert data into (empty if data_model is DOCUMENT)
getProjectionBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
list of column projections that shall be returned
getProjectionBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
name of the columns to insert data into (empty if data_model is DOCUMENT)
getProjectionBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
list of column projections that shall be returned
getProjectionBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
name of the columns to insert data into (empty if data_model is DOCUMENT)
getProjectionCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
list of column projections that shall be returned
getProjectionCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
list of column projections that shall be returned
getProjectionCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
list of column projections that shall be returned
getProjectionCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
name of the columns to insert data into (empty if data_model is DOCUMENT)
getProjectionCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
name of the columns to insert data into (empty if data_model is DOCUMENT)
getProjectionCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
name of the columns to insert data into (empty if data_model is DOCUMENT)
getProjectionList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
list of column projections that shall be returned
getProjectionList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
list of column projections that shall be returned
getProjectionList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
list of column projections that shall be returned
getProjectionList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
name of the columns to insert data into (empty if data_model is DOCUMENT)
getProjectionList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
name of the columns to insert data into (empty if data_model is DOCUMENT)
getProjectionList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
name of the columns to insert data into (empty if data_model is DOCUMENT)
getProjectionOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
list of column projections that shall be returned
getProjectionOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
list of column projections that shall be returned
getProjectionOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
list of column projections that shall be returned
getProjectionOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
name of the columns to insert data into (empty if data_model is DOCUMENT)
getProjectionOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
name of the columns to insert data into (empty if data_model is DOCUMENT)
getProjectionOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
name of the columns to insert data into (empty if data_model is DOCUMENT)
getProjectionOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
list of column projections that shall be returned
getProjectionOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
list of column projections that shall be returned
getProjectionOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
list of column projections that shall be returned
getProjectionOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
name of the columns to insert data into (empty if data_model is DOCUMENT)
getProjectionOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
name of the columns to insert data into (empty if data_model is DOCUMENT)
getProjectionOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
name of the columns to insert data into (empty if data_model is DOCUMENT)
getProperties() - 类 中的方法com.mysql.cj.conf.ConnectionUrlParser
Returns the properties map contained in this connection string.
getProperties() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getProperties() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getProperties() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getProperties() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
getProperties() - 接口 中的方法com.mysql.cj.MysqlConnection
Returns the parsed and passed in properties for this connection.
getPropertiesFromConfigFiles(String) - 类 中的静态方法com.mysql.cj.conf.ConnectionUrl
Returns a map containing the properties read from the given configuration files.
getProperty(PropertyKey) - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
getProperty(PropertyKey) - 接口 中的方法com.mysql.cj.conf.PropertySet
 
getProperty(String) - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
getProperty(String) - 类 中的方法com.mysql.cj.conf.HostInfo
Returns the connection argument for the given key.
getProperty(String) - 接口 中的方法com.mysql.cj.conf.PropertySet
 
getPropertyDefinition() - 类 中的方法com.mysql.cj.conf.AbstractRuntimeProperty
 
getPropertyDefinition() - 接口 中的方法com.mysql.cj.conf.RuntimeProperty
 
getPropertyDefinition(PropertyKey) - 类 中的静态方法com.mysql.cj.conf.PropertyDefinitions
 
getPropertyInfo(String, Properties) - 类 中的方法com.mysql.cj.jdbc.NonRegisteringDriver
 
getPropertyKey() - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
getPropertyKey() - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
Get the property key.
getPropertySet() - 类 中的方法com.mysql.cj.CoreSession
 
getPropertySet() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getPropertySet() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getPropertySet() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getPropertySet() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
getPropertySet() - 接口 中的方法com.mysql.cj.MysqlConnection
 
getPropertySet() - 类 中的方法com.mysql.cj.protocol.AbstractProtocol
 
getPropertySet() - 类 中的方法com.mysql.cj.protocol.AbstractSocketConnection
 
getPropertySet() - 接口 中的方法com.mysql.cj.protocol.Protocol
 
getPropertySet() - 接口 中的方法com.mysql.cj.protocol.SocketConnection
 
getPropertySet() - 接口 中的方法com.mysql.cj.Session
 
getProtocol() - 类 中的方法com.mysql.cj.MysqlxSession
 
getProtocol() - 类 中的方法com.mysql.cj.NativeSession
 
getProtocolPluginName() - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationFidoClient
 
getProtocolPluginName() - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationKerberosClient
 
getProtocolPluginName() - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
 
getProtocolPluginName() - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationOciClient
 
getProtocolPluginName() - 类 中的方法com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
 
getProtocolPluginName() - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
 
getProtocolPluginName() - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
 
getProtocolPluginName() - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
 
getProtocolPluginName() - 类 中的方法com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
 
getProtocolPluginName() - 接口 中的方法com.mysql.cj.protocol.AuthenticationPlugin
Returns the client-side name that the MySQL server uses on the wire for this plugin.
getProxy() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
Get this connection's proxy.
getPseudoColumns(String, String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getQuery() - 类 中的方法com.mysql.cj.conf.ConnectionUrlParser
Returns the query section.
getQuery() - 接口 中的方法com.mysql.cj.jdbc.JdbcStatement
 
getQuery() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getQueryAttributesBindings() - 类 中的方法com.mysql.cj.AbstractQuery
 
getQueryAttributesBindings() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getQueryAttributesBindings() - 接口 中的方法com.mysql.cj.Query
 
getQueryBindings() - 类 中的方法com.mysql.cj.ClientPreparedQuery
 
getQueryBindings() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
getQueryBindings() - 接口 中的方法com.mysql.cj.jdbc.JdbcPreparedStatement
 
getQueryBindings() - 接口 中的方法com.mysql.cj.PreparedQuery
 
getQueryComment() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
getQueryComment() - 接口 中的方法com.mysql.cj.protocol.Protocol
Returns the comment that will be prepended to all statements sent to the server.
getQueryComment() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
getQueryInfo() - 类 中的方法com.mysql.cj.ClientPreparedQuery
 
getQueryInfo() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
getQueryInfo() - 接口 中的方法com.mysql.cj.jdbc.JdbcPreparedStatement
 
getQueryInfo() - 接口 中的方法com.mysql.cj.PreparedQuery
 
getQueryInfoForBatch(int) - 类 中的方法com.mysql.cj.QueryInfo
Returns a QueryInfo for a multi-values INSERT/REPLACE assembled for the specified batch count, without re-parsing.
getQueryInterceptors() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
getQueryInterceptorsInstances() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getQueryInterceptorsInstances() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getQueryInterceptorsInstances() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getQueryInterceptorsInstances() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
getQueryReturnType() - 类 中的方法com.mysql.cj.QueryInfo
Returns the return type of the parsed query.
getQueryReturnType(String, boolean) - 类 中的静态方法com.mysql.cj.QueryInfo
Returns the type of return that can be expected from executing the given query.
getQueryTimeout() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getQueryTimeout() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
getQueryTimingUnits() - 类 中的方法com.mysql.cj.CoreSession
 
getQueryTimingUnits() - 类 中的方法com.mysql.cj.protocol.AbstractProtocol
 
getQueryTimingUnits() - 接口 中的方法com.mysql.cj.protocol.Protocol
 
getQueryTimingUnits() - 接口 中的方法com.mysql.cj.Session
 
getQueryToCancel() - 接口 中的方法com.mysql.cj.CancelQueryTask
 
getQueryToCancel() - 类 中的方法com.mysql.cj.CancelQueryTaskImpl
 
getRealTimeout(int) - 类 中的方法com.mysql.cj.protocol.StandardSocketFactory
Validates the connection/socket timeout that must really be used.
getRef(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getRef(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getRef(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getRef(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getRef(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getRef(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getRef(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getRef(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getReference() - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Required method to support this class as a Referenceable.
getRegisteredConnectionGroups() - 类 中的静态方法com.mysql.cj.jdbc.ConnectionGroupManager
 
getRegisteredConnectionGroups() - 类 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
 
getRegisteredConnectionGroups() - 接口 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
 
getRegisteredConnectionGroups() - 类 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManager
 
getRegisteredConnectionGroups() - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
 
getRegisteredReplicationConnectionGroups() - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
getRelyingPartyId() - 类 中的方法com.mysql.cj.callback.FidoAuthenticationCallback
Returns the FIDO Relying Party ID for the coming authenticator interaction.
getRemoteSocketAddress() - 类 中的方法com.mysql.cj.CoreSession
 
getRemoteSocketAddress() - 类 中的方法com.mysql.cj.NativeSession
 
getRemoteSocketAddress() - 接口 中的方法com.mysql.cj.Session
 
getRepeatedField(Descriptors.FieldDescriptor, int) - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
getReplaceExisting() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
if true then suppress error when created view already exists; just replace it
getReplaceExisting() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
if true then suppress error when created view already exists; just replace it
getReplaceExisting() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
if true then suppress error when created view already exists; just replace it
getReplicaConnection() - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
 
getReplicaConnection() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
getReplicaHostOrSpawnIsolated(String) - 类 中的方法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() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
 
getReplicaHosts(String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
getReplicaHostsList(String) - 类 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManager
 
getReplicaHostsList(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
 
getReplicaHostsListFromHostPortPairs(Collection<String>) - 类 中的方法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) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
getReplicaPromotionCount(String) - 类 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManager
 
getReplicaPromotionCount(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
 
getReplicasConnection() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
getReplicasListAsHostPortPairs() - 类 中的方法com.mysql.cj.conf.url.ReplicationConnectionUrl
Returns a list of this connection URL replica hosts in the form of host:port pairs.
getRequiresEscapingEncoder() - 接口 中的方法com.mysql.cj.CharsetSettings
 
getRequiresEscapingEncoder() - 类 中的方法com.mysql.cj.NativeCharsetSettings
 
getResultFetchSize() - 类 中的方法com.mysql.cj.AbstractQuery
 
getResultFetchSize() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getResultFetchSize() - 接口 中的方法com.mysql.cj.Query
 
getResultFields() - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
getResultId() - 类 中的方法com.mysql.cj.protocol.a.result.NativeResultset
 
getResultId() - 接口 中的方法com.mysql.cj.protocol.Resultset
The id (used when profiling) to identify us
getResultSet() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getResultSet() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
getResultSetConcurrency() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetFactory
 
getResultSetConcurrency() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getResultSetConcurrency() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
getResultSetConcurrency() - 类 中的方法com.mysql.cj.protocol.a.ResultsetFactory
 
getResultSetConcurrency() - 接口 中的方法com.mysql.cj.protocol.ProtocolEntityFactory
 
getResultSetFactory() - 类 中的方法com.mysql.cj.AbstractQuery
 
getResultSetFactory() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getResultSetFactory() - 接口 中的方法com.mysql.cj.Query
 
getResultSetHoldability() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getResultSetHoldability() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getResultSetHoldability() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
getResultSetId() - 接口 中的方法com.mysql.cj.log.ProfilerEvent
Returns the id of the associated result set (-1 for none).
getResultSetId() - 类 中的方法com.mysql.cj.log.ProfilerEventImpl
 
getResultSetInternal() - 接口 中的方法com.mysql.cj.jdbc.JdbcStatement
 
getResultSetInternal() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getResultSetType() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetFactory
 
getResultSetType() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getResultSetType() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
getResultSetType() - 类 中的方法com.mysql.cj.protocol.a.ResultsetFactory
 
getResultSetType() - 接口 中的方法com.mysql.cj.protocol.ProtocolEntityFactory
 
getResultType() - 类 中的方法com.mysql.cj.AbstractQuery
 
getResultType() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getResultType() - 接口 中的方法com.mysql.cj.Query
 
getReusablePacket() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
getReuseExisting() - 类 中的方法com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
 
getRow() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getRow(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
getRow(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
getRow(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
getRowBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
getRowBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
getRowCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
getRowCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
getRowCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
getRowCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
maximum rows to filter
getRowCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
maximum rows to filter
getRowCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
maximum rows to filter
getRowCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
maximum rows to filter
getRowCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
maximum rows to filter
getRowCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitOrBuilder
maximum rows to filter
getRowCountBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
maximum rows to filter
getRowCountOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
maximum rows to filter
getRowCountOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
maximum rows to filter
getRowCountOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
maximum rows to filter
getRowId(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getRowId(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getRowId(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getRowId(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getRowId(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getRowId(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getRowIdLifetime() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getRowList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
getRowList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
getRowList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
getRowOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
getRowOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
getRowOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
getRowOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
getRowOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
getRowOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
getRows() - 类 中的方法com.mysql.cj.protocol.a.result.NativeResultset
 
getRows() - 接口 中的方法com.mysql.cj.protocol.Resultset
 
getRows() - 类 中的方法com.mysql.cj.xdevapi.InsertParams
Get X Protocol rows list.
getSavepointId() - 类 中的方法com.mysql.cj.jdbc.MysqlSavepoint
 
getSavepointName() - 类 中的方法com.mysql.cj.jdbc.MysqlSavepoint
 
getScalar() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Scalar scalar = 2;
getScalar() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
optional .Mysqlx.Datatypes.Scalar scalar = 2;
getScalar() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
optional .Mysqlx.Datatypes.Scalar scalar = 2;
getScalarBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Scalar scalar = 2;
getScalarOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Scalar scalar = 2;
getScalarOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
optional .Mysqlx.Datatypes.Scalar scalar = 2;
getScalarOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
optional .Mysqlx.Datatypes.Scalar scalar = 2;
getScale() - 类 中的方法com.mysql.cj.protocol.InternalTime
 
getScale() - 类 中的方法com.mysql.cj.protocol.InternalTimestamp
 
getScale(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
 
getScale(int) - 类 中的方法com.mysql.cj.jdbc.MysqlParameterMetadata
 
getScale(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
getScaled(BigDecimal, long) - 类 中的方法com.mysql.cj.protocol.a.AbstractValueEncoder
 
getScaleOrLength() - 接口 中的方法com.mysql.cj.BindValue
 
getScaleOrLength() - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
getSchema() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getSchema() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getSchema() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getSchema() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
optional string schema = 2;
getSchema() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
optional string schema = 2;
getSchema() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
optional string schema = 2;
getSchema() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
schema the column originates from
getSchema() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
schema the column originates from
getSchema() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
schema the column originates from
getSchema() - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
getSchema() - 接口 中的方法com.mysql.cj.xdevapi.DatabaseObject
Retrieve the schema owning this database object.
getSchema() - 类 中的方法com.mysql.cj.xdevapi.Schema.Validation
 
getSchema() - 类 中的方法com.mysql.cj.xdevapi.SchemaImpl
 
getSchema() - 类 中的方法com.mysql.cj.xdevapi.TableImpl
 
getSchema(String) - 接口 中的方法com.mysql.cj.xdevapi.Session
Retrieve the Schema corresponding to name.
getSchema(String) - 类 中的方法com.mysql.cj.xdevapi.SessionImpl
 
getSchemaBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
optional string schema = 2;
getSchemaBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
optional string schema = 2;
getSchemaBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
optional string schema = 2;
getSchemaName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
name of schema
getSchemaName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
name of schema
getSchemaName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
name of schema
getSchemaName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
optional string schema_name = 2;
getSchemaName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
optional string schema_name = 2;
getSchemaName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
optional string schema_name = 2;
getSchemaName() - 接口 中的方法com.mysql.cj.xdevapi.Column
Get name of Schema.
getSchemaName() - 类 中的方法com.mysql.cj.xdevapi.ColumnImpl
 
getSchemaName(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
getSchemaNameBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
name of schema
getSchemaNameBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
name of schema
getSchemaNameBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
name of schema
getSchemaNameBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
optional string schema_name = 2;
getSchemaNameBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
optional string schema_name = 2;
getSchemaNameBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
optional string schema_name = 2;
getSchemaPatternIterator(String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getSchemas() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getSchemas() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
getSchemas() - 接口 中的方法com.mysql.cj.xdevapi.Session
Retrieve the list of Schema objects for which the current user has access.
getSchemas() - 类 中的方法com.mysql.cj.xdevapi.SessionImpl
 
getSchemas(String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getSchemas(String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
getSchemaTerm() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getScheme() - 枚举 中的方法com.mysql.cj.conf.ConnectionUrl.Type
 
getScheme() - 类 中的方法com.mysql.cj.conf.ConnectionUrlParser
Returns the scheme section.
getScope() - 类 中的方法com.mysql.cj.protocol.x.Notice
 
getScope() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
global or local notification
getScope() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
global or local notification
getScope() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
global or local notification
getScramble() - 类 中的方法com.mysql.cj.callback.FidoAuthenticationCallback
Returns the FIDO Client Data Hash (scramble) for the coming authenticator interaction.
getSearchStringEscape() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getSeconds() - 类 中的方法com.mysql.cj.protocol.InternalTime
 
getSeconds() - 类 中的方法com.mysql.cj.protocol.InternalTimestamp
 
getSecurity() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
defines the security context in which the view is going be executed
getSecurity() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
defines the security context in which the view is going be executed
getSecurity() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
defines the security context in which the view is going be executed
getSecurity() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
defines the security context in which the view is going be executed
getSecurity() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
defines the security context in which the view is going be executed
getSecurity() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
defines the security context in which the view is going be executed
getSeed() - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
getSendTypesToServer() - 类 中的方法com.mysql.cj.NativeQueryBindings
 
getSendTypesToServer() - 接口 中的方法com.mysql.cj.QueryBindings
 
getSerializedSize() - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
getSerializedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
getServerDefaultCharset() - 类 中的方法com.mysql.cj.NativeCharsetSettings
Get the server's default character set name according to collation index from server greeting, or value of 'character_set_server' variable if there is no mapping for that index
getServerDefaultCollationIndex() - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
getServerDefaultCollationIndex() - 接口 中的方法com.mysql.cj.protocol.ServerCapabilities
 
getServerDefaultCollationIndex() - 类 中的方法com.mysql.cj.protocol.x.XServerCapabilities
 
getServerInfo() - 类 中的方法com.mysql.cj.protocol.a.result.NativeResultset
 
getServerInfo() - 接口 中的方法com.mysql.cj.protocol.Resultset
Returns the server informational message returned from a DDL or DML statement (if any), or null if none.
getServerMessages() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
optional .Mysqlx.ServerMessages.Type server_messages = 2;
getServerMessages() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
optional .Mysqlx.ServerMessages.Type server_messages = 2;
getServerMessages() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
optional .Mysqlx.ServerMessages.Type server_messages = 2;
getServerName() - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Returns the name of the database server
getServerProps() - 类 中的方法com.mysql.cj.admin.ServerController
Returns the list of properties that will be used to start/control the server.
getServerSession() - 类 中的方法com.mysql.cj.CoreSession
 
getServerSession() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
getServerSession() - 接口 中的方法com.mysql.cj.protocol.Protocol
 
getServerSession() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
getServerSession() - 接口 中的方法com.mysql.cj.Session
 
getServerSessionStateController() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getServerSessionStateController() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getServerSessionStateController() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getServerSessionStateController() - 接口 中的方法com.mysql.cj.MysqlConnection
 
getServerSessionStateController() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getServerSessionStateController() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getServerStatementId() - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
getServerStatementId() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getServerStatementId() - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
getServerVariable(String) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getServerVariable(String) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getServerVariable(String) - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
getServerVariable(String, int) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getServerVariable(String, int) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getServerVariable(String, int) - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
getServerVariables() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getServerVariables() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getServerVariables() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
getServerVersion() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getServerVersion() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getServerVersion() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getServerVersion() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
getServerVersion() - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
getServerVersion() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getServerVersion() - 接口 中的方法com.mysql.cj.protocol.ServerCapabilities
 
getServerVersion() - 接口 中的方法com.mysql.cj.protocol.ServerSession
Get the version of the MySQL server we are talking to.
getServerVersion() - 类 中的方法com.mysql.cj.protocol.x.XServerCapabilities
 
getServerVersion() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
getSession() - 类 中的方法com.mysql.cj.AbstractQuery
 
getSession() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getSession() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getSession() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getSession() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getSession() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getSession() - 接口 中的方法com.mysql.cj.MysqlConnection
 
getSession() - 接口 中的方法com.mysql.cj.protocol.ResultsetRowsOwner
 
getSession() - 接口 中的方法com.mysql.cj.Query
 
getSession() - 接口 中的方法com.mysql.cj.xdevapi.Client
Get Session from pool or the new one.
getSession() - 类 中的方法com.mysql.cj.xdevapi.ClientImpl
 
getSession() - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
getSession() - 接口 中的方法com.mysql.cj.xdevapi.DatabaseObject
Retrieve the session owning the given schema object.
getSession() - 类 中的方法com.mysql.cj.xdevapi.SchemaImpl
 
getSession() - 类 中的方法com.mysql.cj.xdevapi.SessionImpl
 
getSession() - 类 中的方法com.mysql.cj.xdevapi.TableImpl
 
getSession(ConnectionUrl) - 类 中的方法com.mysql.cj.xdevapi.SessionFactory
Creates Session by given URL.
getSession(String) - 类 中的方法com.mysql.cj.xdevapi.SessionFactory
Creates Session by given URL.
getSession(Properties) - 类 中的方法com.mysql.cj.xdevapi.SessionFactory
Creates a Session using the information contained in the given properties.
getSessionKey() - 类 中的静态方法com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
 
getSessionMaxRows() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getSessionMaxRows() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getSessionMaxRows() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getSessionMaxRows() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Returns the sql select limit max-rows for this session.
getSessionMaxRows() - 类 中的方法com.mysql.cj.NativeSession
 
getSessionStateChanges() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSessionStateController
 
getSessionStateChanges() - 类 中的方法com.mysql.cj.protocol.a.result.OkPacket
 
getSessionStateChanges() - 接口 中的方法com.mysql.cj.protocol.ServerSessionStateController
Get the object containing server session changes collected from the latest query execution.
getSessionStateChangesList() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSessionStateController.NativeServerSessionStateChanges
 
getSessionStateChangesList() - 接口 中的方法com.mysql.cj.protocol.ServerSessionStateController.ServerSessionStateChanges
 
getSessionTimeZone() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getSessionTimeZone() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getSessionTimeZone() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
getSeverity() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
severity of the error message
getSeverity() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
severity of the error message
getSeverity() - 接口 中的方法com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
severity of the error message
getSharedSendPacket() - 类 中的方法com.mysql.cj.NativeSession
Returns the packet used for sending data (used by PreparedStatement) with position set to 0.
getSharedSendPacket() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
Returns the packet used for sending data (used by PreparedStatement) with position set to 0.
getShort(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getShort(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getShort(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getShort(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getShort(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getShort(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getShort(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getShort(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getSignature() - 类 中的方法com.mysql.cj.callback.FidoAuthenticationCallback
Returns the FIDO Signature produced by the authenticator interaction
getSimpleDateFormat(String, Calendar) - 类 中的静态方法com.mysql.cj.util.TimeUtil
Get SimpleDateFormat where a default Calendar is replaced with a clone of the provided one.
getSimpleDateFormat(SimpleDateFormat, String, TimeZone) - 类 中的静态方法com.mysql.cj.util.TimeUtil
Get SimpleDateFormat with a default Calendar which TimeZone is replaced with the provided one.
getSinceVersion() - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
getSinceVersion() - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
Returns the driver version where the property was introduced first.
getSlaveHosts() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
已过时。 
getSlaveHosts(String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
已过时。 
getSlaveHostsList(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
已过时。 
getSlavePromotionCount(String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
已过时。 
getSlavePromotionCount(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
已过时。 
getSlavesConnection() - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
已过时。 
getSlavesConnection() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
已过时。 
getSlowQueryThreshold() - 类 中的方法com.mysql.cj.NativeSession
 
getSlowQueryThreshold() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
getSocketConnection() - 类 中的方法com.mysql.cj.protocol.AbstractProtocol
 
getSocketConnection() - 接口 中的方法com.mysql.cj.protocol.Protocol
 
getSocketFactory() - 类 中的方法com.mysql.cj.protocol.AbstractSocketConnection
 
getSocketFactory() - 接口 中的方法com.mysql.cj.protocol.SocketConnection
 
getSocketTimeout() - 类 中的方法com.mysql.cj.NativeSession
 
getSource() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
the expression identifying an element from the source data, which can include a column identifier or any expression
getSource() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
the expression identifying an element from the source data, which can include a column identifier or any expression
getSource() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
the expression identifying an element from the source data, which can include a column identifier or any expression
getSource() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
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 @note in both cases, schema and table must be not set
getSource() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
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 @note in both cases, schema and table must be not set
getSource() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
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 @note in both cases, schema and table must be not set
getSource() - 类 中的方法com.mysql.cj.xdevapi.UpdateSpec
Get X Protocol ColumnIdentifier.
getSource(Class<T>) - 类 中的方法com.mysql.cj.jdbc.MysqlSQLXML
 
getSourceBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
the expression identifying an element from the source data, which can include a column identifier or any expression
getSourceBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
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 @note in both cases, schema and table must be not set
getSourceConnection() - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
 
getSourceConnection() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
getSourceConnection() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
getSourceHostOrSpawnIsolated(String) - 类 中的方法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() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
 
getSourceHosts(String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
getSourceHostsList(String) - 类 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManager
 
getSourceHostsList(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
 
getSourceHostsListFromHostPortPairs(Collection<String>) - 类 中的方法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() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
the expression identifying an element from the source data, which can include a column identifier or any expression
getSourceOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
the expression identifying an element from the source data, which can include a column identifier or any expression
getSourceOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
the expression identifying an element from the source data, which can include a column identifier or any expression
getSourceOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
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 @note in both cases, schema and table must be not set
getSourceOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
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 @note in both cases, schema and table must be not set
getSourceOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
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 @note in both cases, schema and table must be not set
getSourcesListAsHostPortPairs() - 类 中的方法com.mysql.cj.conf.url.ReplicationConnectionUrl
Returns a list of this connection URL source hosts in the form of host:port pairs.
getSqlForBatch() - 类 中的方法com.mysql.cj.QueryInfo
Returns a preparable query for the batch count of this QueryInfo.
getSqlForBatch(int) - 类 中的方法com.mysql.cj.QueryInfo
Returns a preparable query for the specified batch count.
getSQLKeywords() - 类 中的方法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() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
getSqlState() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
SQL state
getSqlState() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
SQL state
getSqlState() - 接口 中的方法com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
SQL state
getSQLState() - 异常错误 中的方法com.mysql.cj.exceptions.CJException
 
getSQLState() - 异常错误 中的方法com.mysql.cj.jdbc.exceptions.CommunicationsException
 
getSQLState() - 异常错误 中的方法com.mysql.cj.jdbc.exceptions.ConnectionFeatureNotAvailableException
 
getSQLState() - 异常错误 中的方法com.mysql.cj.protocol.x.XProtocolError
 
getSqlStateBytes() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
SQL state
getSqlStateBytes() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
SQL state
getSqlStateBytes() - 接口 中的方法com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
SQL state
getSQLStateType() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getSQLXML(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getSQLXML(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getSQLXML(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getSQLXML(int) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
getSQLXML(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getSQLXML(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getSQLXML(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getSQLXML(String) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
getSrid() - 类 中的方法com.mysql.cj.xdevapi.CreateIndexParams.IndexField
Get srid for decoding GEOJSON data.
getSSLContext(ExportControlled.KeyStoreConf, ExportControlled.KeyStoreConf, boolean, boolean, String, ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.protocol.ExportControlled
Configure the SSLContext based on the supplier property set.
getStatement() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getStatementComment() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getStatementComment() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getStatementComment() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getStatementComment() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Returns the comment that will be prepended to all statements sent to the server.
getStatementExecuteOk() - 类 中的方法com.mysql.cj.xdevapi.AbstractDataResult
Get StatementExecuteOk object finalizing the result transfer.
getStatementExecuting() - 类 中的方法com.mysql.cj.AbstractQuery
 
getStatementExecuting() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getStatementExecuting() - 接口 中的方法com.mysql.cj.Query
 
getStatementId() - 接口 中的方法com.mysql.cj.log.ProfilerEvent
Returns the id of the associated statement (-1 for none).
getStatementId() - 类 中的方法com.mysql.cj.log.ProfilerEventImpl
 
getStaticCollationIndexForCollationName(String) - 类 中的静态方法com.mysql.cj.CharsetMapping
 
getStaticCollationIndexForJavaEncoding(String, ServerVersion) - 类 中的静态方法com.mysql.cj.CharsetMapping
 
getStaticCollationIndexForMysqlCharsetName(String) - 类 中的静态方法com.mysql.cj.CharsetMapping
 
getStaticCollationNameForCollationIndex(Integer) - 类 中的静态方法com.mysql.cj.CharsetMapping
 
getStaticJavaEncodingForCollationIndex(Integer) - 类 中的静态方法com.mysql.cj.CharsetMapping
 
getStaticJavaEncodingForCollationIndex(Integer, String) - 类 中的静态方法com.mysql.cj.CharsetMapping
 
getStaticJavaEncodingForMysqlCharset(String) - 类 中的静态方法com.mysql.cj.CharsetMapping
 
getStaticJavaEncodingForMysqlCharset(String, String) - 类 中的静态方法com.mysql.cj.CharsetMapping
MySQL charset could map to several Java encodings.
getStaticMblen(String) - 类 中的静态方法com.mysql.cj.CharsetMapping
 
getStaticMysqlCharsetAliasesByName(String) - 类 中的静态方法com.mysql.cj.CharsetMapping
 
getStaticMysqlCharsetByName(String) - 类 中的静态方法com.mysql.cj.CharsetMapping
 
getStaticMysqlCharsetForJavaEncoding(String, ServerVersion) - 类 中的静态方法com.mysql.cj.CharsetMapping
 
getStaticMysqlCharsetNameForCollationIndex(Integer) - 类 中的静态方法com.mysql.cj.CharsetMapping
 
getStaticSqlParts() - 类 中的方法com.mysql.cj.QueryInfo
Returns the static sections of the parsed query, as byte arrays, split by the places where the placeholders were located.
getStatusFlags() - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
getStatusFlags() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getStatusFlags() - 类 中的方法com.mysql.cj.protocol.a.result.OkPacket
 
getStatusFlags() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getStatusFlags() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
getStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
getStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
getStmt() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
getStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
getStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
getStmt() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
getStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
statement for which the resultset is going to be iterated through by the cursor
getStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
statement for which the resultset is going to be iterated through by the cursor
getStmt() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
statement for which the resultset is going to be iterated through by the cursor
getStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
defines one of following messages to be prepared: Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
getStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
defines one of following messages to be prepared: Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
getStmt() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
defines one of following messages to be prepared: Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
getStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
statement that shall be executed
getStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
statement that shall be executed
getStmt() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
statement that shall be executed
getStmtBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
getStmtBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
getStmtBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
statement for which the resultset is going to be iterated through by the cursor
getStmtBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
defines one of following messages to be prepared: Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
getStmtExecute() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
getStmtExecute() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
getStmtExecute() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
getStmtExecuteBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
getStmtExecuteOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
getStmtExecuteOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
getStmtExecuteOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
getStmtId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
client-side assigned statement ID, must be already prepared
getStmtId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
client-side assigned statement ID, must be already prepared
getStmtId() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.DeallocateOrBuilder
client-side assigned statement ID, must be already prepared
getStmtId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
client-side assigned statement ID, must be already prepared
getStmtId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
client-side assigned statement ID, must be already prepared
getStmtId() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
client-side assigned statement ID, must be already prepared
getStmtId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
client-side assigned statement ID, which is going to identify the result of preparation
getStmtId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
client-side assigned statement ID, which is going to identify the result of preparation
getStmtId() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
client-side assigned statement ID, which is going to identify the result of preparation
getStmtOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
getStmtOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
getStmtOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
getStmtOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
getStmtOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
getStmtOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
getStmtOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
statement for which the resultset is going to be iterated through by the cursor
getStmtOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
statement for which the resultset is going to be iterated through by the cursor
getStmtOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
statement for which the resultset is going to be iterated through by the cursor
getStmtOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
defines one of following messages to be prepared: Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
getStmtOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
defines one of following messages to be prepared: Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
getStmtOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
defines one of following messages to be prepared: Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
getStreamingData() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
getString() - 接口 中的方法com.mysql.cj.BindValue
Get a String representation of the value.
getString() - 类 中的方法com.mysql.cj.jdbc.MysqlSQLXML
 
getString() - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
getString() - 类 中的方法com.mysql.cj.xdevapi.JsonString
Get internal unescaped JsonString value.
getString(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getString(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getString(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getString(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getString(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getString(int) - 接口 中的方法com.mysql.cj.xdevapi.Row
Retrieve the value for column at position `pos' (starting at 0) as a string value.
getString(int) - 类 中的方法com.mysql.cj.xdevapi.RowImpl
 
getString(BindValue) - 类 中的方法com.mysql.cj.protocol.a.BooleanValueEncoder
 
getString(BindValue) - 类 中的方法com.mysql.cj.protocol.a.ByteArrayValueEncoder
 
getString(BindValue) - 类 中的方法com.mysql.cj.protocol.a.DurationValueEncoder
 
getString(BindValue) - 类 中的方法com.mysql.cj.protocol.a.InputStreamValueEncoder
 
getString(BindValue) - 类 中的方法com.mysql.cj.protocol.a.InstantValueEncoder
 
getString(BindValue) - 类 中的方法com.mysql.cj.protocol.a.LocalDateTimeValueEncoder
 
getString(BindValue) - 类 中的方法com.mysql.cj.protocol.a.LocalDateValueEncoder
 
getString(BindValue) - 类 中的方法com.mysql.cj.protocol.a.LocalTimeValueEncoder
 
getString(BindValue) - 类 中的方法com.mysql.cj.protocol.a.NumberValueEncoder
 
getString(BindValue) - 类 中的方法com.mysql.cj.protocol.a.OffsetDateTimeValueEncoder
 
getString(BindValue) - 类 中的方法com.mysql.cj.protocol.a.OffsetTimeValueEncoder
 
getString(BindValue) - 类 中的方法com.mysql.cj.protocol.a.ReaderValueEncoder
 
getString(BindValue) - 类 中的方法com.mysql.cj.protocol.a.SqlDateValueEncoder
 
getString(BindValue) - 类 中的方法com.mysql.cj.protocol.a.SqlTimestampValueEncoder
 
getString(BindValue) - 类 中的方法com.mysql.cj.protocol.a.SqlTimeValueEncoder
 
getString(BindValue) - 类 中的方法com.mysql.cj.protocol.a.StringValueEncoder
 
getString(BindValue) - 类 中的方法com.mysql.cj.protocol.a.UtilCalendarValueEncoder
 
getString(BindValue) - 类 中的方法com.mysql.cj.protocol.a.UtilDateValueEncoder
 
getString(BindValue) - 类 中的方法com.mysql.cj.protocol.a.ZonedDateTimeValueEncoder
 
getString(BindValue) - 接口 中的方法com.mysql.cj.protocol.ValueEncoder
 
getString(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getString(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getString(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getString(String) - 类 中的静态方法com.mysql.cj.Messages
Returns the localized message for the given message key
getString(String) - 接口 中的方法com.mysql.cj.xdevapi.Row
Retrieve the value for column `fieldName' as a string value.
getString(String) - 类 中的方法com.mysql.cj.xdevapi.RowImpl
 
getString(String, Object[]) - 类 中的静态方法com.mysql.cj.Messages
 
getStringFunctions() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getStringProperty(PropertyKey) - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
getStringProperty(PropertyKey) - 接口 中的方法com.mysql.cj.conf.PropertySet
 
getStringProperty(String) - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
getStringProperty(String) - 接口 中的方法com.mysql.cj.conf.PropertySet
 
getStringRuntimeProperty(String) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Used in properties getters added by instrumentation.
getStringValue() - 类 中的方法com.mysql.cj.conf.AbstractRuntimeProperty
 
getStringValue() - 类 中的方法com.mysql.cj.conf.MemorySizeProperty
 
getStringValue() - 接口 中的方法com.mysql.cj.conf.RuntimeProperty
Get internal value representation as String.
getStringValue() - 类 中的方法com.mysql.cj.conf.StringProperty
 
getSubminor() - 类 中的方法com.mysql.cj.ServerVersion
 
getSubString(long, int) - 类 中的方法com.mysql.cj.jdbc.Clob
 
getSuperTables(String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getSuperTypes(String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getSyncMutex() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getSyncMutex() - 接口 中的方法com.mysql.cj.protocol.ResultsetRowsOwner
 
getSystemFunctions() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
name of the table the column originates from
getTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
name of the table the column originates from
getTable() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
name of the table the column originates from
getTable(String) - 接口 中的方法com.mysql.cj.xdevapi.Schema
Retrieve a reference to the named table.
getTable(String) - 类 中的方法com.mysql.cj.xdevapi.SchemaImpl
 
getTable(String, boolean) - 接口 中的方法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) - 类 中的方法com.mysql.cj.xdevapi.SchemaImpl
 
getTableLabel() - 接口 中的方法com.mysql.cj.xdevapi.Column
Get alias of Table.
getTableLabel() - 类 中的方法com.mysql.cj.xdevapi.ColumnImpl
 
getTableName() - 类 中的方法com.mysql.cj.result.Field
 
getTableName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
name of table
getTableName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
name of table
getTableName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
name of table
getTableName() - 接口 中的方法com.mysql.cj.xdevapi.Column
Get name of Table.
getTableName() - 类 中的方法com.mysql.cj.xdevapi.ColumnImpl
 
getTableName(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
getTableNameBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
name of table
getTableNameBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
name of table
getTableNameBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
name of table
getTableNameWithCase(String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getTablePrivileges(String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getTablePrivileges(String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
getTableRowCount(String, String) - 接口 中的方法com.mysql.cj.DataStoreMetadata
 
getTableRowCount(String, String) - 类 中的方法com.mysql.cj.DataStoreMetadataImpl
 
getTables() - 接口 中的方法com.mysql.cj.xdevapi.Schema
Retrieve the set of tables existing in this schema.
getTables() - 类 中的方法com.mysql.cj.xdevapi.SchemaImpl
 
getTables(String) - 接口 中的方法com.mysql.cj.xdevapi.Schema
Retrieve the set of tables existing in this schema and matching the given pattern.
getTables(String) - 类 中的方法com.mysql.cj.xdevapi.SchemaImpl
 
getTables(String, String, String, String[]) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getTables(String, String, String, String[]) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
getTableTypes() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getTag(String) - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Gets the value of the position tag for the given key.
getTarget() - 类 中的方法com.mysql.cj.util.DnsSrv.SrvRecord
 
getTargetTypeName() - 类 中的方法com.mysql.cj.result.BigDecimalValueFactory
 
getTargetTypeName() - 类 中的方法com.mysql.cj.result.BinaryStreamValueFactory
 
getTargetTypeName() - 类 中的方法com.mysql.cj.result.BooleanValueFactory
 
getTargetTypeName() - 类 中的方法com.mysql.cj.result.ByteValueFactory
 
getTargetTypeName() - 类 中的方法com.mysql.cj.result.DoubleValueFactory
 
getTargetTypeName() - 类 中的方法com.mysql.cj.result.DurationValueFactory
 
getTargetTypeName() - 类 中的方法com.mysql.cj.result.FloatValueFactory
 
getTargetTypeName() - 类 中的方法com.mysql.cj.result.IntegerValueFactory
 
getTargetTypeName() - 类 中的方法com.mysql.cj.result.LocalDateTimeValueFactory
 
getTargetTypeName() - 类 中的方法com.mysql.cj.result.LocalDateValueFactory
 
getTargetTypeName() - 类 中的方法com.mysql.cj.result.LocalTimeValueFactory
 
getTargetTypeName() - 类 中的方法com.mysql.cj.result.LongValueFactory
 
getTargetTypeName() - 类 中的方法com.mysql.cj.result.OffsetDateTimeValueFactory
 
getTargetTypeName() - 类 中的方法com.mysql.cj.result.OffsetTimeValueFactory
 
getTargetTypeName() - 类 中的方法com.mysql.cj.result.ShortValueFactory
 
getTargetTypeName() - 类 中的方法com.mysql.cj.result.SqlDateValueFactory
 
getTargetTypeName() - 类 中的方法com.mysql.cj.result.SqlTimestampValueFactory
 
getTargetTypeName() - 类 中的方法com.mysql.cj.result.SqlTimeValueFactory
 
getTargetTypeName() - 类 中的方法com.mysql.cj.result.StringValueFactory
 
getTargetTypeName() - 类 中的方法com.mysql.cj.result.UtilCalendarValueFactory
 
getTargetTypeName() - 接口 中的方法com.mysql.cj.result.ValueFactory
Get the actual class name of T parameter.
getTargetTypeName() - 类 中的方法com.mysql.cj.result.ZonedDateTimeValueFactory
 
getTargetTypeName() - 类 中的方法com.mysql.cj.xdevapi.DbDocValueFactory
 
getTextLength() - 接口 中的方法com.mysql.cj.BindValue
Gets the length of this bind value in the text protocol representation.
getTextLength() - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
getTextLength(BindValue) - 类 中的方法com.mysql.cj.protocol.a.AbstractValueEncoder
 
getTextLength(BindValue) - 接口 中的方法com.mysql.cj.protocol.ValueEncoder
 
getThisAsProxy() - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
 
getThisAsProxy() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getThisAsProxy() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
getThreadId() - 类 中的方法com.mysql.cj.CoreSession
 
getThreadId() - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
getThreadId() - 接口 中的方法com.mysql.cj.protocol.ServerCapabilities
 
getThreadId() - 类 中的方法com.mysql.cj.protocol.x.XServerCapabilities
 
getThreadId() - 接口 中的方法com.mysql.cj.Session
 
getTime(byte[], int, int, int) - 类 中的静态方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
getTime(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getTime(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getTime(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getTime(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getTime(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getTime(int) - 接口 中的方法com.mysql.cj.xdevapi.Row
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
getTime(int) - 类 中的方法com.mysql.cj.xdevapi.RowImpl
 
getTime(int, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getTime(int, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getTime(int, Calendar) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getTime(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getTime(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getTime(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getTime(String) - 接口 中的方法com.mysql.cj.xdevapi.Row
Retrieve the value for column `fieldName' as a Time value.
getTime(String) - 类 中的方法com.mysql.cj.xdevapi.RowImpl
 
getTime(String, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getTime(String, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getTime(String, Calendar) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getTimeDateFunctions() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getTimeoutInMillis() - 类 中的方法com.mysql.cj.AbstractQuery
 
getTimeoutInMillis() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getTimeoutInMillis() - 接口 中的方法com.mysql.cj.Query
 
getTimestamp(byte[], int, int, int) - 类 中的静态方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
getTimestamp(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getTimestamp(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getTimestamp(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getTimestamp(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getTimestamp(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getTimestamp(int) - 接口 中的方法com.mysql.cj.xdevapi.Row
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
getTimestamp(int) - 类 中的方法com.mysql.cj.xdevapi.RowImpl
 
getTimestamp(int, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getTimestamp(int, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getTimestamp(int, Calendar) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getTimestamp(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getTimestamp(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getTimestamp(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getTimestamp(String) - 接口 中的方法com.mysql.cj.xdevapi.Row
Retrieve the value for column `fieldName' as a Timestamp value.
getTimestamp(String) - 类 中的方法com.mysql.cj.xdevapi.RowImpl
 
getTimestamp(String, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getTimestamp(String, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getTimestamp(String, Calendar) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getTls() - 类 中的方法com.mysql.cj.protocol.x.XServerCapabilities
 
getTotalConnectionCount() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
 
getTotalConnectionCount(String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
getTotalHostCount(String) - 类 中的静态方法com.mysql.cj.jdbc.ConnectionGroupManager
 
getTotalHostCount(String) - 类 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
 
getTotalHostCount(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
 
getTotalLogicalConnectionCount() - 类 中的方法com.mysql.cj.jdbc.ConnectionGroup
 
getTotalLogicalConnectionCount(String) - 类 中的静态方法com.mysql.cj.jdbc.ConnectionGroupManager
 
getTotalLogicalConnectionCount(String) - 类 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
 
getTotalLogicalConnectionCount(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
 
getTotalLogicalConnectionCount(String) - 类 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManager
 
getTotalLogicalConnectionCount(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
 
getTotalPhysicalConnectionCount() - 类 中的方法com.mysql.cj.jdbc.ConnectionGroup
 
getTotalPhysicalConnectionCount() - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
 
getTotalPhysicalConnectionCount(String) - 类 中的静态方法com.mysql.cj.jdbc.ConnectionGroupManager
 
getTotalPhysicalConnectionCount(String) - 类 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
 
getTotalPhysicalConnectionCount(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
 
getTotalTransactionCount() - 类 中的方法com.mysql.cj.jdbc.ConnectionGroup
 
getTotalTransactionCount(String) - 类 中的静态方法com.mysql.cj.jdbc.ConnectionGroupManager
 
getTotalTransactionCount(String) - 类 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
 
getTotalTransactionCount(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
 
getTransactionCount() - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
 
getTransactionIsolation() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getTransactionIsolation() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getTransactionIsolation() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getTransactionState() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getTransactionState() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getTransactionState() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
getTransactionTimeout() - 类 中的方法com.mysql.cj.jdbc.MysqlXAConnection
 
getTransactionTimeout() - 类 中的方法com.mysql.cj.jdbc.SuspendableXAConnection
 
getTransferSize() - 异常错误 中的方法com.mysql.cj.exceptions.DataTruncationException
 
getType() - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Returns this connection URL type.
getType() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getType() - 类 中的方法com.mysql.cj.protocol.ServerSessionStateController.SessionStateChange
 
getType() - 类 中的方法com.mysql.cj.protocol.x.Notice
 
getType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
getType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
getType() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessageOrBuilder
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
getType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
required .Mysqlx.Datatypes.Any.Type type = 1;
getType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
required .Mysqlx.Datatypes.Any.Type type = 1;
getType() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
required .Mysqlx.Datatypes.Any.Type type = 1;
getType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
required .Mysqlx.Datatypes.Scalar.Type type = 1;
getType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
required .Mysqlx.Datatypes.Scalar.Type type = 1;
getType() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
required .Mysqlx.Datatypes.Scalar.Type type = 1;
getType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
getType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
getType() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
getType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
required .Mysqlx.Expr.Expr.Type type = 1;
getType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
required .Mysqlx.Expr.Expr.Type type = 1;
getType() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
required .Mysqlx.Expr.Expr.Type type = 1;
getType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
the type of the payload
getType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
the type of the payload
getType() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
the type of the payload
getType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
type of group replication event
getType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
type of group replication event
getType() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
type of group replication event
getType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
getType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
getType() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
getType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
datatype of the field in a row
getType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
datatype of the field in a row
getType() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
datatype of the field in a row
getType() - 接口 中的方法com.mysql.cj.xdevapi.Column
Get this column's Type.
getType() - 类 中的方法com.mysql.cj.xdevapi.ColumnImpl
 
getType() - 类 中的方法com.mysql.cj.xdevapi.CreateIndexParams.IndexField
Get column type.
getTypeForMessageClass(Class<? extends MessageLite>) - 类 中的静态方法com.mysql.cj.protocol.x.MessageConstants
Lookup the "ClientMessages" type tag for a Protocol buffers message class.
getTypeInfo() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getTypeMap() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getTypeMap() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getTypeMap() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getUDTs(String, String, String, int[]) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getUncompressedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
optional uint64 uncompressed_size = 1;
getUncompressedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
optional uint64 uncompressed_size = 1;
getUncompressedSize() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
optional uint64 uncompressed_size = 1;
getUnderlyingInterceptor() - 类 中的方法com.mysql.cj.NoSubInterceptorWrapper
 
getUnderlyingStream() - 类 中的方法com.mysql.cj.protocol.FullReadInputStream
 
getUnicodeStream(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
已过时。
getUnicodeStream(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
已过时。
getUniqueSavepointId() - 类 中的静态方法com.mysql.cj.util.StringUtils
 
getUnknownFields() - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
getUnknownFields() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
getUpdate() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Update update = 4;
getUpdate() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
optional .Mysqlx.Crud.Update update = 4;
getUpdate() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
optional .Mysqlx.Crud.Update update = 4;
getUpdateBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Update update = 4;
getUpdateCount() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
getUpdateCount() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getUpdateCount() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
getUpdateCount() - 类 中的方法com.mysql.cj.protocol.a.result.NativeResultset
 
getUpdateCount() - 类 中的方法com.mysql.cj.protocol.a.result.OkPacket
 
getUpdateCount() - 接口 中的方法com.mysql.cj.protocol.Resultset
Returns the update count for this result set (if one exists), otherwise -1.
getUpdateID() - 类 中的方法com.mysql.cj.protocol.a.result.NativeResultset
 
getUpdateID() - 类 中的方法com.mysql.cj.protocol.a.result.OkPacket
 
getUpdateID() - 接口 中的方法com.mysql.cj.protocol.Resultset
Returns the AUTO_INCREMENT value for the DDL/DML statement which created this result set.
getUpdateOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Update update = 4;
getUpdateOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
optional .Mysqlx.Crud.Update update = 4;
getUpdateOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
optional .Mysqlx.Crud.Update update = 4;
getUpdates() - 类 中的方法com.mysql.cj.xdevapi.UpdateParams
Get update parameters map.
getUpdateType() - 类 中的方法com.mysql.cj.xdevapi.UpdateSpec
Get X Protocol update type.
getUpperBound() - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
getUpperBound() - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
The highest possible value of range-based property
getUpsert() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
true if this should be treated as an Upsert (that is, update on duplicate key)
getUpsert() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
true if this should be treated as an Upsert (that is, update on duplicate key)
getUpsert() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
true if this should be treated as an Upsert (that is, update on duplicate key)
getUri() - 接口 中的方法com.mysql.cj.xdevapi.Session
Get the URL used to create this session.
getUri() - 类 中的方法com.mysql.cj.xdevapi.SessionImpl
 
getUrl() - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Returns the JDBC URL that will be used to create the database connection.
getUrl() - 类 中的方法com.mysql.cj.jdbc.util.BaseBugReport
Provides the JDBC URL to use to demonstrate the bug.
getURL() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getURL() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getURL() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getURL() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getURL() - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Returns the URL for this connection
getURL() - 接口 中的方法com.mysql.cj.MysqlConnection
 
getURL(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getURL(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getURL(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getURL(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getURL(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getURL(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getURL(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
getURL(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getUser() - 类 中的方法com.mysql.cj.conf.HostInfo
Returns the user name.
getUser() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getUser() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getUser() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getUser() - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Returns the configured user for this connection
getUser() - 接口 中的方法com.mysql.cj.MysqlConnection
 
getUsername() - 类 中的方法com.mysql.cj.callback.UsernameCallback
Get the username provided by the caller of MysqlCallbackHandler.handle(MysqlCallback).
getUserName() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getUtilCalendar(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getValidation() - 类 中的方法com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
 
getValidation() - 类 中的方法com.mysql.cj.xdevapi.Schema.ModifyCollectionOptions
 
getValue() - 接口 中的方法com.mysql.cj.BindValue
 
getValue() - 类 中的方法com.mysql.cj.conf.AbstractRuntimeProperty
 
getValue() - 接口 中的方法com.mysql.cj.conf.RuntimeProperty
Get internal value representation as Object.
getValue() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
 
getValue() - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
getValue() - 类 中的方法com.mysql.cj.protocol.x.Notice.XSessionStateChanged
 
getValue() - 类 中的方法com.mysql.cj.protocol.x.Notice.XSessionVariableChanged
 
getValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
required .Mysqlx.Datatypes.Any value = 2;
getValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
required .Mysqlx.Datatypes.Any value = 2;
getValue() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
required .Mysqlx.Datatypes.Any value = 2;
getValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
an expression to be computed as the new value for the operation
getValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
an expression to be computed as the new value for the operation
getValue() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
an expression to be computed as the new value for the operation
getValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
required .Mysqlx.Datatypes.Any value = 2;
getValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
required .Mysqlx.Datatypes.Any value = 2;
getValue() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
required .Mysqlx.Datatypes.Any value = 2;
getValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
required bytes value = 1;
getValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
required bytes value = 1;
getValue() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.OctetsOrBuilder
required bytes value = 1;
getValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
required bytes value = 1;
getValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
required bytes value = 1;
getValue() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.StringOrBuilder
required bytes value = 1;
getValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
optional string value = 2;
getValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
optional string value = 2;
getValue() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
optional string value = 2;
getValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
value of field
getValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
value of field
getValue() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
value of field
getValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
the changed value of param
getValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
the changed value of param
getValue() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
the changed value of param
getValue() - 类 中的方法com.mysql.cj.xdevapi.UpdateSpec
Get X Protocol value expression.
getValue(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
repeated .Mysqlx.Datatypes.Any value = 1;
getValue(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
repeated .Mysqlx.Datatypes.Any value = 1;
getValue(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
repeated .Mysqlx.Datatypes.Any value = 1;
getValue(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
list of values
getValue(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
list of values
getValue(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
list of values
getValue(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
updated value
getValue(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
updated value
getValue(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
updated value
getValue(int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.result.BinaryBufferRow
Implementation of getValue() based on the underlying Buffer object.
getValue(int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.result.ByteArrayRow
Implementation of getValue() based on the underlying byte array.
getValue(int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.a.result.TextBufferRow
Implementation of getValue() based on the underlying Buffer object.
getValue(int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.x.XProtocolRow
 
getValue(int, ValueFactory<T>) - 接口 中的方法com.mysql.cj.result.Row
Retrieve a value for the given column.
getValueBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
required .Mysqlx.Datatypes.Any value = 2;
getValueBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
an expression to be computed as the new value for the operation
getValueBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
required .Mysqlx.Datatypes.Any value = 2;
getValueBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
value of field
getValueBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
the changed value of param
getValueBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
repeated .Mysqlx.Datatypes.Any value = 1;
getValueBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
list of values
getValueBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
updated value
getValueBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
repeated .Mysqlx.Datatypes.Any value = 1;
getValueBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
list of values
getValueBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
updated value
getValueBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
optional string value = 2;
getValueBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
optional string value = 2;
getValueBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
optional string value = 2;
getValueCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
repeated .Mysqlx.Datatypes.Any value = 1;
getValueCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
repeated .Mysqlx.Datatypes.Any value = 1;
getValueCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
repeated .Mysqlx.Datatypes.Any value = 1;
getValueCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
list of values
getValueCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
list of values
getValueCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
list of values
getValueCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
updated value
getValueCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
updated value
getValueCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
updated value
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
 
getValueDescriptor() - 枚举 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
 
getValueEncoderSupplier(Object) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
getValueEncoderSupplier(Object) - 接口 中的方法com.mysql.cj.protocol.Protocol
 
getValueEncoderSupplier(Object) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
getValueFromBytes(int, byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.result.AbstractResultsetRow
Get a value from a byte array.
getValueList() - 类 中的方法com.mysql.cj.protocol.x.Notice.XSessionStateChanged
 
getValueList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
repeated .Mysqlx.Datatypes.Any value = 1;
getValueList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
repeated .Mysqlx.Datatypes.Any value = 1;
getValueList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
repeated .Mysqlx.Datatypes.Any value = 1;
getValueList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
list of values
getValueList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
list of values
getValueList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
list of values
getValueList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
updated value
getValueList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
updated value
getValueList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
updated value
getValueNeedsQuoting() - 类 中的方法com.mysql.cj.result.Field
 
getValueOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
required .Mysqlx.Datatypes.Any value = 2;
getValueOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
required .Mysqlx.Datatypes.Any value = 2;
getValueOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
required .Mysqlx.Datatypes.Any value = 2;
getValueOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
an expression to be computed as the new value for the operation
getValueOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
an expression to be computed as the new value for the operation
getValueOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
an expression to be computed as the new value for the operation
getValueOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
required .Mysqlx.Datatypes.Any value = 2;
getValueOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
required .Mysqlx.Datatypes.Any value = 2;
getValueOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
required .Mysqlx.Datatypes.Any value = 2;
getValueOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
value of field
getValueOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
value of field
getValueOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
value of field
getValueOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
the changed value of param
getValueOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
the changed value of param
getValueOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
the changed value of param
getValueOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
repeated .Mysqlx.Datatypes.Any value = 1;
getValueOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
repeated .Mysqlx.Datatypes.Any value = 1;
getValueOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
repeated .Mysqlx.Datatypes.Any value = 1;
getValueOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
list of values
getValueOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
list of values
getValueOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
list of values
getValueOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
updated value
getValueOrBuilder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
updated value
getValueOrBuilder(int) - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
updated value
getValueOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
repeated .Mysqlx.Datatypes.Any value = 1;
getValueOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
repeated .Mysqlx.Datatypes.Any value = 1;
getValueOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
repeated .Mysqlx.Datatypes.Any value = 1;
getValueOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
list of values
getValueOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
list of values
getValueOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
list of values
getValueOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
updated value
getValueOrBuilderList() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
updated value
getValueOrBuilderList() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
updated value
getValues() - 类 中的方法com.mysql.cj.protocol.ServerSessionStateController.SessionStateChange
 
getValuesClauseLength() - 类 中的方法com.mysql.cj.QueryInfo
If this object represents a query that is re-writable as a multi-values statement and if rewriting batched statements is enabled, then returns the length of the parsed VALUES clause section, including the placeholder characters themselves, otherwise returns -1.
getVariable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional string variable = 3;
getVariable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional string variable = 3;
getVariable() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional string variable = 3;
getVariableBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional string variable = 3;
getVariableBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional string variable = 3;
getVariableBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional string variable = 3;
getVBool() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional bool v_bool = 8;
getVBool() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
optional bool v_bool = 8;
getVBool() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
optional bool v_bool = 8;
getVDouble() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional double v_double = 6;
getVDouble() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
optional double v_double = 6;
getVDouble() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
optional double v_double = 6;
getVendor() - 枚举 中的方法com.mysql.cj.MysqlType
 
getVendorCode() - 异常错误 中的方法com.mysql.cj.exceptions.CJException
 
getVendorTypeNumber() - 枚举 中的方法com.mysql.cj.MysqlType
 
getVersionColumns(String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getVersionColumns(String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
getVersionColumnsFields() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getVFloat() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional float v_float = 7;
getVFloat() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
optional float v_float = 7;
getVFloat() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
optional float v_float = 7;
getViewId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
view identifier
getViewId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
view identifier
getViewId() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
view identifier
getViewIdBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
view identifier
getViewIdBytes() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
view identifier
getViewIdBytes() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
view identifier
getVOctets() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
4 is unused, was Null which doesn't have a storage anymore
getVOctets() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
4 is unused, was Null which doesn't have a storage anymore
getVOctets() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
4 is unused, was Null which doesn't have a storage anymore
getVOctetsBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
4 is unused, was Null which doesn't have a storage anymore
getVOctetsOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
4 is unused, was Null which doesn't have a storage anymore
getVOctetsOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
4 is unused, was Null which doesn't have a storage anymore
getVOctetsOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
4 is unused, was Null which doesn't have a storage anymore
getVSignedInt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional sint64 v_signed_int = 2;
getVSignedInt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
optional sint64 v_signed_int = 2;
getVSignedInt() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
optional sint64 v_signed_int = 2;
getVString() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
getVString() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
getVString() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
getVStringBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
getVStringOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
getVStringOrBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
getVStringOrBuilder() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
getVUnsignedInt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional uint64 v_unsigned_int = 3;
getVUnsignedInt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
optional uint64 v_unsigned_int = 3;
getVUnsignedInt() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
optional uint64 v_unsigned_int = 3;
getWarningCount() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
getWarningCount() - 类 中的方法com.mysql.cj.protocol.a.result.OkPacket
 
getWarnings() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getWarnings() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
getWarnings() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getWarnings() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getWarnings() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getWarnings() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
getWarnings() - 类 中的方法com.mysql.cj.protocol.x.StatementExecuteOk
 
getWarnings() - 类 中的方法com.mysql.cj.xdevapi.AbstractDataResult
 
getWarnings() - 接口 中的方法com.mysql.cj.xdevapi.Result
Get warnings generated during statement execution.
getWarnings() - 类 中的方法com.mysql.cj.xdevapi.SqlMultiResult
 
getWarnings() - 类 中的方法com.mysql.cj.xdevapi.UpdateResult
 
getWarningsCount() - 类 中的方法com.mysql.cj.protocol.x.StatementExecuteOk
 
getWarningsCount() - 类 中的方法com.mysql.cj.xdevapi.AbstractDataResult
 
getWarningsCount() - 接口 中的方法com.mysql.cj.xdevapi.Result
Get the number of warnings generated during statement execution.
getWarningsCount() - 类 中的方法com.mysql.cj.xdevapi.SqlMultiResult
 
getWarningsCount() - 类 中的方法com.mysql.cj.xdevapi.UpdateResult
 
getWeight() - 类 中的方法com.mysql.cj.util.DnsSrv.SrvRecord
 
getXAConnection() - 类 中的方法com.mysql.cj.jdbc.MysqlXADataSource
 
getXAConnection(String, String) - 类 中的方法com.mysql.cj.jdbc.MysqlXADataSource
 
getXAResource() - 类 中的方法com.mysql.cj.jdbc.MysqlXAConnection
 
getXAResource() - 类 中的方法com.mysql.cj.jdbc.SuspendableXAConnection
 
getYear() - 类 中的方法com.mysql.cj.protocol.InternalDate
 
GLOBAL - com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
GLOBAL = 1;
GLOBAL_VALUE - 枚举 中的静态变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
GROUP_REPLICATION_STATE_CHANGED = 4;
groupBy - 类 中的变量com.mysql.cj.xdevapi.AbstractFilterParams
 
groupBy(String...) - 接口 中的方法com.mysql.cj.xdevapi.FindStatement
Add/replace the aggregation fields for this query.
groupBy(String...) - 类 中的方法com.mysql.cj.xdevapi.FindStatementImpl
 
groupBy(String...) - 接口 中的方法com.mysql.cj.xdevapi.SelectStatement
Add/replace the aggregation fields for this query.
groupBy(String...) - 类 中的方法com.mysql.cj.xdevapi.SelectStatementImpl
 
GROUPING_CRITERIA_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
GROUPING_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
GS2_CBIND_FLAG - 类 中的静态变量com.mysql.cj.sasl.ScramShaSaslClient
 
gs2Header - 类 中的变量com.mysql.cj.sasl.ScramShaSaslClient
 

H

ha_enableJMX - com.mysql.cj.conf.PropertyKey
 
ha_loadBalanceStrategy - com.mysql.cj.conf.PropertyKey
 
hadWarnings - 类 中的变量com.mysql.cj.protocol.a.NativeProtocol
 
hadWarnings() - 类 中的方法com.mysql.cj.NativeSession
 
hadWarnings() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
handle(MysqlCallback) - 接口 中的方法com.mysql.cj.callback.MysqlCallbackHandler
Exchanges information between the caller of this method and the owner of the MysqlCallbackHandler instance.
handleCleanup(Throwable) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
handleCleanup(Throwable) - 接口 中的方法com.mysql.cj.Session.SessionEventListener
 
handleCloseConnection(ReplicationConnection) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
 
handleEvent(Protocol.ProtocolEventListener.EventType, Object, Throwable) - 接口 中的方法com.mysql.cj.protocol.Protocol.ProtocolEventListener
 
handleEvent(Protocol.ProtocolEventListener.EventType, Object, Throwable) - 类 中的方法com.mysql.cj.xdevapi.ClientImpl
 
handleExceptionForBatch(int, int, long[], SQLException) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
handleNewInstance(Constructor<?>, Object[], ExceptionInterceptor) - 类 中的静态方法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() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
handleNormalClose() - 接口 中的方法com.mysql.cj.Session.SessionEventListener
 
handlePropertyChange(RuntimeProperty<?>) - 接口 中的方法com.mysql.cj.conf.RuntimeProperty.RuntimePropertyListener
 
handlePropertyChange(RuntimeProperty<?>) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
handleReconnect() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
handleReconnect() - 接口 中的方法com.mysql.cj.Session.SessionEventListener
 
handleSessionStateChanges(ServerSessionStateController.ServerSessionStateChanges) - 接口 中的方法com.mysql.cj.protocol.ServerSessionStateController.SessionStateChangesListener
 
hasAlgorithm() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
defines how MySQL Server processes the view
hasAlgorithm() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
defines how MySQL Server processes the view
hasAlgorithm() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
defines how MySQL Server processes the view
hasAlgorithm() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
defined how MySQL Server processes the view
hasAlgorithm() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
defined how MySQL Server processes the view
hasAlgorithm() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
defined how MySQL Server processes the view
hasAlias() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
optional string alias = 2;
hasAlias() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
optional string alias = 2;
hasAlias() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
optional string alias = 2;
hasAlias() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
optional alias.
hasAlias() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
optional alias.
hasAlias() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
optional alias.
hasArray() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Array array = 4;
hasArray() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
optional .Mysqlx.Datatypes.Array array = 4;
hasArray() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
optional .Mysqlx.Datatypes.Array array = 4;
hasArray() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Array array = 9;
hasArray() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional .Mysqlx.Expr.Array array = 9;
hasArray() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional .Mysqlx.Expr.Array array = 9;
hasAuthData() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
authentication data
hasAuthData() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
authentication data
hasAuthData() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinueOrBuilder
authentication data
hasAuthData() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
authentication data
hasAuthData() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
authentication data
hasAuthData() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOkOrBuilder
authentication data
hasAuthData() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
authentication data
hasAuthData() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
authentication data
hasAuthData() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
authentication data
hasBuiltIndexMapping() - 接口 中的方法com.mysql.cj.protocol.ColumnDefinition
 
hasBuiltIndexMapping() - 类 中的方法com.mysql.cj.result.DefaultColumnDefinition
 
hasCapabilities() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
required .Mysqlx.Connection.Capabilities capabilities = 1;
hasCapabilities() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
required .Mysqlx.Connection.Capabilities capabilities = 1;
hasCapabilities() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSetOrBuilder
required .Mysqlx.Connection.Capabilities capabilities = 1;
hasCapability(String) - 类 中的方法com.mysql.cj.protocol.x.XServerCapabilities
 
hasCatalog() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
catalog the schema originates from @note As there is currently no support for catalogs in MySQL, don't expect this field to be set.
hasCatalog() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
catalog the schema originates from @note As there is currently no support for catalogs in MySQL, don't expect this field to be set.
hasCatalog() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
catalog the schema originates from @note As there is currently no support for catalogs in MySQL, don't expect this field to be set.
hasCcAlias() - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
hasCcAlias() - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
Returns true if property has a camel-case alias.
hasCheck() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
limits the write operations done on a VIEW
hasCheck() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
limits the write operations done on a VIEW
hasCheck() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
limits the write operations done on a VIEW
hasCheck() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
limits the write operations done on a VIEW
hasCheck() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
limits the write operations done on a VIEW
hasCheck() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
limits the write operations done on a VIEW
hasClientMessages() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
optional .Mysqlx.ClientMessages.Type client_messages = 3;
hasClientMessages() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
optional .Mysqlx.ClientMessages.Type client_messages = 3;
hasClientMessages() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
optional .Mysqlx.ClientMessages.Type client_messages = 3;
hasCode() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
error code
hasCode() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
error code
hasCode() - 接口 中的方法com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
error code
hasCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
warning code
hasCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
warning code
hasCode() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
warning code
hasCollation() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
optional uint64 collation = 2;
hasCollation() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
optional uint64 collation = 2;
hasCollation() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.StringOrBuilder
optional uint64 collation = 2;
hasCollation() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
optional uint64 collation = 8;
hasCollation() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
optional uint64 collation = 8;
hasCollation() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
optional uint64 collation = 8;
hasCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
name of the VIEW object, which should be created
hasCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
name of the VIEW object, which should be created
hasCollection() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
name of the VIEW object, which should be created
hasCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
collection to change
hasCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
collection to change
hasCollection() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
collection to change
hasCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
name of the VIEW object, which should be deleted
hasCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
name of the VIEW object, which should be deleted
hasCollection() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
name of the VIEW object, which should be deleted
hasCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
collection in which to find
hasCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
collection in which to find
hasCollection() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
collection in which to find
hasCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
collection to insert into
hasCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
collection to insert into
hasCollection() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
collection to insert into
hasCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
name of the VIEW object, which should be modified
hasCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
name of the VIEW object, which should be modified
hasCollection() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
name of the VIEW object, which should be modified
hasCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
collection to change
hasCollection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
collection to change
hasCollection() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
collection to change
hasCompactMetadata() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
send only type information for @ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
hasCompactMetadata() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
send only type information for @ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
hasCompactMetadata() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
send only type information for @ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
hasCompactMetadata() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
send only type information for @ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
hasCompactMetadata() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
send only type information for @ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
hasCompactMetadata() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
send only type information for @ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
hasConditionKey() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
required uint32 condition_key = 1;
hasConditionKey() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
required uint32 condition_key = 1;
hasConditionKey() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
required uint32 condition_key = 1;
hasConditionValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
optional bytes condition_value = 2;
hasConditionValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
optional bytes condition_value = 2;
hasConditionValue() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
optional bytes condition_value = 2;
hasContentType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
optional uint32 content_type = 2;
hasContentType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
optional uint32 content_type = 2;
hasContentType() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.OctetsOrBuilder
optional uint32 content_type = 2;
hasContentType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
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) | @note This list isn't comprehensive.
hasContentType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
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) | @note This list isn't comprehensive.
hasContentType() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
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) | @note This list isn't comprehensive.
hasCriteria() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
filter expression to match rows that the operations will apply on
hasCriteria() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
filter expression to match rows that the operations will apply on
hasCriteria() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
filter expression to match rows that the operations will apply on
hasCriteria() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
filter criteria
hasCriteria() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
filter criteria
hasCriteria() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
filter criteria
hasCriteria() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
filter expression to match rows that the operations will apply on
hasCriteria() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
filter expression to match rows that the operations will apply on
hasCriteria() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
filter expression to match rows that the operations will apply on
hasCursorId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
client-side assigned cursor ID; must be allocated/open
hasCursorId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
client-side assigned cursor ID; must be allocated/open
hasCursorId() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.CloseOrBuilder
client-side assigned cursor ID; must be allocated/open
hasCursorId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
client-side assigned cursor ID; must be already open
hasCursorId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
client-side assigned cursor ID; must be already open
hasCursorId() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.FetchOrBuilder
client-side assigned cursor ID; must be already open
hasCursorId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
client-side assigned cursor ID; the ID is going to represent the new cursor and assigned to it the statement
hasCursorId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
client-side assigned cursor ID; the ID is going to represent the new cursor and assigned to it the statement
hasCursorId() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
client-side assigned cursor ID; the ID is going to represent the new cursor and assigned to it the statement
hasData() - 接口 中的方法com.mysql.cj.xdevapi.FetchResult
Does this result have data?
hasData() - 类 中的方法com.mysql.cj.xdevapi.SqlMultiResult
 
hasData() - 类 中的方法com.mysql.cj.xdevapi.SqlUpdateResult
 
hasDataModel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
data model that the operations refer to
hasDataModel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
data model that the operations refer to
hasDataModel() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
data model that the operations refer to
hasDataModel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
data model that the operations refer to
hasDataModel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
data model that the operations refer to
hasDataModel() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
data model that the operations refer to
hasDataModel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
data model that the operations refer to
hasDataModel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
data model that the operations refer to
hasDataModel() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
data model that the operations refer to
hasDataModel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
datamodel that the operations refer to
hasDataModel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
datamodel that the operations refer to
hasDataModel() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
datamodel that the operations refer to
hasDeadlockOrTimeoutRolledBackTx(SQLException) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
hasDefiner() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
user name of the definer, if the value isn't set then the definer is current user
hasDefiner() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
user name of the definer, if the value isn't set then the definer is current user
hasDefiner() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
user name of the definer, if the value isn't set then the definer is current user
hasDefiner() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
user name of the definer, if the value isn't set then the definer is current user
hasDefiner() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
user name of the definer, if the value isn't set then the definer is current user
hasDefiner() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
user name of the definer, if the value isn't set then the definer is current user
hasDelete() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Delete delete = 5;
hasDelete() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
optional .Mysqlx.Crud.Delete delete = 5;
hasDelete() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
optional .Mysqlx.Crud.Delete delete = 5;
hasDirection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
hasDirection() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
hasDirection() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
hasExpr() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
required .Mysqlx.Expr.Expr expr = 1;
hasExpr() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
required .Mysqlx.Expr.Expr expr = 1;
hasExpr() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
required .Mysqlx.Expr.Expr expr = 1;
hasFetchRows() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
number of rows that should be retrieved from sequential cursor
hasFetchRows() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
number of rows that should be retrieved from sequential cursor
hasFetchRows() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.FetchOrBuilder
number of rows that should be retrieved from sequential cursor
hasFetchRows() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
number of rows that should be retrieved from sequential cursor
hasFetchRows() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
number of rows that should be retrieved from sequential cursor
hasFetchRows() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
number of rows that should be retrieved from sequential cursor
hasField(Descriptors.FieldDescriptor) - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
hasFind() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Find find = 2;
hasFind() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
optional .Mysqlx.Crud.Find find = 2;
hasFind() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
optional .Mysqlx.Crud.Find find = 2;
hasFlags() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
``.type`` specific flags | Type | Value | Description | |---------|--------|--------------| | UINT | 0x0001 | zerofill | | DOUBLE | 0x0001 | unsigned | | FLOAT | 0x0001 | unsigned | | DECIMAL | 0x0001 | unsigned | | BYTES | 0x0001 | rightpad | | Value | Description | |--------|-----------------| | 0x0010 | NOT\_NULL | | 0x0020 | PRIMARY\_KEY | | 0x0040 | UNIQUE\_KEY | | 0x0080 | MULTIPLE\_KEY | | 0x0100 | AUTO\_INCREMENT | default: 0
hasFlags() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
``.type`` specific flags | Type | Value | Description | |---------|--------|--------------| | UINT | 0x0001 | zerofill | | DOUBLE | 0x0001 | unsigned | | FLOAT | 0x0001 | unsigned | | DECIMAL | 0x0001 | unsigned | | BYTES | 0x0001 | rightpad | | Value | Description | |--------|-----------------| | 0x0010 | NOT\_NULL | | 0x0020 | PRIMARY\_KEY | | 0x0040 | UNIQUE\_KEY | | 0x0080 | MULTIPLE\_KEY | | 0x0100 | AUTO\_INCREMENT | default: 0
hasFlags() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
``.type`` specific flags | Type | Value | Description | |---------|--------|--------------| | UINT | 0x0001 | zerofill | | DOUBLE | 0x0001 | unsigned | | FLOAT | 0x0001 | unsigned | | DECIMAL | 0x0001 | unsigned | | BYTES | 0x0001 | rightpad | | Value | Description | |--------|-----------------| | 0x0010 | NOT\_NULL | | 0x0020 | PRIMARY\_KEY | | 0x0040 | UNIQUE\_KEY | | 0x0080 | MULTIPLE\_KEY | | 0x0100 | AUTO\_INCREMENT | default: 0
hasFractionalDigits() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
displayed factional decimal digits for floating point and fixed point numbers
hasFractionalDigits() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
displayed factional decimal digits for floating point and fixed point numbers
hasFractionalDigits() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
displayed factional decimal digits for floating point and fixed point numbers
hasFractionalSeconds(Time) - 类 中的静态方法com.mysql.cj.util.TimeUtil
 
hasFunctionCall() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.FunctionCall function_call = 5;
hasFunctionCall() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional .Mysqlx.Expr.FunctionCall function_call = 5;
hasFunctionCall() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional .Mysqlx.Expr.FunctionCall function_call = 5;
hasGroupingCriteria() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
filter criteria for aggregated groups
hasGroupingCriteria() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
filter criteria for aggregated groups
hasGroupingCriteria() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
filter criteria for aggregated groups
hashCode() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
 
hashCode() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData.IndexMetaDataKey
 
hashCode() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData.TableMetaDataKey
 
hashCode() - 类 中的方法com.mysql.cj.jdbc.MysqlXid
 
hashCode() - 类 中的方法com.mysql.cj.ServerVersion
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
hashCode() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
hashCode() - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
hashCode() - 类 中的方法com.mysql.cj.xdevapi.SchemaImpl
 
hashCode() - 类 中的方法com.mysql.cj.xdevapi.TableImpl
 
hasIdentifier() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
hasIdentifier() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
hasIdentifier() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
hasIfExists() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
if true then suppress error when deleted view does not exists
hasIfExists() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
if true then suppress error when deleted view does not exists
hasIfExists() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
if true then suppress error when deleted view does not exists
hasIndex() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
used in case of ARRY_INDEX
hasIndex() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
used in case of ARRY_INDEX
hasIndex() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
used in case of ARRY_INDEX
hasInitialResponse() - 类 中的方法com.mysql.cj.sasl.ScramShaSaslClient
 
hasInitialResponse() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
initial response
hasInitialResponse() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
initial response
hasInitialResponse() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
initial response
hasInsert() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Insert insert = 3;
hasInsert() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
optional .Mysqlx.Crud.Insert insert = 3;
hasInsert() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
optional .Mysqlx.Crud.Insert insert = 3;
hasKeepOpen() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
if is true the session will be reset, but stays authenticated; otherwise, the session will be closed and needs to be authenticated again
hasKeepOpen() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
if is true the session will be reset, but stays authenticated; otherwise, the session will be closed and needs to be authenticated again
hasKeepOpen() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSession.ResetOrBuilder
if is true the session will be reset, but stays authenticated; otherwise, the session will be closed and needs to be authenticated again
hasKey() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
required string key = 1;
hasKey() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
required string key = 1;
hasKey() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
required string key = 1;
hasKey() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
identifier of field
hasKey() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
identifier of field
hasKey() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
identifier of field
hasLargeFields() - 接口 中的方法com.mysql.cj.protocol.ColumnDefinition
Check if fields with type BLOB, MEDIUMBLOB, LONGBLOB, TEXT, MEDIUMTEXT or LONGTEXT exist in this ColumnDefinition.
hasLargeFields() - 类 中的方法com.mysql.cj.result.DefaultColumnDefinition
Check if fields with type BLOB, MEDIUMBLOB, LONGBLOB, TEXT, MEDIUMTEXT or LONGTEXT exist in this ColumnDefinition.
hasLength() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
maximum count of displayable characters of .type
hasLength() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
maximum count of displayable characters of .type
hasLength() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
maximum count of displayable characters of .type
hasLevel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
Note or Warning
hasLevel() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
Note or Warning
hasLevel() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
Note or Warning
hasLimit() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
hasLimit() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
limits the number of rows to match (user can set one of: limit, limit_expr)
hasLimit() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
limits the number of rows to match (user can set one of: limit, limit_expr)
hasLimit() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
hasLimit() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
hasLimit() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
hasLimit() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
hasLimit() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
limits the number of rows to match (user can set one of: limit, limit_expr)
hasLimit() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
limits the number of rows to match (user can set one of: limit, limit_expr)
hasLimitExpr() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
hasLimitExpr() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
limits the number of rows to match (user can set one of: limit, limit_expr)
hasLimitExpr() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
limits the number of rows to match (user can set one of: limit, limit_expr)
hasLimitExpr() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
hasLimitExpr() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
hasLimitExpr() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
hasLimitExpr() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
hasLimitExpr() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
limits the number of rows to match (user can set one of: limit, limit_expr)
hasLimitExpr() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
limits the number of rows to match (user can set one of: limit, limit_expr)
hasLiteral() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Datatypes.Scalar literal = 4;
hasLiteral() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional .Mysqlx.Datatypes.Scalar literal = 4;
hasLiteral() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional .Mysqlx.Datatypes.Scalar literal = 4;
hasLocking() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
perform row locking on matches
hasLocking() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
perform row locking on matches
hasLocking() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
perform row locking on matches
hasLockingOptions() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
additional options how to handle locked rows
hasLockingOptions() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
additional options how to handle locked rows
hasLockingOptions() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
additional options how to handle locked rows
hasLongColumnInfo() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
hasLongColumnInfo() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
hasLongColumnInfo() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
hasMechName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
authentication mechanism name
hasMechName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
authentication mechanism name
hasMechName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
authentication mechanism name
hasMoreResults() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
hasMoreResults() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
hasMoreResults() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
hasMoreResults() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
hasMoreTokens() - 类 中的方法com.mysql.cj.util.EscapeTokenizer
Does this tokenizer have more tokens available?
hasMsg() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
human-readable error message
hasMsg() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
human-readable error message
hasMsg() - 接口 中的方法com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
human-readable error message
hasMsg() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
optional string msg = 1;
hasMsg() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok
optional string msg = 1;
hasMsg() - 接口 中的方法com.mysql.cj.x.protobuf.Mysqlx.OkOrBuilder
optional string msg = 1;
hasMsg() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
warning message
hasMsg() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
warning message
hasMsg() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
warning message
hasName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
required string name = 1;
hasName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
required string name = 1;
hasName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
required string name = 1;
hasName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
required string name = 1;
hasName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
required string name = 1;
hasName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
required string name = 1;
hasName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
optional string name = 1;
hasName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
optional string name = 1;
hasName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
optional string name = 1;
hasName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
name of column
hasName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
name of column
hasName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
name of column
hasName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
identifier of function; at least name of it
hasName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
identifier of function; at least name of it
hasName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
identifier of function; at least name of it
hasName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
required string name = 1;
hasName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
required string name = 1;
hasName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
required string name = 1;
hasName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
name of operator
hasName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
name of operator
hasName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
name of operator
hasName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
name of the column
hasName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
name of the column
hasName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
name of the column
hasNamespace() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
namespace of the statement to be executed
hasNamespace() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
namespace of the statement to be executed
hasNamespace() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
namespace of the statement to be executed
hasNext() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsCursor
 
hasNext() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
hasNext() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
 
hasNext() - 类 中的方法com.mysql.cj.protocol.x.XProtocolRowInputStream
 
hasNext() - 类 中的方法com.mysql.cj.result.BufferedRowList
 
hasNext() - 类 中的方法com.mysql.cj.xdevapi.AbstractDataResult
 
hasNext() - 类 中的方法com.mysql.cj.xdevapi.SqlMultiResult
 
hasNext() - 类 中的方法com.mysql.cj.xdevapi.SqlUpdateResult
 
hasObj() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Object obj = 3;
hasObj() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
optional .Mysqlx.Datatypes.Object obj = 3;
hasObj() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
optional .Mysqlx.Datatypes.Object obj = 3;
hasObject() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Object object = 8;
hasObject() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional .Mysqlx.Expr.Object object = 8;
hasObject() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional .Mysqlx.Expr.Object object = 8;
hasOffset() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
maximum rows to skip before applying the row_count
hasOffset() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
maximum rows to skip before applying the row_count
hasOffset() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
maximum rows to skip before applying the row_count
hasOffset() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
maximum rows to skip before applying the row_count
hasOffset() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
maximum rows to skip before applying the row_count
hasOffset() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitOrBuilder
maximum rows to skip before applying the row_count
hasOneof(Descriptors.OneofDescriptor) - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
hasOp() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
hasOp() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
hasOp() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
hasOp() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
hasOp() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
hasOp() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
hasOperation() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
the type of operation to be performed
hasOperation() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
the type of operation to be performed
hasOperation() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
the type of operation to be performed
hasOperator() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Operator operator = 6;
hasOperator() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional .Mysqlx.Expr.Operator operator = 6;
hasOperator() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional .Mysqlx.Expr.Operator operator = 6;
hasOriginalName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
name of the column before an alias was applied
hasOriginalName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
name of the column before an alias was applied
hasOriginalName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
name of the column before an alias was applied
hasOriginalTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
name of the table the column originates from before an alias was applied
hasOriginalTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
name of the table the column originates from before an alias was applied
hasOriginalTable() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
name of the table the column originates from before an alias was applied
hasParam() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
parameter key
hasParam() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
parameter key
hasParam() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
parameter key
hasParam() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
name of the variable
hasParam() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
name of the variable
hasParam() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
name of the variable
hasPayload() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
required bytes payload = 4;
hasPayload() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
required bytes payload = 4;
hasPayload() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
required bytes payload = 4;
hasPayload() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
the payload of the notification
hasPayload() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
the payload of the notification
hasPayload() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
the payload of the notification
hasPosition() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional uint32 position = 7;
hasPosition() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional uint32 position = 7;
hasPosition() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional uint32 position = 7;
hasPrepareExecute() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
hasPrepareExecute() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
hasPrepareExecute() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessageOrBuilder
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
hasReplaceExisting() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
if true then suppress error when created view already exists; just replace it
hasReplaceExisting() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
if true then suppress error when created view already exists; just replace it
hasReplaceExisting() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
if true then suppress error when created view already exists; just replace it
hasResults() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
Used only in tests
hasRowCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
maximum rows to filter
hasRowCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
maximum rows to filter
hasRowCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
maximum rows to filter
hasRowCount() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
maximum rows to filter
hasRowCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
maximum rows to filter
hasRowCount() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitOrBuilder
maximum rows to filter
hasRows() - 类 中的方法com.mysql.cj.protocol.a.result.NativeResultset
 
hasRows() - 接口 中的方法com.mysql.cj.protocol.Resultset
Does the result set contain rows, or is it the result of a DDL or DML statement?
hasSameProperties(JdbcConnection) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
hasSameProperties(JdbcConnection) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
hasSameProperties(JdbcConnection) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
hasSameProperties(JdbcConnection) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
hasSameProperties(JdbcConnection) - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Does this connection have the same properties as another?
hasScalar() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Scalar scalar = 2;
hasScalar() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
optional .Mysqlx.Datatypes.Scalar scalar = 2;
hasScalar() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
optional .Mysqlx.Datatypes.Scalar scalar = 2;
hasSchema() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
optional string schema = 2;
hasSchema() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
optional string schema = 2;
hasSchema() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
optional string schema = 2;
hasSchema() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
schema the column originates from
hasSchema() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
schema the column originates from
hasSchema() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
schema the column originates from
hasSchemaName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
name of schema
hasSchemaName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
name of schema
hasSchemaName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
name of schema
hasSchemaName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
optional string schema_name = 2;
hasSchemaName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
optional string schema_name = 2;
hasSchemaName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
optional string schema_name = 2;
hasScope() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
global or local notification
hasScope() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
global or local notification
hasScope() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
global or local notification
hasSecurity() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
defines the security context in which the view is going be executed
hasSecurity() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
defines the security context in which the view is going be executed
hasSecurity() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
defines the security context in which the view is going be executed
hasSecurity() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
defines the security context in which the view is going be executed
hasSecurity() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
defines the security context in which the view is going be executed
hasSecurity() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
defines the security context in which the view is going be executed
hasServerMessages() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
optional .Mysqlx.ServerMessages.Type server_messages = 2;
hasServerMessages() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
optional .Mysqlx.ServerMessages.Type server_messages = 2;
hasServerMessages() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
optional .Mysqlx.ServerMessages.Type server_messages = 2;
hasSeverity() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
severity of the error message
hasSeverity() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
severity of the error message
hasSeverity() - 接口 中的方法com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
severity of the error message
hasSource() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
the expression identifying an element from the source data, which can include a column identifier or any expression
hasSource() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
the expression identifying an element from the source data, which can include a column identifier or any expression
hasSource() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
the expression identifying an element from the source data, which can include a column identifier or any expression
hasSource() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
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 @note in both cases, schema and table must be not set
hasSource() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
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 @note in both cases, schema and table must be not set
hasSource() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
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 @note in both cases, schema and table must be not set
hasSqlState() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
SQL state
hasSqlState() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
SQL state
hasSqlState() - 接口 中的方法com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
SQL state
hasStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
hasStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
hasStmt() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
hasStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
hasStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
hasStmt() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
hasStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
statement for which the resultset is going to be iterated through by the cursor
hasStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
statement for which the resultset is going to be iterated through by the cursor
hasStmt() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
statement for which the resultset is going to be iterated through by the cursor
hasStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
defines one of following messages to be prepared: Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
hasStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
defines one of following messages to be prepared: Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
hasStmt() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
defines one of following messages to be prepared: Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
hasStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
statement that shall be executed
hasStmt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
statement that shall be executed
hasStmt() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
statement that shall be executed
hasStmtExecute() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
hasStmtExecute() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
hasStmtExecute() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
hasStmtId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
client-side assigned statement ID, must be already prepared
hasStmtId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
client-side assigned statement ID, must be already prepared
hasStmtId() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.DeallocateOrBuilder
client-side assigned statement ID, must be already prepared
hasStmtId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
client-side assigned statement ID, must be already prepared
hasStmtId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
client-side assigned statement ID, must be already prepared
hasStmtId() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
client-side assigned statement ID, must be already prepared
hasStmtId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
client-side assigned statement ID, which is going to identify the result of preparation
hasStmtId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
client-side assigned statement ID, which is going to identify the result of preparation
hasStmtId() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
client-side assigned statement ID, which is going to identify the result of preparation
hasTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
name of the table the column originates from
hasTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
name of the table the column originates from
hasTable() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
name of the table the column originates from
hasTableName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
name of table
hasTableName() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
name of table
hasTableName() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
name of table
hasTriedMaster() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
已过时。
hasTriedMaster() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
已过时。
hasTriedMaster() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
已过时。
hasTriedMaster() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
已过时。
hasType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
hasType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
hasType() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessageOrBuilder
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
hasType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
required .Mysqlx.Datatypes.Any.Type type = 1;
hasType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
required .Mysqlx.Datatypes.Any.Type type = 1;
hasType() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
required .Mysqlx.Datatypes.Any.Type type = 1;
hasType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
required .Mysqlx.Datatypes.Scalar.Type type = 1;
hasType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
required .Mysqlx.Datatypes.Scalar.Type type = 1;
hasType() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
required .Mysqlx.Datatypes.Scalar.Type type = 1;
hasType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
hasType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
hasType() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
hasType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
required .Mysqlx.Expr.Expr.Type type = 1;
hasType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
required .Mysqlx.Expr.Expr.Type type = 1;
hasType() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
required .Mysqlx.Expr.Expr.Type type = 1;
hasType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
the type of the payload
hasType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
the type of the payload
hasType() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
the type of the payload
hasType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
type of group replication event
hasType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
type of group replication event
hasType() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
type of group replication event
hasType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
hasType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
hasType() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
hasType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
datatype of the field in a row
hasType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
datatype of the field in a row
hasType() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
datatype of the field in a row
hasUncompressedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
optional uint64 uncompressed_size = 1;
hasUncompressedSize() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
optional uint64 uncompressed_size = 1;
hasUncompressedSize() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
optional uint64 uncompressed_size = 1;
hasUpdate() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Update update = 4;
hasUpdate() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
optional .Mysqlx.Crud.Update update = 4;
hasUpdate() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
optional .Mysqlx.Crud.Update update = 4;
hasUpsert() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
true if this should be treated as an Upsert (that is, update on duplicate key)
hasUpsert() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
true if this should be treated as an Upsert (that is, update on duplicate key)
hasUpsert() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
true if this should be treated as an Upsert (that is, update on duplicate key)
hasValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
required .Mysqlx.Datatypes.Any value = 2;
hasValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
required .Mysqlx.Datatypes.Any value = 2;
hasValue() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
required .Mysqlx.Datatypes.Any value = 2;
hasValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
an expression to be computed as the new value for the operation
hasValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
an expression to be computed as the new value for the operation
hasValue() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
an expression to be computed as the new value for the operation
hasValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
required .Mysqlx.Datatypes.Any value = 2;
hasValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
required .Mysqlx.Datatypes.Any value = 2;
hasValue() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
required .Mysqlx.Datatypes.Any value = 2;
hasValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
required bytes value = 1;
hasValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
required bytes value = 1;
hasValue() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.OctetsOrBuilder
required bytes value = 1;
hasValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
required bytes value = 1;
hasValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
required bytes value = 1;
hasValue() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.StringOrBuilder
required bytes value = 1;
hasValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
optional string value = 2;
hasValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
optional string value = 2;
hasValue() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
optional string value = 2;
hasValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
value of field
hasValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
value of field
hasValue() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
value of field
hasValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
the changed value of param
hasValue() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
the changed value of param
hasValue() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
the changed value of param
hasValueConstraints() - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
hasValueConstraints() - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
Does the property have fixed values based constraints.
hasVariable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional string variable = 3;
hasVariable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
optional string variable = 3;
hasVariable() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
optional string variable = 3;
hasVBool() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional bool v_bool = 8;
hasVBool() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
optional bool v_bool = 8;
hasVBool() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
optional bool v_bool = 8;
hasVDouble() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional double v_double = 6;
hasVDouble() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
optional double v_double = 6;
hasVDouble() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
optional double v_double = 6;
hasVFloat() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional float v_float = 7;
hasVFloat() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
optional float v_float = 7;
hasVFloat() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
optional float v_float = 7;
hasViewId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
view identifier
hasViewId() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
view identifier
hasViewId() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
view identifier
hasVOctets() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
4 is unused, was Null which doesn't have a storage anymore
hasVOctets() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
4 is unused, was Null which doesn't have a storage anymore
hasVOctets() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
4 is unused, was Null which doesn't have a storage anymore
hasVSignedInt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional sint64 v_signed_int = 2;
hasVSignedInt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
optional sint64 v_signed_int = 2;
hasVSignedInt() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
optional sint64 v_signed_int = 2;
hasVString() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
hasVString() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
hasVString() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
hasVUnsignedInt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional uint64 v_unsigned_int = 3;
hasVUnsignedInt() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
optional uint64 v_unsigned_int = 3;
hasVUnsignedInt() - 接口 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
optional uint64 v_unsigned_int = 3;
hasWildcards(String) - 类 中的静态方法com.mysql.cj.util.StringUtils
Does the string contain wildcard symbols ('%' or '_').
having(String) - 接口 中的方法com.mysql.cj.xdevapi.FindStatement
Add/replace the aggregate criteria for this query.
having(String) - 类 中的方法com.mysql.cj.xdevapi.FindStatementImpl
 
having(String) - 接口 中的方法com.mysql.cj.xdevapi.SelectStatement
Add/replace the aggregate criteria for this query.
having(String) - 类 中的方法com.mysql.cj.xdevapi.SelectStatementImpl
 
HEADER_LENGTH - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
Size of MySQL packet header (payload size + packet sequence ID).
HEADER_LENGTH - 类 中的静态变量com.mysql.cj.protocol.x.XMessageHeader
 
hexEscapeBlock(byte[], int, BiConsumer<Byte, Byte>) - 类 中的静态方法com.mysql.cj.util.StringUtils
Used to escape binary data with hex
holdResultsOpenOverClose - 类 中的变量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 - 类 中的变量com.mysql.cj.protocol.a.result.AbstractBufferRow
The beginning of the row packet
host - 类 中的变量com.mysql.cj.protocol.AbstractSocketConnection
 
host - 类 中的变量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 - 类 中的变量com.mysql.cj.CoreSession
 
HostInfo - com.mysql.cj.conf中的类
This class holds the following MySQL host information: host: an IP or host name.
HostInfo() - 类 的构造器com.mysql.cj.conf.HostInfo
Constructs an empty HostInfo instance.
HostInfo(DatabaseUrlContainer, String, int, String, String) - 类 的构造器com.mysql.cj.conf.HostInfo
Constructs a HostInfo instance initialized with the provided host, port and user info.
HostInfo(DatabaseUrlContainer, String, int, String, String, Map<String, String>) - 类 的构造器com.mysql.cj.conf.HostInfo
Constructs a HostInfo instance initialized with the provided host, port, user, password and connection arguments.
hostName - 类 中的变量com.mysql.cj.jdbc.MysqlDataSource
Hostname
hosts - 类 中的变量com.mysql.cj.conf.ConnectionUrl
 
hostsCount() - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Returns the number of hosts in this connection URL.
HostsListView - 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 - 类 中的静态变量com.mysql.cj.sasl.ScramSha1SaslClient
 
IANA_MECHANISM_NAME - 类 中的静态变量com.mysql.cj.sasl.ScramSha256SaslClient
 
IDENT - com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
IDENT = 1;
IDENT_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
IDENT = 1;
IDENTIFIER_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
IF_EXISTS_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
ignoreNonTxTables - com.mysql.cj.conf.PropertyKey
 
implicitlyCloseAllOpenResults() - 类 中的方法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
 
incrementNumberOfPreparedExecutes() - 类 中的方法com.mysql.cj.log.BaseMetricsHolder
 
incrementNumberOfPrepares() - 类 中的方法com.mysql.cj.log.BaseMetricsHolder
 
incrementNumberOfResultSetsCreated() - 类 中的方法com.mysql.cj.log.BaseMetricsHolder
 
incrementPosition() - 类 中的方法com.mysql.cj.util.StringInspector
Increments the current position index, by one, taking into consideration the "escaped" status of current character, if the mode SearchMode.ALLOW_BACKSLASH_ESCAPE is present in the default search mode.
incrementPosition(int) - 类 中的方法com.mysql.cj.util.StringInspector
Increments the current position index, by be given number, taking into consideration the "escaped" status of current character, if the mode SearchMode.ALLOW_BACKSLASH_ESCAPE is present in the default search mode.
incrementPosition(int, Set<SearchMode>) - 类 中的方法com.mysql.cj.util.StringInspector
Increments the current position index, by be given number, taking into consideration the "escaped" status of current character, if the mode SearchMode.ALLOW_BACKSLASH_ESCAPE is present in the specified search mode.
incrementPosition(Set<SearchMode>) - 类 中的方法com.mysql.cj.util.StringInspector
Increments the current position index, by one, taking into consideration the "escaped" status of current character, if the mode SearchMode.ALLOW_BACKSLASH_ESCAPE is present in the search mode specified.
INDEX - 类 中的静态变量com.mysql.cj.xdevapi.CreateIndexParams
 
INDEX_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
IndexField(DbDoc) - 类 的构造器com.mysql.cj.xdevapi.CreateIndexParams.IndexField
Constructor.
indexOf(byte[], char) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
indexOfIgnoreCase(int, String, String) - 类 中的静态方法com.mysql.cj.util.StringUtils
Finds the position of a substring within a string ignoring case.
indexOfIgnoreCase(int, String, String[], String, String, Set<SearchMode>) - 类 中的静态方法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<SearchMode>) - 类 中的静态方法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<SearchMode>) - 类 中的静态方法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) - 类 中的方法com.mysql.cj.util.StringInspector
Finds the position of the given string within the source string, ignoring case, with the option to skip text delimited by the specified markers or inside comment blocks.
indexOfIgnoreCase(String...) - 类 中的方法com.mysql.cj.util.StringInspector
Finds the position of the of the first of a consecutive sequence of strings within the source string, ignoring case, with the option to skip text delimited by the specified markers or inside comment blocks.
indexOfIgnoreCase(String, String) - 类 中的静态方法com.mysql.cj.util.StringUtils
Finds the position of a substring within a string ignoring case.
indexOfIgnoreCase(String, Set<SearchMode>) - 类 中的方法com.mysql.cj.util.StringInspector
Finds the position of the given string within the source string, ignoring case, with the option to skip text delimited by the specified markers or inside comment blocks.
indexOfNextAlphanumericChar() - 类 中的方法com.mysql.cj.util.StringInspector
Returns the position of the next alphanumeric character regardless the default search mode originally specified.
indexOfNextAlphanumericChar(int, String, String, String, String, Set<SearchMode>) - 类 中的静态方法com.mysql.cj.util.StringUtils
Finds the position of the next alphanumeric character within a string, with the option to skip text delimited by given markers or within comments.
indexOfNextChar() - 类 中的方法com.mysql.cj.util.StringInspector
Returns the position of the next valid character.
indexOfNextNonWsChar() - 类 中的方法com.mysql.cj.util.StringInspector
Returns the position of the next non-whitespace character regardless the default search mode originally specified.
indexOfNextNonWsChar(int, String, String, String, String, Set<SearchMode>) - 类 中的静态方法com.mysql.cj.util.StringUtils
Finds the position of the next non-whitespace character within a string, with the option to skip text delimited by given markers or within comments.
indexOfNextWsChar() - 类 中的方法com.mysql.cj.util.StringInspector
Returns the position of the next whitespace character regardless the default search mode originally specified.
indexOfNextWsChar(int, String, String, String, String, Set<SearchMode>) - 类 中的静态方法com.mysql.cj.util.StringUtils
Finds the position of the next whitespace character within a string, with the option to skip text delimited by given markers or within comments.
indexOfQuoteDoubleAware(String, String, int) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
indexOfStatementKeyword(String, boolean) - 类 中的静态方法com.mysql.cj.QueryInfo
Finds and returns the position of the first non-whitespace character from the specified SQL, skipping comments and quoted text.
init(PropertySet, ServerSession, ExceptionInterceptor) - 类 中的方法com.mysql.cj.protocol.a.AbstractValueEncoder
 
init(PropertySet, ServerSession, ExceptionInterceptor) - 类 中的方法com.mysql.cj.protocol.a.ByteArrayValueEncoder
 
init(PropertySet, ServerSession, ExceptionInterceptor) - 类 中的方法com.mysql.cj.protocol.a.StringValueEncoder
 
init(PropertySet, ServerSession, ExceptionInterceptor) - 接口 中的方法com.mysql.cj.protocol.ValueEncoder
 
init(PropertySet, ServerSession, PacketSentTimeHolder, PacketReceivedTimeHolder) - 异常错误 中的方法com.mysql.cj.exceptions.CJCommunicationsException
 
init(Log) - 类 中的方法com.mysql.cj.log.LoggingProfilerEventHandler
 
init(Log) - 接口 中的方法com.mysql.cj.log.ProfilerEventHandler
 
init(MysqlConnection, Properties, Log) - 接口 中的方法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) - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedAutoCommitInterceptor
 
init(MysqlConnection, Properties, Log) - 接口 中的方法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) - 类 中的方法com.mysql.cj.jdbc.interceptors.ResultSetScannerInterceptor
 
init(MysqlConnection, Properties, Log) - 类 中的方法com.mysql.cj.jdbc.interceptors.ServerStatusDiffInterceptor
 
init(MysqlConnection, Properties, Log) - 类 中的方法com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
 
init(MysqlConnection, Properties, Log) - 类 中的方法com.mysql.cj.NoSubInterceptorWrapper
 
init(NativePacketPayload, String) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSessionStateController.NativeServerSessionStateChanges
 
init(Protocol<NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
 
init(Protocol<NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
 
init(Protocol<NativePacketPayload>, MysqlCallbackHandler) - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationFidoClient
 
init(Protocol<NativePacketPayload>, MysqlCallbackHandler) - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationKerberosClient
 
init(Protocol<NativePacketPayload>, MysqlCallbackHandler) - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
 
init(Protocol<NativePacketPayload>, MysqlCallbackHandler) - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationOciClient
 
init(Protocol<NativePacketPayload>, MysqlCallbackHandler) - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
 
init(Protocol<NativePacketPayload>, MysqlCallbackHandler) - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
 
init(Protocol<NativePacketPayload>, MysqlCallbackHandler) - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
 
init(Protocol<NativePacketPayload>, MysqlCallbackHandler) - 类 中的方法com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
 
init(Protocol<NativePacketPayload>, PropertySet, ExceptionInterceptor) - 类 中的方法com.mysql.cj.protocol.a.NativeAuthenticationProvider
 
init(Protocol<XMessage>, PropertySet, ExceptionInterceptor) - 类 中的方法com.mysql.cj.protocol.x.XAuthenticationProvider
 
init(Protocol<M>) - 接口 中的方法com.mysql.cj.protocol.AuthenticationPlugin
We need direct Protocol reference because it isn't available from Connection before authentication complete.
init(Protocol<M>, MysqlCallbackHandler) - 接口 中的方法com.mysql.cj.protocol.AuthenticationPlugin
Initializes this plugin with a direct Protocol reference and a generic MysqlCallbackHandler that can be used to pass over information back to the authentication provider.
init(Protocol<M>, PropertySet, ExceptionInterceptor) - 接口 中的方法com.mysql.cj.protocol.AuthenticationProvider
 
init(Session, SocketConnection, PropertySet, TransactionEventHandler) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
init(Session, SocketConnection, PropertySet, TransactionEventHandler) - 类 中的方法com.mysql.cj.protocol.AbstractProtocol
 
init(Session, SocketConnection, PropertySet, TransactionEventHandler) - 接口 中的方法com.mysql.cj.protocol.Protocol
Init method takes the place of constructor.
init(Session, SocketConnection, PropertySet, TransactionEventHandler) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
init(Properties) - 接口 中的方法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) - 类 中的方法com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker
 
init(Properties, Log) - 接口 中的方法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) - 类 中的方法com.mysql.cj.exceptions.ExceptionInterceptorChain
 
INITIAL_PACKET_SIZE - 类 中的静态变量com.mysql.cj.protocol.a.NativeProtocol
 
INITIAL_RESPONSE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
initialize(Connection, Properties) - 接口 中的方法com.mysql.cj.jdbc.ClientInfoProvider
Called once by the driver when it needs to configure the provider.
initialize(Connection, Properties) - 类 中的方法com.mysql.cj.jdbc.ClientInfoProviderSP
 
initialize(Connection, Properties) - 类 中的方法com.mysql.cj.jdbc.CommentClientInfoProvider
 
initializeFrom(ColumnDefinition) - 接口 中的方法com.mysql.cj.protocol.ColumnDefinition
 
initializeFrom(ColumnDefinition) - 类 中的方法com.mysql.cj.result.DefaultColumnDefinition
 
initializeFrom(Properties, ExceptionInterceptor) - 类 中的方法com.mysql.cj.conf.AbstractRuntimeProperty
 
initializeFrom(Properties, ExceptionInterceptor) - 类 中的方法com.mysql.cj.conf.MemorySizeProperty
 
initializeFrom(Properties, ExceptionInterceptor) - 接口 中的方法com.mysql.cj.conf.RuntimeProperty
Explicitly set value of this RuntimeProperty according to the self-titled property value contained in extractFrom.
initializeFrom(Reference, ExceptionInterceptor) - 类 中的方法com.mysql.cj.conf.AbstractRuntimeProperty
 
initializeFrom(Reference, ExceptionInterceptor) - 类 中的方法com.mysql.cj.conf.MemorySizeProperty
 
initializeFrom(Reference, ExceptionInterceptor) - 接口 中的方法com.mysql.cj.conf.RuntimeProperty
 
initializeProperties(Properties) - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
initializeProperties(Properties) - 接口 中的方法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) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
initializeResultsMetadataFromCache(String, CachedResultSetMetaData, ResultSetInternalMethods) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
initializeResultsMetadataFromCache(String, CachedResultSetMetaData, ResultSetInternalMethods) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
initializeResultsMetadataFromCache(String, CachedResultSetMetaData, ResultSetInternalMethods) - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Caches CachedResultSetMetaData that has been placed in the cache using the given SQL as a key.
initializeSafeQueryInterceptors() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
initializeSafeQueryInterceptors() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
initializeSafeQueryInterceptors() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
initializeSafeQueryInterceptors() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
initializeWithMetadata() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
initializeWithMetadata() - 接口 中的方法com.mysql.cj.jdbc.result.ResultSetInternalMethods
 
initialTimeout - com.mysql.cj.conf.PropertyKey
 
initialValue - 类 中的变量com.mysql.cj.conf.AbstractRuntimeProperty
 
initQuery() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
initQuery() - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
initQuery() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
initRowsWithMetadata() - 类 中的方法com.mysql.cj.protocol.a.result.NativeResultset
 
initRowsWithMetadata() - 接口 中的方法com.mysql.cj.protocol.Resultset
Set metadata of this Resultset to ResultsetRows it contains.
initServerSession() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
initServerSession() - 接口 中的方法com.mysql.cj.protocol.Protocol
 
initServerSession() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
injectPerTypeProperties(Map<String, String>) - 类 中的方法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>) - 类 中的方法com.mysql.cj.conf.url.LoadBalanceConnectionUrl
Injects additional properties into the connection arguments while it's being constructed.
injectPerTypeProperties(Map<String, String>) - 类 中的方法com.mysql.cj.conf.url.LoadBalanceDnsSrvConnectionUrl
Injects additional properties into the connection arguments while the connection arguments map is being constructed.
InputStreamValueEncoder - com.mysql.cj.protocol.a中的类
 
InputStreamValueEncoder() - 类 的构造器com.mysql.cj.protocol.a.InputStreamValueEncoder
 
insert() - 接口 中的方法com.mysql.cj.xdevapi.Table
Create an insert statement using the list of all columns in the table.
insert() - 类 中的方法com.mysql.cj.xdevapi.TableImpl
 
insert(String...) - 接口 中的方法com.mysql.cj.xdevapi.Table
Create an insert statement using the given list columns.
insert(String...) - 类 中的方法com.mysql.cj.xdevapi.TableImpl
 
insert(Map<String, Object>) - 接口 中的方法com.mysql.cj.xdevapi.Table
Create an insert statement using the given key/value pairs.
insert(Map<String, Object>) - 类 中的方法com.mysql.cj.xdevapi.TableImpl
 
INSERT - com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
INSERT = 1;
INSERT_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
INSERT_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
INSERT = 1;
inserter - 类 中的变量com.mysql.cj.jdbc.result.UpdatableResultSet
PreparedStatement used to insert data
InsertParams - com.mysql.cj.xdevapi中的类
Helper class for collecting parameters for relational insert command.
InsertParams() - 类 的构造器com.mysql.cj.xdevapi.InsertParams
 
InsertResult - com.mysql.cj.xdevapi中的接口
A result from the table.insert() statement.
InsertResultBuilder - com.mysql.cj.xdevapi中的类
Result builder producing an InsertResult instance.
InsertResultBuilder() - 类 的构造器com.mysql.cj.xdevapi.InsertResultBuilder
 
InsertResultImpl - com.mysql.cj.xdevapi中的类
A result from a statement that doesn't return a set of rows.
InsertResultImpl(StatementExecuteOk) - 类 的构造器com.mysql.cj.xdevapi.InsertResultImpl
Create a new result.
insertRow() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
insertRow() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
insertsAreDetected(int) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
InsertStatement - com.mysql.cj.xdevapi中的接口
A statement INSERTing new row(s) into a table.
InsertStatementImpl - com.mysql.cj.xdevapi中的类
 
instance - 类 中的静态变量com.mysql.cj.protocol.x.XProtocolDecoder
 
InstantValueEncoder - com.mysql.cj.protocol.a中的类
 
InstantValueEncoder() - 类 的构造器com.mysql.cj.protocol.a.InstantValueEncoder
 
instrumentation - 程序包 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) - 类 中的静态方法com.mysql.cj.conf.IntegerPropertyDefinition
 
IntegerProperty - com.mysql.cj.conf中的类
 
IntegerProperty(PropertyDefinition<Integer>) - 类 的构造器com.mysql.cj.conf.IntegerProperty
 
IntegerPropertyDefinition - com.mysql.cj.conf中的类
 
IntegerPropertyDefinition(PropertyKey, int, boolean, String, String, String, int) - 类 的构造器com.mysql.cj.conf.IntegerPropertyDefinition
 
IntegerPropertyDefinition(PropertyKey, int, boolean, String, String, String, int, int, int) - 类 的构造器com.mysql.cj.conf.IntegerPropertyDefinition
 
IntegerValueFactory - com.mysql.cj.result中的类
A value factory for creating int values.
IntegerValueFactory(PropertySet) - 类 的构造器com.mysql.cj.result.IntegerValueFactory
 
interactiveClient - com.mysql.cj.conf.PropertyKey
 
interceptException(Exception) - 接口 中的方法com.mysql.cj.exceptions.ExceptionInterceptor
 
interceptException(Exception) - 类 中的方法com.mysql.cj.exceptions.ExceptionInterceptorChain
 
interfaceExists(String) - 类 中的静态方法com.mysql.cj.util.Util
Does a network interface exist locally with the given hostname?
InternalDate - com.mysql.cj.protocol中的类
 
InternalDate() - 类 的构造器com.mysql.cj.protocol.InternalDate
Constructs a zero date.
InternalDate(int, int, int) - 类 的构造器com.mysql.cj.protocol.InternalDate
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
 
internalGetFieldAccessorTable() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
 
internalGetValueMap() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
 
InternalTime - com.mysql.cj.protocol中的类
 
InternalTime() - 类 的构造器com.mysql.cj.protocol.InternalTime
Constructs a zero time
InternalTime(int, int, int, int, int) - 类 的构造器com.mysql.cj.protocol.InternalTime
 
InternalTimestamp - com.mysql.cj.protocol中的类
 
InternalTimestamp() - 类 的构造器com.mysql.cj.protocol.InternalTimestamp
Constructs a zero datetime
InternalTimestamp(int, int, int, int, int, int, int, int) - 类 的构造器com.mysql.cj.protocol.InternalTimestamp
 
inTransaction() - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
 
inTransactionOnServer() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
inTransactionOnServer() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
inTransactionOnServer() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
IntWrapper(int) - 类 的构造器com.mysql.cj.util.Base64Decoder.IntWrapper
 
invalidate(K) - 接口 中的方法com.mysql.cj.CacheAdapter
 
invalidateAll() - 接口 中的方法com.mysql.cj.CacheAdapter
 
invalidateAll(Set<K>) - 接口 中的方法com.mysql.cj.CacheAdapter
 
InvalidConnectionAttributeException - com.mysql.cj.exceptions中的异常错误
 
InvalidConnectionAttributeException() - 异常错误 的构造器com.mysql.cj.exceptions.InvalidConnectionAttributeException
 
InvalidConnectionAttributeException(String) - 异常错误 的构造器com.mysql.cj.exceptions.InvalidConnectionAttributeException
 
InvalidConnectionAttributeException(String, Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.InvalidConnectionAttributeException
 
InvalidConnectionAttributeException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.mysql.cj.exceptions.InvalidConnectionAttributeException
 
InvalidConnectionAttributeException(Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.InvalidConnectionAttributeException
 
invoke(Object, Method, Object[]) - 类 中的方法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) - 类 中的方法com.mysql.cj.NativeSession
 
invokeListeners() - 类 中的方法com.mysql.cj.conf.AbstractRuntimeProperty
 
invokeListeners(Protocol.ProtocolEventListener.EventType, Throwable) - 类 中的方法com.mysql.cj.protocol.AbstractProtocol
 
invokeListeners(Protocol.ProtocolEventListener.EventType, Throwable) - 接口 中的方法com.mysql.cj.protocol.Protocol.ProtocolEventHandler
 
invokeMore(Object, Method, Object[]) - 类 中的方法com.mysql.cj.jdbc.ha.FailoverConnectionProxy
 
invokeNormalCloseListeners() - 类 中的方法com.mysql.cj.NativeSession
 
invokeQueryInterceptorsPost(Supplier<String>, Query, T, boolean) - 类 中的方法com.mysql.cj.NativeSession
 
invokeQueryInterceptorsPost(Supplier<String>, Query, T, boolean) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
invokeQueryInterceptorsPost(M, M, boolean) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
invokeQueryInterceptorsPre(Supplier<String>, Query, boolean) - 类 中的方法com.mysql.cj.NativeSession
 
invokeQueryInterceptorsPre(Supplier<String>, Query, boolean) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
invokeQueryInterceptorsPre(M, boolean) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
INVOKER - com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
use current user permissions
INVOKER_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
use current user permissions
invokeReconnectListeners() - 类 中的方法com.mysql.cj.NativeSession
 
isAfterLast() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
isAfterLast() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
isAfterLast() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsCursor
 
isAfterLast() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
isAfterLast() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
 
isAfterLast() - 接口 中的方法com.mysql.cj.protocol.ResultsetRows
Returns true if we got the last element.
isAlive() - 类 中的静态方法com.mysql.cj.jdbc.AbandonedConnectionCleanupThread
Returns true if the working thread is alive.
isAllowed(int) - 枚举 中的方法com.mysql.cj.MysqlType
 
isArray() - 类 中的方法com.mysql.cj.xdevapi.CreateIndexParams.IndexField
Is the field an array?
isAuthMethodSwitchRequestPacket() - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Is it a Protocol::AuthSwitchRequest packet.
isAuthMoreDataPacket() - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Is it a Protocol::AuthMoreData packet.
isAuthNextFactorPacket() - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Is it a Protocol::AuthNextFactor packet.
isAutocommit() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
isAutocommit() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
isAutocommit() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
isAutoCommit() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
isAutoCommit() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
isAutoCommit() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
isAutoIncrement() - 类 中的方法com.mysql.cj.result.Field
 
isAutoIncrement() - 接口 中的方法com.mysql.cj.xdevapi.Column
Checks if this is an auto increment column.
isAutoIncrement() - 类 中的方法com.mysql.cj.xdevapi.ColumnImpl
 
isAutoIncrement(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
isBeforeFirst() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
isBeforeFirst() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
isBeforeFirst() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsCursor
 
isBeforeFirst() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
isBeforeFirst() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
 
isBeforeFirst() - 接口 中的方法com.mysql.cj.protocol.ResultsetRows
Returns if iteration has not occured yet.
isBinary() - 类 中的方法com.mysql.cj.result.Field
 
isBinaryEncoded() - 类 中的方法com.mysql.cj.protocol.a.result.BinaryBufferRow
 
isBinaryEncoded() - 类 中的方法com.mysql.cj.protocol.a.result.ByteArrayRow
 
isBinaryEncoded() - 接口 中的方法com.mysql.cj.protocol.ResultsetRow
 
isBlob() - 类 中的方法com.mysql.cj.result.Field
 
isCacheable - 类 中的变量com.mysql.cj.jdbc.ServerPreparedStatement
 
isCached - 类 中的变量com.mysql.cj.jdbc.ServerPreparedStatement
 
isCaseSensitive(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
isCatalogAtStart() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
isCharEqualIgnoreCase(char, char, char) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
isClearWarningsCalled() - 类 中的方法com.mysql.cj.AbstractQuery
 
isClearWarningsCalled() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
isClearWarningsCalled() - 接口 中的方法com.mysql.cj.Query
 
isClosed - 类 中的变量com.mysql.cj.jdbc.result.ResultSetImpl
Has this result set been closed?
isClosed - 类 中的变量com.mysql.cj.jdbc.StatementImpl
Has this statement been closed?
isClosed() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
isClosed() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
isClosed() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
isClosed() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
isClosed() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
isClosed() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
isClosed() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
isClosed() - 类 中的方法com.mysql.cj.MysqlxSession
 
isClosed() - 类 中的方法com.mysql.cj.NativeSession
 
isClosed() - 接口 中的方法com.mysql.cj.Session
 
isCloseOnCompletion() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
isCloseOnCompletion() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
isCommunityEdition(String) - 类 中的静态方法com.mysql.cj.util.Util
Checks whether the given server version string is a MySQL Community edition
isComplete() - 类 中的方法com.mysql.cj.sasl.ScramShaSaslClient
 
isConnectionStringSupported(String) - 类 中的静态方法com.mysql.cj.conf.ConnectionUrlParser
Checks if the scheme part of given connection string matches one of the ConnectionUrl.Types supported by Connector/J.
isCurrency(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
isDataAvailable() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
isDate(String) - 类 中的静态方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
isDebugEnabled() - 类 中的方法com.mysql.cj.log.Jdk14Logger
 
isDebugEnabled() - 接口 中的方法com.mysql.cj.log.Log
Is the 'debug' log level enabled?
isDebugEnabled() - 类 中的方法com.mysql.cj.log.NullLogger
 
isDebugEnabled() - 类 中的方法com.mysql.cj.log.Slf4JLogger
 
isDebugEnabled() - 类 中的方法com.mysql.cj.log.StandardLogger
 
isDecimal() - 枚举 中的方法com.mysql.cj.MysqlType
Checks if the MySQL Type is a Decimal/Number Type
isDefinitelyWritable(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
isDynamic() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
isDynamic() - 接口 中的方法com.mysql.cj.protocol.ResultsetRows
Returns true if the result set is dynamic.
isEmpty() - 类 中的方法com.mysql.cj.jdbc.MysqlSQLXML
 
isEmpty() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsCursor
 
isEmpty() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
isEmpty() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
 
isEmpty() - 接口 中的方法com.mysql.cj.protocol.ResultsetRows
Has no records.
isEmptyOrWhitespaceOnly(String) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
isEnterpriseEdition(String) - 类 中的静态方法com.mysql.cj.util.Util
Checks whether the given server version string is a MySQL Enterprise edition
isEOFDeprecated() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
isEOFDeprecated() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
isEOFDeprecated() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
isEOFPacket() - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Is it a EOF packet.
isErrorEnabled() - 类 中的方法com.mysql.cj.log.Jdk14Logger
 
isErrorEnabled() - 接口 中的方法com.mysql.cj.log.Log
Is the 'error' log level enabled?
isErrorEnabled() - 类 中的方法com.mysql.cj.log.NullLogger
 
isErrorEnabled() - 类 中的方法com.mysql.cj.log.Slf4JLogger
 
isErrorEnabled() - 类 中的方法com.mysql.cj.log.StandardLogger
 
isErrorPacket() - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Is it a ERROR packet.
isExplicitlySet() - 类 中的方法com.mysql.cj.conf.AbstractRuntimeProperty
 
isExplicitlySet() - 接口 中的方法com.mysql.cj.conf.RuntimeProperty
 
isFatalEnabled() - 类 中的方法com.mysql.cj.log.Jdk14Logger
 
isFatalEnabled() - 接口 中的方法com.mysql.cj.log.Log
Is the 'fatal' log level enabled?
isFatalEnabled() - 类 中的方法com.mysql.cj.log.NullLogger
 
isFatalEnabled() - 类 中的方法com.mysql.cj.log.Slf4JLogger
 
isFatalEnabled() - 类 中的方法com.mysql.cj.log.StandardLogger
 
isFirst() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
isFirst() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
isFirst() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsCursor
 
isFirst() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
isFirst() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
 
isFirst() - 接口 中的方法com.mysql.cj.protocol.ResultsetRows
Are we on the first row of the result set?
isFromFunction() - 类 中的方法com.mysql.cj.result.Field
 
isGlobalBlacklistEnabled() - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
已过时。 
isGlobalBlocklistEnabled() - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
Checks if host blocklist management was enabled.
isHostMaster(String) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
已过时。 
isHostMaster(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
已过时。 
isHostReplica(String) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
 
isHostReplica(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
isHostReplica(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
isHostSlave(String) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
已过时。 
isHostSlave(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
已过时。 
isHostSource(String) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
 
isHostSource(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
isHostSource(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
isImpermissibleCollation(int) - 类 中的方法com.mysql.cj.NativeCharsetSettings
 
isInfoEnabled() - 类 中的方法com.mysql.cj.log.Jdk14Logger
 
isInfoEnabled() - 接口 中的方法com.mysql.cj.log.Log
Is the 'info' log level enabled?
isInfoEnabled() - 类 中的方法com.mysql.cj.log.NullLogger
 
isInfoEnabled() - 类 中的方法com.mysql.cj.log.Slf4JLogger
 
isInfoEnabled() - 类 中的方法com.mysql.cj.log.StandardLogger
 
isInGlobalTx() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
isInGlobalTx() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
isInGlobalTx() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
isInGlobalTx() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Is this connection currently a participant in an XA transaction?
isInitialized() - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
 
isInitialized() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
isJdbcInterface(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) - 类 中的静态方法com.mysql.cj.util.Util
Check if the package name is a known JDBC package.
isLast() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
isLast() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
isLast() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsCursor
 
isLast() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
isLast() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
 
isLast() - 接口 中的方法com.mysql.cj.protocol.ResultsetRows
Are we on the last row of the result set?
isLastRowSent() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
isLastRowSent() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
isLastRowSent() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
isLoadDataQuery - 类 中的变量com.mysql.cj.NativeQueryBindValue
Is this query a LOAD DATA query?
isLocallyConnected(Session) - 类 中的方法com.mysql.cj.protocol.NamedPipeSocketFactory
 
isLocallyConnected(Session) - 接口 中的方法com.mysql.cj.protocol.SocketMetadata
 
isLocallyConnected(Session, String) - 接口 中的方法com.mysql.cj.protocol.SocketMetadata
 
isLongParameterSwitchDetected() - 类 中的方法com.mysql.cj.NativeQueryBindings
 
isLongParameterSwitchDetected() - 接口 中的方法com.mysql.cj.QueryBindings
 
isLowerCaseTableNames() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
isLowerCaseTableNames() - 接口 中的方法com.mysql.cj.protocol.ServerSession
Is the server configured to use lower-case table names only?
isLowerCaseTableNames() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
isMasterConnection() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
已过时。 
isMultibyteCharset(String) - 接口 中的方法com.mysql.cj.CharsetSettings
 
isMultibyteCharset(String) - 类 中的方法com.mysql.cj.NativeCharsetSettings
 
isMultipleKey() - 类 中的方法com.mysql.cj.result.Field
 
isNational - 类 中的变量com.mysql.cj.NativeQueryBindValue
 
isNational() - 接口 中的方法com.mysql.cj.BindValue
 
isNational() - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
isNeedsPing() - 类 中的方法com.mysql.cj.NativeSession
 
isNegative() - 类 中的方法com.mysql.cj.protocol.InternalTime
 
isNoBackslashEscapesSet() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
Is the server in a sql_mode that does not allow us to use \\ to escape things?
isNoBackslashEscapesSet() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
isNoBackslashEscapesSet() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
isNonResultSetProducingQuery(String) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
Checks if the given SQL query does not return a result set.
isNotNull() - 类 中的方法com.mysql.cj.result.Field
 
isNull - 类 中的变量com.mysql.cj.NativeQueryBindValue
NULL indicator
isNull() - 接口 中的方法com.mysql.cj.BindValue
 
isNull() - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
isNull(int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
isNull(int) - 接口 中的方法com.mysql.cj.jdbc.JdbcPreparedStatement
 
isNull(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
isNull(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
isNull(int) - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
isNull(int) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
isNull(int) - 接口 中的方法com.mysql.cj.QueryBindings
 
isNullable() - 接口 中的方法com.mysql.cj.xdevapi.Column
Checks if column can contain null values.
isNullable() - 类 中的方法com.mysql.cj.xdevapi.ColumnImpl
 
isNullable(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
 
isNullable(int) - 类 中的方法com.mysql.cj.jdbc.MysqlParameterMetadata
 
isNullable(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
isNullOrEmpty(String) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
isNumberSigned() - 接口 中的方法com.mysql.cj.xdevapi.Column
Checks if value represents a signed number.
isNumberSigned() - 类 中的方法com.mysql.cj.xdevapi.ColumnImpl
 
isOKPacket() - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Is it an OK packet.
isOpen() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
isOpen() - 接口 中的方法com.mysql.cj.xdevapi.Session
Is this session open?
isOpen() - 类 中的方法com.mysql.cj.xdevapi.SessionImpl
 
isPadded() - 接口 中的方法com.mysql.cj.xdevapi.Column
Checks if the value has a padding.
isPadded() - 类 中的方法com.mysql.cj.xdevapi.ColumnImpl
 
isParameter() - 异常错误 中的方法com.mysql.cj.exceptions.DataTruncationException
 
isPartKey() - 接口 中的方法com.mysql.cj.xdevapi.Column
Checks if this column is a part of key.
isPartKey() - 类 中的方法com.mysql.cj.xdevapi.ColumnImpl
 
isPoolable() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
isPoolable() - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
isPrimaryKey() - 类 中的方法com.mysql.cj.result.Field
 
isPrimaryKey() - 接口 中的方法com.mysql.cj.xdevapi.Column
Checks if this is a primary key column.
isPrimaryKey() - 类 中的方法com.mysql.cj.xdevapi.ColumnImpl
 
isProxySet() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
isProxySet() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
isProxySet() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
isProxySet() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
isQueryCacheEnabled() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
isQueryCacheEnabled() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
isQueryCacheEnabled() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
isRangeBased() - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
isRangeBased() - 类 中的方法com.mysql.cj.conf.IntegerPropertyDefinition
 
isRangeBased() - 类 中的方法com.mysql.cj.conf.LongPropertyDefinition
 
isRangeBased() - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
Returns true if property has range-based constraints
isRead() - 异常错误 中的方法com.mysql.cj.exceptions.DataTruncationException
 
isReadOnly() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
isReadOnly() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
isReadOnly() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
isReadOnly() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
isReadOnly() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
isReadOnly() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
isReadOnly() - 类 中的方法com.mysql.cj.result.Field
Is this field _definitely_ not writable?
isReadOnly(boolean) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
isReadOnly(boolean) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
isReadOnly(boolean) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
isReadOnly(boolean) - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Tests to see if the connection is in Read Only Mode.
isReadOnly(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
isReadOnlySafeQuery(String, boolean) - 类 中的静态方法com.mysql.cj.QueryInfo
Checks whether the given query is safe to run in a read-only session.
isRelational - 类 中的变量com.mysql.cj.xdevapi.AbstractFilterParams
 
isRelational() - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
isRelational() - 类 中的方法com.mysql.cj.xdevapi.FilterableStatement
Are relational columns identifiers allowed in this statement?
isRelational() - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
Are relational columns identifiers allowed?
isReplicasConnection() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
Checks if current connection is the replicas l/b connection.
isRequired() - 类 中的方法com.mysql.cj.xdevapi.CreateIndexParams.IndexField
Is the field required to exist in the document?
isResultSetOKPacket() - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Is it an OK packet for ResultSet.
isResultSetProducingQuery() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
Checks if the given SQL query is a result set producing query.
isResultSetProducingQuery(String) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
Checks if the given SQL query is a result set producing query.
isReusable() - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationFidoClient
 
isReusable() - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationKerberosClient
 
isReusable() - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
 
isReusable() - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationOciClient
 
isReusable() - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
 
isReusable() - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
 
isReusable() - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
 
isReusable() - 类 中的方法com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
 
isReusable() - 接口 中的方法com.mysql.cj.protocol.AuthenticationPlugin
 
isRewritableWithMultiValuesClause() - 类 中的方法com.mysql.cj.QueryInfo
Can this query be rewritten as a multi-values clause?
isRunningOnWindows() - 类 中的静态方法com.mysql.cj.util.Util
Checks if the JVM is running on Windows Operating System.
isRuntimeModifiable() - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
isRuntimeModifiable() - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
May the property be changed after initialization.
isSameResource(JdbcConnection) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
isSameResource(JdbcConnection) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
isSameResource(JdbcConnection) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
isSameResource(JdbcConnection) - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Does this connection have the same resource name as the given connection (for XA)?
isSameRM(XAResource) - 类 中的方法com.mysql.cj.jdbc.MysqlXAConnection
 
isSameRM(XAResource) - 类 中的方法com.mysql.cj.jdbc.SuspendableXAConnection
 
isSearchable(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
isServerLocal() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
isServerLocal() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
isServerLocal() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
isServerLocal() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Is the server this connection is connected to "local" (i.e. same host) as the application?
isServerLocal(Session) - 类 中的方法com.mysql.cj.NativeSession
 
isServerTruncatesFracSecs() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
isServerTruncatesFracSecs() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
isServerTruncatesFracSecs() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
isSet - 类 中的变量com.mysql.cj.NativeQueryBindValue
has this parameter been set?
isSet() - 接口 中的方法com.mysql.cj.BindValue
 
isSet() - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
isSetNeededForAutoCommitMode(boolean) - 类 中的方法com.mysql.cj.CoreSession
 
isSetNeededForAutoCommitMode(boolean) - 类 中的方法com.mysql.cj.NativeSession
 
isSetNeededForAutoCommitMode(boolean) - 接口 中的方法com.mysql.cj.Session
 
isSetNeededForAutoCommitMode(boolean, boolean) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
Should SET AUTOCOMMIT be sent to server if we are going to set autoCommitFlag in driver
isSigned(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
 
isSigned(int) - 类 中的方法com.mysql.cj.jdbc.MysqlParameterMetadata
 
isSigned(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
isSigned(MysqlType) - 枚举 中的静态方法com.mysql.cj.MysqlType
 
isSingleBit() - 类 中的方法com.mysql.cj.result.Field
 
isSlavesConnection() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
已过时。 
isSourceConnection() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
isSourceConnection() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
isSourceConnection() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
isSourceConnection() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
Checks if current connection is the sources l/b connection.
isSourceConnection() - 接口 中的方法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() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
isSSLEstablished() - 类 中的方法com.mysql.cj.CoreSession
 
isSSLEstablished() - 类 中的方法com.mysql.cj.NativeSession
 
isSSLEstablished() - 类 中的方法com.mysql.cj.protocol.AbstractSocketConnection
 
isSSLEstablished() - 接口 中的方法com.mysql.cj.protocol.SocketConnection
 
isSSLEstablished() - 接口 中的方法com.mysql.cj.Session
 
isSSLEstablished(Socket) - 类 中的静态方法com.mysql.cj.protocol.ExportControlled
 
isStaticImpermissibleCollation(int) - 类 中的静态方法com.mysql.cj.CharsetMapping
 
isStaticMultibyteCharset(String) - 类 中的静态方法com.mysql.cj.CharsetMapping
Does the character set contain multi-byte encoded characters.
isStream() - 接口 中的方法com.mysql.cj.BindValue
 
isStream() - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
isStrictlyForwardOnly() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
Checks whether this ResultSet is scrollable even if its type is ResultSet.TYPE_FORWARD_ONLY.
isStrictlyNumeric(CharSequence) - 类 中的静态方法com.mysql.cj.util.StringUtils
Checks is the CharSequence contains digits only.
isSupported(String) - 枚举 中的静态方法com.mysql.cj.conf.ConnectionUrl.Type
Checks if the given scheme corresponds to one of the connection types the driver supports.
isTime(String) - 类 中的静态方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
isTimestamp(String) - 类 中的静态方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
isTraceEnabled() - 类 中的方法com.mysql.cj.log.Jdk14Logger
 
isTraceEnabled() - 接口 中的方法com.mysql.cj.log.Log
Is the 'trace' log level enabled?
isTraceEnabled() - 类 中的方法com.mysql.cj.log.NullLogger
 
isTraceEnabled() - 类 中的方法com.mysql.cj.log.Slf4JLogger
 
isTraceEnabled() - 类 中的方法com.mysql.cj.log.StandardLogger
 
isTransient() - 异常错误 中的方法com.mysql.cj.exceptions.CJException
 
isUniqueKey() - 类 中的方法com.mysql.cj.result.Field
 
isUniqueKey() - 接口 中的方法com.mysql.cj.xdevapi.Column
Checks if this is a unique key column.
isUniqueKey() - 类 中的方法com.mysql.cj.xdevapi.ColumnImpl
 
isUnsigned() - 类 中的方法com.mysql.cj.result.Field
 
isUpsert() - 接口 中的方法com.mysql.cj.xdevapi.AddStatement
Check the upsert flag.
isUpsert() - 类 中的方法com.mysql.cj.xdevapi.AddStatementImpl
 
isValid(int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
isValid(int) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
isValid(int) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
isValidIdChar(char) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
isVersion(ServerVersion) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
isVersion(ServerVersion) - 接口 中的方法com.mysql.cj.protocol.ServerSession
Is the version of the MySQL server we are connected to the given version?
isVersion(ServerVersion) - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
isView() - 接口 中的方法com.mysql.cj.xdevapi.Table
Check if the underlying object is a view or not.
isView() - 类 中的方法com.mysql.cj.xdevapi.TableImpl
 
isWarnEnabled() - 类 中的方法com.mysql.cj.log.Jdk14Logger
 
isWarnEnabled() - 接口 中的方法com.mysql.cj.log.Log
Is the 'warn' log level enabled?
isWarnEnabled() - 类 中的方法com.mysql.cj.log.NullLogger
 
isWarnEnabled() - 类 中的方法com.mysql.cj.log.Slf4JLogger
 
isWarnEnabled() - 类 中的方法com.mysql.cj.log.StandardLogger
 
isWrapperFor(Class<?>) - 类 中的方法com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
 
isWrapperFor(Class<?>) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
isWrapperFor(Class<?>) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
isWrapperFor(Class<?>) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
isWrapperFor(Class<?>) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
isWrapperFor(Class<?>) - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
 
isWrapperFor(Class<?>) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
isWrapperFor(Class<?>) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
isWrapperFor(Class<?>) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
 
isWrapperFor(Class<?>) - 类 中的方法com.mysql.cj.jdbc.MysqlParameterMetadata
 
isWrapperFor(Class<?>) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
isWrapperFor(Class<?>) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
isWrapperFor(Class<?>) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
isWrapperFor(Class<?>) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
isWrapperFor(Class<?>) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
isWrapperFor(Class<?>) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
isWritable(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
isZero() - 类 中的方法com.mysql.cj.protocol.InternalDate
 
isZero() - 类 中的方法com.mysql.cj.protocol.InternalTime
 
isZero() - 类 中的方法com.mysql.cj.protocol.InternalTimestamp
 
isZeroFill() - 类 中的方法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 - 枚举 中的静态变量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 - 枚举 中的静态变量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 - 枚举 中的静态变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
sets the new value on the identified path
IterateBlock<T> - com.mysql.cj.jdbc中的类
 
iterator() - 接口 中的方法com.mysql.cj.xdevapi.FetchResult
Create an iterator over all elements of the result.
IteratorWithCleanup() - 类 的构造器com.mysql.cj.jdbc.DatabaseMetaData.IteratorWithCleanup
 

J

javaClass - 枚举 中的变量com.mysql.cj.MysqlType
 
javaEncodingUcToCharsetName - 类 中的变量com.mysql.cj.NativeCharsetSettings
 
jdbcCompliant() - 类 中的方法com.mysql.cj.jdbc.NonRegisteringDriver
 
jdbcCompliantTruncation - com.mysql.cj.conf.PropertyKey
 
jdbcCompliantTruncationForReads - 类 中的变量com.mysql.cj.result.DefaultValueFactory
 
JdbcConnection - 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 - com.mysql.cj.jdbc中的接口
 
JdbcPropertySet - com.mysql.cj.jdbc中的接口
 
JdbcPropertySetImpl - com.mysql.cj.jdbc中的类
 
JdbcPropertySetImpl() - 类 的构造器com.mysql.cj.jdbc.JdbcPropertySetImpl
 
JdbcStatement - 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 - 枚举 中的变量com.mysql.cj.MysqlType
 
Jdk14Logger - com.mysql.cj.log中的类
Logging functionality for JDK1.4
Jdk14Logger(String) - 类 的构造器com.mysql.cj.log.Jdk14Logger
Creates a new Jdk14Logger object.
jdkLogger - 类 中的变量com.mysql.cj.log.Jdk14Logger
The underlying logger from JDK-1.4
joinWithSerialComma(List<?>) - 类 中的静态方法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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
JSON = 2;
JsonArray - com.mysql.cj.xdevapi中的类
Represents a JSON array.
JsonArray() - 类 的构造器com.mysql.cj.xdevapi.JsonArray
 
JsonLiteral - com.mysql.cj.xdevapi中的枚举
Represents JSON true, false and null literals.
JsonNumber - com.mysql.cj.xdevapi中的类
Represents a JSON number.
JsonNumber() - 类 的构造器com.mysql.cj.xdevapi.JsonNumber
 
JsonParser - com.mysql.cj.xdevapi中的类
 
JsonParser() - 类 的构造器com.mysql.cj.xdevapi.JsonParser
 
JsonString - com.mysql.cj.xdevapi中的类
Represents a JSON string.
JsonString() - 类 的构造器com.mysql.cj.xdevapi.JsonString
 
JsonValue - 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 - 类 中的静态变量com.mysql.cj.Constants
 
JVM_VERSION - 类 中的静态变量com.mysql.cj.Constants
 
jvmMeetsMinimum(int, int) - 类 中的静态方法com.mysql.cj.util.Util
 

K

KEEP_OPEN_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
keepOrigNanos - 类 中的变量com.mysql.cj.NativeQueryBindValue
 
keepOrigNanos() - 接口 中的方法com.mysql.cj.BindValue
 
keepOrigNanos() - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
KEY_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
KEY_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 

L

largeRowSizeThreshold - com.mysql.cj.conf.PropertyKey
 
last() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
last() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
lastExceptionDealtWith - 类 中的变量com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
 
lastIndexOf(byte[], char) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
lastInsertId - 类 中的变量com.mysql.cj.jdbc.StatementImpl
The auto_increment value for the last insert
lastQueryIsOnDupKeyUpdate - 类 中的变量com.mysql.cj.jdbc.StatementImpl
Whether or not the last query was of the form ON DUPLICATE KEY UPDATE
lastRequestedIndex - 类 中的变量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 - 类 中的变量com.mysql.cj.protocol.a.result.AbstractBufferRow
The position of the last-requested index, optimization in concert with lastRequestedIndex.
LazyString - 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) - 类 的构造器com.mysql.cj.util.LazyString
 
LazyString(byte[], int, int, String) - 类 的构造器com.mysql.cj.util.LazyString
 
LazyString(String) - 类 的构造器com.mysql.cj.util.LazyString
 
ldapServerHostname - com.mysql.cj.conf.PropertyKey
 
left - 类 中的变量com.mysql.cj.conf.ConnectionUrlParser.Pair
 
length() - 类 中的方法com.mysql.cj.jdbc.Blob
 
length() - 类 中的方法com.mysql.cj.jdbc.BlobFromLocator
 
length() - 类 中的方法com.mysql.cj.jdbc.Clob
 
length() - 类 中的方法com.mysql.cj.util.LazyString
 
LENGTH_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
LEVEL_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
LicenseConfiguration - com.mysql.cj中的类
Used in commercially-licensed clients that require connections to commercially-licensed servers as part of the licensing terms.
limit - 类 中的变量com.mysql.cj.xdevapi.AbstractFilterParams
 
limit(long) - 接口 中的方法com.mysql.cj.xdevapi.DeleteStatement
Add/replace the row limit for the deletion.
limit(long) - 类 中的方法com.mysql.cj.xdevapi.FilterableStatement
Add row limit to this statement.
limit(long) - 接口 中的方法com.mysql.cj.xdevapi.FindStatement
Add/replace the document limit for this query.
limit(long) - 接口 中的方法com.mysql.cj.xdevapi.ModifyStatement
Add/replace the document limit for this statement.
limit(long) - 接口 中的方法com.mysql.cj.xdevapi.RemoveStatement
Add/replace the document limit for the removal.
limit(long) - 接口 中的方法com.mysql.cj.xdevapi.SelectStatement
Add/replace the row limit for this query.
limit(long) - 接口 中的方法com.mysql.cj.xdevapi.UpdateStatement
Add/replace the row limit for this statement.
LIMIT_EXPR_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
LIMIT_EXPR_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
LIMIT_EXPR_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
LIMIT_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
LIMIT_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
LIMIT_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
LITERAL - com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
LITERAL = 2;
LITERAL_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
LITERAL_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
LITERAL = 2;
liveConnections - 类 中的变量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 - com.mysql.cj.jdbc.jmx中的类
 
LoadBalanceConnectionGroupManager() - 类 的构造器com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
 
LoadBalanceConnectionGroupManagerMBean - com.mysql.cj.jdbc.jmx中的接口
 
LoadBalanceConnectionUrl - com.mysql.cj.conf.url中的类
 
LoadBalanceConnectionUrl(ConnectionUrlParser, Properties) - 类 的构造器com.mysql.cj.conf.url.LoadBalanceConnectionUrl
Constructs an instance of LoadBalanceConnectionUrl, performing all the required initializations and validations.
LoadBalanceConnectionUrl(List<HostInfo>, Map<String, String>) - 类 的构造器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 - com.mysql.cj.jdbc.ha中的类
 
LoadBalancedAutoCommitInterceptor() - 类 的构造器com.mysql.cj.jdbc.ha.LoadBalancedAutoCommitInterceptor
 
LoadBalancedConnection - com.mysql.cj.jdbc.ha中的接口
 
LoadBalancedConnectionProxy - 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) - 类 的构造器com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
Creates a proxy for java.sql.Connection that routes requests between the hosts in the connection URL.
LoadBalancedMySQLConnection - com.mysql.cj.jdbc.ha中的类
 
LoadBalancedMySQLConnection(LoadBalancedConnectionProxy) - 类 的构造器com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
 
LoadBalanceDnsSrvConnectionUrl - com.mysql.cj.conf.url中的类
 
LoadBalanceDnsSrvConnectionUrl(ConnectionUrlParser, Properties) - 类 的构造器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 - 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) - 类 中的静态方法com.mysql.cj.util.Util
 
loadServerVariables(Object, String) - 类 中的方法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_TEMPORARY - com.mysql.cj.jdbc.DatabaseMetaData.TableType
 
LOCAL_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
the view WHERE clause is checked, but no underlying views are checked
LOCAL_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
LOCAL = 2;
localCreateFromDate(InternalDate) - 类 中的方法com.mysql.cj.result.LocalDateTimeValueFactory
Create a LocalDateTime from a DATE value.
localCreateFromDate(InternalDate) - 类 中的方法com.mysql.cj.result.LocalDateValueFactory
 
localCreateFromDate(InternalDate) - 类 中的方法com.mysql.cj.result.OffsetDateTimeValueFactory
Create an OffsetDateTime from a DATE value.
localCreateFromDate(InternalDate) - 类 中的方法com.mysql.cj.result.SqlDateValueFactory
 
localCreateFromDate(InternalDate) - 类 中的方法com.mysql.cj.result.SqlTimestampValueFactory
Create a Timestamp from a DATE value.
localCreateFromDate(InternalDate) - 类 中的方法com.mysql.cj.result.UtilCalendarValueFactory
Create a Calendar from a DATE value.
localCreateFromDate(InternalDate) - 类 中的方法com.mysql.cj.result.ZonedDateTimeValueFactory
Create an ZonedDateTime from a DATE value.
localCreateFromDatetime(InternalTimestamp) - 类 中的方法com.mysql.cj.result.DurationValueFactory
 
localCreateFromDatetime(InternalTimestamp) - 类 中的方法com.mysql.cj.result.LocalDateTimeValueFactory
 
localCreateFromDatetime(InternalTimestamp) - 类 中的方法com.mysql.cj.result.LocalDateValueFactory
 
localCreateFromDatetime(InternalTimestamp) - 类 中的方法com.mysql.cj.result.LocalTimeValueFactory
 
localCreateFromDatetime(InternalTimestamp) - 类 中的方法com.mysql.cj.result.OffsetDateTimeValueFactory
 
localCreateFromDatetime(InternalTimestamp) - 类 中的方法com.mysql.cj.result.OffsetTimeValueFactory
 
localCreateFromDatetime(InternalTimestamp) - 类 中的方法com.mysql.cj.result.SqlDateValueFactory
 
localCreateFromDatetime(InternalTimestamp) - 类 中的方法com.mysql.cj.result.SqlTimestampValueFactory
 
localCreateFromDatetime(InternalTimestamp) - 类 中的方法com.mysql.cj.result.SqlTimeValueFactory
 
localCreateFromDatetime(InternalTimestamp) - 类 中的方法com.mysql.cj.result.UtilCalendarValueFactory
 
localCreateFromDatetime(InternalTimestamp) - 类 中的方法com.mysql.cj.result.ZonedDateTimeValueFactory
 
localCreateFromTime(InternalTime) - 类 中的方法com.mysql.cj.result.DurationValueFactory
 
localCreateFromTime(InternalTime) - 类 中的方法com.mysql.cj.result.LocalDateTimeValueFactory
Create a LocalDateTime from a TIME value.
localCreateFromTime(InternalTime) - 类 中的方法com.mysql.cj.result.LocalTimeValueFactory
 
localCreateFromTime(InternalTime) - 类 中的方法com.mysql.cj.result.OffsetDateTimeValueFactory
Create an OffsetDateTime from a TIME value.
localCreateFromTime(InternalTime) - 类 中的方法com.mysql.cj.result.OffsetTimeValueFactory
 
localCreateFromTime(InternalTime) - 类 中的方法com.mysql.cj.result.SqlDateValueFactory
 
localCreateFromTime(InternalTime) - 类 中的方法com.mysql.cj.result.SqlTimestampValueFactory
Create a Timestamp from a TIME value.
localCreateFromTime(InternalTime) - 类 中的方法com.mysql.cj.result.SqlTimeValueFactory
 
localCreateFromTime(InternalTime) - 类 中的方法com.mysql.cj.result.UtilCalendarValueFactory
Create a Calendar from a TIME value.
localCreateFromTime(InternalTime) - 类 中的方法com.mysql.cj.result.ZonedDateTimeValueFactory
Create an ZonedDateTime from a TIME value.
localCreateFromTimestamp(InternalTimestamp) - 类 中的方法com.mysql.cj.result.DurationValueFactory
 
localCreateFromTimestamp(InternalTimestamp) - 类 中的方法com.mysql.cj.result.LocalDateTimeValueFactory
 
localCreateFromTimestamp(InternalTimestamp) - 类 中的方法com.mysql.cj.result.LocalDateValueFactory
 
localCreateFromTimestamp(InternalTimestamp) - 类 中的方法com.mysql.cj.result.LocalTimeValueFactory
 
localCreateFromTimestamp(InternalTimestamp) - 类 中的方法com.mysql.cj.result.OffsetDateTimeValueFactory
 
localCreateFromTimestamp(InternalTimestamp) - 类 中的方法com.mysql.cj.result.OffsetTimeValueFactory
 
localCreateFromTimestamp(InternalTimestamp) - 类 中的方法com.mysql.cj.result.SqlDateValueFactory
 
localCreateFromTimestamp(InternalTimestamp) - 类 中的方法com.mysql.cj.result.SqlTimestampValueFactory
 
localCreateFromTimestamp(InternalTimestamp) - 类 中的方法com.mysql.cj.result.SqlTimeValueFactory
 
localCreateFromTimestamp(InternalTimestamp) - 类 中的方法com.mysql.cj.result.UtilCalendarValueFactory
 
localCreateFromTimestamp(InternalTimestamp) - 类 中的方法com.mysql.cj.result.ZonedDateTimeValueFactory
 
LocalDateTimeValueEncoder - com.mysql.cj.protocol.a中的类
 
LocalDateTimeValueEncoder() - 类 的构造器com.mysql.cj.protocol.a.LocalDateTimeValueEncoder
 
LocalDateTimeValueFactory - com.mysql.cj.result中的类
Value factory to create LocalDateTime instances.
LocalDateTimeValueFactory(PropertySet) - 类 的构造器com.mysql.cj.result.LocalDateTimeValueFactory
 
LocalDateValueEncoder - com.mysql.cj.protocol.a中的类
 
LocalDateValueEncoder() - 类 的构造器com.mysql.cj.protocol.a.LocalDateValueEncoder
 
LocalDateValueFactory - com.mysql.cj.result中的类
A value factory for creating LocalDate values.
LocalDateValueFactory(PropertySet) - 类 的构造器com.mysql.cj.result.LocalDateValueFactory
 
LocalDateValueFactory(PropertySet, WarningListener) - 类 的构造器com.mysql.cj.result.LocalDateValueFactory
 
localSocketAddress - com.mysql.cj.conf.PropertyKey
 
LocalTimeValueEncoder - com.mysql.cj.protocol.a中的类
 
LocalTimeValueEncoder() - 类 的构造器com.mysql.cj.protocol.a.LocalTimeValueEncoder
 
LocalTimeValueFactory - com.mysql.cj.result中的类
A value factory to create LocalTime instances.
LocalTimeValueFactory(PropertySet) - 类 的构造器com.mysql.cj.result.LocalTimeValueFactory
 
LocalTimeValueFactory(PropertySet, WarningListener) - 类 的构造器com.mysql.cj.result.LocalTimeValueFactory
 
locatorFetchBufferSize - com.mysql.cj.conf.PropertyKey
 
locatorsUpdateCopy() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
lock - 类 中的变量com.mysql.cj.xdevapi.AbstractFilterParams
 
lockExclusive() - 接口 中的方法com.mysql.cj.xdevapi.FindStatement
Locks matching rows exclusively so no other transactions can read or write to them.
lockExclusive() - 类 中的方法com.mysql.cj.xdevapi.FindStatementImpl
 
lockExclusive() - 接口 中的方法com.mysql.cj.xdevapi.SelectStatement
Locks matching rows exclusively so no other transactions can read or write to them.
lockExclusive() - 类 中的方法com.mysql.cj.xdevapi.SelectStatementImpl
 
lockExclusive(Statement.LockContention) - 接口 中的方法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) - 类 中的方法com.mysql.cj.xdevapi.FindStatementImpl
 
lockExclusive(Statement.LockContention) - 接口 中的方法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) - 类 中的方法com.mysql.cj.xdevapi.SelectStatementImpl
 
LOCKING_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
LOCKING_OPTIONS_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
lockOption - 类 中的变量com.mysql.cj.xdevapi.AbstractFilterParams
 
lockShared() - 接口 中的方法com.mysql.cj.xdevapi.FindStatement
Locks matching rows against updates.
lockShared() - 类 中的方法com.mysql.cj.xdevapi.FindStatementImpl
 
lockShared() - 接口 中的方法com.mysql.cj.xdevapi.SelectStatement
Locks matching rows against updates.
lockShared() - 类 中的方法com.mysql.cj.xdevapi.SelectStatementImpl
 
lockShared(Statement.LockContention) - 接口 中的方法com.mysql.cj.xdevapi.FindStatement
Locks matching rows against updates using the provided lock contention option.
lockShared(Statement.LockContention) - 类 中的方法com.mysql.cj.xdevapi.FindStatementImpl
 
lockShared(Statement.LockContention) - 接口 中的方法com.mysql.cj.xdevapi.SelectStatement
Locks matching rows against updates using the provided lock contention option.
lockShared(Statement.LockContention) - 类 中的方法com.mysql.cj.xdevapi.SelectStatementImpl
 
log - 类 中的变量com.mysql.cj.CoreSession
The logger we're going to use
log - 类 中的变量com.mysql.cj.protocol.AbstractProtocol
The logger we're going to use
log - 类 中的变量com.mysql.cj.protocol.ReadAheadInputStream
 
Log - com.mysql.cj.log中的接口
Unified interface to logging facilities on different platforms
logDebug(Object) - 类 中的方法com.mysql.cj.log.Jdk14Logger
Logs the given message instance using the 'debug' level
logDebug(Object) - 接口 中的方法com.mysql.cj.log.Log
Logs the given message instance using the 'debug' level
logDebug(Object) - 类 中的方法com.mysql.cj.log.NullLogger
 
logDebug(Object) - 类 中的方法com.mysql.cj.log.Slf4JLogger
 
logDebug(Object) - 类 中的方法com.mysql.cj.log.StandardLogger
Logs the given message instance using the 'debug' level
logDebug(Object, Throwable) - 类 中的方法com.mysql.cj.log.Jdk14Logger
Logs the given message and Throwable at the 'debug' level.
logDebug(Object, Throwable) - 接口 中的方法com.mysql.cj.log.Log
Logs the given message and Throwable at the 'debug' level.
logDebug(Object, Throwable) - 类 中的方法com.mysql.cj.log.NullLogger
 
logDebug(Object, Throwable) - 类 中的方法com.mysql.cj.log.Slf4JLogger
 
logDebug(Object, Throwable) - 类 中的方法com.mysql.cj.log.StandardLogger
Logs the given message and Throwable at the 'debug' level.
logError(Object) - 类 中的方法com.mysql.cj.log.Jdk14Logger
Logs the given message instance using the 'error' level
logError(Object) - 接口 中的方法com.mysql.cj.log.Log
Logs the given message instance using the 'error' level
logError(Object) - 类 中的方法com.mysql.cj.log.NullLogger
 
logError(Object) - 类 中的方法com.mysql.cj.log.Slf4JLogger
 
logError(Object) - 类 中的方法com.mysql.cj.log.StandardLogger
Logs the given message instance using the 'error' level
logError(Object, Throwable) - 类 中的方法com.mysql.cj.log.Jdk14Logger
Logs the given message and Throwable at the 'error' level.
logError(Object, Throwable) - 接口 中的方法com.mysql.cj.log.Log
Logs the given message and Throwable at the 'error' level.
logError(Object, Throwable) - 类 中的方法com.mysql.cj.log.NullLogger
 
logError(Object, Throwable) - 类 中的方法com.mysql.cj.log.Slf4JLogger
 
logError(Object, Throwable) - 类 中的方法com.mysql.cj.log.StandardLogger
Logs the given message and Throwable at the 'error' level.
LogFactory - com.mysql.cj.log中的类
Creates instances of loggers for the driver to use.
LogFactory() - 类 的构造器com.mysql.cj.log.LogFactory
 
logFatal(Object) - 类 中的方法com.mysql.cj.log.Jdk14Logger
Logs the given message instance using the 'fatal' level
logFatal(Object) - 接口 中的方法com.mysql.cj.log.Log
Logs the given message instance using the 'fatal' level
logFatal(Object) - 类 中的方法com.mysql.cj.log.NullLogger
 
logFatal(Object) - 类 中的方法com.mysql.cj.log.Slf4JLogger
 
logFatal(Object) - 类 中的方法com.mysql.cj.log.StandardLogger
Logs the given message instance using the 'fatal' level
logFatal(Object, Throwable) - 类 中的方法com.mysql.cj.log.Jdk14Logger
Logs the given message and Throwable at the 'fatal' level.
logFatal(Object, Throwable) - 接口 中的方法com.mysql.cj.log.Log
Logs the given message and Throwable at the 'fatal' level.
logFatal(Object, Throwable) - 类 中的方法com.mysql.cj.log.NullLogger
 
logFatal(Object, Throwable) - 类 中的方法com.mysql.cj.log.Slf4JLogger
 
logFatal(Object, Throwable) - 类 中的方法com.mysql.cj.log.StandardLogger
Logs the given message and Throwable at the 'fatal' level.
logger - com.mysql.cj.conf.PropertyKey
 
LOGGER_INSTANCE_NAME - 接口 中的静态变量com.mysql.cj.log.Log
Logger instance name
LoggingProfilerEventHandler - com.mysql.cj.log中的类
A profile event handler that just logs to the standard logging mechanism of the driver.
LoggingProfilerEventHandler() - 类 的构造器com.mysql.cj.log.LoggingProfilerEventHandler
 
logInfo(Object) - 类 中的方法com.mysql.cj.log.Jdk14Logger
Logs the given message instance using the 'info' level
logInfo(Object) - 接口 中的方法com.mysql.cj.log.Log
Logs the given message instance using the 'info' level
logInfo(Object) - 类 中的方法com.mysql.cj.log.NullLogger
 
logInfo(Object) - 类 中的方法com.mysql.cj.log.Slf4JLogger
 
logInfo(Object) - 类 中的方法com.mysql.cj.log.StandardLogger
Logs the given message instance using the 'info' level
logInfo(Object, Throwable) - 类 中的方法com.mysql.cj.log.Jdk14Logger
Logs the given message and Throwable at the 'info' level.
logInfo(Object, Throwable) - 接口 中的方法com.mysql.cj.log.Log
Logs the given message and Throwable at the 'info' level.
logInfo(Object, Throwable) - 类 中的方法com.mysql.cj.log.NullLogger
 
logInfo(Object, Throwable) - 类 中的方法com.mysql.cj.log.Slf4JLogger
 
logInfo(Object, Throwable) - 类 中的方法com.mysql.cj.log.StandardLogger
Logs the given message and Throwable at the 'info' level.
logInternal(int, Object, Throwable) - 类 中的方法com.mysql.cj.log.StandardLogger
 
loginTimeoutCheckTimestamp - 类 中的变量com.mysql.cj.protocol.StandardSocketFactory
Time when last Login Timeout check occurred
loginTimeoutCountdown - 类 中的变量com.mysql.cj.protocol.StandardSocketFactory
The remaining login time in milliseconds.
logSlowQueries - com.mysql.cj.conf.PropertyKey
 
logSlowQueries - 类 中的变量com.mysql.cj.jdbc.StatementImpl
 
logSlowQueries - 类 中的变量com.mysql.cj.ServerPreparedQuery
The "logSlowQueries" connection property value
logTrace(Object) - 类 中的方法com.mysql.cj.log.Jdk14Logger
Logs the given message instance using the 'trace' level
logTrace(Object) - 接口 中的方法com.mysql.cj.log.Log
Logs the given message instance using the 'trace' level
logTrace(Object) - 类 中的方法com.mysql.cj.log.NullLogger
 
logTrace(Object) - 类 中的方法com.mysql.cj.log.Slf4JLogger
 
logTrace(Object) - 类 中的方法com.mysql.cj.log.StandardLogger
Logs the given message instance using the 'trace' level
logTrace(Object, Throwable) - 类 中的方法com.mysql.cj.log.Jdk14Logger
Logs the given message and Throwable at the 'trace' level.
logTrace(Object, Throwable) - 接口 中的方法com.mysql.cj.log.Log
Logs the given message and Throwable at the 'trace' level.
logTrace(Object, Throwable) - 类 中的方法com.mysql.cj.log.NullLogger
 
logTrace(Object, Throwable) - 类 中的方法com.mysql.cj.log.Slf4JLogger
 
logTrace(Object, Throwable) - 类 中的方法com.mysql.cj.log.StandardLogger
Logs the given message and Throwable at the 'trace' level.
LogUtils - com.mysql.cj.util中的类
 
LogUtils() - 类 的构造器com.mysql.cj.util.LogUtils
 
logWarn(Object) - 类 中的方法com.mysql.cj.log.Jdk14Logger
Logs the given message instance using the 'warn' level
logWarn(Object) - 接口 中的方法com.mysql.cj.log.Log
Logs the given message instance using the 'warn' level
logWarn(Object) - 类 中的方法com.mysql.cj.log.NullLogger
 
logWarn(Object) - 类 中的方法com.mysql.cj.log.Slf4JLogger
 
logWarn(Object) - 类 中的方法com.mysql.cj.log.StandardLogger
Logs the given message instance using the 'warn' level
logWarn(Object, Throwable) - 类 中的方法com.mysql.cj.log.Jdk14Logger
Logs the given message and Throwable at the 'warn' level.
logWarn(Object, Throwable) - 接口 中的方法com.mysql.cj.log.Log
Logs the given message and Throwable at the 'warn' level.
logWarn(Object, Throwable) - 类 中的方法com.mysql.cj.log.NullLogger
 
logWarn(Object, Throwable) - 类 中的方法com.mysql.cj.log.Slf4JLogger
 
logWarn(Object, Throwable) - 类 中的方法com.mysql.cj.log.StandardLogger
Logs the given message and Throwable at the 'warn' level.
logWriter - 类 中的变量com.mysql.cj.jdbc.MysqlDataSource
Log stream
logXaCommands - com.mysql.cj.conf.PropertyKey
 
logXaCommands - 类 中的变量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.
LongProperty - com.mysql.cj.conf中的类
 
LongProperty(PropertyDefinition<Long>) - 类 的构造器com.mysql.cj.conf.LongProperty
 
LongPropertyDefinition - com.mysql.cj.conf中的类
 
LongPropertyDefinition(PropertyKey, long, boolean, String, String, String, int) - 类 的构造器com.mysql.cj.conf.LongPropertyDefinition
 
LongPropertyDefinition(PropertyKey, long, boolean, String, String, String, int, long, long) - 类 的构造器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 - com.mysql.cj.result中的类
A value factory for creating long values.
LongValueFactory(PropertySet) - 类 的构造器com.mysql.cj.result.LongValueFactory
 
lookupSrvRecords(String) - 类 中的静态方法com.mysql.cj.util.DnsSrv
 
lowerCaseTableNames() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
lowerCaseTableNames() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
lowerCaseTableNames() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
lowerCaseTableNames() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Is the server configured to use lower-case table names only?
LRUCache<K,​V> - com.mysql.cj.util中的类
 
LRUCache(int) - 类 的构造器com.mysql.cj.util.LRUCache
 

M

main(String[]) - 类 中的静态方法demo.x.devapi.DevApiSample
 
main(String[]) - 类 中的静态方法documentation.ErrorMappingsDocGenerator
 
main(String[]) - 类 中的静态方法documentation.PropertiesDocGenerator
 
main(String[]) - 类 中的静态方法instrumentation.AddMethods
 
main(String[]) - 类 中的静态方法instrumentation.CommonChecks
 
main(String[]) - 类 中的静态方法instrumentation.TranslateExceptions
 
maintainTimeStats - com.mysql.cj.conf.PropertyKey
 
maintainTimeStats - 类 中的变量com.mysql.cj.CoreSession
 
MAP_SIZE - 类 中的静态变量com.mysql.cj.CharsetMapping
 
mapOutputParameterIndexToRsIndex(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
mapXAExceptionFromSQLException(SQLException) - 类 中的静态方法com.mysql.cj.jdbc.MysqlXAConnection
 
mark() - 类 中的方法com.mysql.cj.util.StringInspector
Marks the current object's state.
markSupported() - 类 中的方法com.mysql.cj.protocol.ReadAheadInputStream
 
matchesIgnoreCase(String) - 类 中的方法com.mysql.cj.util.StringInspector
Checks if the given string matches the source string counting from the current position, ignoring case, with the option to skip text delimited by the specified markers or inside comment blocks.
matchesIgnoreCase(String...) - 类 中的方法com.mysql.cj.util.StringInspector
Checks if the given consecutive sequence of strings matches the source string counting from the current position, ignoring case, with the option to skip text delimited by the specified markers or inside comment blocks.
MAX_IDENTIFIER_LENGTH - 类 中的静态变量com.mysql.cj.jdbc.DatabaseMetaData
 
MAX_PACKET_SIZE - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
Maximum size of MySQL packet payload.
MAX_QUERY_SIZE_TO_EXPLAIN - 类 中的静态变量com.mysql.cj.protocol.a.NativeProtocol
 
MAX_ROWS - 接口 中的静态变量com.mysql.cj.jdbc.JdbcStatement
 
MAX_SIGNED_LONG_LEN - 类 中的静态变量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 - 类 中的变量com.mysql.cj.AbstractQuery
 
maxAllowedPacket - 类 中的变量com.mysql.cj.jdbc.StatementImpl
 
maxAllowedPacket - 类 中的变量com.mysql.cj.protocol.a.SimplePacketReader
 
maxBufferSize - 类 中的静态变量com.mysql.cj.jdbc.DatabaseMetaData
Default max buffer size.
maxElements - 类 中的变量com.mysql.cj.util.LRUCache
 
maxFieldSize - 类 中的变量com.mysql.cj.jdbc.StatementImpl
The max field size for this statement
maxQuerySizeToLog - com.mysql.cj.conf.PropertyKey
 
maxReconnects - com.mysql.cj.conf.PropertyKey
 
maxRows - com.mysql.cj.conf.PropertyKey
 
maxRows - 类 中的变量com.mysql.cj.jdbc.StatementImpl
The maximum number of rows to return for this statement (-1 means _all_ rows)
MAY_PRODUCE_RESULT_SET - com.mysql.cj.QueryReturnType
 
mc - 类 中的变量com.mysql.cj.jdbc.ConnectionWrapper
 
MECH_NAME_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
MECHANISM_NAME - 类 中的静态变量com.mysql.cj.sasl.ScramSha1SaslClient
 
MECHANISM_NAME - 类 中的静态变量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) - 类 中的方法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 - 枚举 中的静态变量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 - 枚举 中的静态变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
MEMBER_STATE_CHANGE = 4;
MEMBER_VALUE - 枚举 中的静态变量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 - 枚举 中的静态变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
MEMBERSHIP_VIEW_CHANGE = 2;
MemorySizeProperty - com.mysql.cj.conf中的类
 
MemorySizeProperty(PropertyDefinition<Integer>) - 类 的构造器com.mysql.cj.conf.MemorySizeProperty
 
MemorySizePropertyDefinition - com.mysql.cj.conf中的类
 
MemorySizePropertyDefinition(PropertyKey, int, boolean, String, String, String, int) - 类 的构造器com.mysql.cj.conf.MemorySizePropertyDefinition
 
MemorySizePropertyDefinition(PropertyKey, int, boolean, String, String, String, int, int, int) - 类 的构造器com.mysql.cj.conf.MemorySizePropertyDefinition
 
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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
merge JSON object value with the provided patch expression
MERGE_VALUE - 枚举 中的静态变量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) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Array array = 4;
mergeArray(MysqlxExpr.Array) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Array array = 9;
mergeCapabilities(MysqlxConnection.Capabilities) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
required .Mysqlx.Connection.Capabilities capabilities = 1;
mergeCollection(MysqlxCrud.Collection) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
name of the VIEW object, which should be created
mergeCollection(MysqlxCrud.Collection) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
collection to change
mergeCollection(MysqlxCrud.Collection) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
name of the VIEW object, which should be deleted
mergeCollection(MysqlxCrud.Collection) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
collection in which to find
mergeCollection(MysqlxCrud.Collection) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
collection to insert into
mergeCollection(MysqlxCrud.Collection) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
name of the VIEW object, which should be modified
mergeCollection(MysqlxCrud.Collection) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
collection to change
mergeColumnDefinitions() - 类 中的方法com.mysql.cj.protocol.a.ColumnDefinitionFactory
 
mergeColumnDefinitions() - 类 中的方法com.mysql.cj.protocol.a.MergingColumnDefinitionFactory
 
mergeCriteria(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
filter expression to match rows that the operations will apply on
mergeCriteria(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
filter criteria
mergeCriteria(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
filter expression to match rows that the operations will apply on
mergeDelete(MysqlxCrud.Delete) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Delete delete = 5;
mergeExpr(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
required .Mysqlx.Expr.Expr expr = 1;
mergeFind(MysqlxCrud.Find) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Find find = 2;
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
 
mergeFrom(Message) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
 
mergeFrom(Mysqlx.ClientMessages) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
 
mergeFrom(Mysqlx.Error) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
 
mergeFrom(Mysqlx.Ok) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
 
mergeFrom(Mysqlx.ServerMessages) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
 
mergeFrom(MysqlxConnection.Capabilities) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
 
mergeFrom(MysqlxConnection.CapabilitiesGet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
 
mergeFrom(MysqlxConnection.CapabilitiesSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
 
mergeFrom(MysqlxConnection.Capability) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
 
mergeFrom(MysqlxConnection.Close) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
 
mergeFrom(MysqlxConnection.Compression) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
 
mergeFrom(MysqlxCrud.Collection) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
 
mergeFrom(MysqlxCrud.Column) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
 
mergeFrom(MysqlxCrud.CreateView) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
 
mergeFrom(MysqlxCrud.Delete) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
 
mergeFrom(MysqlxCrud.DropView) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
 
mergeFrom(MysqlxCrud.Find) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
 
mergeFrom(MysqlxCrud.Insert) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
 
mergeFrom(MysqlxCrud.Insert.TypedRow) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
 
mergeFrom(MysqlxCrud.Limit) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
 
mergeFrom(MysqlxCrud.LimitExpr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
 
mergeFrom(MysqlxCrud.ModifyView) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
 
mergeFrom(MysqlxCrud.Order) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
 
mergeFrom(MysqlxCrud.Projection) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
 
mergeFrom(MysqlxCrud.Update) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
 
mergeFrom(MysqlxCrud.UpdateOperation) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
 
mergeFrom(MysqlxCursor.Close) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
 
mergeFrom(MysqlxCursor.Fetch) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
 
mergeFrom(MysqlxCursor.Open) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
 
mergeFrom(MysqlxCursor.Open.OneOfMessage) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
 
mergeFrom(MysqlxDatatypes.Any) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
 
mergeFrom(MysqlxDatatypes.Array) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
 
mergeFrom(MysqlxDatatypes.Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
 
mergeFrom(MysqlxDatatypes.Object.ObjectField) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
 
mergeFrom(MysqlxDatatypes.Scalar) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
 
mergeFrom(MysqlxDatatypes.Scalar.Octets) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
 
mergeFrom(MysqlxDatatypes.Scalar.String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
 
mergeFrom(MysqlxExpect.Close) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
 
mergeFrom(MysqlxExpect.Open) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
 
mergeFrom(MysqlxExpect.Open.Condition) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
 
mergeFrom(MysqlxExpr.Array) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
 
mergeFrom(MysqlxExpr.ColumnIdentifier) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
 
mergeFrom(MysqlxExpr.DocumentPathItem) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
 
mergeFrom(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
 
mergeFrom(MysqlxExpr.FunctionCall) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
 
mergeFrom(MysqlxExpr.Identifier) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
 
mergeFrom(MysqlxExpr.Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
 
mergeFrom(MysqlxExpr.Object.ObjectField) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
 
mergeFrom(MysqlxExpr.Operator) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
 
mergeFrom(MysqlxNotice.Frame) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
 
mergeFrom(MysqlxNotice.GroupReplicationStateChanged) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
 
mergeFrom(MysqlxNotice.ServerHello) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
 
mergeFrom(MysqlxNotice.SessionStateChanged) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
 
mergeFrom(MysqlxNotice.SessionVariableChanged) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
 
mergeFrom(MysqlxNotice.Warning) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
 
mergeFrom(MysqlxPrepare.Deallocate) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
 
mergeFrom(MysqlxPrepare.Execute) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
 
mergeFrom(MysqlxPrepare.Prepare) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
 
mergeFrom(MysqlxPrepare.Prepare.OneOfMessage) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
 
mergeFrom(MysqlxResultset.ColumnMetaData) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
 
mergeFrom(MysqlxResultset.FetchDone) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
 
mergeFrom(MysqlxResultset.FetchDoneMoreOutParams) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
 
mergeFrom(MysqlxResultset.FetchDoneMoreResultsets) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
 
mergeFrom(MysqlxResultset.FetchSuspended) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
 
mergeFrom(MysqlxResultset.Row) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
 
mergeFrom(MysqlxSession.AuthenticateContinue) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
 
mergeFrom(MysqlxSession.AuthenticateOk) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
 
mergeFrom(MysqlxSession.AuthenticateStart) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
 
mergeFrom(MysqlxSession.Close) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
 
mergeFrom(MysqlxSession.Reset) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
 
mergeFrom(MysqlxSql.StmtExecute) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
 
mergeFrom(MysqlxSql.StmtExecuteOk) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
 
mergeFunctionCall(MysqlxExpr.FunctionCall) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.FunctionCall function_call = 5;
mergeGroupingCriteria(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
filter criteria for aggregated groups
mergeIdentifier(MysqlxExpr.ColumnIdentifier) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
mergeInsert(MysqlxCrud.Insert) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Insert insert = 3;
mergeLimit(MysqlxCrud.Limit) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
mergeLimit(MysqlxCrud.Limit) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
mergeLimit(MysqlxCrud.Limit) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
mergeLimitExpr(MysqlxCrud.LimitExpr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
mergeLimitExpr(MysqlxCrud.LimitExpr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
mergeLimitExpr(MysqlxCrud.LimitExpr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
mergeLiteral(MysqlxDatatypes.Scalar) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Datatypes.Scalar literal = 4;
mergeName(MysqlxExpr.Identifier) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
identifier of function; at least name of it
mergeObj(MysqlxDatatypes.Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Object obj = 3;
mergeObject(MysqlxExpr.Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Object object = 8;
mergeOffset(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
maximum rows to skip before applying the row_count
mergeOperator(MysqlxExpr.Operator) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Operator operator = 6;
mergePrepareExecute(MysqlxPrepare.Execute) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
mergeRowCount(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
maximum rows to filter
mergeScalar(MysqlxDatatypes.Scalar) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Scalar scalar = 2;
mergeSource(MysqlxExpr.ColumnIdentifier) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
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 @note in both cases, schema and table must be not set
mergeSource(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
the expression identifying an element from the source data, which can include a column identifier or any expression
mergeStmt(MysqlxCrud.Find) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
mergeStmt(MysqlxCrud.Find) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
mergeStmt(MysqlxCursor.Open.OneOfMessage) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
statement for which the resultset is going to be iterated through by the cursor
mergeStmt(MysqlxPrepare.Prepare.OneOfMessage) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
defines one of following messages to be prepared: Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
mergeStmtExecute(MysqlxSql.StmtExecute) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
 
mergeUpdate(MysqlxCrud.Update) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Update update = 4;
mergeValue(MysqlxDatatypes.Any) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
required .Mysqlx.Datatypes.Any value = 2;
mergeValue(MysqlxDatatypes.Any) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
required .Mysqlx.Datatypes.Any value = 2;
mergeValue(MysqlxDatatypes.Scalar) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
the changed value of param
mergeValue(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
an expression to be computed as the new value for the operation
mergeValue(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
value of field
mergeVOctets(MysqlxDatatypes.Scalar.Octets) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
4 is unused, was Null which doesn't have a storage anymore
mergeVString(MysqlxDatatypes.Scalar.String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
MergingColumnDefinitionFactory - com.mysql.cj.protocol.a中的类
 
MergingColumnDefinitionFactory(long, ColumnDefinition) - 类 的构造器com.mysql.cj.protocol.a.MergingColumnDefinitionFactory
 
Message - 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 - 类 中的静态变量com.mysql.cj.protocol.x.MessageConstants
Store a mapping of message class to "ClientMessages" type tag.
MESSAGE_CLASS_TO_PARSER - 类 中的静态变量com.mysql.cj.protocol.x.MessageConstants
Store a mapping of "ServerMessages" class to message parsers.
MESSAGE_CLASS_TO_TYPE - 类 中的静态变量com.mysql.cj.protocol.x.MessageConstants
Map of class to "ServerMessages" type tag for validation of parsed message class.
MESSAGE_SIZE_LENGTH - 类 中的静态变量com.mysql.cj.protocol.x.XMessageHeader
 
MESSAGE_TYPE_LENGTH - 类 中的静态变量com.mysql.cj.protocol.x.XMessageHeader
 
MESSAGE_TYPE_TO_CLASS - 类 中的静态变量com.mysql.cj.protocol.x.MessageConstants
Map of "ServerMessages" type tag to class.
messageBuilder - 类 中的变量com.mysql.cj.CoreSession
 
messageBuilder - 类 中的变量com.mysql.cj.protocol.AbstractProtocol
 
MessageBuilder<M extends Message> - com.mysql.cj中的接口
 
MessageConstants - com.mysql.cj.protocol.x中的类
Constants related to X Protocol messages.
MessageConstants() - 类 的构造器com.mysql.cj.protocol.x.MessageConstants
 
MessageHeader - com.mysql.cj.protocol中的接口
Represents the protocol specific message header
MessageListener<M extends Message> - com.mysql.cj.protocol中的接口
Sink for messages that are read asynchonously from the socket.
MessageReader<H extends MessageHeader,​M extends Message> - com.mysql.cj.protocol中的接口
 
Messages - com.mysql.cj中的类
Support for localized messages.
MessageSender<M extends Message> - com.mysql.cj.protocol中的接口
This interface provides a facility for sending messages to server.
metadata - 类 中的变量com.mysql.cj.protocol.a.result.AbstractResultsetRows
Field-level metadata from the server.
metadata - 类 中的变量com.mysql.cj.protocol.result.AbstractResultsetRow
The metadata of the fields of this result set.
metadataCacheSize - com.mysql.cj.conf.PropertyKey
 
MILLIS_I18N - 类 中的静态变量com.mysql.cj.Constants
I18N'd representation of the abbreviation for "ms"
MIN_COMPRESS_LEN - 类 中的静态变量com.mysql.cj.protocol.a.CompressedPacketSender
 
MiniAdmin - com.mysql.cj.jdbc.admin中的类
Utility functions for admin functionality from Java.
MiniAdmin(String) - 类 的构造器com.mysql.cj.jdbc.admin.MiniAdmin
Create a new MiniAdmin, connecting using the given JDBC URL.
MiniAdmin(String, Properties) - 类 的构造器com.mysql.cj.jdbc.admin.MiniAdmin
Create a new MiniAdmin, connecting using the given JDBC URL and properties
MiniAdmin(Connection) - 类 的构造器com.mysql.cj.jdbc.admin.MiniAdmin
Create a new MiniAdmin using the given connection
MINIMUM_ITERATIONS - 类 中的静态变量com.mysql.cj.sasl.ScramShaSaslClient
 
modify(String) - 接口 中的方法com.mysql.cj.xdevapi.Collection
Create a new modify statement affecting documents matching the given search condition.
modify(String) - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
modifyCollection(String, Schema.ModifyCollectionOptions) - 接口 中的方法com.mysql.cj.xdevapi.Schema
Modify the schema validation of a collection.
modifyCollection(String, Schema.ModifyCollectionOptions) - 类 中的方法com.mysql.cj.xdevapi.SchemaImpl
 
ModifyCollectionOptions() - 类 的构造器com.mysql.cj.xdevapi.Schema.ModifyCollectionOptions
 
ModifyStatement - com.mysql.cj.xdevapi中的接口
A statement representing a set of document modifications.
ModifyStatementImpl - com.mysql.cj.xdevapi中的类
ModifyStatement implementation.
month - 类 中的变量com.mysql.cj.protocol.InternalDate
 
moveRowRelative(int) - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsCursor
 
moveRowRelative(int) - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
moveRowRelative(int) - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
 
moveRowRelative(int) - 接口 中的方法com.mysql.cj.protocol.ResultsetRows
Moves the current position relative 'rows' from the current position.
moveToCurrentRow() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
moveToCurrentRow() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
moveToInsertRow() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
moveToInsertRow() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
MSG_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.Error
 
MSG_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.Ok
 
MSG_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
multibyteEncodings - 类 中的变量com.mysql.cj.NativeCharsetSettings
 
MultiHostConnectionProxy - com.mysql.cj.jdbc.ha中的类
An abstract class that processes generic multi-host configurations.
MultiHostMySQLConnection - com.mysql.cj.jdbc.ha中的类
Each instance of MultiHostMySQLConnection is coupled with a MultiHostConnectionProxy instance.
MultiHostMySQLConnection(MultiHostConnectionProxy) - 类 的构造器com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
MultiPacketReader - 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>) - 类 的构造器com.mysql.cj.protocol.a.MultiPacketReader
 
MULTIPLE - com.mysql.cj.conf.ConnectionUrl.HostsCardinality
 
multiplier - 类 中的变量com.mysql.cj.conf.IntegerPropertyDefinition
 
MYSQL_CHARSET_NAME_armscii8 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_ascii - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_big5 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_binary - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_cp1250 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_cp1251 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_cp1256 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_cp1257 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_cp850 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_cp852 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_cp866 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_cp932 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_dec8 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_eucjpms - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_euckr - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_gb18030 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_gb2312 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_gbk - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_geostd8 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_greek - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_hebrew - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_hp8 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_keybcs2 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_koi8r - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_koi8u - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_latin1 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_latin2 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_latin5 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_latin7 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_macce - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_macroman - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_sjis - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_swe7 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_tis620 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_ucs2 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_ujis - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_utf16 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_utf16le - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_utf32 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_utf8 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_utf8mb3 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_utf8mb4 - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_COLLATION_INDEX_binary - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_COLLATION_INDEX_utf8mb4_0900_ai_ci - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_COLLATION_INDEX_utf8mb4_general_ci - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL41 - com.mysql.cj.conf.PropertyDefinitions.AuthMech
 
MysqlBinaryValueDecoder - com.mysql.cj.protocol.a中的类
A ValueDecoder for the MySQL binary (prepared statement) protocol.
MysqlBinaryValueDecoder() - 类 的构造器com.mysql.cj.protocol.a.MysqlBinaryValueDecoder
 
MysqlCallback - com.mysql.cj.callback中的接口
Implementations of this interface can be passed to a MysqlCallbackHandler so that the owner of the callback handler and its caller can share data in a way that would otherwise require tighter coupling.
MysqlCallbackHandler - com.mysql.cj.callback中的接口
A functional interface for implementing callback handlers.
MysqlClearPasswordPlugin - com.mysql.cj.protocol.a.authentication中的类
MySQL Clear Password Authentication Plugin
MysqlClearPasswordPlugin() - 类 的构造器com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
 
MysqlConnection - com.mysql.cj中的接口
 
MysqlConnectionPoolDataSource - com.mysql.cj.jdbc中的类
This class is used to obtain a physical connection and instantiate and return a MysqlPooledConnection.
MysqlConnectionPoolDataSource() - 类 的构造器com.mysql.cj.jdbc.MysqlConnectionPoolDataSource
 
MysqlConnectionTester - 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() - 类 的构造器com.mysql.cj.jdbc.integration.c3p0.MysqlConnectionTester
 
MysqlDataSource - com.mysql.cj.jdbc中的类
A JNDI DataSource for a Mysql JDBC connection
MysqlDataSource() - 类 的构造器com.mysql.cj.jdbc.MysqlDataSource
Default no-arg constructor for Serialization
MysqlDataSourceFactory - com.mysql.cj.jdbc中的类
Factory class for MysqlDataSource objects
MysqlDataSourceFactory() - 类 的构造器com.mysql.cj.jdbc.MysqlDataSourceFactory
 
MysqlDataTruncation - 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) - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.MysqlDataTruncation
Creates a new MysqlDataTruncation exception/warning.
mysqlDriver - 类 中的静态变量com.mysql.cj.jdbc.MysqlDataSource
The driver to create connections with
MysqlErrorNumbers - com.mysql.cj.exceptions中的类
Constants representing MySQL error numbers returned by the server in error messages.
mysqlInput - 类 中的变量com.mysql.cj.protocol.AbstractSocketConnection
 
MysqlNativePasswordPlugin - com.mysql.cj.protocol.a.authentication中的类
MySQL Native Password Authentication Plugin
MysqlNativePasswordPlugin() - 类 的构造器com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
 
MysqlOldPasswordPlugin - com.mysql.cj.protocol.a.authentication中的类
MySQL Native Old-Password Authentication Plugin
MysqlOldPasswordPlugin() - 类 的构造器com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
 
mysqlOutput - 类 中的变量com.mysql.cj.protocol.AbstractSocketConnection
 
MysqlParameterMetadata - com.mysql.cj.jdbc中的类
 
MysqlParameterMetadata(Session, Field[], int, ExceptionInterceptor) - 类 的构造器com.mysql.cj.jdbc.MysqlParameterMetadata
 
MysqlPooledConnection - com.mysql.cj.jdbc中的类
This class is used to wrap and return a physical connection within a logical handle.
MysqlPooledConnection(JdbcConnection) - 类 的构造器com.mysql.cj.jdbc.MysqlPooledConnection
Construct a new MysqlPooledConnection and set instance variables
MySQLQueryInterruptedException - com.mysql.cj.jdbc.exceptions中的异常错误
 
MySQLQueryInterruptedException() - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.MySQLQueryInterruptedException
 
MySQLQueryInterruptedException(String) - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.MySQLQueryInterruptedException
 
MySQLQueryInterruptedException(String, String) - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.MySQLQueryInterruptedException
 
MySQLQueryInterruptedException(String, String, int) - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.MySQLQueryInterruptedException
 
MysqlSavepoint - com.mysql.cj.jdbc中的类
Represents SQL SAVEPOINTS in MySQL.
mysqlSocket - 类 中的变量com.mysql.cj.protocol.AbstractSocketConnection
 
MysqlSQLXML - com.mysql.cj.jdbc中的类
 
MysqlSQLXML(ExceptionInterceptor) - 类 的构造器com.mysql.cj.jdbc.MysqlSQLXML
 
MysqlSQLXML(ResultSetInternalMethods, int, ExceptionInterceptor) - 类 的构造器com.mysql.cj.jdbc.MysqlSQLXML
 
MySQLStatementCancelledException - com.mysql.cj.jdbc.exceptions中的异常错误
 
MySQLStatementCancelledException() - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.MySQLStatementCancelledException
 
MySQLStatementCancelledException(String) - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.MySQLStatementCancelledException
 
MySQLStatementCancelledException(String, String) - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.MySQLStatementCancelledException
 
MySQLStatementCancelledException(String, String, int) - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.MySQLStatementCancelledException
 
MysqlTextValueDecoder - com.mysql.cj.protocol.a中的类
Implementation of ValueDecoder for the MySQL text protocol.
MysqlTextValueDecoder() - 类 的构造器com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
MySQLTimeoutException - com.mysql.cj.jdbc.exceptions中的异常错误
 
MySQLTimeoutException() - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.MySQLTimeoutException
 
MySQLTimeoutException(String) - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.MySQLTimeoutException
 
MySQLTimeoutException(String, String) - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.MySQLTimeoutException
 
MySQLTimeoutException(String, String, int) - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.MySQLTimeoutException
 
mysqlToSql99(int) - 类 中的静态方法com.mysql.cj.exceptions.MysqlErrorNumbers
 
mysqlToSql99State - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
mysqlToSqlState(int) - 类 中的静态方法com.mysql.cj.exceptions.MysqlErrorNumbers
Map MySQL error codes to SQL-99 error codes
MySQLTransactionRollbackException - com.mysql.cj.jdbc.exceptions中的异常错误
 
MySQLTransactionRollbackException() - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException
 
MySQLTransactionRollbackException(String) - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException
 
MySQLTransactionRollbackException(String, String) - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException
 
MySQLTransactionRollbackException(String, String, int) - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException
 
MysqlType - com.mysql.cj中的枚举
 
Mysqlx - com.mysql.cj.x.protobuf中的类
 
Mysqlx.ClientMessages - com.mysql.cj.x.protobuf中的类
IDs of messages that can be sent from client to the server.
Mysqlx.ClientMessages.Builder - com.mysql.cj.x.protobuf中的类
IDs of messages that can be sent from client to the server.
Mysqlx.ClientMessages.Type - com.mysql.cj.x.protobuf中的枚举
Protobuf enum Mysqlx.ClientMessages.Type
Mysqlx.ClientMessagesOrBuilder - com.mysql.cj.x.protobuf中的接口
 
Mysqlx.Error - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Error
Mysqlx.Error.Builder - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Error
Mysqlx.Error.Severity - com.mysql.cj.x.protobuf中的枚举
Protobuf enum Mysqlx.Error.Severity
Mysqlx.ErrorOrBuilder - com.mysql.cj.x.protobuf中的接口
 
Mysqlx.Ok - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Ok
Mysqlx.Ok.Builder - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Ok
Mysqlx.OkOrBuilder - com.mysql.cj.x.protobuf中的接口
 
Mysqlx.ServerMessages - com.mysql.cj.x.protobuf中的类
IDs of messages that can be sent from server to client.
Mysqlx.ServerMessages.Builder - com.mysql.cj.x.protobuf中的类
IDs of messages that can be sent from server to client.
Mysqlx.ServerMessages.Type - com.mysql.cj.x.protobuf中的枚举
Protobuf enum Mysqlx.ServerMessages.Type
Mysqlx.ServerMessagesOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlXAConnection - com.mysql.cj.jdbc中的类
 
MysqlXAConnection(JdbcConnection, boolean) - 类 的构造器com.mysql.cj.jdbc.MysqlXAConnection
 
MysqlXADataSource - com.mysql.cj.jdbc中的类
 
MysqlXADataSource() - 类 的构造器com.mysql.cj.jdbc.MysqlXADataSource
Default no-arg constructor is required by specification.
MysqlxConnection - com.mysql.cj.x.protobuf中的类
 
MysqlxConnection.Capabilities - com.mysql.cj.x.protobuf中的类
Capabilities list of Capability
MysqlxConnection.Capabilities.Builder - com.mysql.cj.x.protobuf中的类
Capabilities list of Capability
MysqlxConnection.CapabilitiesGet - com.mysql.cj.x.protobuf中的类
Get supported connection capabilities and their current state.
MysqlxConnection.CapabilitiesGet.Builder - com.mysql.cj.x.protobuf中的类
Get supported connection capabilities and their current state.
MysqlxConnection.CapabilitiesGetOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxConnection.CapabilitiesOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxConnection.CapabilitiesSet - com.mysql.cj.x.protobuf中的类
Set connection capabilities atomically.
MysqlxConnection.CapabilitiesSet.Builder - com.mysql.cj.x.protobuf中的类
Set connection capabilities atomically.
MysqlxConnection.CapabilitiesSetOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxConnection.Capability - com.mysql.cj.x.protobuf中的类
Capability A tuple of a ``name`` and a @ref Mysqlx::Datatypes::Any
MysqlxConnection.Capability.Builder - com.mysql.cj.x.protobuf中的类
Capability A tuple of a ``name`` and a @ref Mysqlx::Datatypes::Any
MysqlxConnection.CapabilityOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxConnection.Close - com.mysql.cj.x.protobuf中的类
Announce to the server that the client wants to close the connection.
MysqlxConnection.Close.Builder - com.mysql.cj.x.protobuf中的类
Announce to the server that the client wants to close the connection.
MysqlxConnection.CloseOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxConnection.Compression - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Connection.Compression
MysqlxConnection.Compression.Builder - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Connection.Compression
MysqlxConnection.CompressionOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxCrud - com.mysql.cj.x.protobuf中的类
 
MysqlxCrud.Collection - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Crud.Collection
MysqlxCrud.Collection.Builder - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Crud.Collection
MysqlxCrud.CollectionOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxCrud.Column - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Crud.Column
MysqlxCrud.Column.Builder - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Crud.Column
MysqlxCrud.ColumnOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxCrud.CreateView - com.mysql.cj.x.protobuf中的类
CreateView create view based on indicated @ref Mysqlx::Crud::Find message
MysqlxCrud.CreateView.Builder - com.mysql.cj.x.protobuf中的类
CreateView create view based on indicated @ref Mysqlx::Crud::Find message
MysqlxCrud.CreateViewOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxCrud.DataModel - com.mysql.cj.x.protobuf中的枚举
DataModel to use for filters, names, ...
MysqlxCrud.Delete - com.mysql.cj.x.protobuf中的类
Delete documents/rows from a Collection/Table @returns @ref Mysqlx::Resultset
MysqlxCrud.Delete.Builder - com.mysql.cj.x.protobuf中的类
Delete documents/rows from a Collection/Table @returns @ref Mysqlx::Resultset
MysqlxCrud.DeleteOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxCrud.DropView - com.mysql.cj.x.protobuf中的类
DropView removing existing view
MysqlxCrud.DropView.Builder - com.mysql.cj.x.protobuf中的类
DropView removing existing view
MysqlxCrud.DropViewOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxCrud.Find - com.mysql.cj.x.protobuf中的类
Find Documents/Rows in a Collection/Table @startuml client -> server: Find ... one or more Resultset ...
MysqlxCrud.Find.Builder - com.mysql.cj.x.protobuf中的类
Find Documents/Rows in a Collection/Table @startuml client -> server: Find ... one or more Resultset ...
MysqlxCrud.Find.RowLock - com.mysql.cj.x.protobuf中的枚举
Protobuf enum Mysqlx.Crud.Find.RowLock
MysqlxCrud.Find.RowLockOptions - com.mysql.cj.x.protobuf中的枚举
Protobuf enum Mysqlx.Crud.Find.RowLockOptions
MysqlxCrud.FindOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxCrud.Insert - com.mysql.cj.x.protobuf中的类
Insert documents/rows into a collection/table @returns @ref Mysqlx::Resultset
MysqlxCrud.Insert.Builder - com.mysql.cj.x.protobuf中的类
Insert documents/rows into a collection/table @returns @ref Mysqlx::Resultset
MysqlxCrud.Insert.TypedRow - com.mysql.cj.x.protobuf中的类
set of fields to insert as a one row
MysqlxCrud.Insert.TypedRow.Builder - com.mysql.cj.x.protobuf中的类
set of fields to insert as a one row
MysqlxCrud.Insert.TypedRowOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxCrud.InsertOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxCrud.Limit - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Crud.Limit
MysqlxCrud.Limit.Builder - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Crud.Limit
MysqlxCrud.LimitExpr - com.mysql.cj.x.protobuf中的类
LimitExpr, in comparison to Limit, is able to specify that row_count and offset are placeholders.
MysqlxCrud.LimitExpr.Builder - com.mysql.cj.x.protobuf中的类
LimitExpr, in comparison to Limit, is able to specify that row_count and offset are placeholders.
MysqlxCrud.LimitExprOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxCrud.LimitOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxCrud.ModifyView - com.mysql.cj.x.protobuf中的类
ModifyView modify existing view based on indicated @ref Mysqlx::Crud::Find message
MysqlxCrud.ModifyView.Builder - com.mysql.cj.x.protobuf中的类
ModifyView modify existing view based on indicated @ref Mysqlx::Crud::Find message
MysqlxCrud.ModifyViewOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxCrud.Order - com.mysql.cj.x.protobuf中的类
Sort order
MysqlxCrud.Order.Builder - com.mysql.cj.x.protobuf中的类
Sort order
MysqlxCrud.Order.Direction - com.mysql.cj.x.protobuf中的枚举
Protobuf enum Mysqlx.Crud.Order.Direction
MysqlxCrud.OrderOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxCrud.Projection - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Crud.Projection
MysqlxCrud.Projection.Builder - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Crud.Projection
MysqlxCrud.ProjectionOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxCrud.Update - com.mysql.cj.x.protobuf中的类
Update documents/rows in a collection/table @returns @ref Mysqlx::Resultset
MysqlxCrud.Update.Builder - com.mysql.cj.x.protobuf中的类
Update documents/rows in a collection/table @returns @ref Mysqlx::Resultset
MysqlxCrud.UpdateOperation - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Crud.UpdateOperation
MysqlxCrud.UpdateOperation.Builder - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Crud.UpdateOperation
MysqlxCrud.UpdateOperation.UpdateType - com.mysql.cj.x.protobuf中的枚举
Protobuf enum Mysqlx.Crud.UpdateOperation.UpdateType
MysqlxCrud.UpdateOperationOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxCrud.UpdateOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxCrud.ViewAlgorithm - com.mysql.cj.x.protobuf中的枚举
ViewAlgorithm defines how MySQL Server processes the view
MysqlxCrud.ViewCheckOption - 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 - 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 user who defined the VIEW
MysqlxCursor - com.mysql.cj.x.protobuf中的类
 
MysqlxCursor.Close - com.mysql.cj.x.protobuf中的类
Close cursor @startuml client -> server: Close alt Success client <- server: Ok else Failure client <- server: Error end @enduml @returns @ref Mysqlx::Ok or @ref Mysqlx::Error
MysqlxCursor.Close.Builder - com.mysql.cj.x.protobuf中的类
Close cursor @startuml client -> server: Close alt Success client <- server: Ok else Failure client <- server: Error end @enduml @returns @ref Mysqlx::Ok or @ref Mysqlx::Error
MysqlxCursor.CloseOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxCursor.Fetch - com.mysql.cj.x.protobuf中的类
Fetch next portion of data from a cursor @startuml client -> server: Fetch alt Success ... none or partial Resultsets or full Resultsets ... client <- server: StmtExecuteOk else client <- server: Error end @enduml
MysqlxCursor.Fetch.Builder - com.mysql.cj.x.protobuf中的类
Fetch next portion of data from a cursor @startuml client -> server: Fetch alt Success ... none or partial Resultsets or full Resultsets ... client <- server: StmtExecuteOk else client <- server: Error end @enduml
MysqlxCursor.FetchOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxCursor.Open - com.mysql.cj.x.protobuf中的类
Open a cursor @startuml client -> server: Open alt Success ... none or partial Resultsets or full Resultsets ... client <- server: StmtExecuteOk else Failure client <- server: Error end alt @enduml @returns @ref Mysqlx::Ok
MysqlxCursor.Open.Builder - com.mysql.cj.x.protobuf中的类
Open a cursor @startuml client -> server: Open alt Success ... none or partial Resultsets or full Resultsets ... client <- server: StmtExecuteOk else Failure client <- server: Error end alt @enduml @returns @ref Mysqlx::Ok
MysqlxCursor.Open.OneOfMessage - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Cursor.Open.OneOfMessage
MysqlxCursor.Open.OneOfMessage.Builder - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Cursor.Open.OneOfMessage
MysqlxCursor.Open.OneOfMessage.Type - com.mysql.cj.x.protobuf中的枚举
Protobuf enum Mysqlx.Cursor.Open.OneOfMessage.Type
MysqlxCursor.Open.OneOfMessageOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxCursor.OpenOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxDatatypes - com.mysql.cj.x.protobuf中的类
 
MysqlxDatatypes.Any - com.mysql.cj.x.protobuf中的类
A helper to allow all field types
MysqlxDatatypes.Any.Builder - com.mysql.cj.x.protobuf中的类
A helper to allow all field types
MysqlxDatatypes.Any.Type - com.mysql.cj.x.protobuf中的枚举
Protobuf enum Mysqlx.Datatypes.Any.Type
MysqlxDatatypes.AnyOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxDatatypes.Array - com.mysql.cj.x.protobuf中的类
An Array
MysqlxDatatypes.Array.Builder - com.mysql.cj.x.protobuf中的类
An Array
MysqlxDatatypes.ArrayOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxDatatypes.Object - com.mysql.cj.x.protobuf中的类
An object
MysqlxDatatypes.Object.Builder - com.mysql.cj.x.protobuf中的类
An object
MysqlxDatatypes.Object.ObjectField - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Datatypes.Object.ObjectField
MysqlxDatatypes.Object.ObjectField.Builder - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Datatypes.Object.ObjectField
MysqlxDatatypes.Object.ObjectFieldOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxDatatypes.ObjectOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxDatatypes.Scalar - com.mysql.cj.x.protobuf中的类
a scalar
MysqlxDatatypes.Scalar.Builder - com.mysql.cj.x.protobuf中的类
a scalar
MysqlxDatatypes.Scalar.Octets - com.mysql.cj.x.protobuf中的类
an opaque octet sequence, with an optional content_type See @ref Mysqlx::Resultset::ContentType_BYTES for list of known values.
MysqlxDatatypes.Scalar.Octets.Builder - com.mysql.cj.x.protobuf中的类
an opaque octet sequence, with an optional content_type See @ref Mysqlx::Resultset::ContentType_BYTES for list of known values.
MysqlxDatatypes.Scalar.OctetsOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxDatatypes.Scalar.String - com.mysql.cj.x.protobuf中的类
a string with a charset/collation
MysqlxDatatypes.Scalar.String.Builder - com.mysql.cj.x.protobuf中的类
a string with a charset/collation
MysqlxDatatypes.Scalar.StringOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxDatatypes.Scalar.Type - com.mysql.cj.x.protobuf中的枚举
Protobuf enum Mysqlx.Datatypes.Scalar.Type
MysqlxDatatypes.ScalarOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxExpect - com.mysql.cj.x.protobuf中的类
 
MysqlxExpect.Close - com.mysql.cj.x.protobuf中的类
Close a Expect block.
MysqlxExpect.Close.Builder - com.mysql.cj.x.protobuf中的类
Close a Expect block.
MysqlxExpect.CloseOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxExpect.Open - com.mysql.cj.x.protobuf中的类
Open an Expect block and set/unset the conditions that have to be fulfilled.
MysqlxExpect.Open.Builder - com.mysql.cj.x.protobuf中的类
Open an Expect block and set/unset the conditions that have to be fulfilled.
MysqlxExpect.Open.Condition - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Expect.Open.Condition
MysqlxExpect.Open.Condition.Builder - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Expect.Open.Condition
MysqlxExpect.Open.Condition.ConditionOperation - com.mysql.cj.x.protobuf中的枚举
Protobuf enum Mysqlx.Expect.Open.Condition.ConditionOperation
MysqlxExpect.Open.Condition.Key - com.mysql.cj.x.protobuf中的枚举
Protobuf enum Mysqlx.Expect.Open.Condition.Key
MysqlxExpect.Open.ConditionOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxExpect.Open.CtxOperation - com.mysql.cj.x.protobuf中的枚举
Protobuf enum Mysqlx.Expect.Open.CtxOperation
MysqlxExpect.OpenOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxExpr - com.mysql.cj.x.protobuf中的类
 
MysqlxExpr.Array - com.mysql.cj.x.protobuf中的类
An array of expressions
MysqlxExpr.Array.Builder - com.mysql.cj.x.protobuf中的类
An array of expressions
MysqlxExpr.ArrayOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxExpr.ColumnIdentifier - com.mysql.cj.x.protobuf中的类
Column identifier for table: col\@doc_path, tbl.col\@doc_path col, tbl.col, schema.tbl.col for document collection: doc_path // @par production list @code{unparsed} col_identifier: string "." string "." string | : string "." string | : string | : string "." string "." string "@" document_path | : string "." string "@" document_path | : string "@" document_path | : document_path document_path: member | arrayLocation | doubleAsterisk member = "." string | "." "*" arrayLocation = "[" index "]" | "[" "*" "]" doubleAsterisk = "**" @endcode
MysqlxExpr.ColumnIdentifier.Builder - com.mysql.cj.x.protobuf中的类
Column identifier for table: col\@doc_path, tbl.col\@doc_path col, tbl.col, schema.tbl.col for document collection: doc_path // @par production list @code{unparsed} col_identifier: string "." string "." string | : string "." string | : string | : string "." string "." string "@" document_path | : string "." string "@" document_path | : string "@" document_path | : document_path document_path: member | arrayLocation | doubleAsterisk member = "." string | "." "*" arrayLocation = "[" index "]" | "[" "*" "]" doubleAsterisk = "**" @endcode
MysqlxExpr.ColumnIdentifierOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxExpr.DocumentPathItem - com.mysql.cj.x.protobuf中的类
Document path item @par production list @code{unparsed} document_path: path_item | path_item document_path path_item : member | array_index | "**" member : "." string | "." "*" array_index : "[" number "]" | "[" "*" "]" @endcode
MysqlxExpr.DocumentPathItem.Builder - com.mysql.cj.x.protobuf中的类
Document path item @par production list @code{unparsed} document_path: path_item | path_item document_path path_item : member | array_index | "**" member : "." string | "." "*" array_index : "[" number "]" | "[" "*" "]" @endcode
MysqlxExpr.DocumentPathItem.Type - com.mysql.cj.x.protobuf中的枚举
Protobuf enum Mysqlx.Expr.DocumentPathItem.Type
MysqlxExpr.DocumentPathItemOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxExpr.Expr - com.mysql.cj.x.protobuf中的类
The "root" of the expression tree.
MysqlxExpr.Expr.Builder - com.mysql.cj.x.protobuf中的类
The "root" of the expression tree.
MysqlxExpr.Expr.Type - com.mysql.cj.x.protobuf中的枚举
Protobuf enum Mysqlx.Expr.Expr.Type
MysqlxExpr.ExprOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxExpr.FunctionCall - com.mysql.cj.x.protobuf中的类
Function call: ``func(a, b, "1", 3)`` @par production list @code{unparsed} function_call: `identifier` "(" [ `expr` ["," `expr` ]* ] ")" @endcode
MysqlxExpr.FunctionCall.Builder - com.mysql.cj.x.protobuf中的类
Function call: ``func(a, b, "1", 3)`` @par production list @code{unparsed} function_call: `identifier` "(" [ `expr` ["," `expr` ]* ] ")" @endcode
MysqlxExpr.FunctionCallOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxExpr.Identifier - com.mysql.cj.x.protobuf中的类
Identifier: name, schame.name @par production list @code{unparsed} identifier: string "." string | : string @endcode
MysqlxExpr.Identifier.Builder - com.mysql.cj.x.protobuf中的类
Identifier: name, schame.name @par production list @code{unparsed} identifier: string "." string | : string @endcode
MysqlxExpr.IdentifierOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxExpr.Object - com.mysql.cj.x.protobuf中的类
An object (with expression values)
MysqlxExpr.Object.Builder - com.mysql.cj.x.protobuf中的类
An object (with expression values)
MysqlxExpr.Object.ObjectField - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Expr.Object.ObjectField
MysqlxExpr.Object.ObjectField.Builder - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Expr.Object.ObjectField
MysqlxExpr.Object.ObjectFieldOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxExpr.ObjectOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxExpr.Operator - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Expr.Operator
MysqlxExpr.Operator.Builder - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Expr.Operator
MysqlxExpr.OperatorOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlXid - com.mysql.cj.jdbc中的类
Implementation of the XID interface for MySQL XA
MysqlXid(byte[], byte[], int) - 类 的构造器com.mysql.cj.jdbc.MysqlXid
 
MysqlxNotice - com.mysql.cj.x.protobuf中的类
 
MysqlxNotice.Frame - com.mysql.cj.x.protobuf中的类
Common frame for all notices | ``.type`` | Value | |---------------------------------------------------|------ | | @ref Mysqlx::Notice::Warning | 1 | | @ref Mysqlx::Notice::SessionVariableChanged | 2 | | @ref Mysqlx::Notice::SessionStateChanged | 3 | | @ref Mysqlx::Notice::GroupReplicationStateChanged | 4 | | @ref Mysqlx::Notice::ServerHello | 5 |
MysqlxNotice.Frame.Builder - com.mysql.cj.x.protobuf中的类
Common frame for all notices | ``.type`` | Value | |---------------------------------------------------|------ | | @ref Mysqlx::Notice::Warning | 1 | | @ref Mysqlx::Notice::SessionVariableChanged | 2 | | @ref Mysqlx::Notice::SessionStateChanged | 3 | | @ref Mysqlx::Notice::GroupReplicationStateChanged | 4 | | @ref Mysqlx::Notice::ServerHello | 5 |
MysqlxNotice.Frame.Scope - com.mysql.cj.x.protobuf中的枚举
scope of notice
MysqlxNotice.Frame.Type - com.mysql.cj.x.protobuf中的枚举
type of notice payload
MysqlxNotice.FrameOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxNotice.GroupReplicationStateChanged - com.mysql.cj.x.protobuf中的类
Notify clients about group replication state changes | @ref Mysqlx::Notice::Frame Field | Value | |-----------------------------------|------------| |``.type`` | 4 | |``.scope`` | ``global`` |
MysqlxNotice.GroupReplicationStateChanged.Builder - com.mysql.cj.x.protobuf中的类
Notify clients about group replication state changes | @ref Mysqlx::Notice::Frame Field | Value | |-----------------------------------|------------| |``.type`` | 4 | |``.scope`` | ``global`` |
MysqlxNotice.GroupReplicationStateChanged.Type - com.mysql.cj.x.protobuf中的枚举
Protobuf enum Mysqlx.Notice.GroupReplicationStateChanged.Type
MysqlxNotice.GroupReplicationStateChangedOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxNotice.ServerHello - com.mysql.cj.x.protobuf中的类
Notify clients about connection to X Protocol server | @ref Mysqlx::Notice::Frame Field | Value | |-----------------------------------|------------| |``.type`` | 5 | |``.scope`` | ``global`` |
MysqlxNotice.ServerHello.Builder - com.mysql.cj.x.protobuf中的类
Notify clients about connection to X Protocol server | @ref Mysqlx::Notice::Frame Field | Value | |-----------------------------------|------------| |``.type`` | 5 | |``.scope`` | ``global`` |
MysqlxNotice.ServerHelloOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxNotice.SessionStateChanged - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Notice.SessionStateChanged
MysqlxNotice.SessionStateChanged.Builder - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Notice.SessionStateChanged
MysqlxNotice.SessionStateChanged.Parameter - com.mysql.cj.x.protobuf中的枚举
Protobuf enum Mysqlx.Notice.SessionStateChanged.Parameter
MysqlxNotice.SessionStateChangedOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxNotice.SessionVariableChanged - com.mysql.cj.x.protobuf中的类
Notify clients about changes to the current session variables.
MysqlxNotice.SessionVariableChanged.Builder - com.mysql.cj.x.protobuf中的类
Notify clients about changes to the current session variables.
MysqlxNotice.SessionVariableChangedOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxNotice.Warning - com.mysql.cj.x.protobuf中的类
Server-side warnings and notes @par ``.scope`` == ``local`` ``.level``, ``.code`` and ``.msg`` map the content of: @code{sql} SHOW WARNINGS @endcode @par ``.scope`` == ``global`` (undefined) Will be used for global, unstructured messages like: - server is shutting down - a node disconnected from group - schema or table dropped | @ref Mysqlx::Notice::Frame Field | Value | |-----------------------------------|-------------------------| | ``.type`` | 1 | | ``.scope`` | ``local`` or ``global`` |
MysqlxNotice.Warning.Builder - com.mysql.cj.x.protobuf中的类
Server-side warnings and notes @par ``.scope`` == ``local`` ``.level``, ``.code`` and ``.msg`` map the content of: @code{sql} SHOW WARNINGS @endcode @par ``.scope`` == ``global`` (undefined) Will be used for global, unstructured messages like: - server is shutting down - a node disconnected from group - schema or table dropped | @ref Mysqlx::Notice::Frame Field | Value | |-----------------------------------|-------------------------| | ``.type`` | 1 | | ``.scope`` | ``local`` or ``global`` |
MysqlxNotice.Warning.Level - com.mysql.cj.x.protobuf中的枚举
Protobuf enum Mysqlx.Notice.Warning.Level
MysqlxNotice.WarningOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxPrepare - com.mysql.cj.x.protobuf中的类
 
MysqlxPrepare.Deallocate - com.mysql.cj.x.protobuf中的类
Deallocate already-prepared statement @startuml client -> server: Deallocate alt Success client <- server: Ok else Failure client <- server: Error end @enduml @returns @ref Mysqlx::Ok or @ref Mysqlx::Error
MysqlxPrepare.Deallocate.Builder - com.mysql.cj.x.protobuf中的类
Deallocate already-prepared statement @startuml client -> server: Deallocate alt Success client <- server: Ok else Failure client <- server: Error end @enduml @returns @ref Mysqlx::Ok or @ref Mysqlx::Error
MysqlxPrepare.DeallocateOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxPrepare.Execute - com.mysql.cj.x.protobuf中的类
Execute already-prepared statement @startuml client -> server: Execute alt Success ...
MysqlxPrepare.Execute.Builder - com.mysql.cj.x.protobuf中的类
Execute already-prepared statement @startuml client -> server: Execute alt Success ...
MysqlxPrepare.ExecuteOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxPrepare.Prepare - com.mysql.cj.x.protobuf中的类
Prepare a new statement @startuml client -> server: Prepare alt Success client <- server: Ok else Failure client <- server: Error end @enduml @returns @ref Mysqlx::Ok or @ref Mysqlx::Error
MysqlxPrepare.Prepare.Builder - com.mysql.cj.x.protobuf中的类
Prepare a new statement @startuml client -> server: Prepare alt Success client <- server: Ok else Failure client <- server: Error end @enduml @returns @ref Mysqlx::Ok or @ref Mysqlx::Error
MysqlxPrepare.Prepare.OneOfMessage - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Prepare.Prepare.OneOfMessage
MysqlxPrepare.Prepare.OneOfMessage.Builder - com.mysql.cj.x.protobuf中的类
Protobuf type Mysqlx.Prepare.Prepare.OneOfMessage
MysqlxPrepare.Prepare.OneOfMessage.Type - 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 - com.mysql.cj.x.protobuf中的接口
 
MysqlxPrepare.PrepareOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxResultset - com.mysql.cj.x.protobuf中的类
 
MysqlxResultset.ColumnMetaData - com.mysql.cj.x.protobuf中的类
Meta data of a column @note The encoding used for the different ``bytes`` fields in the meta data is externally controlled.
MysqlxResultset.ColumnMetaData.Builder - com.mysql.cj.x.protobuf中的类
Meta data of a column @note The encoding used for the different ``bytes`` fields in the meta data is externally controlled.
MysqlxResultset.ColumnMetaData.FieldType - com.mysql.cj.x.protobuf中的枚举
Protobuf enum Mysqlx.Resultset.ColumnMetaData.FieldType
MysqlxResultset.ColumnMetaDataOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxResultset.ContentType_BYTES - 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) | @note this list isn't comprehensive.
MysqlxResultset.ContentType_DATETIME - 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 - com.mysql.cj.x.protobuf中的类
All resultsets are finished
MysqlxResultset.FetchDone.Builder - com.mysql.cj.x.protobuf中的类
All resultsets are finished
MysqlxResultset.FetchDoneMoreOutParams - com.mysql.cj.x.protobuf中的类
Resultsets are finished, OUT paramset is next:
MysqlxResultset.FetchDoneMoreOutParams.Builder - com.mysql.cj.x.protobuf中的类
Resultsets are finished, OUT paramset is next:
MysqlxResultset.FetchDoneMoreOutParamsOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxResultset.FetchDoneMoreResultsets - com.mysql.cj.x.protobuf中的类
Resultset and out-params are finished, but more resultsets available
MysqlxResultset.FetchDoneMoreResultsets.Builder - com.mysql.cj.x.protobuf中的类
Resultset and out-params are finished, but more resultsets available
MysqlxResultset.FetchDoneMoreResultsetsOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxResultset.FetchDoneOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxResultset.FetchSuspended - com.mysql.cj.x.protobuf中的类
Cursor is opened; still, the execution of PrepFetch or PrepExecute ended
MysqlxResultset.FetchSuspended.Builder - com.mysql.cj.x.protobuf中的类
Cursor is opened; still, the execution of PrepFetch or PrepExecute ended
MysqlxResultset.FetchSuspendedOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxResultset.Row - com.mysql.cj.x.protobuf中的类
Row in a Resultset.
MysqlxResultset.Row.Builder - com.mysql.cj.x.protobuf中的类
Row in a Resultset.
MysqlxResultset.RowOrBuilder - com.mysql.cj.x.protobuf中的接口
 
mysqlxSession - 类 中的变量com.mysql.cj.xdevapi.PreparableStatement
 
MysqlxSession - com.mysql.cj中的类
 
MysqlxSession - com.mysql.cj.x.protobuf中的类
 
MysqlxSession(HostInfo, PropertySet) - 类 的构造器com.mysql.cj.MysqlxSession
 
MysqlxSession(XProtocol) - 类 的构造器com.mysql.cj.MysqlxSession
 
MysqlxSession.AuthenticateContinue - com.mysql.cj.x.protobuf中的类
Send by client or server after an @ref Mysqlx::Session::AuthenticateStart to exchange more authentication data.
MysqlxSession.AuthenticateContinue.Builder - com.mysql.cj.x.protobuf中的类
Send by client or server after an @ref Mysqlx::Session::AuthenticateStart to exchange more authentication data.
MysqlxSession.AuthenticateContinueOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxSession.AuthenticateOk - com.mysql.cj.x.protobuf中的类
Sent by the server after successful authentication.
MysqlxSession.AuthenticateOk.Builder - com.mysql.cj.x.protobuf中的类
Sent by the server after successful authentication.
MysqlxSession.AuthenticateOkOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxSession.AuthenticateStart - com.mysql.cj.x.protobuf中的类
The initial message send from the client to the server to start the authentication process.
MysqlxSession.AuthenticateStart.Builder - com.mysql.cj.x.protobuf中的类
The initial message send from the client to the server to start the authentication process.
MysqlxSession.AuthenticateStartOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxSession.Close - com.mysql.cj.x.protobuf中的类
Close the current session.
MysqlxSession.Close.Builder - com.mysql.cj.x.protobuf中的类
Close the current session.
MysqlxSession.CloseOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxSession.Reset - com.mysql.cj.x.protobuf中的类
Reset the current session.
MysqlxSession.Reset.Builder - com.mysql.cj.x.protobuf中的类
Reset the current session.
MysqlxSession.ResetOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxSql - com.mysql.cj.x.protobuf中的类
 
MysqlxSql.StmtExecute - com.mysql.cj.x.protobuf中的类
Execute a statement in the given namespace.
MysqlxSql.StmtExecute.Builder - com.mysql.cj.x.protobuf中的类
Execute a statement in the given namespace.
MysqlxSql.StmtExecuteOk - com.mysql.cj.x.protobuf中的类
Statement executed successfully
MysqlxSql.StmtExecuteOk.Builder - com.mysql.cj.x.protobuf中的类
Statement executed successfully
MysqlxSql.StmtExecuteOkOrBuilder - com.mysql.cj.x.protobuf中的接口
 
MysqlxSql.StmtExecuteOrBuilder - com.mysql.cj.x.protobuf中的接口
 

N

NA - 接口 中的静态变量com.mysql.cj.log.ProfilerEvent
Not available value.
NAME_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
NAME_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
NAME_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
NAME_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
NAME_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
NAME_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
NAME_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
NAME_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
NamedPipeSocketFactory - com.mysql.cj.protocol中的类
A socket factory for named pipes (on Windows)
NamedPipeSocketFactory() - 类 的构造器com.mysql.cj.protocol.NamedPipeSocketFactory
Constructor for NamedPipeSocketFactory.
NAMESPACE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
nanoTimeAvailable() - 类 中的静态方法com.mysql.cj.util.TimeUtil
 
NativeAuthenticationProvider - com.mysql.cj.protocol.a中的类
 
NativeAuthenticationProvider() - 类 的构造器com.mysql.cj.protocol.a.NativeAuthenticationProvider
 
NativeCapabilities - com.mysql.cj.protocol.a中的类
 
NativeCapabilities(NativePacketPayload) - 类 的构造器com.mysql.cj.protocol.a.NativeCapabilities
 
NativeCharsetSettings - com.mysql.cj中的类
 
NativeCharsetSettings(NativeSession) - 类 的构造器com.mysql.cj.NativeCharsetSettings
 
NativeConstants - com.mysql.cj.protocol.a中的类
Constants specific to legacy MySQL protocol
NativeConstants() - 类 的构造器com.mysql.cj.protocol.a.NativeConstants
 
NativeConstants.IntegerDataType - 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 - 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 - 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 - com.mysql.cj.protocol.a中的类
 
NativeMessageBuilder(boolean) - 类 的构造器com.mysql.cj.protocol.a.NativeMessageBuilder
 
NativePacketHeader - com.mysql.cj.protocol.a中的类
Represents the legacy protocol packet header, consisting of 3-bytes payload_length and 1-byte sequence_id.
NativePacketHeader() - 类 的构造器com.mysql.cj.protocol.a.NativePacketHeader
 
NativePacketHeader(byte[]) - 类 的构造器com.mysql.cj.protocol.a.NativePacketHeader
 
NativePacketPayload - 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[]) - 类 的构造器com.mysql.cj.protocol.a.NativePacketPayload
 
NativePacketPayload(int) - 类 的构造器com.mysql.cj.protocol.a.NativePacketPayload
 
NativeProtocol - com.mysql.cj.protocol.a中的类
 
NativeProtocol(Log) - 类 的构造器com.mysql.cj.protocol.a.NativeProtocol
 
NativeQueryAttributesBindings - com.mysql.cj中的类
 
NativeQueryAttributesBindings(Session) - 类 的构造器com.mysql.cj.NativeQueryAttributesBindings
 
NativeQueryBindings - com.mysql.cj中的类
 
NativeQueryBindings(int, Session, Function<Session, BindValue>) - 类 的构造器com.mysql.cj.NativeQueryBindings
 
NativeQueryBindValue - com.mysql.cj中的类
 
NativeQueryBindValue(NativeQueryBindValue) - 类 的构造器com.mysql.cj.NativeQueryBindValue
 
NativeQueryBindValue(Session) - 类 的构造器com.mysql.cj.NativeQueryBindValue
 
NativeResultset - com.mysql.cj.protocol.a.result中的类
 
NativeResultset() - 类 的构造器com.mysql.cj.protocol.a.result.NativeResultset
 
NativeResultset(OkPacket) - 类 的构造器com.mysql.cj.protocol.a.result.NativeResultset
Create a result set for an executeUpdate statement.
NativeResultset(ResultsetRows) - 类 的构造器com.mysql.cj.protocol.a.result.NativeResultset
 
NativeServerSession - com.mysql.cj.protocol.a中的类
 
NativeServerSession(PropertySet) - 类 的构造器com.mysql.cj.protocol.a.NativeServerSession
 
NativeServerSessionStateChanges() - 类 的构造器com.mysql.cj.protocol.a.NativeServerSessionStateController.NativeServerSessionStateChanges
 
NativeServerSessionStateController - com.mysql.cj.protocol.a中的类
 
NativeServerSessionStateController() - 类 的构造器com.mysql.cj.protocol.a.NativeServerSessionStateController
 
NativeServerSessionStateController.NativeServerSessionStateChanges - com.mysql.cj.protocol.a中的类
 
NativeSession - com.mysql.cj中的类
 
NativeSession(HostInfo, PropertySet) - 类 的构造器com.mysql.cj.NativeSession
 
NativeSocketConnection - com.mysql.cj.protocol.a中的类
 
NativeSocketConnection() - 类 的构造器com.mysql.cj.protocol.a.NativeSocketConnection
 
nativeSQL(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
nativeSQL(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
nativeSQL(String) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
NativeUtils - com.mysql.cj.protocol.a中的类
Utilities to manipulate MySQL protocol-specific formats.
NClob - com.mysql.cj.jdbc中的类
Simplistic implementation of java.sql.NClob for MySQL Connector/J
NClob(String, ExceptionInterceptor) - 类 的构造器com.mysql.cj.jdbc.NClob
 
NdbLoadBalanceExceptionChecker - com.mysql.cj.jdbc.ha中的类
 
NdbLoadBalanceExceptionChecker() - 类 的构造器com.mysql.cj.jdbc.ha.NdbLoadBalanceExceptionChecker
 
negotiateCompression() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
Negotiates compression capabilities with the server.
negotiateSSLConnection() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
Negotiates the SSL communications channel used when connecting to a MySQL server that understands SSL.
negotiateSSLConnection() - 接口 中的方法com.mysql.cj.protocol.Protocol
 
negotiateSSLConnection() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
netTimeoutForStreamingResults - com.mysql.cj.conf.PropertyKey
 
NetworkResources - com.mysql.cj.protocol中的类
 
NetworkResources(Socket, InputStream, OutputStream) - 类 的构造器com.mysql.cj.protocol.NetworkResources
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
newBuilder() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
newBuilder(Mysqlx.ClientMessages) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
newBuilder(Mysqlx.Error) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
newBuilder(Mysqlx.Ok) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
newBuilder(Mysqlx.ServerMessages) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
newBuilder(MysqlxConnection.Capabilities) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
newBuilder(MysqlxConnection.CapabilitiesGet) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
newBuilder(MysqlxConnection.CapabilitiesSet) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
newBuilder(MysqlxConnection.Capability) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
newBuilder(MysqlxConnection.Close) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
newBuilder(MysqlxConnection.Compression) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
newBuilder(MysqlxCrud.Collection) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
newBuilder(MysqlxCrud.Column) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
newBuilder(MysqlxCrud.CreateView) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
newBuilder(MysqlxCrud.Delete) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
newBuilder(MysqlxCrud.DropView) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
newBuilder(MysqlxCrud.Find) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
newBuilder(MysqlxCrud.Insert) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
newBuilder(MysqlxCrud.Insert.TypedRow) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
newBuilder(MysqlxCrud.Limit) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
newBuilder(MysqlxCrud.LimitExpr) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
newBuilder(MysqlxCrud.ModifyView) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
newBuilder(MysqlxCrud.Order) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
newBuilder(MysqlxCrud.Projection) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
newBuilder(MysqlxCrud.Update) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
newBuilder(MysqlxCrud.UpdateOperation) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
newBuilder(MysqlxCursor.Close) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
newBuilder(MysqlxCursor.Fetch) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
newBuilder(MysqlxCursor.Open) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
newBuilder(MysqlxCursor.Open.OneOfMessage) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
newBuilder(MysqlxDatatypes.Any) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
newBuilder(MysqlxDatatypes.Array) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
newBuilder(MysqlxDatatypes.Object) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
newBuilder(MysqlxDatatypes.Object.ObjectField) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
newBuilder(MysqlxDatatypes.Scalar) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
newBuilder(MysqlxDatatypes.Scalar.Octets) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
newBuilder(MysqlxDatatypes.Scalar.String) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
newBuilder(MysqlxExpect.Close) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
newBuilder(MysqlxExpect.Open) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
newBuilder(MysqlxExpect.Open.Condition) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
newBuilder(MysqlxExpr.Array) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
newBuilder(MysqlxExpr.ColumnIdentifier) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
newBuilder(MysqlxExpr.DocumentPathItem) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
newBuilder(MysqlxExpr.Expr) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
newBuilder(MysqlxExpr.FunctionCall) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
newBuilder(MysqlxExpr.Identifier) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
newBuilder(MysqlxExpr.Object) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
newBuilder(MysqlxExpr.Object.ObjectField) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
newBuilder(MysqlxExpr.Operator) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
newBuilder(MysqlxNotice.Frame) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
newBuilder(MysqlxNotice.GroupReplicationStateChanged) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
newBuilder(MysqlxNotice.ServerHello) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
newBuilder(MysqlxNotice.SessionStateChanged) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
newBuilder(MysqlxNotice.SessionVariableChanged) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
newBuilder(MysqlxNotice.Warning) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
newBuilder(MysqlxPrepare.Deallocate) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
newBuilder(MysqlxPrepare.Execute) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
newBuilder(MysqlxPrepare.Prepare) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
newBuilder(MysqlxPrepare.Prepare.OneOfMessage) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
newBuilder(MysqlxResultset.ColumnMetaData) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
newBuilder(MysqlxResultset.FetchDone) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
newBuilder(MysqlxResultset.FetchDoneMoreOutParams) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
newBuilder(MysqlxResultset.FetchDoneMoreResultsets) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
newBuilder(MysqlxResultset.FetchSuspended) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
newBuilder(MysqlxResultset.Row) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
newBuilder(MysqlxSession.AuthenticateContinue) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
newBuilder(MysqlxSession.AuthenticateOk) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
newBuilder(MysqlxSession.AuthenticateStart) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
newBuilder(MysqlxSession.Close) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
newBuilder(MysqlxSession.Reset) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
newBuilder(MysqlxSql.StmtExecute) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
newBuilder(MysqlxSql.StmtExecuteOk) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
newBuilderForType() - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
newBuilderForType() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
newCommand() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
Signal the intent to start processing a new command.
newDoc() - 接口 中的方法com.mysql.cj.xdevapi.Collection
Create a new document.
newDoc() - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
next() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
next() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
next() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsCursor
 
next() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
next() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
 
next() - 类 中的方法com.mysql.cj.protocol.x.XProtocolRowInputStream
 
next() - 类 中的方法com.mysql.cj.result.BufferedRowList
 
next() - 类 中的方法com.mysql.cj.xdevapi.AbstractDataResult
 
next() - 类 中的方法com.mysql.cj.xdevapi.SqlMultiResult
 
next() - 类 中的方法com.mysql.cj.xdevapi.SqlUpdateResult
 
nextAuthenticationStep(NativePacketPayload, List<NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationFidoClient
 
nextAuthenticationStep(NativePacketPayload, List<NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationKerberosClient
 
nextAuthenticationStep(NativePacketPayload, List<NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
 
nextAuthenticationStep(NativePacketPayload, List<NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationOciClient
 
nextAuthenticationStep(NativePacketPayload, List<NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
 
nextAuthenticationStep(NativePacketPayload, List<NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
 
nextAuthenticationStep(NativePacketPayload, List<NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
 
nextAuthenticationStep(NativePacketPayload, List<NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
 
nextAuthenticationStep(NativePacketPayload, List<NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
 
nextAuthenticationStep(M, List<M>) - 接口 中的方法com.mysql.cj.protocol.AuthenticationPlugin
Process authentication handshake data from server and optionally produce data to be sent back to the server.
nextPacket() - 类 中的方法com.mysql.cj.protocol.a.PacketSplitter
 
nextResult() - 类 中的方法com.mysql.cj.xdevapi.SqlMultiResult
 
nextResult() - 接口 中的方法com.mysql.cj.xdevapi.SqlResult
Move to the next result.
nextResult() - 类 中的方法com.mysql.cj.xdevapi.SqlUpdateResult
 
nextResultset - 类 中的变量com.mysql.cj.protocol.a.result.NativeResultset
 
nextToken() - 类 中的方法com.mysql.cj.util.EscapeTokenizer
Returns the next token
NO - com.mysql.cj.conf.BooleanPropertyDefinition.AllowableValues
 
NO_ALIAS - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
NO_CHARSET_INFO - 类 中的静态变量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_PORT - 类 中的静态变量com.mysql.cj.conf.HostInfo
 
noAccessToProcedureBodies - com.mysql.cj.conf.PropertyKey
 
noDatetimeStringSync - com.mysql.cj.conf.PropertyKey
 
noGoodIndexUsed() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
noGoodIndexUsed() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
noGoodIndexUsed() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
noIndexUsed() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
noIndexUsed() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
noIndexUsed() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
NONE - com.mysql.cj.QueryReturnType
 
NonRegisteringDriver - com.mysql.cj.jdbc中的类
The Java SQL framework allows for multiple database drivers.
NonRegisteringDriver() - 类 的构造器com.mysql.cj.jdbc.NonRegisteringDriver
Construct a new driver and register it with DriverManager
normalClose() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
normalClose() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
normalClose() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
normalClose() - 接口 中的方法com.mysql.cj.MysqlConnection
 
normalizeCase(String) - 枚举 中的静态方法com.mysql.cj.conf.PropertyKey
Helper method that normalizes the case of the given key, if it is one of PropertyKey elements.
NoSubInterceptorWrapper - com.mysql.cj中的类
Wraps query interceptors during driver startup so that they don't produce different result sets than we expect.
NoSubInterceptorWrapper(QueryInterceptor) - 类 的构造器com.mysql.cj.NoSubInterceptorWrapper
 
NOT_CANCELED - com.mysql.cj.Query.CancelStatus
 
NOT_EXISTS - com.mysql.cj.xdevapi.DatabaseObject.DbObjectStatus
 
NOTE - com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
NOTE = 1;
NOTE_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
NOTE = 1;
Notice - com.mysql.cj.protocol.x中的类
ProtocolEntity representing a Notice message.
Notice(MysqlxNotice.Frame) - 类 的构造器com.mysql.cj.protocol.x.Notice
 
NOTICE - com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
NOTICE has to stay at 11 forever
NOTICE_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
NOTICE has to stay at 11 forever
Notice.XSessionStateChanged - com.mysql.cj.protocol.x中的类
 
Notice.XSessionVariableChanged - com.mysql.cj.protocol.x中的类
 
Notice.XWarning - com.mysql.cj.protocol.x中的类
 
NoticeFactory - com.mysql.cj.protocol.x中的类
Factory producing Notice from protocol message.
NoticeFactory() - 类 的构造器com.mysql.cj.protocol.x.NoticeFactory
 
NoticeScope_Global - 类 中的静态变量com.mysql.cj.protocol.x.Notice
 
NoticeScope_Local - 类 中的静态变量com.mysql.cj.protocol.x.Notice
 
NoticeType_GROUP_REPLICATION_STATE_CHANGED - 类 中的静态变量com.mysql.cj.protocol.x.Notice
 
NoticeType_SESSION_STATE_CHANGED - 类 中的静态变量com.mysql.cj.protocol.x.Notice
 
NoticeType_SESSION_VARIABLE_CHANGED - 类 中的静态变量com.mysql.cj.protocol.x.Notice
 
NoticeType_WARNING - 类 中的静态变量com.mysql.cj.protocol.x.Notice
 
NotUpdatable - com.mysql.cj.jdbc.exceptions中的异常错误
Thrown when a result sate is not updatable.
NotUpdatable(String) - 异常错误 的构造器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 - 枚举 中的静态变量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 - 类 中的静态变量com.mysql.cj.protocol.a.NativePacketPayload
 
NULL_LOGGER - 类 中的静态变量com.mysql.cj.CoreSession
Null logger shared by all connections at startup
nullDatabaseMeansCurrent - com.mysql.cj.conf.PropertyKey
 
nullDatabaseMeansCurrent - 类 中的变量com.mysql.cj.jdbc.DatabaseMetaData
 
NullLogger - com.mysql.cj.log中的类
A logger that does nothing.
NullLogger(String) - 类 的构造器com.mysql.cj.log.NullLogger
Creates a new NullLogger with the given name
nullPlusNonNullIsNull() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
nullSafeEqual(String, String) - 类 中的静态方法com.mysql.cj.util.StringUtils
Two given strings are considered equal if both are null or if they have the same string value.
nullsAreSortedAtEnd() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
nullsAreSortedAtStart() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
nullsAreSortedHigh() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
nullsAreSortedLow() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
nullScalar() - 类 中的静态方法com.mysql.cj.xdevapi.ExprUtil
Protocol buffers helper to build a Scalar NULL type.
nullStatementResultSetFactory - 类 中的变量com.mysql.cj.jdbc.ConnectionImpl
 
NumberOutOfRange - com.mysql.cj.exceptions中的异常错误
Indicates that a number was out of the expected range.
NumberOutOfRange(String) - 异常错误 的构造器com.mysql.cj.exceptions.NumberOutOfRange
 
NumberValueEncoder - com.mysql.cj.protocol.a中的类
 
NumberValueEncoder() - 类 的构造器com.mysql.cj.protocol.a.NumberValueEncoder
 

O

OBJ_FIELD_NUMBER - 类 中的静态变量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 - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
OBJECT_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
OBJECT = 2;
OBJECT_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
OBJECT = 7;
ociConfigFile - com.mysql.cj.conf.PropertyKey
 
OFF - com.mysql.cj.xdevapi.Schema.Validation.ValidationLevel
 
offset - 类 中的变量com.mysql.cj.xdevapi.AbstractFilterParams
 
offset(long) - 类 中的方法com.mysql.cj.xdevapi.FilterableStatement
Add maximum number of rows to skip before find others.
offset(long) - 接口 中的方法com.mysql.cj.xdevapi.FindStatement
Add/replace the document offset for this query.
offset(long) - 接口 中的方法com.mysql.cj.xdevapi.SelectStatement
Add/replace the row offset for this query.
OFFSET_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
OFFSET_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
OffsetDateTimeValueEncoder - com.mysql.cj.protocol.a中的类
 
OffsetDateTimeValueEncoder() - 类 的构造器com.mysql.cj.protocol.a.OffsetDateTimeValueEncoder
 
OffsetDateTimeValueFactory - com.mysql.cj.result中的类
Value factory to create OffsetDateTime instances.
OffsetDateTimeValueFactory(PropertySet, TimeZone, TimeZone) - 类 的构造器com.mysql.cj.result.OffsetDateTimeValueFactory
 
OffsetTimeValueEncoder - com.mysql.cj.protocol.a中的类
 
OffsetTimeValueEncoder() - 类 的构造器com.mysql.cj.protocol.a.OffsetTimeValueEncoder
 
OffsetTimeValueFactory - com.mysql.cj.result中的类
A value factory to create OffsetTime instances.
OffsetTimeValueFactory(PropertySet, TimeZone) - 类 的构造器com.mysql.cj.result.OffsetTimeValueFactory
 
OffsetTimeValueFactory(PropertySet, TimeZone, WarningListener) - 类 的构造器com.mysql.cj.result.OffsetTimeValueFactory
 
ok - 类 中的变量com.mysql.cj.xdevapi.AbstractDataResult
 
ok - 类 中的变量com.mysql.cj.xdevapi.UpdateResult
 
Ok - com.mysql.cj.protocol.x中的类
ProtocolEntity representing an OK message.
Ok() - 类 的构造器com.mysql.cj.protocol.x.Ok
 
OK - com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
OK = 0;
OK_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
OK = 0;
OkBuilder - com.mysql.cj.protocol.x中的类
Result builder producing an Ok instance.
OkBuilder() - 类 的构造器com.mysql.cj.protocol.x.OkBuilder
 
OkFactory - com.mysql.cj.protocol.x中的类
Factory producing Ok from protocol message.
OkFactory() - 类 的构造器com.mysql.cj.protocol.x.OkFactory
 
OkPacket - com.mysql.cj.protocol.a.result中的类
 
ONE_OR_MORE - com.mysql.cj.conf.ConnectionUrl.HostsCardinality
 
OP_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
OP_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
OPEN_CURSOR_FLAG - 类 中的静态变量com.mysql.cj.ServerPreparedQuery
 
openResults - 类 中的变量com.mysql.cj.jdbc.StatementImpl
Set of currently-open ResultSets
OPERATION_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
OPERATION_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
OperationCancelledException - com.mysql.cj.exceptions中的异常错误
 
OperationCancelledException() - 异常错误 的构造器com.mysql.cj.exceptions.OperationCancelledException
 
OperationCancelledException(String) - 异常错误 的构造器com.mysql.cj.exceptions.OperationCancelledException
 
OperationCancelledException(String, Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.OperationCancelledException
 
OperationCancelledException(Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.OperationCancelledException
 
OperationNotSupportedException - com.mysql.cj.jdbc.exceptions中的异常错误
 
OperationNotSupportedException() - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.OperationNotSupportedException
 
OperationNotSupportedException(String) - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.OperationNotSupportedException
 
OPERATOR - com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
OPERATOR = 5;
OPERATOR_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
OPERATOR_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
OPERATOR = 5;
ORDER_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
ORDER_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
ORDER_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
orderBy(String...) - 接口 中的方法com.mysql.cj.xdevapi.DeleteStatement
Add/replace the order by specification for the deletion.
orderBy(String...) - 类 中的方法com.mysql.cj.xdevapi.FilterableStatement
Add sort expressions to this statement.
orderBy(String...) - 接口 中的方法com.mysql.cj.xdevapi.FindStatement
Add/replace the order specification for this query.
orderBy(String...) - 接口 中的方法com.mysql.cj.xdevapi.RemoveStatement
已过时。
orderBy(String...) - 类 中的方法com.mysql.cj.xdevapi.RemoveStatementImpl
已过时。
orderBy(String...) - 接口 中的方法com.mysql.cj.xdevapi.SelectStatement
Add/replace the order specification for this query.
orderBy(String...) - 接口 中的方法com.mysql.cj.xdevapi.UpdateStatement
Add/replace the order specification for this statement.
orderExpr - 类 中的变量com.mysql.cj.xdevapi.AbstractFilterParams
 
ORIGINAL_NAME_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
ORIGINAL_TABLE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
originalConnStr - 类 中的变量com.mysql.cj.conf.ConnectionUrl
 
originalDatabase - 类 中的变量com.mysql.cj.conf.ConnectionUrl
 
originalSql - 类 中的变量com.mysql.cj.ClientPreparedQuery
The SQL that was passed in to 'prepare'
OS_ARCH - 类 中的静态变量com.mysql.cj.Constants
 
OS_NAME - 类 中的静态变量com.mysql.cj.Constants
 
OS_VERSION - 类 中的静态变量com.mysql.cj.Constants
 
othersDeletesAreVisible(int) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
othersInsertsAreVisible(int) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
othersUpdatesAreVisible(int) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
outputParamWasNull - 类 中的变量com.mysql.cj.jdbc.CallableStatement
 
OutputStreamWatcher - 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) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
owner - 类 中的变量com.mysql.cj.protocol.a.result.AbstractResultsetRows
The result set that we 'belong' to.
ownInsertsAreVisible(int) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
ownUpdatesAreVisible(int) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 

P

pack() - 接口 中的方法com.mysql.cj.log.ProfilerEvent
Creates a binary representation of this event.
pack() - 类 中的方法com.mysql.cj.log.ProfilerEventImpl
 
packetDebugBufferSize - com.mysql.cj.conf.PropertyKey
 
packetDebugRingBuffer - 类 中的变量com.mysql.cj.protocol.AbstractProtocol
 
packetHeaderBuf - 类 中的变量com.mysql.cj.protocol.a.NativePacketHeader
 
packetReader - 类 中的变量com.mysql.cj.protocol.a.NativeProtocol
 
PacketReceivedTimeHolder - com.mysql.cj.protocol中的接口
Holds the time the last packet was received.
packetSender - 类 中的变量com.mysql.cj.protocol.a.NativeProtocol
 
PacketSentTimeHolder - com.mysql.cj.protocol中的接口
Holds the time the last packet was sent.
packetSequence - 类 中的变量com.mysql.cj.protocol.a.NativeProtocol
 
PacketSplitter - com.mysql.cj.protocol.a中的类
Keep track of splitting a large packet into multi-packets segments.
PacketSplitter(int) - 类 的构造器com.mysql.cj.protocol.a.PacketSplitter
 
PacketTooBigException - com.mysql.cj.jdbc.exceptions中的异常错误
Thrown when a packet that is too big for the server is created.
PacketTooBigException(long, long) - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.PacketTooBigException
Creates a new PacketTooBigException object.
PacketTooBigException(String) - 异常错误 的构造器com.mysql.cj.jdbc.exceptions.PacketTooBigException
 
padCharsWithSpace - com.mysql.cj.conf.PropertyKey
 
padString(String, int) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
Pair(T, U) - 类 的构造器com.mysql.cj.conf.ConnectionUrlParser.Pair
 
PARAM_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
PARAM_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
PARAM_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
PARAM_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
PARAMETER_COUNT_AVAILABLE - 类 中的静态变量com.mysql.cj.ServerPreparedQuery
 
ParameterBindings - com.mysql.cj.jdbc中的接口
Interface to allow PreparedStatement implementations to expose their parameter bindings to QueryInterceptors.
ParameterBindingsImpl - com.mysql.cj.jdbc中的类
 
parameterCount - 类 中的变量com.mysql.cj.ClientPreparedQuery
The number of parameters in this PreparedStatement
parameterMetaData - 类 中的变量com.mysql.cj.jdbc.ClientPreparedStatement
 
paramInfo - 类 中的变量com.mysql.cj.jdbc.CallableStatement
 
paranoid - com.mysql.cj.conf.PropertyKey
 
parse() - 类 中的方法com.mysql.cj.xdevapi.ExprParser
Parse the entire string as an expression.
parse(NativePacketPayload, String) - 类 中的静态方法com.mysql.cj.protocol.a.result.OkPacket
 
parseArray(StringReader) - 类 中的静态方法com.mysql.cj.xdevapi.JsonParser
Create JsonArray object from JSON string provided by reader.
parseConnectionString(String) - 类 中的静态方法com.mysql.cj.conf.ConnectionUrlParser
Static factory method for constructing instances of this class.
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
parseDelimitedFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
parseDoc(StringReader) - 类 中的静态方法com.mysql.cj.xdevapi.JsonParser
Create DbDoc object from JSON string provided by reader.
parseDoc(String) - 类 中的静态方法com.mysql.cj.xdevapi.JsonParser
Create DbDoc object from JSON string.
parseDocumentProjection() - 类 中的方法com.mysql.cj.xdevapi.ExprParser
Parse a document projection which is similar to SELECT but with document paths as the target alias.
parseExprList() - 类 中的方法com.mysql.cj.xdevapi.ExprParser
Parse a list of expressions used for GROUP BY.
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
parseFrom(byte[]) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
parseFrom(ByteString) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
parseFrom(CodedInputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
parseFrom(InputStream) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
parseFrom(ByteBuffer) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
parseHostPortPair(String) - 类 中的静态方法com.mysql.cj.conf.ConnectionUrlParser
Parses a host:port pair and returns the two elements in a ConnectionUrlParser.Pair
parseObject(String, ExceptionInterceptor) - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
parseObject(String, ExceptionInterceptor) - 类 中的方法com.mysql.cj.conf.BooleanPropertyDefinition
 
parseObject(String, ExceptionInterceptor) - 类 中的方法com.mysql.cj.conf.EnumPropertyDefinition
 
parseObject(String, ExceptionInterceptor) - 类 中的方法com.mysql.cj.conf.IntegerPropertyDefinition
 
parseObject(String, ExceptionInterceptor) - 类 中的方法com.mysql.cj.conf.LongPropertyDefinition
 
parseObject(String, ExceptionInterceptor) - 类 中的方法com.mysql.cj.conf.MemorySizePropertyDefinition
 
parseObject(String, ExceptionInterceptor) - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
Returns the value object parsed from it's string representation and checked against allowable values.
parseObject(String, ExceptionInterceptor) - 类 中的方法com.mysql.cj.conf.StringPropertyDefinition
 
parseOrderSpec() - 类 中的方法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() - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
parser() - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.Error
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.Ok
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxConnection.Capability
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxConnection.Close
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxConnection.Compression
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Collection
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Column
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Delete
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.DropView
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Find
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Insert
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Limit
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Order
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Projection
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Update
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCursor.Close
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCursor.Open
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpect.Close
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpect.Open
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Array
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Expr
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Object
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Operator
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.Frame
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.Warning
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.Row
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxSession.Close
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxSession.Reset
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
已过时。
PARSER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
已过时。
parseTableInsertField() - 类 中的方法com.mysql.cj.xdevapi.ExprParser
Parse an INSERT field name.
parseTableSelectProjection() - 类 中的方法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) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
parseTableUpdateField() - 类 中的方法com.mysql.cj.xdevapi.ExprParser
Parse an UPDATE field which can include can document paths.
parseToDateTimeObject(String, MysqlType) - 类 中的静态方法com.mysql.cj.util.TimeUtil
 
parseUrl(String) - 类 中的方法com.mysql.cj.xdevapi.SessionFactory
Parses the connection string URL.
parseUserInfo(String) - 类 中的静态方法com.mysql.cj.conf.ConnectionUrlParser
Parses the given user information which is formed by the parts [user][:password].
parseVersion(String) - 类 中的静态方法com.mysql.cj.ServerVersion
Parse the server version into major/minor/subminor.
password - 类 中的变量com.mysql.cj.jdbc.MysqlDataSource
Password
password - 类 中的变量com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
 
password - 类 中的变量com.mysql.cj.sasl.ScramShaSaslClient
 
PASSWORD - com.mysql.cj.conf.PropertyKey
The database user password.
password1 - com.mysql.cj.conf.PropertyKey
 
password2 - com.mysql.cj.conf.PropertyKey
 
password3 - com.mysql.cj.conf.PropertyKey
 
passwordCharacterEncoding - com.mysql.cj.conf.PropertyKey
 
passwordCharacterEncoding - 类 中的变量com.mysql.cj.NativeCharsetSettings
 
PasswordExpiredException - 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() - 异常错误 的构造器com.mysql.cj.exceptions.PasswordExpiredException
 
PasswordExpiredException(String) - 异常错误 的构造器com.mysql.cj.exceptions.PasswordExpiredException
 
PasswordExpiredException(String, Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.PasswordExpiredException
 
PasswordExpiredException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.mysql.cj.exceptions.PasswordExpiredException
 
PasswordExpiredException(Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.PasswordExpiredException
 
patch(DbDoc) - 接口 中的方法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) - 类 中的方法com.mysql.cj.xdevapi.ModifyStatementImpl
 
patch(String) - 接口 中的方法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) - 类 中的方法com.mysql.cj.xdevapi.ModifyStatementImpl
 
PATH - com.mysql.cj.conf.PropertyKey
The name pipes path to use when "protocol=pipe'.
PAYLOAD_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
PAYLOAD_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
pedantic - com.mysql.cj.conf.PropertyKey
 
pedantic - 类 中的变量com.mysql.cj.jdbc.DatabaseMetaData
 
pedantic - 类 中的变量com.mysql.cj.jdbc.StatementImpl
Are we in pedantic mode?
PerConnectionLRUFactory - com.mysql.cj中的类
 
PerConnectionLRUFactory() - 类 的构造器com.mysql.cj.PerConnectionLRUFactory
 
performTlsHandshake(ServerSession) - 类 中的方法com.mysql.cj.protocol.a.NativeSocketConnection
 
performTlsHandshake(ServerSession) - 接口 中的方法com.mysql.cj.protocol.SocketConnection
 
performTlsHandshake(ServerSession, Log) - 类 中的方法com.mysql.cj.protocol.a.NativeSocketConnection
 
performTlsHandshake(ServerSession, Log) - 接口 中的方法com.mysql.cj.protocol.SocketConnection
Start a TLS handshake
performTlsHandshake(SocketConnection, ServerSession) - 类 中的方法com.mysql.cj.protocol.NamedPipeSocketFactory
 
performTlsHandshake(SocketConnection, ServerSession) - 接口 中的方法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) - 类 中的方法com.mysql.cj.protocol.StandardSocketFactory
 
performTlsHandshake(SocketConnection, ServerSession, Log) - 类 中的方法com.mysql.cj.protocol.NamedPipeSocketFactory
 
performTlsHandshake(SocketConnection, ServerSession, Log) - 接口 中的方法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, Log) - 类 中的方法com.mysql.cj.protocol.StandardSocketFactory
 
performTlsHandshake(SocketConnection, ServerSession, Log) - 类 中的方法com.mysql.jdbc.SocketFactoryWrapper
 
performTlsHandshake(Socket, SocketConnection, ServerVersion, Log) - 类 中的静态方法com.mysql.cj.protocol.ExportControlled
Converts the socket being used in the given SocketConnection to an SSLSocket by performing the SSL/TLS handshake.
PerVmServerConfigCacheFactory - com.mysql.cj.util中的类
 
PerVmServerConfigCacheFactory() - 类 的构造器com.mysql.cj.util.PerVmServerConfigCacheFactory
 
pickConnection(InvocationHandler, List<String>, Map<String, JdbcConnection>, long[], int) - 接口 中的方法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) - 类 中的方法com.mysql.cj.jdbc.ha.BestResponseTimeBalanceStrategy
 
pickConnection(InvocationHandler, List<String>, Map<String, JdbcConnection>, long[], int) - 类 中的方法com.mysql.cj.jdbc.ha.RandomBalanceStrategy
 
pickConnection(InvocationHandler, List<String>, Map<String, JdbcConnection>, long[], int) - 类 中的方法com.mysql.cj.jdbc.ha.SequentialBalanceStrategy
 
pickConnection(InvocationHandler, List<String>, Map<String, JdbcConnection>, long[], int) - 类 中的方法com.mysql.cj.jdbc.ha.ServerAffinityStrategy
 
pickNewConnection() - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
Picks the "best" connection to use for the next transaction based on the BalanceStrategy in use.
ping() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
ping() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
ping() - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
 
ping() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
ping() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
ping() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Detect if the connection is still good by sending a ping command to the server.
ping(boolean) - 接口 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnection
 
ping(boolean) - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
 
ping(boolean, int) - 类 中的方法com.mysql.cj.NativeSession
 
PING_MARKER - 类 中的静态变量com.mysql.cj.jdbc.StatementImpl
 
pingInternal(boolean, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
pingInternal(boolean, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
pingInternal(boolean, int) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
pingInternal(boolean, int) - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
pinGlobalTxToPhysicalConnection - com.mysql.cj.conf.PropertyKey
 
pingTarget - 类 中的变量com.mysql.cj.jdbc.StatementImpl
 
PingTarget - com.mysql.cj中的接口
 
PLACEHOLDER - com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
PLACEHOLDER = 6;
PLACEHOLDER_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
PLACEHOLDER = 6;
PLAIN - com.mysql.cj.conf.PropertyDefinitions.AuthMech
 
PLATFORM_ENCODING - 类 中的静态变量com.mysql.cj.Constants
 
PLUGIN_NAME - 类 中的静态变量com.mysql.cj.protocol.a.authentication.AuthenticationFidoClient
 
PLUGIN_NAME - 类 中的静态变量com.mysql.cj.protocol.a.authentication.AuthenticationKerberosClient
 
PLUGIN_NAME - 类 中的静态变量com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
 
PLUGIN_NAME - 类 中的静态变量com.mysql.cj.protocol.a.authentication.AuthenticationOciClient
 
PLUGIN_NAME - 类 中的静态变量com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
 
PLUGIN_NAME - 类 中的静态变量com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
 
PLUGIN_NAME - 类 中的静态变量com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
 
PLUGIN_NAME - 类 中的静态变量com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
 
PLUGIN_NAME - 类 中的静态变量com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
 
PNAME_clientInfoDatabase - 类 中的静态变量com.mysql.cj.jdbc.ClientInfoProviderSP
 
PNAME_clientInfoGetBulkSPName - 类 中的静态变量com.mysql.cj.jdbc.ClientInfoProviderSP
 
PNAME_clientInfoGetSPName - 类 中的静态变量com.mysql.cj.jdbc.ClientInfoProviderSP
 
PNAME_clientInfoSetSPName - 类 中的静态变量com.mysql.cj.jdbc.ClientInfoProviderSP
 
PNAME_resultSetScannerRegex - 类 中的静态变量com.mysql.cj.jdbc.interceptors.ResultSetScannerInterceptor
 
POOL_DATA_SOURCE_CLASS_NAME - 类 中的静态变量com.mysql.cj.jdbc.MysqlDataSourceFactory
The class name for a poolable MySQL DataSource.
PooledXProtocol(HostInfo, PropertySet) - 类 的构造器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) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
populateCachedMetaData(CachedResultSetMetaData) - 接口 中的方法com.mysql.cj.jdbc.result.ResultSetInternalMethods
 
populateInsertRowWithDefaultValues - com.mysql.cj.conf.PropertyKey
 
port - 类 中的变量com.mysql.cj.jdbc.MysqlDataSource
Port number
port - 类 中的变量com.mysql.cj.protocol.AbstractSocketConnection
 
port - 类 中的变量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 - 类 中的变量com.mysql.cj.xdevapi.AbstractDataResult
 
position(byte[], long) - 类 中的方法com.mysql.cj.jdbc.Blob
 
position(byte[], long) - 类 中的方法com.mysql.cj.jdbc.BlobFromLocator
 
position(String, long) - 类 中的方法com.mysql.cj.jdbc.Clob
 
position(Blob, long) - 类 中的方法com.mysql.cj.jdbc.Blob
 
position(Blob, long) - 类 中的方法com.mysql.cj.jdbc.BlobFromLocator
 
position(Clob, long) - 类 中的方法com.mysql.cj.jdbc.Clob
 
POSITION_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
postInitialization() - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
postInitialization() - 接口 中的方法com.mysql.cj.conf.PropertySet
 
postInitialization() - 类 中的方法com.mysql.cj.jdbc.JdbcPropertySetImpl
 
postProcess(Supplier<String>, Query, T, ServerSession) - 接口 中的方法com.mysql.cj.interceptors.QueryInterceptor
Called after the given query has been sent to the server for processing.
postProcess(Supplier<String>, Query, T, ServerSession) - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedAutoCommitInterceptor
 
postProcess(Supplier<String>, Query, T, ServerSession) - 类 中的方法com.mysql.cj.jdbc.interceptors.ResultSetScannerInterceptor
 
postProcess(Supplier<String>, Query, T, ServerSession) - 类 中的方法com.mysql.cj.jdbc.interceptors.ServerStatusDiffInterceptor
 
postProcess(Supplier<String>, Query, T, ServerSession) - 类 中的方法com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
 
postProcess(Supplier<String>, Query, T, ServerSession) - 类 中的方法com.mysql.cj.NoSubInterceptorWrapper
 
postProcess(M, M) - 接口 中的方法com.mysql.cj.interceptors.QueryInterceptor
Called after the given query packet has been sent to the server for processing.
postProcess(M, M) - 类 中的方法com.mysql.cj.NoSubInterceptorWrapper
 
PREFERRED - com.mysql.cj.conf.PropertyDefinitions.Compression
 
PREFERRED - com.mysql.cj.conf.PropertyDefinitions.SslMode
 
PreparableStatement<RES_T> - com.mysql.cj.xdevapi中的类
Abstract class, common to all X DevAPI statement classes that can be prepared.
PreparableStatement() - 类 的构造器com.mysql.cj.xdevapi.PreparableStatement
 
PreparableStatement.PreparableStatementFinalizer - com.mysql.cj.xdevapi中的类
PhantomReference to track prepared statement ids.
PreparableStatement.PreparedState - com.mysql.cj.xdevapi中的枚举
 
PreparableStatementFinalizer(PreparableStatement<?>, ReferenceQueue<? super PreparableStatement<?>>, int) - 类 的构造器com.mysql.cj.xdevapi.PreparableStatement.PreparableStatementFinalizer
 
prepare(String, SaslPrep.StringType) - 类 中的静态方法com.mysql.cj.util.SaslPrep
Prepares the given string by applying the "SASLprep" profile of the "stringprep" algorithm.
prepare(Xid) - 类 中的方法com.mysql.cj.jdbc.MysqlXAConnection
 
prepare(Xid) - 类 中的方法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 - 枚举 中的静态变量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 - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
PREPARE_EXECUTE_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
PREPARE_EXECUTE = 41;
PREPARE_EXECUTE_VALUE - 枚举 中的静态变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
PREPARE_PREPARE = 40;
prepareBatchedInsertSQL(JdbcConnection, int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
Returns a prepared statement for the number of batched parameters, used when re-writing batch INSERTs.
prepareBatchedInsertSQL(JdbcConnection, int) - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
prepareCall(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
prepareCall(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
prepareCall(String) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
prepareCall(String, int, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
prepareCall(String, int, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
prepareCall(String, int, int) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
prepareCall(String, int, int, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
prepareCall(String, int, int, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
prepareCall(String, int, int, int) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
PREPARED - com.mysql.cj.xdevapi.PreparableStatement.PreparedState
 
PreparedQuery - com.mysql.cj中的接口
 
preparedState - 类 中的变量com.mysql.cj.xdevapi.PreparableStatement
 
preparedStatementId - 类 中的变量com.mysql.cj.xdevapi.PreparableStatement
 
PreparedStatementWrapper - com.mysql.cj.jdbc中的类
Wraps prepared statements so that errors can be reported correctly to ConnectionEventListeners.
prepareExecutePacket() - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
prepareMetaDataSafeStatement(String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
Get a prepared statement to query information_schema tables.
prepareStatement(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
prepareStatement(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
prepareStatement(String) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
prepareStatement(String, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
prepareStatement(String, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
prepareStatement(String, int) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
prepareStatement(String, int[]) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
prepareStatement(String, int[]) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
prepareStatement(String, int[]) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
prepareStatement(String, int, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
prepareStatement(String, int, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
prepareStatement(String, int, int) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
prepareStatement(String, int, int, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
prepareStatement(String, int, int, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
prepareStatement(String, int, int, int) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
prepareStatement(String, String[]) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
prepareStatement(String, String[]) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
prepareStatement(String, String[]) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
preProcess(Supplier<String>, Query) - 接口 中的方法com.mysql.cj.interceptors.QueryInterceptor
Called before the given query is going to be sent to the server for processing.
preProcess(Supplier<String>, Query) - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedAutoCommitInterceptor
 
preProcess(Supplier<String>, Query) - 类 中的方法com.mysql.cj.jdbc.interceptors.ResultSetScannerInterceptor
 
preProcess(Supplier<String>, Query) - 类 中的方法com.mysql.cj.jdbc.interceptors.ServerStatusDiffInterceptor
 
preProcess(Supplier<String>, Query) - 类 中的方法com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
 
preProcess(Supplier<String>, Query) - 类 中的方法com.mysql.cj.NoSubInterceptorWrapper
 
preProcess(M) - 接口 中的方法com.mysql.cj.interceptors.QueryInterceptor
Called before the given query packet is going to be sent to the server for processing.
preProcess(M) - 类 中的方法com.mysql.cj.NoSubInterceptorWrapper
 
preprocessPerTypeHostProperties(Map<String, String>) - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Subclasses should override this to perform any required pre-processing on the host information properties.
preprocessPerTypeHostProperties(Map<String, String>) - 类 中的方法com.mysql.cj.conf.url.XDevApiConnectionUrl
 
preprocessPerTypeHostProperties(Map<String, String>) - 类 中的方法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 - 类 中的变量com.mysql.cj.protocol.a.AbstractValueEncoder
 
preserveOldTransactionState() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
prev() - 类 中的方法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() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
previous() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
previous() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
previous() - 类 中的方法com.mysql.cj.result.BufferedRowList
 
previous() - 接口 中的方法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.
probeHeader() - 类 中的方法com.mysql.cj.protocol.a.DebugBufferingPacketReader
 
probeHeader() - 类 中的方法com.mysql.cj.protocol.a.MultiPacketReader
 
probeHeader() - 类 中的方法com.mysql.cj.protocol.a.SimplePacketReader
 
probeHeader() - 类 中的方法com.mysql.cj.protocol.a.TimeTrackingPacketReader
 
probeHeader() - 类 中的方法com.mysql.cj.protocol.a.TracingPacketReader
 
probeHeader() - 接口 中的方法com.mysql.cj.protocol.MessageReader
Read the next message header from server, possibly blocking indefinitely until the message is received, and cache it so that the next MessageReader.readHeader() return the same header.
probeMessage(NativePacketPayload) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
probeMessage(Optional<NativePacketPayload>, NativePacketHeader) - 类 中的方法com.mysql.cj.protocol.a.DebugBufferingPacketReader
 
probeMessage(Optional<NativePacketPayload>, NativePacketHeader) - 类 中的方法com.mysql.cj.protocol.a.MultiPacketReader
 
probeMessage(Optional<NativePacketPayload>, NativePacketHeader) - 类 中的方法com.mysql.cj.protocol.a.SimplePacketReader
 
probeMessage(Optional<NativePacketPayload>, NativePacketHeader) - 类 中的方法com.mysql.cj.protocol.a.TimeTrackingPacketReader
 
probeMessage(Optional<NativePacketPayload>, NativePacketHeader) - 类 中的方法com.mysql.cj.protocol.a.TracingPacketReader
 
probeMessage(Optional<M>, H) - 接口 中的方法com.mysql.cj.protocol.MessageReader
Read message from server into to the given Message instance or into the new one if not present and cache it so that the next MessageReader.readMessage(Optional, MessageHeader) return the same message.
PROCEDURE - com.mysql.cj.jdbc.DatabaseMetaData.ProcedureType
 
processEscapeCodesForPrepStmts - com.mysql.cj.conf.PropertyKey
 
processEvent(byte, Session, Query, Resultset, long, Throwable, String) - 类 中的方法com.mysql.cj.log.LoggingProfilerEventHandler
 
processEvent(byte, Session, Query, Resultset, long, Throwable, String) - 接口 中的方法com.mysql.cj.log.ProfilerEventHandler
 
processMessage(XMessage) - 类 中的方法com.mysql.cj.protocol.x.ResultMessageListener
 
processMessage(M) - 接口 中的方法com.mysql.cj.protocol.MessageListener
Process protocol message.
processMultiCountsAndKeys(StatementImpl, int, long[]) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
PRODUCED_MESSAGE - com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
PRODUCED_MESSAGE = 10;
PRODUCED_MESSAGE_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
PRODUCED_MESSAGE = 10;
PRODUCES_RESULT_SET - com.mysql.cj.QueryReturnType
 
ProfilerEvent - com.mysql.cj.log中的接口
 
profilerEventHandler - com.mysql.cj.conf.PropertyKey
 
ProfilerEventHandler - com.mysql.cj.log中的接口
 
ProfilerEventImpl - com.mysql.cj.log中的类
 
ProfilerEventImpl(byte, String, String, long, int, int, long, String, Throwable, String) - 类 的构造器com.mysql.cj.log.ProfilerEventImpl
Creates a new profiler event
profileSQL - com.mysql.cj.conf.PropertyKey
 
profileSQL - 类 中的变量com.mysql.cj.jdbc.StatementImpl
Should we profile?
profileSQL - 类 中的变量com.mysql.cj.ServerPreparedQuery
The "profileSQL" connection property value
profileSQLString - 类 中的变量com.mysql.cj.jdbc.MysqlDataSource
The profileSQL property
projection - 类 中的变量com.mysql.cj.xdevapi.AbstractFilterParams
 
PROJECTION_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
PROJECTION_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
promoteReplicaToSource(String) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
 
promoteReplicaToSource(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
Promotes a replica host to source.
promoteReplicaToSource(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
promoteReplicaToSource(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
promoteReplicaToSource(String, String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
promoteReplicaToSource(String, String) - 类 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManager
 
promoteReplicaToSource(String, String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
 
promoteSlaveToMaster(String) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
已过时。 
promoteSlaveToMaster(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
已过时。 
promoteSlaveToMaster(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
已过时。 
promoteSlaveToMaster(String, String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
已过时。 
promoteSlaveToMaster(String, String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
已过时。 
propagateProxyDown(JdbcConnection) - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
Propagates the connection proxy down through all live connections.
propagateProxyDown(JdbcConnection) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
Propagates the connection proxy down through the multi-host connections chain.
propagateProxyDown(JdbcConnection) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
Propagates the connection proxy down through all live connections.
properties - 类 中的变量com.mysql.cj.conf.ConnectionUrl
 
PropertiesDocGenerator - documentation中的类
Creates docbook table of connection properties from ConnectionProperties class.
PropertiesDocGenerator() - 类 的构造器documentation.PropertiesDocGenerator
 
propertiesTransform - com.mysql.cj.conf.PropertyKey
 
PROPERTY_CATEGORIES - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
PROPERTY_KEY_TO_PROPERTY_DEFINITION - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
Static unmodifiable PropertyKey -> PropertyDefinition map.
PropertyDefinition<T> - com.mysql.cj.conf中的接口
 
PropertyDefinitions - com.mysql.cj.conf中的类
 
PropertyDefinitions() - 类 的构造器com.mysql.cj.conf.PropertyDefinitions
 
PropertyDefinitions.AuthMech - com.mysql.cj.conf中的枚举
 
PropertyDefinitions.Compression - com.mysql.cj.conf中的枚举
 
PropertyDefinitions.DatabaseTerm - com.mysql.cj.conf中的枚举
 
PropertyDefinitions.SslMode - com.mysql.cj.conf中的枚举
 
PropertyDefinitions.XdevapiSslMode - com.mysql.cj.conf中的枚举
 
PropertyDefinitions.ZeroDatetimeBehavior - com.mysql.cj.conf中的枚举
 
PropertyKey - com.mysql.cj.conf中的枚举
PropertyKey handles connection property names, their camel-case aliases and case sensitivity.
PropertyNotModifiableException - com.mysql.cj.exceptions中的异常错误
 
PropertyNotModifiableException() - 异常错误 的构造器com.mysql.cj.exceptions.PropertyNotModifiableException
 
PropertyNotModifiableException(String) - 异常错误 的构造器com.mysql.cj.exceptions.PropertyNotModifiableException
 
PropertyNotModifiableException(String, Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.PropertyNotModifiableException
 
PropertyNotModifiableException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.mysql.cj.exceptions.PropertyNotModifiableException
 
PropertyNotModifiableException(Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.PropertyNotModifiableException
 
propertySet - 类 中的变量com.mysql.cj.CoreSession
 
propertySet - 类 中的变量com.mysql.cj.jdbc.ConnectionImpl
 
propertySet - 类 中的变量com.mysql.cj.protocol.a.AbstractValueEncoder
 
propertySet - 类 中的变量com.mysql.cj.protocol.a.ResultsetRowReader
 
propertySet - 类 中的变量com.mysql.cj.protocol.AbstractProtocol
 
propertySet - 类 中的变量com.mysql.cj.protocol.AbstractSocketConnection
 
PropertySet - com.mysql.cj.conf中的接口
 
props - 类 中的变量com.mysql.cj.jdbc.ConnectionImpl
Properties for this connection specified by user
protocol - 类 中的变量com.mysql.cj.CoreSession
 
protocol - 类 中的变量com.mysql.cj.protocol.a.authentication.AuthenticationOciClient
 
protocol - 类 中的变量com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
 
protocol - 类 中的变量com.mysql.cj.protocol.a.BinaryResultsetReader
 
protocol - 类 中的变量com.mysql.cj.protocol.a.ResultsetRowReader
 
protocol - 类 中的变量com.mysql.cj.protocol.a.TextResultsetReader
 
Protocol<M extends Message> - 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 - 类 中的变量com.mysql.cj.protocol.a.NativeProtocol
 
PROTOCOL_ENTITY_CLASS_TO_TEXT_READER - 类 中的变量com.mysql.cj.protocol.a.NativeProtocol
 
Protocol.ProtocolEventHandler - com.mysql.cj.protocol中的接口
 
Protocol.ProtocolEventListener - com.mysql.cj.protocol中的接口
 
Protocol.ProtocolEventListener.EventType - com.mysql.cj.protocol中的枚举
 
ProtocolEntity - com.mysql.cj.protocol中的接口
 
ProtocolEntityFactory<T,​M extends Message> - com.mysql.cj.protocol中的接口
 
ProtocolEntityReader<T extends ProtocolEntity,​M extends Message> - com.mysql.cj.protocol中的接口
 
providesQueryObjectGenerator() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
pset - 类 中的变量com.mysql.cj.result.DefaultValueFactory
 
pset - 类 中的变量com.mysql.cj.result.StringValueFactory
 
publicKeyRequested - 类 中的变量com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
 
publicKeyString - 类 中的变量com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
 
pushMessageListener(MessageListener<XMessage>) - 类 中的方法com.mysql.cj.protocol.x.SyncMessageReader
 
pushMessageListener(MessageListener<M>) - 接口 中的方法com.mysql.cj.protocol.MessageReader
Queue a MessageListener to receive messages delivered asynchronously.
put(K, V) - 接口 中的方法com.mysql.cj.CacheAdapter
 

Q

queriesBeforeRetrySource - com.mysql.cj.conf.PropertyKey
 
query - 类 中的变量com.mysql.cj.jdbc.StatementImpl
 
query(M, ResultBuilder<R>) - 类 中的方法com.mysql.cj.MysqlxSession
 
query(M, ResultBuilder<R>) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
query(M, ResultBuilder<R>) - 接口 中的方法com.mysql.cj.Session
Synchronously query database.
query(M, Predicate<Row>, Function<Row, R>, Collector<R, ?, RES>) - 类 中的方法com.mysql.cj.MysqlxSession
 
query(M, Predicate<Row>, Function<Row, R>, Collector<R, ?, RES>) - 接口 中的方法com.mysql.cj.Session
Synchronously query database with applying rows filtering and mapping.
Query - com.mysql.cj中的接口
 
QUERY - com.mysql.cj.util.SaslPrep.StringType
Queries for matching strings MAY contain unassigned code points.
Query.CancelStatus - com.mysql.cj中的枚举
 
queryAsync(M, ResultBuilder<R>) - 类 中的方法com.mysql.cj.MysqlxSession
 
queryAsync(M, ResultBuilder<R>) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
queryAsync(M, ResultBuilder<R>) - 接口 中的方法com.mysql.cj.Session
Asynchronously query database.
queryAttributesBindings - 类 中的变量com.mysql.cj.AbstractQuery
Query attributes bindings
QueryAttributesBindings - com.mysql.cj中的接口
Instances of this interface keep the list of query attributes assigned to a Statement object.
queryBindings - 类 中的变量com.mysql.cj.ClientPreparedQuery
 
QueryBindings - com.mysql.cj中的接口
 
queryInfo - 类 中的变量com.mysql.cj.ClientPreparedQuery
 
QueryInfo - 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.
QueryInfo(String, Session, String) - 类 的构造器com.mysql.cj.QueryInfo
Constructs a QueryInfo object for the given query or multi-query.
queryInfoCacheFactory - com.mysql.cj.conf.PropertyKey
 
QueryInterceptor - 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 - com.mysql.cj中的接口
 
QueryReturnType - com.mysql.cj中的枚举
The possible return types from executing queries.
queryServerVariable(String) - 类 中的方法com.mysql.cj.NativeSession
Get the variable value from server.
queryTimeoutKillsConnection - com.mysql.cj.conf.PropertyKey
 
queryTimingUnits - 类 中的变量com.mysql.cj.protocol.AbstractProtocol
 
queryWasSlow - 类 中的变量com.mysql.cj.ServerPreparedQuery
 
queryWasSlow() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
queryWasSlow() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
queryWasSlow() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
quit() - 类 中的方法com.mysql.cj.CoreSession
 
quit() - 类 中的方法com.mysql.cj.MysqlxSession
 
quit() - 类 中的方法com.mysql.cj.NativeSession
 
quit() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
Log-off of the MySQL server and close the socket.
quit() - 接口 中的方法com.mysql.cj.Session
Log-off of the MySQL server and close the socket.
quoteBytes(byte[]) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
quotedId - 类 中的变量com.mysql.cj.jdbc.DatabaseMetaData
What character to use when quoting identifiers
quoteDocumentPathMember(String) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUnparser
Quote a JSON document path member.
quoteIdentifier(String) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUnparser
Quote a named identifier.
quoteIdentifier(String, boolean) - 类 中的静态方法com.mysql.cj.util.StringUtils
Surrounds identifier with "`" and duplicates these symbols inside the identifier.
quoteIdentifier(String, String, boolean) - 类 中的静态方法com.mysql.cj.util.StringUtils
Surrounds identifier with quoteChar and duplicates these symbols inside the identifier.
quoteJsonKey(String) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUnparser
Quote a JSON document field key.

R

RandomBalanceStrategy - com.mysql.cj.jdbc.ha中的类
 
RandomBalanceStrategy() - 类 的构造器com.mysql.cj.jdbc.ha.RandomBalanceStrategy
 
rawSocket - 类 中的变量com.mysql.cj.protocol.StandardSocketFactory
The underlying TCP/IP socket to use
read() - 类 中的方法com.mysql.cj.protocol.a.CompressedInputStream
 
read() - 类 中的方法com.mysql.cj.protocol.ReadAheadInputStream
 
read() - 类 中的方法com.mysql.cj.protocol.x.CompressionSplittedInputStream
read() - 类 中的方法com.mysql.cj.protocol.x.ConfinedInputStream
 
read() - 类 中的方法com.mysql.cj.protocol.x.ContinuousInputStream
Reads one byte from the underlying InputStream.
read(byte[]) - 类 中的方法com.mysql.cj.protocol.a.CompressedInputStream
 
read(byte[]) - 类 中的方法com.mysql.cj.protocol.x.CompressionSplittedInputStream
read(byte[]) - 类 中的方法com.mysql.cj.protocol.x.ConfinedInputStream
read(byte[]) - 类 中的方法com.mysql.cj.protocol.x.ContinuousInputStream
read(byte[], int, int) - 类 中的方法com.mysql.cj.protocol.a.CompressedInputStream
 
read(byte[], int, int) - 类 中的方法com.mysql.cj.protocol.ReadAheadInputStream
 
read(byte[], int, int) - 类 中的方法com.mysql.cj.protocol.x.CompressionSplittedInputStream
Reads bytes from the underlying InputStream either from the one that gets data directly from the original source InputStream or from a compressor able InputStream, if reading of a compressed X Protocol frame is in progress.
read(byte[], int, int) - 类 中的方法com.mysql.cj.protocol.x.ConfinedInputStream
Reads bytes from the underlying InputStream up to the number of bytes defined in this ConfinedInputStream limit.
read(byte[], int, int) - 类 中的方法com.mysql.cj.protocol.x.ContinuousInputStream
Reads bytes from the underlying InputStream.
read(int, boolean, NativePacketPayload, ColumnDefinition, ProtocolEntityFactory<Resultset, NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.BinaryResultsetReader
 
read(int, boolean, NativePacketPayload, ColumnDefinition, ProtocolEntityFactory<Resultset, NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.TextResultsetReader
 
read(int, boolean, M, ColumnDefinition, ProtocolEntityFactory<T, M>) - 接口 中的方法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>) - 类 中的方法com.mysql.cj.protocol.a.ColumnDefinitionReader
 
read(ProtocolEntityFactory<ResultsetRow, NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.ResultsetRowReader
Retrieve one row from the MySQL server.
read(ProtocolEntityFactory<T, M>) - 接口 中的方法com.mysql.cj.protocol.ProtocolEntityReader
 
read(Class<Resultset>, int, boolean, NativePacketPayload, boolean, ColumnDefinition, ProtocolEntityFactory<T, NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
read(Class<Resultset>, int, boolean, XMessage, boolean, ColumnDefinition, ProtocolEntityFactory<T, XMessage>) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
read(Class<Resultset>, int, boolean, M, boolean, ColumnDefinition, ProtocolEntityFactory<T, M>) - 接口 中的方法com.mysql.cj.protocol.Protocol
Read protocol entity.
read(Class<T>, ProtocolEntityFactory<T, NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
read(Class<T>, ProtocolEntityFactory<T, XMessage>) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
read(Class<T>, ProtocolEntityFactory<T, M>) - 接口 中的方法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 - com.mysql.cj.protocol中的类
A non-blocking buffered input stream.
ReadAheadInputStream(InputStream, boolean, Log) - 类 的构造器com.mysql.cj.protocol.ReadAheadInputStream
 
ReadAheadInputStream(InputStream, int, boolean, Log) - 类 的构造器com.mysql.cj.protocol.ReadAheadInputStream
 
readAllResults(int, boolean, NativePacketPayload, boolean, ColumnDefinition, ProtocolEntityFactory<T, NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
readAuthenticateContinue() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
readAuthenticateOk() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
readBlock(InputStream, byte[], int, ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.util.Util
 
readBlock(InputStream, byte[], ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.util.Util
 
readBytes(NativeConstants.StringLengthDataType, int) - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Read len bytes from internal buffer starting from current position into the new byte array.
readBytes(NativeConstants.StringSelfDataType) - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Read bytes from internal buffer starting from current position into the new byte array.
readBytes(Reader, BindValue) - 类 中的方法com.mysql.cj.protocol.a.ReaderValueEncoder
 
readerToString(Reader) - 类 中的方法com.mysql.cj.jdbc.MysqlSQLXML
 
ReaderValueEncoder - com.mysql.cj.protocol.a中的类
 
ReaderValueEncoder() - 类 的构造器com.mysql.cj.protocol.a.ReaderValueEncoder
 
readExecuteResult(NativePacketPayload, int, boolean, ColumnDefinition, ProtocolEntityFactory<T, NativePacketPayload>, String) - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
readFromSourceWhenNoReplicas - com.mysql.cj.conf.PropertyKey
 
readFromSourceWhenNoReplicas - 类 中的变量com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
readFromSourceWhenNoReplicasOriginal - 类 中的变量com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
readFully(byte[]) - 类 中的方法com.mysql.cj.protocol.FullReadInputStream
 
readFully(byte[]) - 类 中的方法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) - 类 中的方法com.mysql.cj.protocol.FullReadInputStream
 
readFully(Reader, char[], int) - 类 中的静态方法com.mysql.cj.util.Util
Reads length bytes from reader into buf.
readHeader() - 类 中的方法com.mysql.cj.protocol.a.DebugBufferingPacketReader
 
readHeader() - 类 中的方法com.mysql.cj.protocol.a.MultiPacketReader
 
readHeader() - 类 中的方法com.mysql.cj.protocol.a.SimplePacketReader
 
readHeader() - 类 中的方法com.mysql.cj.protocol.a.TimeTrackingPacketReader
 
readHeader() - 类 中的方法com.mysql.cj.protocol.a.TracingPacketReader
 
readHeader() - 接口 中的方法com.mysql.cj.protocol.MessageReader
Read the next message header from server, possibly blocking indefinitely until the message is received.
readHeader() - 类 中的方法com.mysql.cj.protocol.x.SyncMessageReader
 
readInteger(NativeConstants.IntegerDataType) - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Read data according to provided Integer type.
readMessage(NativePacketPayload) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
readMessage(XMessage) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
readMessage(Optional<NativePacketPayload>, NativePacketHeader) - 类 中的方法com.mysql.cj.protocol.a.DebugBufferingPacketReader
 
readMessage(Optional<NativePacketPayload>, NativePacketHeader) - 类 中的方法com.mysql.cj.protocol.a.MultiPacketReader
 
readMessage(Optional<NativePacketPayload>, NativePacketHeader) - 类 中的方法com.mysql.cj.protocol.a.SimplePacketReader
 
readMessage(Optional<NativePacketPayload>, NativePacketHeader) - 类 中的方法com.mysql.cj.protocol.a.TimeTrackingPacketReader
 
readMessage(Optional<NativePacketPayload>, NativePacketHeader) - 类 中的方法com.mysql.cj.protocol.a.TracingPacketReader
 
readMessage(Optional<XMessage>, int) - 类 中的方法com.mysql.cj.protocol.x.SyncMessageReader
 
readMessage(Optional<XMessage>, XMessageHeader) - 类 中的方法com.mysql.cj.protocol.x.SyncMessageReader
 
readMessage(Optional<M>, int) - 接口 中的方法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) - 接口 中的方法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) - 接口 中的方法com.mysql.cj.protocol.Protocol
Read one message from the MySQL server into the reusable buffer if provided or into the new one.
readMetadata() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
readMetadata() - 接口 中的方法com.mysql.cj.protocol.Protocol
 
readMetadata() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
readMetadata(Field, Consumer<Notice>) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
readMetadata(Consumer<Notice>) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
readNextResultset(T, int, boolean, boolean, ProtocolEntityFactory<T, NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
Read next result set from multi-result chain.
readOnly - 类 中的变量com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
readOnlyPropagatesToServer - com.mysql.cj.conf.PropertyKey
 
readQueryResult(ResultBuilder<T>) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
readQueryResult(ResultBuilder<T>) - 接口 中的方法com.mysql.cj.protocol.Protocol
Read messages from server and deliver them to resultBuilder.
readQueryResult(ResultBuilder<T>) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
readRow() - 类 中的方法com.mysql.cj.protocol.x.XProtocolRowInputStream
 
readRowOrNull(ColumnDefinition, Consumer<Notice>) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
readRSAKey(String, PropertySet, ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
 
readServerCapabilities() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
readServerCapabilities() - 接口 中的方法com.mysql.cj.protocol.Protocol
Retrieve ServerCapabilities from server.
readServerCapabilities() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
Get the capabilities from the server.
readServerStatusForResultSets(NativePacketPayload, boolean) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
readString(NativeConstants.StringLengthDataType, String, int) - 类 中的方法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) - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Read bytes from internal buffer starting from current position decoding them into String using the specified character encoding.
readyForPreparingStatements() - 类 中的方法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() - 类 中的方法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) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
realClose(boolean) - 接口 中的方法com.mysql.cj.jdbc.result.ResultSetInternalMethods
Closes this ResultSet and releases resources.
realClose(boolean) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
realClose(boolean, boolean) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
realClose(boolean, boolean) - 接口 中的方法com.mysql.cj.jdbc.JdbcPreparedStatement
 
realClose(boolean, boolean) - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
realClose(boolean, boolean) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
Closes this statement, and frees resources.
realClose(boolean, boolean, boolean, Throwable) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
realClose(boolean, boolean, boolean, Throwable) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
realClose(boolean, boolean, boolean, Throwable) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
realClose(boolean, boolean, boolean, Throwable) - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Closes connection and frees resources.
recachePreparedStatement(JdbcPreparedStatement) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
recachePreparedStatement(JdbcPreparedStatement) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
recachePreparedStatement(JdbcPreparedStatement) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
recachePreparedStatement(JdbcPreparedStatement) - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
reclaimLargeReusablePacket() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
Don't hold on to overly-large packets
reconnectAtTxEnd - com.mysql.cj.conf.PropertyKey
 
recover(int) - 类 中的方法com.mysql.cj.jdbc.MysqlXAConnection
 
recover(int) - 类 中的方法com.mysql.cj.jdbc.SuspendableXAConnection
 
recover(Connection, int) - 类 中的静态方法com.mysql.cj.jdbc.MysqlXAConnection
 
refreshRow() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
refreshRow() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
regexP - 类 中的变量com.mysql.cj.jdbc.interceptors.ResultSetScannerInterceptor
 
regionMatchesIgnoreCase(String, int, String) - 类 中的静态方法com.mysql.cj.util.StringUtils
Determines whether or not the string 'searchIn' contains the string 'searchFor', disregarding case and starting at 'startAt'.
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql
 
registerAllExtensions(ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.Mysqlx
 
registerAllExtensions(ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxConnection
 
registerAllExtensions(ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud
 
registerAllExtensions(ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor
 
registerAllExtensions(ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes
 
registerAllExtensions(ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect
 
registerAllExtensions(ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr
 
registerAllExtensions(ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice
 
registerAllExtensions(ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare
 
registerAllExtensions(ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset
 
registerAllExtensions(ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSession
 
registerAllExtensions(ExtensionRegistryLite) - 类 中的静态方法com.mysql.cj.x.protobuf.MysqlxSql
 
registerConnectionProxy(LoadBalancedConnectionProxy, List<String>) - 类 中的方法com.mysql.cj.jdbc.ConnectionGroup
 
registerJmx() - 类 中的静态方法com.mysql.cj.jdbc.ConnectionGroupManager
 
registerJmx() - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
registerJmx() - 类 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
 
registerJmx() - 类 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManager
 
registerOutParameter(int, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(int, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
registerOutParameter(int, int, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(int, int, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
registerOutParameter(int, int, String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(int, int, String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
registerOutParameter(int, MysqlType) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(int, MysqlType, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(int, MysqlType, String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(int, SQLType) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(int, SQLType) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
registerOutParameter(int, SQLType, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(int, SQLType, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
registerOutParameter(int, SQLType, String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(int, SQLType, String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
registerOutParameter(String, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(String, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
registerOutParameter(String, int, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(String, int, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
registerOutParameter(String, int, String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(String, int, String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
registerOutParameter(String, SQLType) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(String, SQLType) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
registerOutParameter(String, SQLType, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(String, SQLType, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
registerOutParameter(String, SQLType, String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(String, SQLType, String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
registerQueryExecutionTime(long) - 类 中的方法com.mysql.cj.log.BaseMetricsHolder
 
registerReplicationConnection(ReplicationConnection, List<String>, List<String>) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
 
registerStatement(JdbcStatement) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
registerStatement(JdbcStatement) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
registerStatement(JdbcStatement) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
registerStatement(JdbcStatement) - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Register a Statement instance as open.
rejectProtocol(NativePacketPayload) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
relative(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
relative(int) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
releaseResources() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
releaseSavepoint(String) - 接口 中的方法com.mysql.cj.xdevapi.Session
Releases the named savepoint.
releaseSavepoint(String) - 类 中的方法com.mysql.cj.xdevapi.SessionImpl
 
releaseSavepoint(Savepoint) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
releaseSavepoint(Savepoint) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
releaseSavepoint(Savepoint) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
releaseSequentialId(int) - 类 中的方法com.mysql.cj.util.SequentialIdLease
Frees the given sequential id so that it can be reused.
remove() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
remove(String) - 接口 中的方法com.mysql.cj.xdevapi.Collection
Create a new removal statement affecting documents matching the given search condition.
remove(String) - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
removeArgs(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
values for parameters used in filter expression
removeArgs(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
values for parameters used in filter expression
removeArgs(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
values for parameters used in row expressions
removeArgs(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
values for parameters used in filter expression
removeArgs(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
Arguments to bind to the prepared statement
removeArgs(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
values for wildcard replacements
removeCapabilities(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
repeated .Mysqlx.Connection.Capability capabilities = 1;
removeCond(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
removeConnectionEventListener(ConnectionEventListener) - 类 中的方法com.mysql.cj.jdbc.MysqlPooledConnection
 
removeDocumentPath(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
removeDocumentPath(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
document path
removeEldestEntry(Map.Entry<K, V>) - 类 中的方法com.mysql.cj.util.LRUCache
 
removeField(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
repeated .Mysqlx.Expr.Expr field = 1;
removeFld(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
removeFld(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
list of fields
removeFromGlobalBlacklist(String) - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
已过时。 
removeFromGlobalBlocklist(String) - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
Removes a host from the blocklist.
removeGrouping(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
column expression list for aggregation (GROUP BY)
removeHost(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionGroup
Remove the given host (host:port pair) from this Connection Group.
removeHost(String) - 接口 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnection
 
removeHost(String) - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
Removes a host from the host list.
removeHost(String) - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
 
removeHost(String, boolean) - 类 中的方法com.mysql.cj.jdbc.ConnectionGroup
Remove the given host (host:port pair) from this Connection Group.
removeHost(String, boolean, boolean) - 类 中的方法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) - 类 中的静态方法com.mysql.cj.jdbc.ConnectionGroupManager
 
removeHost(String, String) - 类 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
 
removeHost(String, String) - 接口 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
 
removeHost(String, String, boolean) - 类 中的静态方法com.mysql.cj.jdbc.ConnectionGroupManager
 
removeHostWhenNotInUse(String) - 接口 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnection
 
removeHostWhenNotInUse(String) - 类 中的方法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) - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
 
removeListener(RuntimeProperty.RuntimePropertyListener) - 类 中的方法com.mysql.cj.conf.AbstractRuntimeProperty
 
removeListener(RuntimeProperty.RuntimePropertyListener) - 接口 中的方法com.mysql.cj.conf.RuntimeProperty
 
removeListener(Protocol.ProtocolEventListener) - 类 中的方法com.mysql.cj.protocol.AbstractProtocol
 
removeListener(Protocol.ProtocolEventListener) - 接口 中的方法com.mysql.cj.protocol.Protocol.ProtocolEventHandler
Remove protocol listener.
removeListener(Session.SessionEventListener) - 类 中的方法com.mysql.cj.CoreSession
 
removeListener(Session.SessionEventListener) - 类 中的方法com.mysql.cj.NativeSession
 
removeListener(Session.SessionEventListener) - 接口 中的方法com.mysql.cj.Session
Remove session listener.
removeMasterHost(String) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
已过时。 
removeMasterHost(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
已过时。 
removeMasterHost(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
已过时。 
removeMasterHost(String, boolean) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
已过时。 
removeMasterHost(String, boolean) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
已过时。 
removeMasterHost(String, boolean) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
已过时。 
removeMasterHost(String, boolean, boolean) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
已过时。 
removeMasterHost(String, String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
已过时。 
removeMasterHost(String, String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
已过时。 
removeMasterHost(String, String, boolean) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
已过时。 
removeOne(String) - 接口 中的方法com.mysql.cj.xdevapi.Collection
Removes the document with the given id.
removeOne(String) - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
removeOpenResultSet(ResultSetInternalMethods) - 接口 中的方法com.mysql.cj.jdbc.JdbcStatement
Callback for result set instances to remove them from the Set that tracks them per-statement
removeOpenResultSet(ResultSetInternalMethods) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
removeOperation(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
list of operations to be applied.
removeOrder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
specifies order of matched rows
removeOrder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
sort-order in which the rows/document shall be returned in
removeOrder(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
specifies order of matched rows
removeParam(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
list of parameters
removeParam(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
list of parameters
removeProjection(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
list of column projections that shall be returned
removeProjection(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
name of the columns to insert data into (empty if data_model is DOCUMENT)
removeProperty(PropertyKey) - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
removeProperty(PropertyKey) - 接口 中的方法com.mysql.cj.conf.PropertySet
 
removeProperty(String) - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
removeProperty(String) - 接口 中的方法com.mysql.cj.conf.PropertySet
 
removeReplica(String) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
 
removeReplica(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
removeReplica(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
removeReplica(String, boolean) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
 
removeReplica(String, boolean) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
removeReplica(String, boolean) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
removeReplicaHost(String, boolean) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
Removes a host from the replicas hosts list.
removeReplicaHost(String, String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
removeReplicaHost(String, String) - 类 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManager
 
removeReplicaHost(String, String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
 
removeReplicaHost(String, String, boolean) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
removeRow(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
removeSessionStateChangesListener(ServerSessionStateController.SessionStateChangesListener) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSessionStateController
 
removeSessionStateChangesListener(ServerSessionStateController.SessionStateChangesListener) - 接口 中的方法com.mysql.cj.protocol.ServerSessionStateController
removeSlave(String) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
已过时。 
removeSlave(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
已过时。 
removeSlave(String, boolean) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
已过时。 
removeSlave(String, boolean) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
已过时。 
removeSlaveHost(String, boolean) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
已过时。 
removeSlaveHost(String, String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
已过时。 
removeSlaveHost(String, String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
已过时。 
removeSlaveHost(String, String, boolean) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
已过时。 
removeSourceHost(String) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
 
removeSourceHost(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
Removes a host from the sources hosts list.
removeSourceHost(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
removeSourceHost(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
removeSourceHost(String, boolean) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
 
removeSourceHost(String, boolean) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
Removes a host from the sources hosts list.
removeSourceHost(String, boolean) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
removeSourceHost(String, boolean) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
removeSourceHost(String, boolean, boolean) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
removeSourceHost(String, String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
removeSourceHost(String, String) - 类 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManager
 
removeSourceHost(String, String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
 
removeSourceHost(String, String, boolean) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
RemoveStatement - com.mysql.cj.xdevapi中的接口
A statement requesting to remove a set of documents.
removeStatementEventListener(StatementEventListener) - 类 中的方法com.mysql.cj.jdbc.MysqlPooledConnection
 
RemoveStatementImpl - com.mysql.cj.xdevapi中的类
RemoveStatement implementation.
removeValue(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
repeated .Mysqlx.Datatypes.Any value = 1;
removeValue(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
list of values
removeValue(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
updated value
REPLACE_EXISTING_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
replaceLegacyPropertyValues(Map<String, String>) - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Some acceptable property values have changed in c/J 8.0 but old values remain hard-coded in widely used software.
replaceOne(String, DbDoc) - 接口 中的方法com.mysql.cj.xdevapi.Collection
Takes in a document object that will replace the matching document.
replaceOne(String, DbDoc) - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
replaceOne(String, String) - 接口 中的方法com.mysql.cj.xdevapi.Collection
Takes in a document object that will replace the matching document.
replaceOne(String, String) - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
REPLICAS - com.mysql.cj.conf.HostsListView
 
replicasConnection - 类 中的变量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 - com.mysql.cj.jdbc.ha中的接口
 
replicationConnectionGroup - com.mysql.cj.conf.PropertyKey
 
ReplicationConnectionGroup - com.mysql.cj.jdbc.ha中的类
Group of connection objects which can be configured as a group.
ReplicationConnectionGroupManager - com.mysql.cj.jdbc.ha中的类
 
ReplicationConnectionGroupManager() - 类 的构造器com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
ReplicationConnectionProxy - 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 - com.mysql.cj.conf.url中的类
 
ReplicationConnectionUrl(ConnectionUrlParser, Properties) - 类 的构造器com.mysql.cj.conf.url.ReplicationConnectionUrl
Constructs an instance of ReplicationConnectionUrl, performing all the required initializations.
ReplicationConnectionUrl(List<HostInfo>, List<HostInfo>, Map<String, String>) - 类 的构造器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 - com.mysql.cj.conf.url中的类
 
ReplicationDnsSrvConnectionUrl(ConnectionUrlParser, Properties) - 类 的构造器com.mysql.cj.conf.url.ReplicationDnsSrvConnectionUrl
Constructs an instance of ReplicationDnsSrvConnectionUrl, performing all the required initializations.
ReplicationGroupManager - com.mysql.cj.jdbc.jmx中的类
 
ReplicationGroupManager() - 类 的构造器com.mysql.cj.jdbc.jmx.ReplicationGroupManager
 
ReplicationGroupManagerMBean - com.mysql.cj.jdbc.jmx中的接口
 
ReplicationMySQLConnection - com.mysql.cj.jdbc.ha中的类
 
ReplicationMySQLConnection(MultiHostConnectionProxy) - 类 的构造器com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
reportMetrics(Log) - 类 中的方法com.mysql.cj.log.BaseMetricsHolder
 
reportMetricsIntervalMillis - com.mysql.cj.conf.PropertyKey
 
reportNumberOfTablesAccessed(int) - 类 中的方法com.mysql.cj.log.BaseMetricsHolder
 
reportQueryTime(long) - 类 中的方法com.mysql.cj.log.BaseMetricsHolder
 
rePrepare() - 类 中的方法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() - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationFidoClient
 
requiresConfidentiality() - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationKerberosClient
 
requiresConfidentiality() - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
 
requiresConfidentiality() - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationOciClient
 
requiresConfidentiality() - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
 
requiresConfidentiality() - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
 
requiresConfidentiality() - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
 
requiresConfidentiality() - 类 中的方法com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
 
requiresConfidentiality() - 接口 中的方法com.mysql.cj.protocol.AuthenticationPlugin
Does this plugin require the connection itself to be confidential (i.e. tls/ssl)...Highly recommended to return "true" for plugins that return the credentials in the clear.
requireSSL - com.mysql.cj.conf.PropertyKey
 
reset() - 接口 中的方法com.mysql.cj.BindValue
 
reset() - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
reset() - 接口 中的方法com.mysql.cj.conf.PropertySet
Reset all properties to their initial values.
reset() - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
reset() - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationKerberosClient
 
reset() - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
 
reset() - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationOciClient
 
reset() - 类 中的方法com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
 
reset() - 类 中的方法com.mysql.cj.protocol.AbstractProtocol
 
reset() - 接口 中的方法com.mysql.cj.protocol.AuthenticationPlugin
Resets the authentication steps sequence.
reset() - 接口 中的方法com.mysql.cj.protocol.Protocol
Return Protocol to its initial state right after successful connect.
reset() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
reset() - 类 中的方法com.mysql.cj.util.StringInspector
Resets this object's state to previously mark state.
resetCancelledState() - 类 中的方法com.mysql.cj.AbstractQuery
 
resetCancelledState() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
resetCancelledState() - 接口 中的方法com.mysql.cj.Query
 
resetLimit(int) - 类 中的方法com.mysql.cj.protocol.x.ConfinedInputStream
Resets this ConfinedInputStream limit so that it can be reused over the same underlying InputStream.
resetLoginTimeCountdown() - 类 中的方法com.mysql.cj.protocol.StandardSocketFactory
Decrements elapsed time since last reset from login timeout count down.
resetMessageSequence() - 类 中的方法com.mysql.cj.protocol.a.DebugBufferingPacketReader
 
resetMessageSequence() - 类 中的方法com.mysql.cj.protocol.a.MultiPacketReader
 
resetMessageSequence() - 类 中的方法com.mysql.cj.protocol.a.SimplePacketReader
 
resetMessageSequence() - 类 中的方法com.mysql.cj.protocol.a.TimeTrackingPacketReader
 
resetMessageSequence() - 类 中的方法com.mysql.cj.protocol.a.TracingPacketReader
 
resetMessageSequence() - 接口 中的方法com.mysql.cj.protocol.MessageReader
Set stored message sequence number to 0.
resetPrepareState() - 类 中的方法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() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
resetServerState() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
resetServerState() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
resetServerState() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Resets the server-side state of this connection.
resetSessionKey() - 类 中的静态方法com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
 
resetValue() - 类 中的方法com.mysql.cj.conf.AbstractRuntimeProperty
 
resetValue() - 类 中的方法com.mysql.cj.conf.MemorySizeProperty
 
resetValue() - 接口 中的方法com.mysql.cj.conf.RuntimeProperty
Reset to initial value (default or defined in connection string/Properties)
resourceId - com.mysql.cj.conf.PropertyKey
 
restart() - 类 中的方法com.mysql.cj.util.StringInspector
Resets this object's state to original values.
Result - com.mysql.cj.xdevapi中的接口
Base result.
RESULT_SET_SIZE_UNKNOWN - 接口 中的静态变量com.mysql.cj.result.RowList
What's returned for the size of a row list when its size can not be determined.
ResultBuilder<T> - com.mysql.cj.protocol中的接口
Classes implementing this interface are responsible for building result of specific type from incoming ProtocolEntity objects.
resultId - 类 中的变量com.mysql.cj.protocol.a.result.NativeResultset
The id (used when profiling) to identify us
ResultMessageListener<R> - com.mysql.cj.protocol.x中的类
A MessageListener to handle result data and propagate it to a ResultBuilder.
ResultMessageListener(Map<Class<? extends GeneratedMessageV3>, ProtocolEntityFactory<? extends ProtocolEntity, XMessage>>, ResultBuilder<R>, CompletableFuture<R>) - 类 的构造器com.mysql.cj.protocol.x.ResultMessageListener
 
results - 类 中的变量com.mysql.cj.jdbc.StatementImpl
The current results
Resultset - 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 - 枚举 中的静态变量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 - 枚举 中的静态变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
RESULTSET_FETCH_DONE_MORE_RESULTSETS = 16;
RESULTSET_FETCH_DONE_VALUE - 枚举 中的静态变量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 - 枚举 中的静态变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
RESULTSET_ROW = 13;
Resultset.Concurrency - com.mysql.cj.protocol中的枚举
 
Resultset.Type - com.mysql.cj.protocol中的枚举
 
resultSetConcurrency - 类 中的变量com.mysql.cj.jdbc.result.ResultSetImpl
Are we read-only or updatable?
resultSetConcurrency - 类 中的变量com.mysql.cj.jdbc.StatementImpl
The concurrency for this result set (updatable or not)
resultSetConcurrency - 类 中的变量com.mysql.cj.protocol.a.AbstractRowFactory
 
resultSetFactory - 类 中的变量com.mysql.cj.jdbc.DatabaseMetaData
 
resultSetFactory - 类 中的变量com.mysql.cj.jdbc.StatementImpl
 
ResultsetFactory - com.mysql.cj.protocol.a中的类
 
ResultsetFactory(Resultset.Type, Resultset.Concurrency) - 类 的构造器com.mysql.cj.protocol.a.ResultsetFactory
 
ResultSetFactory - com.mysql.cj.jdbc.result中的类
 
ResultSetFactory(JdbcConnection, StatementImpl) - 类 的构造器com.mysql.cj.jdbc.result.ResultSetFactory
 
ResultSetImpl - com.mysql.cj.jdbc.result中的类
 
ResultSetImpl(OkPacket, JdbcConnection, StatementImpl) - 类 的构造器com.mysql.cj.jdbc.result.ResultSetImpl
Create a result set for an executeUpdate statement.
ResultSetImpl(ResultsetRows, JdbcConnection, StatementImpl) - 类 的构造器com.mysql.cj.jdbc.result.ResultSetImpl
Creates a new ResultSet object.
ResultSetInternalMethods - 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 - 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) - 类 的构造器com.mysql.cj.jdbc.result.ResultSetMetaData
Initialize for a result with a tuple set and a field descriptor set
resultSetMetadataCache - 类 中的变量com.mysql.cj.jdbc.ConnectionImpl
Cache of ResultSet metadata
ResultsetRow - 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 - com.mysql.cj.protocol.a中的类
 
ResultsetRowReader(NativeProtocol) - 类 的构造器com.mysql.cj.protocol.a.ResultsetRowReader
 
ResultsetRows - com.mysql.cj.protocol中的接口
This interface abstracts away how row data is accessed by the result set.
ResultsetRowsCursor - 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) - 类 的构造器com.mysql.cj.protocol.a.result.ResultsetRowsCursor
Creates a new cursor-backed row provider.
ResultsetRowsOwner - com.mysql.cj.protocol中的接口
 
ResultsetRowsStatic - com.mysql.cj.protocol.a.result中的类
Represents an in-memory result set
ResultsetRowsStatic(List<? extends Row>, ColumnDefinition) - 类 的构造器com.mysql.cj.protocol.a.result.ResultsetRowsStatic
Creates a new RowDataStatic object.
ResultsetRowsStreaming<T extends ProtocolEntity> - com.mysql.cj.protocol.a.result中的类
Provides streaming of Resultset rows.
ResultsetRowsStreaming(NativeProtocol, ColumnDefinition, boolean, ProtocolEntityFactory<T, NativePacketPayload>) - 类 的构造器com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
Creates a new RowDataDynamic object.
ResultSetScannerInterceptor - com.mysql.cj.jdbc.interceptors中的类
 
ResultSetScannerInterceptor() - 类 的构造器com.mysql.cj.jdbc.interceptors.ResultSetScannerInterceptor
 
resultSetSizeThreshold - com.mysql.cj.conf.PropertyKey
 
resultSetType - 类 中的变量com.mysql.cj.AbstractQuery
The type of this result set (scroll sensitive or in-sensitive)
resultSetType - 类 中的变量com.mysql.cj.jdbc.result.ResultSetImpl
Are we scroll-sensitive/insensitive?
ResultStreamer - 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 - 类 中的变量com.mysql.cj.jdbc.StatementImpl
 
ReusableOutputStream - com.mysql.cj.protocol.x中的类
An OutputStream wrapper that allows switching to different underlying OutputStreams under the same OutputStream instance.
ReusableOutputStream(OutputStream) - 类 的构造器com.mysql.cj.protocol.x.ReusableOutputStream
 
reusablePacket - 类 中的变量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 - 类 中的变量com.mysql.cj.jdbc.StatementImpl
 
rewrittenBatchSize - 类 中的变量com.mysql.cj.jdbc.ClientPreparedStatement
 
right - 类 中的变量com.mysql.cj.conf.ConnectionUrlParser.Pair
 
rollback() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
rollback() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
rollback() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
rollback() - 接口 中的方法com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
Called when an application calls Connection.rollback(), before the driver processes its own internal logic for rollback().
rollback() - 接口 中的方法com.mysql.cj.xdevapi.Session
Rollback the transaction.
rollback() - 类 中的方法com.mysql.cj.xdevapi.SessionImpl
 
rollback(Savepoint) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
rollback(Savepoint) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
rollback(Savepoint) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
rollback(Savepoint) - 接口 中的方法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) - 类 中的方法com.mysql.cj.jdbc.MysqlXAConnection
 
rollback(Xid) - 类 中的方法com.mysql.cj.jdbc.SuspendableXAConnection
 
rollbackOnPooledClose - com.mysql.cj.conf.PropertyKey
 
rollbackTo(String) - 接口 中的方法com.mysql.cj.xdevapi.Session
Rolls back the transaction to the named savepoint.
rollbackTo(String) - 类 中的方法com.mysql.cj.xdevapi.SessionImpl
 
ROUND - com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior
 
roundRobinStatsMap - 类 中的静态变量com.mysql.cj.jdbc.ConnectionImpl
 
Row - com.mysql.cj.result中的接口
 
Row - com.mysql.cj.xdevapi中的接口
A row element returned from a SELECT query.
ROW_COUNT_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
ROW_COUNT_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
ROW_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
rowData - 类 中的变量com.mysql.cj.protocol.a.result.NativeResultset
The actual rows
rowDeleted() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
rowDeleted() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
rowFactory - 类 中的变量com.mysql.cj.protocol.a.result.AbstractResultsetRows
 
RowFactory - com.mysql.cj.xdevapi中的类
Create Row objects from internal row representation.
RowFactory(ColumnDefinition, TimeZone, PropertySet) - 类 的构造器com.mysql.cj.xdevapi.RowFactory
Constructor.
rowFromServer - 类 中的变量com.mysql.cj.protocol.a.result.AbstractBufferRow
 
RowImpl - com.mysql.cj.xdevapi中的类
Row implementation.
RowImpl(Row, ColumnDefinition, TimeZone, PropertySet) - 类 的构造器com.mysql.cj.xdevapi.RowImpl
Constructor.
rowInserted() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
rowInserted() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
RowList - com.mysql.cj.result中的接口
A list of Rows.
RowResult - com.mysql.cj.xdevapi中的接口
A result exposing a set of rows from a SELECT query.
RowResultBuilder - com.mysql.cj.xdevapi中的类
Result builder producing a RowResult instance.
RowResultBuilder(MysqlxSession) - 类 的构造器com.mysql.cj.xdevapi.RowResultBuilder
 
RowResultImpl - com.mysql.cj.xdevapi中的类
RowResult implementation.
RowResultImpl(ColumnDefinition, TimeZone, RowList, Supplier<ProtocolEntity>, PropertySet) - 类 的构造器com.mysql.cj.xdevapi.RowResultImpl
Constructor.
rows - 类 中的变量com.mysql.cj.xdevapi.AbstractDataResult
 
ROWS_AFFECTED - com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
ROWS_AFFECTED = 4;
ROWS_AFFECTED_VALUE - 枚举 中的静态变量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 - 枚举 中的静态变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
ROWS_MATCHED = 6;
rowToData - 类 中的变量com.mysql.cj.xdevapi.AbstractDataResult
 
rowUpdated() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
rowUpdated() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
RSAException - com.mysql.cj.exceptions中的异常错误
 
RSAException() - 异常错误 的构造器com.mysql.cj.exceptions.RSAException
 
RSAException(String) - 异常错误 的构造器com.mysql.cj.exceptions.RSAException
 
RSAException(String, Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.RSAException
 
RSAException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.mysql.cj.exceptions.RSAException
 
RSAException(Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.RSAException
 
run() - 类 中的方法com.mysql.cj.CancelQueryTaskImpl
 
run() - 类 中的方法com.mysql.cj.jdbc.AbandonedConnectionCleanupThread
 
run() - 类 中的方法com.mysql.cj.jdbc.util.BaseBugReport
Runs the testcase by calling the setUp(), runTest() and tearDown() methods.
runTest() - 类 中的方法com.mysql.cj.jdbc.util.BaseBugReport
Override this method with code that demonstrates the bug.
runThroughAll(Consumer<BindValue>) - 类 中的方法com.mysql.cj.NativeQueryAttributesBindings
 
runThroughAll(Consumer<BindValue>) - 接口 中的方法com.mysql.cj.QueryAttributesBindings
Runs through all query attributes while feeding the given Consumer with each one of them.
RUNTIME_MODIFIABLE - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
is modifiable in run-time
RUNTIME_NOT_MODIFIABLE - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
is not modifiable in run-time (will allow to set not-null value only once)
RuntimeProperty<T> - com.mysql.cj.conf中的接口
 
RuntimeProperty.RuntimePropertyListener - com.mysql.cj.conf中的接口
 

S

s2b(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
Converts the given string to bytes, using the connection's character encoding.
s2b(String) - 类 中的方法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) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
safeTrim(String) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
sanitizeProcOrFuncName(String) - 类 中的静态方法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 - com.mysql.cj.util中的类
Implementation for SASLprep: Stringprep Profile for User Names and Passwords, as specified in RFC 4013.
SaslPrep() - 类 的构造器com.mysql.cj.util.SaslPrep
 
SaslPrep.StringType - com.mysql.cj.util中的枚举
The type of string usage regarding the support for unassigned code points as described in RFC 3454, Section 7.
sawVariableUse() - 类 中的方法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 - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
SCALAR_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
SCALAR = 1;
scalarOf(boolean) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUtil
Protocol buffers helper to build a Scalar BOOL type.
scalarOf(byte[]) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUtil
Protocol buffers helper to build a Scalar OCTETS type.
scalarOf(double) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUtil
Protocol buffers helper to build a Scalar DOUBLE type.
scalarOf(long) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUtil
Protocol buffers helper to build a Scalar SINT (signed int) type.
scalarOf(String) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUtil
Protocol buffers helper to build a Scalar STRING type.
scaleOrLength - 类 中的变量com.mysql.cj.NativeQueryBindValue
 
scanForAndThrowDataTruncation() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
Schema - com.mysql.cj.xdevapi中的接口
A client-side representation of a database schema.
SCHEMA - com.mysql.cj.conf.PropertyDefinitions.DatabaseTerm
 
SCHEMA_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
SCHEMA_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
SCHEMA_NAME_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
SCHEMA_NAME_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
Schema.CreateCollectionOptions - com.mysql.cj.xdevapi中的类
Schema.ModifyCollectionOptions - com.mysql.cj.xdevapi中的类
Schema.Validation - com.mysql.cj.xdevapi中的类
Schema.Validation.ValidationLevel - com.mysql.cj.xdevapi中的枚举
Defines how validation options are applied.
schemaExists(String) - 接口 中的方法com.mysql.cj.DataStoreMetadata
 
schemaExists(String) - 类 中的方法com.mysql.cj.DataStoreMetadataImpl
 
SchemaImpl - com.mysql.cj.xdevapi中的类
Schema implementation.
scope - 类 中的变量com.mysql.cj.protocol.x.Notice
 
SCOPE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
scramble411(byte[], byte[]) - 类 中的静态方法com.mysql.cj.protocol.Security
Hashing for MySQL-4.1 authentication.
scramble411(String, byte[], String) - 类 中的静态方法com.mysql.cj.protocol.Security
 
scrambleCachingSha2(byte[], byte[]) - 类 中的静态方法com.mysql.cj.protocol.Security
Scrambling for caching_sha2_password plugin.
ScramSha1SaslClient - com.mysql.cj.sasl中的类
A SaslClient implementation for SCRAM-SHA-1, as specified in RFC 5802.
ScramSha1SaslClient(String, String, String) - 类 的构造器com.mysql.cj.sasl.ScramSha1SaslClient
 
ScramSha256SaslClient - com.mysql.cj.sasl中的类
A SaslClient implementation for SCRAM-SHA-256, as specified in RFC 5802 and RFC 7677.
ScramSha256SaslClient(String, String, String) - 类 的构造器com.mysql.cj.sasl.ScramSha256SaslClient
 
ScramShaSaslClient - com.mysql.cj.sasl中的类
A SaslClient implementation for SCRAM-SHA mechanisms as specified in RFC 5802.
ScramShaSaslClient(String, String, String) - 类 的构造器com.mysql.cj.sasl.ScramShaSaslClient
 
ScramShaSaslClient.ScramExchangeStage - com.mysql.cj.sasl中的枚举
 
ScramShaSaslClientFactory - com.mysql.cj.sasl中的类
ScramShaSaslClientFactory() - 类 的构造器com.mysql.cj.sasl.ScramShaSaslClientFactory
 
ScramShaSaslProvider - 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() - 类 的构造器com.mysql.cj.sasl.ScramShaSaslProvider
 
scramStage - 类 中的变量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 the Resultset.
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 the Resultset.
scrollTolerant - 类 中的变量com.mysql.cj.jdbc.result.ResultSetImpl
Is ResultSet.TYPE_FORWARD_ONLY scroll tolerant?
scrollTolerantForwardOnly - com.mysql.cj.conf.PropertyKey
 
SearchMode - com.mysql.cj.util中的枚举
Search mode flags enumeration.
secondsBeforeRetrySource - com.mysql.cj.conf.PropertyKey
 
secondsSinceMillis(long) - 类 中的静态方法com.mysql.cj.util.Util
Computes the number of seconds elapsed since the given time in milliseconds.
Security - com.mysql.cj.protocol中的类
Methods for doing secure authentication with MySQL-4.1 and newer.
SECURITY_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
SECURITY_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
seed - 类 中的变量com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
 
SEED_LENGTH - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
select(String...) - 接口 中的方法com.mysql.cj.xdevapi.Table
Create a new select statement using the given projections.
select(String...) - 类 中的方法com.mysql.cj.xdevapi.TableImpl
 
SelectStatement - com.mysql.cj.xdevapi中的接口
A statement representing a SELECT query.
SelectStatementImpl - com.mysql.cj.xdevapi中的类
SelectStatement implementation.
selfDestructOnPingMaxOperations - com.mysql.cj.conf.PropertyKey
 
selfDestructOnPingSecondsLifetime - com.mysql.cj.conf.PropertyKey
 
send(byte[], int, byte) - 类 中的方法com.mysql.cj.protocol.a.CompressedPacketSender
Packet sender implementation for the compressed MySQL protocol.
send(byte[], int, byte) - 类 中的方法com.mysql.cj.protocol.a.DebugBufferingPacketSender
 
send(byte[], int, byte) - 类 中的方法com.mysql.cj.protocol.a.SimplePacketSender
 
send(byte[], int, byte) - 类 中的方法com.mysql.cj.protocol.a.TimeTrackingPacketSender
 
send(byte[], int, byte) - 类 中的方法com.mysql.cj.protocol.a.TracingPacketSender
 
send(byte[], int, byte) - 接口 中的方法com.mysql.cj.protocol.MessageSender
Synchronously send the message to server.
send(Message, int) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
send(Message, int) - 接口 中的方法com.mysql.cj.protocol.Protocol
 
send(Message, int) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
send(XMessage) - 类 中的方法com.mysql.cj.protocol.x.SyncMessageSender
 
send(XMessage, CompletableFuture<?>, Runnable) - 类 中的方法com.mysql.cj.protocol.x.SyncMessageSender
 
send(M) - 接口 中的方法com.mysql.cj.protocol.MessageSender
Synchronously send the message to server.
send(M, CompletableFuture<?>, Runnable) - 接口 中的方法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>) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
Set client capabilities of current session.
sendCommand(Message, boolean, int) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
sendCommand(Message, boolean, int) - 接口 中的方法com.mysql.cj.protocol.Protocol
Send a command to the MySQL server.
sendCommand(Message, boolean, int) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
sendExecutePacket(NativePacketPayload, String) - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
sendFileToServer(String) - 类 中的方法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 - 类 中的变量com.mysql.cj.protocol.a.AbstractValueEncoder
 
sendFractionalSecondsForTime - com.mysql.cj.conf.PropertyKey
 
sendFractionalSecondsForTime - 类 中的变量com.mysql.cj.protocol.a.AbstractValueEncoder
 
sendQueryPacket(Query, NativePacketPayload, int, boolean, ColumnDefinition, ProtocolEntityFactory<T, NativePacketPayload>) - 类 中的方法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>) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
Build a query packet from the given string and send it to the server.
SequentialBalanceStrategy - 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() - 类 的构造器com.mysql.cj.jdbc.ha.SequentialBalanceStrategy
 
SequentialIdLease - com.mysql.cj.util中的类
 
SequentialIdLease() - 类 的构造器com.mysql.cj.util.SequentialIdLease
 
serializeAsCharacterStream() - 类 中的方法com.mysql.cj.jdbc.MysqlSQLXML
 
serializeAsString() - 类 中的方法com.mysql.cj.jdbc.MysqlSQLXML
 
SERVER_CLOSED_SESSION - com.mysql.cj.protocol.Protocol.ProtocolEventListener.EventType
 
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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
SERVER_HELLO = 5;
SERVER_KEY - 类 中的静态变量com.mysql.cj.sasl.ScramShaSaslClient
 
SERVER_MESSAGE_ID_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.Mysqlx
 
SERVER_MESSAGES_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
SERVER_MORE_RESULTS_EXISTS - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
SERVER_QUERY_NO_GOOD_INDEX_USED - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
SERVER_QUERY_NO_INDEX_USED - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
SERVER_QUERY_WAS_SLOW - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
SERVER_SESSION_STATE_CHANGED - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
SERVER_SHUTDOWN - com.mysql.cj.protocol.Protocol.ProtocolEventListener.EventType
 
SERVER_STATUS_AUTOCOMMIT - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
SERVER_STATUS_CURSOR_EXISTS - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
SERVER_STATUS_IN_TRANS - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
SERVER_STATUS_LAST_ROW_SENT - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
serverAffinityOrder - com.mysql.cj.conf.PropertyKey
 
ServerAffinityStrategy - com.mysql.cj.jdbc.ha中的类
 
ServerAffinityStrategy(String) - 类 的构造器com.mysql.cj.jdbc.ha.ServerAffinityStrategy
 
ServerCapabilities - com.mysql.cj.protocol中的接口
Represents server capabilities, retrieved right after creating physical connection and before handshake.
serverConfigCacheFactory - com.mysql.cj.conf.PropertyKey
 
ServerController - com.mysql.cj.admin中的类
Controls a MySQL server using Java RunTime methods
ServerController(String) - 类 的构造器com.mysql.cj.admin.ServerController
Creates a ServerController with the directory for the MySQL server.
ServerController(String, String) - 类 的构造器com.mysql.cj.admin.ServerController
Creates a server controller for the MySQL server with the given basedir and datadir.
serverExecute(int, boolean, ColumnDefinition) - 类 中的方法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>) - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
serverExecute(int, boolean, ColumnDefinition, ProtocolEntityFactory<T, NativePacketPayload>) - 类 中的方法com.mysql.cj.ServerPreparedQueryTestcaseGenerator
 
serverInfo - 类 中的变量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 - 类 中的静态变量com.mysql.cj.x.protobuf.Mysqlx
extend .google.protobuf.MessageOptions { ... }
serverPrepare(String) - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
serverPrepare(String) - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
serverPrepare(String) - 类 中的方法com.mysql.cj.ServerPreparedQueryTestcaseGenerator
 
ServerPreparedQuery - com.mysql.cj中的类
 
ServerPreparedQuery(NativeSession) - 类 的构造器com.mysql.cj.ServerPreparedQuery
 
ServerPreparedQueryTestcaseGenerator - com.mysql.cj中的类
 
ServerPreparedQueryTestcaseGenerator(NativeSession) - 类 的构造器com.mysql.cj.ServerPreparedQueryTestcaseGenerator
 
ServerPreparedStatement - com.mysql.cj.jdbc中的类
JDBC Interface for MySQL-4.1 and newer server-side PreparedStatements.
ServerPreparedStatement(JdbcConnection, String, String, int, int) - 类 的构造器com.mysql.cj.jdbc.ServerPreparedStatement
Creates a new ServerPreparedStatement object.
serverPrepareStatement(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
serverPrepareStatement(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
serverPrepareStatement(String) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
serverPrepareStatement(String) - 接口 中的方法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) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
serverPrepareStatement(String, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
serverPrepareStatement(String, int) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
serverPrepareStatement(String, int) - 接口 中的方法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[]) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
serverPrepareStatement(String, int[]) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
serverPrepareStatement(String, int[]) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
serverPrepareStatement(String, int[]) - 接口 中的方法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) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
serverPrepareStatement(String, int, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
serverPrepareStatement(String, int, int) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
serverPrepareStatement(String, int, int) - 接口 中的方法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) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
serverPrepareStatement(String, int, int, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
serverPrepareStatement(String, int, int, int) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
serverPrepareStatement(String, int, int, int) - 接口 中的方法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[]) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
serverPrepareStatement(String, String[]) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
serverPrepareStatement(String, String[]) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
serverPrepareStatement(String, String[]) - 接口 中的方法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() - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
serverRSAPublicKeyFile - com.mysql.cj.conf.PropertyKey
 
serverRSAPublicKeyFile - 类 中的变量com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
 
serverSession - 类 中的变量com.mysql.cj.protocol.a.AbstractValueEncoder
 
serverSession - 类 中的变量com.mysql.cj.protocol.a.NativeProtocol
 
ServerSession - com.mysql.cj.protocol中的接口
Keeps the effective states of server/session variables, contains methods for initial retrieving of these states and for their actualization.
ServerSessionStateController - com.mysql.cj.protocol中的接口
 
ServerSessionStateController.ServerSessionStateChanges - com.mysql.cj.protocol中的接口
The object containing server session changes collected from the latest query execution.
ServerSessionStateController.SessionStateChange - com.mysql.cj.protocol中的类
A single server session change record.
ServerSessionStateController.SessionStateChangesListener - com.mysql.cj.protocol中的接口
 
serverSignature - 类 中的变量com.mysql.cj.sasl.ScramShaSaslClient
 
ServerStatusDiffInterceptor - com.mysql.cj.jdbc.interceptors中的类
 
ServerStatusDiffInterceptor() - 类 的构造器com.mysql.cj.jdbc.interceptors.ServerStatusDiffInterceptor
 
serverSupportsFracSecs() - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
serverSupportsFracSecs() - 接口 中的方法com.mysql.cj.protocol.ServerCapabilities
 
serverSupportsFracSecs() - 类 中的方法com.mysql.cj.protocol.x.XServerCapabilities
 
ServerVersion - com.mysql.cj中的类
A server version.
ServerVersion(int, int, int) - 类 的构造器com.mysql.cj.ServerVersion
 
ServerVersion(String, int, int, int) - 类 的构造器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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
SESS_AUTHENTICATE_CONTINUE = 5;
SESS_AUTHENTICATE_CONTINUE_VALUE - 枚举 中的静态变量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 - 枚举 中的静态变量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 - 枚举 中的静态变量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 - 枚举 中的静态变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
SESS_RESET = 6;
session - 类 中的变量com.mysql.cj.AbstractQuery
 
session - 类 中的变量com.mysql.cj.jdbc.DatabaseMetaData
 
session - 类 中的变量com.mysql.cj.jdbc.result.ResultSetImpl
 
session - 类 中的变量com.mysql.cj.jdbc.StatementImpl
 
session - 类 中的变量com.mysql.cj.protocol.AbstractProtocol
 
session - 类 中的变量com.mysql.cj.xdevapi.SessionImpl
 
Session - com.mysql.cj中的接口
Session exposes logical level which user API uses internally to call Protocol methods.
Session - com.mysql.cj.xdevapi中的接口
X DevAPI introduces a new, high-level database connection concept that is called Session.
SESSION_STATE_CHANGED - com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
SESSION_STATE_CHANGED = 3;
SESSION_STATE_CHANGED_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
SESSION_STATE_CHANGED = 3;
SESSION_TRACK_GTIDS - 接口 中的静态变量com.mysql.cj.protocol.ServerSessionStateController
 
SESSION_TRACK_SCHEMA - 接口 中的静态变量com.mysql.cj.protocol.ServerSessionStateController
 
SESSION_TRACK_STATE_CHANGE - 接口 中的静态变量com.mysql.cj.protocol.ServerSessionStateController
 
SESSION_TRACK_SYSTEM_VARIABLES - 接口 中的静态变量com.mysql.cj.protocol.ServerSessionStateController
 
SESSION_TRACK_TRANSACTION_CHARACTERISTICS - 接口 中的静态变量com.mysql.cj.protocol.ServerSessionStateController
 
SESSION_TRACK_TRANSACTION_STATE - 接口 中的静态变量com.mysql.cj.protocol.ServerSessionStateController
 
SESSION_VARIABLE_CHANGED - com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
SESSION_VARIABLE_CHANGED = 2;
SESSION_VARIABLE_CHANGED_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
SESSION_VARIABLE_CHANGED = 2;
Session.SessionEventListener - com.mysql.cj中的接口
 
SessionAssociationInterceptor - com.mysql.cj.jdbc.interceptors中的类
 
SessionAssociationInterceptor() - 类 的构造器com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
 
SessionFactory - com.mysql.cj.xdevapi中的类
SessionFactory is used for creation of sessions.
SessionFactory() - 类 的构造器com.mysql.cj.xdevapi.SessionFactory
 
SessionImpl - com.mysql.cj.xdevapi中的类
Session implementation.
SessionImpl() - 类 的构造器com.mysql.cj.xdevapi.SessionImpl
 
SessionImpl(HostInfo) - 类 的构造器com.mysql.cj.xdevapi.SessionImpl
Constructor.
SessionImpl(XProtocol) - 类 的构造器com.mysql.cj.xdevapi.SessionImpl
 
sessionLocal - 类 中的静态变量com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
 
sessionMaxRows - 类 中的变量com.mysql.cj.CoreSession
The max-rows setting for current session
SessionStateChange(int) - 类 的构造器com.mysql.cj.protocol.ServerSessionStateController.SessionStateChange
 
SessionStateChanged_ACCOUNT_EXPIRED - 类 中的静态变量com.mysql.cj.protocol.x.Notice
 
SessionStateChanged_CLIENT_ID_ASSIGNED - 类 中的静态变量com.mysql.cj.protocol.x.Notice
 
SessionStateChanged_CURRENT_SCHEMA - 类 中的静态变量com.mysql.cj.protocol.x.Notice
 
SessionStateChanged_GENERATED_DOCUMENT_IDS - 类 中的静态变量com.mysql.cj.protocol.x.Notice
 
SessionStateChanged_GENERATED_INSERT_ID - 类 中的静态变量com.mysql.cj.protocol.x.Notice
 
SessionStateChanged_PRODUCED_MESSAGE - 类 中的静态变量com.mysql.cj.protocol.x.Notice
 
SessionStateChanged_ROWS_AFFECTED - 类 中的静态变量com.mysql.cj.protocol.x.Notice
 
SessionStateChanged_ROWS_FOUND - 类 中的静态变量com.mysql.cj.protocol.x.Notice
 
SessionStateChanged_ROWS_MATCHED - 类 中的静态变量com.mysql.cj.protocol.x.Notice
 
SessionStateChanged_TRX_COMMITTED - 类 中的静态变量com.mysql.cj.protocol.x.Notice
 
SessionStateChanged_TRX_ROLLEDBACK - 类 中的静态变量com.mysql.cj.protocol.x.Notice
 
sessionVariables - com.mysql.cj.conf.PropertyKey
 
set(String, Object) - 接口 中的方法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) - 类 中的方法com.mysql.cj.xdevapi.ModifyStatementImpl
 
set(String, Object) - 接口 中的方法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) - 类 中的方法com.mysql.cj.xdevapi.UpdateStatementImpl
 
set(Map<String, Object>) - 接口 中的方法com.mysql.cj.xdevapi.UpdateStatement
Add the given set of updates to the statement.
set(Map<String, Object>) - 类 中的方法com.mysql.cj.xdevapi.UpdateStatementImpl
 
SET - com.mysql.cj.MysqlType
SET('value1','value2',...)
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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
only allowed for TABLE
SET_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
SET = 15;
setAlgorithm(MysqlxCrud.ViewAlgorithm) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
defines how MySQL Server processes the view
setAlgorithm(MysqlxCrud.ViewAlgorithm) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
defined how MySQL Server processes the view
setAlias(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
optional string alias = 2;
setAlias(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
optional alias.
setAliasBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
optional string alias = 2;
setAliasBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
optional alias.
setArgs(int, MysqlxDatatypes.Any) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
Arguments to bind to the prepared statement
setArgs(int, MysqlxDatatypes.Any) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
values for wildcard replacements
setArgs(int, MysqlxDatatypes.Any.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
Arguments to bind to the prepared statement
setArgs(int, MysqlxDatatypes.Any.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
values for wildcard replacements
setArgs(int, MysqlxDatatypes.Scalar) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
values for parameters used in filter expression
setArgs(int, MysqlxDatatypes.Scalar) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
values for parameters used in filter expression
setArgs(int, MysqlxDatatypes.Scalar) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
values for parameters used in row expressions
setArgs(int, MysqlxDatatypes.Scalar) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
values for parameters used in filter expression
setArgs(int, MysqlxDatatypes.Scalar.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
values for parameters used in filter expression
setArgs(int, MysqlxDatatypes.Scalar.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
values for parameters used in filter expression
setArgs(int, MysqlxDatatypes.Scalar.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
values for parameters used in row expressions
setArgs(int, MysqlxDatatypes.Scalar.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
values for parameters used in filter expression
setArray(int, Array) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setArray(int, Array) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setArray(MysqlxDatatypes.Array) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Array array = 4;
setArray(MysqlxDatatypes.Array.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Array array = 4;
setArray(MysqlxExpr.Array) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Array array = 9;
setArray(MysqlxExpr.Array.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Array array = 9;
setAsciiStream(int, InputStream) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setAsciiStream(int, InputStream) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setAsciiStream(int, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setAsciiStream(int, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setAsciiStream(int, InputStream, int) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setAsciiStream(int, InputStream, int) - 接口 中的方法com.mysql.cj.QueryBindings
 
setAsciiStream(int, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setAsciiStream(int, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setAsciiStream(long) - 类 中的方法com.mysql.cj.jdbc.Clob
 
setAsciiStream(String, InputStream) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setAsciiStream(String, InputStream) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setAsciiStream(String, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setAsciiStream(String, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setAsciiStream(String, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setAsciiStream(String, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setAttribute(String, Object) - 接口 中的方法com.mysql.cj.jdbc.JdbcStatement
 
setAttribute(String, Object) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setAttribute(String, Object) - 类 中的方法com.mysql.cj.NativeQueryAttributesBindings
 
setAttribute(String, Object) - 接口 中的方法com.mysql.cj.QueryAttributesBindings
Adds a new query attribute to the list of query attributes.
setAuthData(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
authentication data
setAuthData(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
authentication data
setAuthData(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
authentication data
setAuthenticationParameters(String, String) - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationFidoClient
 
setAuthenticationParameters(String, String) - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationKerberosClient
 
setAuthenticationParameters(String, String) - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
 
setAuthenticationParameters(String, String) - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationOciClient
 
setAuthenticationParameters(String, String) - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
 
setAuthenticationParameters(String, String) - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
 
setAuthenticationParameters(String, String) - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
 
setAuthenticationParameters(String, String) - 类 中的方法com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
 
setAuthenticationParameters(String, String) - 接口 中的方法com.mysql.cj.protocol.AuthenticationPlugin
This method called from Connector/J before first nextAuthenticationStep call.
setAuthenticatorData(byte[]) - 类 中的方法com.mysql.cj.callback.FidoAuthenticationCallback
Sets the FIDO Authenticator Data produced by the authenticator interaction.
setAutoCommit(boolean) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setAutoCommit(boolean) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
setAutoCommit(boolean) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setAutoCommit(boolean) - 接口 中的方法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) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setAutoCommit(boolean) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
setAutoCommit(boolean) - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
setBaseDir(String) - 类 中的方法com.mysql.cj.admin.ServerController
Sets the basedir to use when starting MySQL.
setBatchCommandIndex(int) - 类 中的方法com.mysql.cj.ClientPreparedQuery
 
setBatchCommandIndex(int) - 接口 中的方法com.mysql.cj.PreparedQuery
 
setBigDecimal(int, BigDecimal) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBigDecimal(int, BigDecimal) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setBigDecimal(int, BigDecimal) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setBigDecimal(int, BigDecimal) - 接口 中的方法com.mysql.cj.QueryBindings
 
setBigDecimal(String, BigDecimal) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setBigDecimal(String, BigDecimal) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setBigInteger(int, BigInteger) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBigInteger(int, BigInteger) - 接口 中的方法com.mysql.cj.jdbc.JdbcPreparedStatement
 
setBigInteger(int, BigInteger) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setBigInteger(int, BigInteger) - 接口 中的方法com.mysql.cj.QueryBindings
 
setBinary() - 类 中的方法com.mysql.cj.result.Field
 
setBinaryStream() - 类 中的方法com.mysql.cj.jdbc.MysqlSQLXML
 
setBinaryStream(int, InputStream) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBinaryStream(int, InputStream) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setBinaryStream(int, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBinaryStream(int, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setBinaryStream(int, InputStream, int) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setBinaryStream(int, InputStream, int) - 接口 中的方法com.mysql.cj.QueryBindings
 
setBinaryStream(int, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBinaryStream(int, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setBinaryStream(long) - 类 中的方法com.mysql.cj.jdbc.Blob
 
setBinaryStream(long) - 类 中的方法com.mysql.cj.jdbc.BlobFromLocator
 
setBinaryStream(String, InputStream) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setBinaryStream(String, InputStream) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setBinaryStream(String, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setBinaryStream(String, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setBinaryStream(String, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setBinaryStream(String, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setBinding(Object, MysqlType, int, AtomicBoolean) - 接口 中的方法com.mysql.cj.BindValue
 
setBinding(Object, MysqlType, int, AtomicBoolean) - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
setBindValues(BindValue[]) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setBindValues(BindValue[]) - 接口 中的方法com.mysql.cj.QueryBindings
 
setBlob() - 类 中的方法com.mysql.cj.result.Field
 
setBlob(int, InputStream) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBlob(int, InputStream) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setBlob(int, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBlob(int, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setBlob(int, Blob) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBlob(int, Blob) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setBlob(int, Blob) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setBlob(int, Blob) - 接口 中的方法com.mysql.cj.QueryBindings
 
setBlob(String, InputStream) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setBlob(String, InputStream) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setBlob(String, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setBlob(String, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setBlob(String, Blob) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setBlob(String, Blob) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setBoolean(int, boolean) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBoolean(int, boolean) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setBoolean(int, boolean) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setBoolean(int, boolean) - 接口 中的方法com.mysql.cj.QueryBindings
 
setBoolean(String, boolean) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setBoolean(String, boolean) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setBooleanRuntimeProperty(String, boolean) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Used in properties setters added by instrumentation.
setByte(int, byte) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setByte(int, byte) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setByte(int, byte) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setByte(int, byte) - 接口 中的方法com.mysql.cj.QueryBindings
 
setByte(String, byte) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setByte(String, byte) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setByteBuffer(byte[]) - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Sets the array of bytes to use as a buffer to read from.
setBytes(int, byte[]) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBytes(int, byte[]) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setBytes(int, byte[]) - 类 中的方法com.mysql.cj.protocol.a.result.BinaryBufferRow
 
setBytes(int, byte[]) - 类 中的方法com.mysql.cj.protocol.a.result.ByteArrayRow
 
setBytes(int, byte[]) - 接口 中的方法com.mysql.cj.result.Row
Sets the given byte array as a raw column value (only works currently with ByteArrayRow).
setBytes(int, byte[], boolean) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBytes(int, byte[], boolean) - 接口 中的方法com.mysql.cj.jdbc.JdbcPreparedStatement
 
setBytes(int, byte[], boolean) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setBytes(int, byte[], boolean) - 接口 中的方法com.mysql.cj.QueryBindings
 
setBytes(long, byte[]) - 类 中的方法com.mysql.cj.jdbc.Blob
 
setBytes(long, byte[]) - 类 中的方法com.mysql.cj.jdbc.BlobFromLocator
 
setBytes(long, byte[], int, int) - 类 中的方法com.mysql.cj.jdbc.Blob
 
setBytes(long, byte[], int, int) - 类 中的方法com.mysql.cj.jdbc.BlobFromLocator
 
setBytes(String, byte[]) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setBytes(String, byte[]) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setCalendar(Calendar) - 接口 中的方法com.mysql.cj.BindValue
 
setCalendar(Calendar) - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
setCancelStatus(Query.CancelStatus) - 类 中的方法com.mysql.cj.AbstractQuery
 
setCancelStatus(Query.CancelStatus) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setCancelStatus(Query.CancelStatus) - 接口 中的方法com.mysql.cj.Query
 
setCapabilities(int, MysqlxConnection.Capability) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
repeated .Mysqlx.Connection.Capability capabilities = 1;
setCapabilities(int, MysqlxConnection.Capability.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
repeated .Mysqlx.Connection.Capability capabilities = 1;
setCapabilities(ServerCapabilities) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setCapabilities(ServerCapabilities) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
setCapabilities(ServerCapabilities) - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
setCapabilities(MysqlxConnection.Capabilities) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
required .Mysqlx.Connection.Capabilities capabilities = 1;
setCapabilities(MysqlxConnection.Capabilities.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
required .Mysqlx.Connection.Capabilities capabilities = 1;
setCapability(String, Object) - 类 中的方法com.mysql.cj.protocol.x.XServerCapabilities
 
setCapabilityFlags(int) - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
setCapabilityFlags(int) - 接口 中的方法com.mysql.cj.protocol.ServerCapabilities
 
setCapabilityFlags(int) - 类 中的方法com.mysql.cj.protocol.x.XServerCapabilities
 
setCatalog(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
catalog the schema originates from @note As there is currently no support for catalogs in MySQL, don't expect this field to be set.
setCatalog(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setCatalog(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
setCatalog(String) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setCategory(String) - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
setCaughtWhileCancelling(Throwable) - 接口 中的方法com.mysql.cj.CancelQueryTask
 
setCaughtWhileCancelling(Throwable) - 类 中的方法com.mysql.cj.CancelQueryTaskImpl
 
setCharacterStream() - 类 中的方法com.mysql.cj.jdbc.MysqlSQLXML
 
setCharacterStream(int, Reader) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setCharacterStream(int, Reader) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setCharacterStream(int, Reader, int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setCharacterStream(int, Reader, int) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setCharacterStream(int, Reader, int) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setCharacterStream(int, Reader, int) - 接口 中的方法com.mysql.cj.QueryBindings
 
setCharacterStream(int, Reader, long) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setCharacterStream(int, Reader, long) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setCharacterStream(long) - 类 中的方法com.mysql.cj.jdbc.Clob
 
setCharacterStream(String, Reader) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setCharacterStream(String, Reader) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setCharacterStream(String, Reader, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setCharacterStream(String, Reader, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setCharacterStream(String, Reader, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setCharacterStream(String, Reader, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setCharsetSettings(CharsetSettings) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setCharsetSettings(CharsetSettings) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
setCharsetSettings(CharsetSettings) - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
setCheck(MysqlxCrud.ViewCheckOption) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
limits the write operations done on a VIEW
setCheck(MysqlxCrud.ViewCheckOption) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
limits the write operations done on a VIEW
setClearWarningsCalled(boolean) - 类 中的方法com.mysql.cj.AbstractQuery
 
setClearWarningsCalled(boolean) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setClearWarningsCalled(boolean) - 接口 中的方法com.mysql.cj.Query
 
setClientInfo(String, String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setClientInfo(String, String) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
setClientInfo(String, String) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setClientInfo(Connection, String, String) - 接口 中的方法com.mysql.cj.jdbc.ClientInfoProvider
Sets the client info for the connection that this provider instance belongs to.
setClientInfo(Connection, String, String) - 类 中的方法com.mysql.cj.jdbc.ClientInfoProviderSP
 
setClientInfo(Connection, String, String) - 类 中的方法com.mysql.cj.jdbc.CommentClientInfoProvider
 
setClientInfo(Connection, Properties) - 接口 中的方法com.mysql.cj.jdbc.ClientInfoProvider
Sets the client info for the connection that this provider instance belongs to.
setClientInfo(Connection, Properties) - 类 中的方法com.mysql.cj.jdbc.ClientInfoProviderSP
 
setClientInfo(Connection, Properties) - 类 中的方法com.mysql.cj.jdbc.CommentClientInfoProvider
 
setClientInfo(Properties) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setClientInfo(Properties) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
setClientInfo(Properties) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setClientMessages(Mysqlx.ClientMessages.Type) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
optional .Mysqlx.ClientMessages.Type client_messages = 3;
setClientParam(long) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setClientParam(long) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
setClientParam(long) - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
setClob(int, Reader) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setClob(int, Reader) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setClob(int, Reader, long) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setClob(int, Reader, long) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setClob(int, Clob) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setClob(int, Clob) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setClob(int, Clob) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setClob(int, Clob) - 接口 中的方法com.mysql.cj.QueryBindings
 
setClob(String, Reader) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setClob(String, Reader) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setClob(String, Reader, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setClob(String, Reader, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setClob(String, Clob) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setClob(String, Clob) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setClosed(boolean) - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
setCode(int) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
error code
setCode(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
warning code
setCollation(long) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
optional uint64 collation = 2;
setCollation(long) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
optional uint64 collation = 8;
setCollection(MysqlxCrud.Collection) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
name of the VIEW object, which should be created
setCollection(MysqlxCrud.Collection) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
collection to change
setCollection(MysqlxCrud.Collection) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
name of the VIEW object, which should be deleted
setCollection(MysqlxCrud.Collection) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
collection in which to find
setCollection(MysqlxCrud.Collection) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
collection to insert into
setCollection(MysqlxCrud.Collection) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
name of the VIEW object, which should be modified
setCollection(MysqlxCrud.Collection) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
collection to change
setCollection(MysqlxCrud.Collection.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
name of the VIEW object, which should be created
setCollection(MysqlxCrud.Collection.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
collection to change
setCollection(MysqlxCrud.Collection.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
name of the VIEW object, which should be deleted
setCollection(MysqlxCrud.Collection.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
collection in which to find
setCollection(MysqlxCrud.Collection.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
collection to insert into
setCollection(MysqlxCrud.Collection.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
name of the VIEW object, which should be modified
setCollection(MysqlxCrud.Collection.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
collection to change
setColumn(int, String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
defines the list of aliases for column names specified in `stmt`
setColumn(int, String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
defines the list of aliases for column names specified in `stmt`
setColumnDefinition(ColumnDefinition) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setColumnDefinition(ColumnDefinition) - 类 中的方法com.mysql.cj.protocol.a.result.NativeResultset
 
setColumnDefinition(ColumnDefinition) - 接口 中的方法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) - 接口 中的方法com.mysql.cj.QueryBindings
 
setColumnLabelToIndex(Map<String, Integer>) - 接口 中的方法com.mysql.cj.protocol.ColumnDefinition
 
setColumnLabelToIndex(Map<String, Integer>) - 类 中的方法com.mysql.cj.result.DefaultColumnDefinition
 
setColumnNameToIndex(Map<String, Integer>) - 接口 中的方法com.mysql.cj.protocol.ColumnDefinition
 
setColumnNameToIndex(Map<String, Integer>) - 类 中的方法com.mysql.cj.result.DefaultColumnDefinition
 
setColumnToIndexCache(Map<String, Integer>) - 接口 中的方法com.mysql.cj.protocol.ColumnDefinition
 
setColumnToIndexCache(Map<String, Integer>) - 类 中的方法com.mysql.cj.result.DefaultColumnDefinition
 
setCompactMetadata(boolean) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
send only type information for @ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
setCompactMetadata(boolean) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
send only type information for @ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
setCond(int, MysqlxExpect.Open.Condition) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
setCond(int, MysqlxExpect.Open.Condition.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
setConditionKey(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
required uint32 condition_key = 1;
setConditionValue(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
optional bytes condition_value = 2;
setConnectionCreationTimeMillis(long) - 类 中的方法com.mysql.cj.NativeSession
 
setContentType(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
optional uint32 content_type = 2;
setContentType(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
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) | @note This list isn't comprehensive.
setCriteria(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
filter expression to match rows that the operations will apply on
setCriteria(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
filter criteria
setCriteria(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
filter expression to match rows that the operations will apply on
setCriteria(MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
filter expression to match rows that the operations will apply on
setCriteria(MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
filter criteria
setCriteria(MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
filter expression to match rows that the operations will apply on
setCriteria(String) - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
setCriteria(String) - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
Parse criteriaString into X Protocol Expr object.
setCurrentDatabase(String) - 类 中的方法com.mysql.cj.AbstractQuery
 
setCurrentDatabase(String) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setCurrentDatabase(String) - 接口 中的方法com.mysql.cj.Query
 
setCurrentRow(int) - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsCursor
 
setCurrentRow(int) - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
setCurrentRow(int) - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
 
setCurrentRow(int) - 接口 中的方法com.mysql.cj.protocol.ResultsetRows
Moves the current position in the result set to the given row number.
setCursorId(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
client-side assigned cursor ID; must be allocated/open
setCursorId(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
client-side assigned cursor ID; must be already open
setCursorId(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
client-side assigned cursor ID; the ID is going to represent the new cursor and assigned to it the statement
setCursorName(String) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setCursorName(String) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
setDatabase(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setDatabase(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
setDatabase(String) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setDatabase(String) - 接口 中的方法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) - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Set current database for this connection.
setDatabaseName(String) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Sets the database name.
setDataDir(String) - 类 中的方法com.mysql.cj.admin.ServerController
Sets the data to use when starting MySQL.
setDataModel(MysqlxCrud.DataModel) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
data model that the operations refer to
setDataModel(MysqlxCrud.DataModel) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
data model that the operations refer to
setDataModel(MysqlxCrud.DataModel) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
data model that the operations refer to
setDataModel(MysqlxCrud.DataModel) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
datamodel that the operations refer to
setDataSize(int) - 异常错误 中的方法com.mysql.cj.exceptions.DataTruncationException
 
setDate(int, Date) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setDate(int, Date) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setDate(int, Date, Calendar) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setDate(int, Date, Calendar) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setDate(int, Date, Calendar) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setDate(int, Date, Calendar) - 接口 中的方法com.mysql.cj.QueryBindings
 
setDate(String, Date) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setDate(String, Date) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setDate(String, Date, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setDate(String, Date, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setDay(int) - 类 中的方法com.mysql.cj.protocol.InternalDate
 
setDefaultValue(T) - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
setDefiner(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
user name of the definer, if the value isn't set then the definer is current user
setDefiner(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
user name of the definer, if the value isn't set then the definer is current user
setDefinerBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
user name of the definer, if the value isn't set then the definer is current user
setDefinerBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
user name of the definer, if the value isn't set then the definer is current user
setDelete(MysqlxCrud.Delete) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Delete delete = 5;
setDelete(MysqlxCrud.Delete.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Delete delete = 5;
setDescription(String) - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
setDescription(String) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
 
setDirection(MysqlxCrud.Order.Direction) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
setDocumentPath(int, MysqlxExpr.DocumentPathItem) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
setDocumentPath(int, MysqlxExpr.DocumentPathItem) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
document path
setDocumentPath(int, MysqlxExpr.DocumentPathItem.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
setDocumentPath(int, MysqlxExpr.DocumentPathItem.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
document path
setDouble(int, double) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setDouble(int, double) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setDouble(int, double) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setDouble(int, double) - 接口 中的方法com.mysql.cj.QueryBindings
 
setDouble(String, double) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setDouble(String, double) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setEnumRuntimeProperty(String, String) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Used in properties setters added by instrumentation.
setEscapeBytesIfNeeded(boolean) - 接口 中的方法com.mysql.cj.BindValue
 
setEscapeBytesIfNeeded(boolean) - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
setEscapeProcessing(boolean) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setEscapeProcessing(boolean) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
setExceptionInterceptor(ExceptionInterceptor) - 类 中的方法com.mysql.cj.CoreSession
 
setExceptionInterceptor(ExceptionInterceptor) - 接口 中的方法com.mysql.cj.Session
 
setExecuteTime(long) - 类 中的方法com.mysql.cj.AbstractQuery
 
setExecuteTime(long) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setExecuteTime(long) - 接口 中的方法com.mysql.cj.Query
 
setExpr(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
required .Mysqlx.Expr.Expr expr = 1;
setExpr(MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
required .Mysqlx.Expr.Expr expr = 1;
setFailedOver(boolean) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setFailedOver(boolean) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
setFailedOver(boolean) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setFailedOver(boolean) - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
setFetchDirection(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
setFetchDirection(int) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setFetchDirection(int) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
setFetchRows(long) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
number of rows that should be retrieved from sequential cursor
setFetchRows(long) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
number of rows that should be retrieved from sequential cursor
setFetchSize(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
setFetchSize(int) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setFetchSize(int) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
setField(int, ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
repeated bytes field = 1;
setField(int, MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
repeated .Mysqlx.Expr.Expr field = 1;
setField(int, MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
repeated .Mysqlx.Expr.Expr field = 1;
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
 
setField(Field) - 接口 中的方法com.mysql.cj.BindValue
 
setField(Field) - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
setFields(Field[]) - 接口 中的方法com.mysql.cj.protocol.ColumnDefinition
 
setFields(Field[]) - 类 中的方法com.mysql.cj.result.DefaultColumnDefinition
 
setFields(Expression) - 类 中的方法com.mysql.cj.xdevapi.DocFilterParams
Parse projection expressions into X Protocol Projection objects.
setFields(String...) - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
setFields(String...) - 类 中的方法com.mysql.cj.xdevapi.DocFilterParams
 
setFields(String...) - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
Parse projection expressions into X Protocol Projection objects.
setFields(String...) - 类 中的方法com.mysql.cj.xdevapi.TableFilterParams
 
setFieldsAndValues(Map<String, Object>) - 类 中的方法com.mysql.cj.xdevapi.InsertParams
Fill insert parameters from projection_expression -> value_expression map.
setFind(MysqlxCrud.Find) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Find find = 2;
setFind(MysqlxCrud.Find.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Find find = 2;
setFirstCharOfQuery(char) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
setFirstCharOfQuery(char) - 接口 中的方法com.mysql.cj.jdbc.result.ResultSetInternalMethods
Sets the first character of the query that was issued to create this result set.
setFlags(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
``.type`` specific flags | Type | Value | Description | |---------|--------|--------------| | UINT | 0x0001 | zerofill | | DOUBLE | 0x0001 | unsigned | | FLOAT | 0x0001 | unsigned | | DECIMAL | 0x0001 | unsigned | | BYTES | 0x0001 | rightpad | | Value | Description | |--------|-----------------| | 0x0010 | NOT\_NULL | | 0x0020 | PRIMARY\_KEY | | 0x0040 | UNIQUE\_KEY | | 0x0080 | MULTIPLE\_KEY | | 0x0100 | AUTO\_INCREMENT | default: 0
setFlags(short) - 类 中的方法com.mysql.cj.result.Field
 
setFld(int, MysqlxDatatypes.Object.ObjectField) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
setFld(int, MysqlxDatatypes.Object.ObjectField.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
setFld(int, MysqlxExpr.Object.ObjectField) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
list of fields
setFld(int, MysqlxExpr.Object.ObjectField.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
list of fields
setFloat(int, float) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setFloat(int, float) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setFloat(int, float) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setFloat(int, float) - 接口 中的方法com.mysql.cj.QueryBindings
 
setFloat(String, float) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setFloat(String, float) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setForceClosedReason(Throwable) - 类 中的方法com.mysql.cj.NativeSession
 
setFractionalDigits(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
displayed factional decimal digits for floating point and fixed point numbers
setFromBindValue(int, BindValue) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setFromBindValue(int, BindValue) - 接口 中的方法com.mysql.cj.QueryBindings
 
setFullColumnNameToIndex(Map<String, Integer>) - 接口 中的方法com.mysql.cj.protocol.ColumnDefinition
 
setFullColumnNameToIndex(Map<String, Integer>) - 类 中的方法com.mysql.cj.result.DefaultColumnDefinition
 
setFunctionCall(MysqlxExpr.FunctionCall) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.FunctionCall function_call = 5;
setFunctionCall(MysqlxExpr.FunctionCall.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.FunctionCall function_call = 5;
setGrouping(int, MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
column expression list for aggregation (GROUP BY)
setGrouping(int, MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
column expression list for aggregation (GROUP BY)
setGrouping(String...) - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
setGrouping(String...) - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
Parse groupBy expressions into X Protocol Expr objects.
setGroupingCriteria(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
filter criteria for aggregated groups
setGroupingCriteria(MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
filter criteria for aggregated groups
setGroupingCriteria(String) - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
setGroupingCriteria(String) - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
Parse having expressions into X Protocol Expr objects.
setHadWarnings(boolean) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
setHoldability(int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setHoldability(int) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
setHoldability(int) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setHoldResultsOpenOverClose(boolean) - 接口 中的方法com.mysql.cj.jdbc.JdbcStatement
 
setHoldResultsOpenOverClose(boolean) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setHours(int) - 类 中的方法com.mysql.cj.protocol.InternalTime
 
setHours(int) - 类 中的方法com.mysql.cj.protocol.InternalTimestamp
 
setIdentifier(MysqlxExpr.ColumnIdentifier) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
setIdentifier(MysqlxExpr.ColumnIdentifier.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
setIfExists(boolean) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
if true then suppress error when deleted view does not exists
setIndex(int) - 异常错误 中的方法com.mysql.cj.exceptions.DataTruncationException
 
setIndex(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
used in case of ARRY_INDEX
setInfo(String) - 类 中的方法com.mysql.cj.protocol.a.result.OkPacket
 
setInGlobalTx(boolean) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setInGlobalTx(boolean) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
setInGlobalTx(boolean) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setInGlobalTx(boolean) - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Set the state of being in a global (XA) transaction.
setInitialResponse(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
initial response
setInsert(MysqlxCrud.Insert) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Insert insert = 3;
setInsert(MysqlxCrud.Insert.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Insert insert = 3;
setInt(int, int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setInt(int, int) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setInt(int, int) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setInt(int, int) - 接口 中的方法com.mysql.cj.QueryBindings
 
setInt(String, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setInt(String, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setIntegerRuntimeProperty(String, int) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Used in properties setters added by instrumentation.
setIsNational(boolean) - 接口 中的方法com.mysql.cj.BindValue
 
setIsNational(boolean) - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
setKeepOpen(boolean) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
if is true the session will be reset, but stays authenticated; otherwise, the session will be closed and needs to be authenticated again
setKeepOrigNanos(boolean) - 接口 中的方法com.mysql.cj.BindValue
Should the value keep original fractional seconds ignoring sendFractionalSeconds and sendFractionalSecondsForTime?
setKeepOrigNanos(boolean) - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
setKey(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
required string key = 1;
setKey(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
identifier of field
setKeyBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
required string key = 1;
setKeyBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
identifier of field
setLargeMaxRows(long) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setLargeMaxRows(long) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
setLength(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
maximum count of displayable characters of .type
setLevel(MysqlxNotice.Warning.Level) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
Note or Warning
setLevel(Schema.Validation.ValidationLevel) - 类 中的方法com.mysql.cj.xdevapi.Schema.Validation
 
setLimit(MysqlxCrud.Limit) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
setLimit(MysqlxCrud.Limit) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
setLimit(MysqlxCrud.Limit) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
setLimit(MysqlxCrud.Limit.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
setLimit(MysqlxCrud.Limit.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
setLimit(MysqlxCrud.Limit.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
setLimit(Long) - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
setLimit(Long) - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
Set maximum rows to find.
setLimitExpr(MysqlxCrud.LimitExpr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
setLimitExpr(MysqlxCrud.LimitExpr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
setLimitExpr(MysqlxCrud.LimitExpr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
setLimitExpr(MysqlxCrud.LimitExpr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
setLimitExpr(MysqlxCrud.LimitExpr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
setLimitExpr(MysqlxCrud.LimitExpr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
limits the number of rows to match (user can set one of: limit, limit_expr)
setLiteral(MysqlxDatatypes.Scalar) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Datatypes.Scalar literal = 4;
setLiteral(MysqlxDatatypes.Scalar.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Datatypes.Scalar literal = 4;
setLocalInfileInputStream(InputStream) - 接口 中的方法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) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setLocalInfileInputStream(InputStream) - 类 中的方法com.mysql.cj.NativeSession
 
setLocalInfileInputStream(InputStream) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
setLocalInfileInputStream(InputStream) - 接口 中的方法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) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
setLock(FilterParams.RowLock) - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
setLock(FilterParams.RowLock) - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
setLocking(MysqlxCrud.Find.RowLock) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
perform row locking on matches
setLockingOptions(MysqlxCrud.Find.RowLockOptions) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
additional options how to handle locked rows
setLockOption(FilterParams.RowLockOptions) - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
setLockOption(FilterParams.RowLockOptions) - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
setLoginTimeout(int) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
 
setLogWriter(PrintWriter) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
 
setLong(int, long) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setLong(int, long) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setLong(int, long) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setLong(int, long) - 接口 中的方法com.mysql.cj.QueryBindings
 
setLong(String, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setLong(String, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setLongParameterSwitchDetected(boolean) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setLongParameterSwitchDetected(boolean) - 接口 中的方法com.mysql.cj.QueryBindings
 
setLongRuntimeProperty(String, long) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Used in properties setters added by instrumentation.
setLowerBound(int) - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
setMaxAllowedPacket(int) - 接口 中的方法com.mysql.cj.protocol.MessageSender
Set max allowed packet size.
setMaxAllowedPacket(int) - 类 中的方法com.mysql.cj.protocol.x.SyncMessageSender
 
setMaxAllowedPacket(int) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
setMaxFieldSize(int) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setMaxFieldSize(int) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
setMaxPacketDumpLength(int) - 类 中的方法com.mysql.cj.protocol.a.DebugBufferingPacketSender
 
setMaxRows(int) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setMaxRows(int) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
setMechName(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
authentication mechanism name
setMechNameBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
authentication mechanism name
setMemorySizeRuntimeProperty(String, int) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Used in properties setters added by instrumentation.
setMetadata(ColumnDefinition) - 类 中的方法com.mysql.cj.protocol.a.result.AbstractResultsetRows
 
setMetadata(ColumnDefinition) - 类 中的方法com.mysql.cj.protocol.a.result.BinaryBufferRow
 
setMetadata(ColumnDefinition) - 类 中的方法com.mysql.cj.protocol.a.result.TextBufferRow
 
setMetadata(ColumnDefinition) - 类 中的方法com.mysql.cj.protocol.result.AbstractResultsetRow
 
setMetadata(ColumnDefinition) - 接口 中的方法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) - 类 中的方法com.mysql.cj.protocol.x.XProtocolRow
 
setMetadata(ColumnDefinition) - 接口 中的方法com.mysql.cj.result.Row
Set metadata to enable getValue functionality.
setMetadata(ResultSetMetaData) - 接口 中的方法com.mysql.cj.jdbc.result.CachedResultSetMetaData
 
setMetadata(ResultSetMetaData) - 类 中的方法com.mysql.cj.jdbc.result.CachedResultSetMetaDataImpl
 
setMetadataCollationIndex(int) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
setMetadataEncoding(String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
setMinutes(int) - 类 中的方法com.mysql.cj.protocol.InternalTime
 
setMinutes(int) - 类 中的方法com.mysql.cj.protocol.InternalTimestamp
 
setMonth(int) - 类 中的方法com.mysql.cj.protocol.InternalDate
 
setMsg(String) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
human-readable error message
setMsg(String) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
optional string msg = 1;
setMsg(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
warning message
setMsgBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
human-readable error message
setMsgBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
optional string msg = 1;
setMsgBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
warning message
setMysqlInput(FullReadInputStream) - 类 中的方法com.mysql.cj.protocol.AbstractSocketConnection
 
setMysqlInput(FullReadInputStream) - 接口 中的方法com.mysql.cj.protocol.SocketConnection
 
setMysqlType(MysqlType) - 接口 中的方法com.mysql.cj.BindValue
 
setMysqlType(MysqlType) - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
setMysqlType(MysqlType) - 类 中的方法com.mysql.cj.result.Field
 
setMysqlTypeId(int) - 类 中的方法com.mysql.cj.result.Field
 
setName(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
name of the column
setName(MysqlxExpr.Identifier) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
identifier of function; at least name of it
setName(MysqlxExpr.Identifier.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
identifier of function; at least name of it
setName(String) - 接口 中的方法com.mysql.cj.BindValue
 
setName(String) - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
setName(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
required string name = 1;
setName(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
required string name = 1;
setName(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
optional string name = 1;
setName(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
name of column
setName(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
required string name = 1;
setName(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
name of operator
setNameBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
required string name = 1;
setNameBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
required string name = 1;
setNameBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
optional string name = 1;
setNameBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
name of column
setNameBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
required string name = 1;
setNameBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
name of operator
setNamespace(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
namespace of the statement to be executed
setNamespaceBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
namespace of the statement to be executed
setNanos(int) - 类 中的方法com.mysql.cj.protocol.InternalTime
 
setNanos(int) - 类 中的方法com.mysql.cj.protocol.InternalTimestamp
 
setNCharacterStream(int, Reader) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setNCharacterStream(int, Reader) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setNCharacterStream(int, Reader, long) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setNCharacterStream(int, Reader, long) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setNCharacterStream(int, Reader, long) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setNCharacterStream(int, Reader, long) - 接口 中的方法com.mysql.cj.QueryBindings
 
setNCharacterStream(String, Reader) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setNCharacterStream(String, Reader) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setNCharacterStream(String, Reader, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setNCharacterStream(String, Reader, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setNClob(int, Reader) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setNClob(int, Reader) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setNClob(int, Reader, long) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setNClob(int, Reader, long) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setNClob(int, NClob) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setNClob(int, NClob) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setNClob(int, NClob) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setNClob(int, NClob) - 接口 中的方法com.mysql.cj.QueryBindings
 
setNClob(String, Reader) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setNClob(String, Reader) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setNClob(String, Reader, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setNClob(String, Reader, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setNClob(String, NClob) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setNClob(String, NClob) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setNeedsPing(boolean) - 类 中的方法com.mysql.cj.NativeSession
 
setNegative(boolean) - 类 中的方法com.mysql.cj.protocol.InternalTime
 
setNetworkTimeout(Executor, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setNetworkTimeout(Executor, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
setNetworkTimeout(Executor, int) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setNextResultset(Resultset) - 类 中的方法com.mysql.cj.protocol.a.result.NativeResultset
 
setNextResultset(Resultset) - 接口 中的方法com.mysql.cj.protocol.Resultset
 
setNString(int, String) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
Set a parameter to a Java String value.
setNString(int, String) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setNString(int, String) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setNString(int, String) - 接口 中的方法com.mysql.cj.QueryBindings
 
setNString(String, String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setNString(String, String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setNull(boolean) - 接口 中的方法com.mysql.cj.BindValue
 
setNull(boolean) - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
setNull(int) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setNull(int) - 接口 中的方法com.mysql.cj.QueryBindings
 
setNull(int, int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setNull(int, int) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setNull(int, int, String) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setNull(int, int, String) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setNull(int, MysqlType) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setNull(int, MysqlType) - 接口 中的方法com.mysql.cj.jdbc.JdbcPreparedStatement
 
setNull(String, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setNull(String, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setNull(String, int, String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setNull(String, int, String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setNumberOfExecutions(int) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setNumberOfExecutions(int) - 接口 中的方法com.mysql.cj.QueryBindings
 
setObj(MysqlxDatatypes.Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Object obj = 3;
setObj(MysqlxDatatypes.Object.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Object obj = 3;
setObject(int, Object) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setObject(int, Object) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setObject(int, Object) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setObject(int, Object) - 接口 中的方法com.mysql.cj.QueryBindings
 
setObject(int, Object, int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setObject(int, Object, int) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setObject(int, Object, int, int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setObject(int, Object, int, int) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setObject(int, Object, MysqlType, int) - 类 中的方法com.mysql.cj.NativeQueryBindings
Set the value of a parameter using an object; use the java.lang equivalent objects for integral values.
setObject(int, Object, MysqlType, int) - 接口 中的方法com.mysql.cj.QueryBindings
 
setObject(int, Object, SQLType) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setObject(int, Object, SQLType) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setObject(int, Object, SQLType) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setObject(int, Object, SQLType, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setObject(int, Object, SQLType, int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setObject(int, Object, SQLType, int) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setObject(MysqlxExpr.Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Object object = 8;
setObject(MysqlxExpr.Object.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Object object = 8;
setObject(String, Object) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setObject(String, Object) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setObject(String, Object, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setObject(String, Object, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setObject(String, Object, int, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setObject(String, Object, int, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setObject(String, Object, SQLType) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setObject(String, Object, SQLType) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setObject(String, Object, SQLType, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setObject(String, Object, SQLType, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setOffset(int) - 类 中的方法com.mysql.cj.protocol.InternalTimestamp
 
setOffset(long) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
maximum rows to skip before applying the row_count
setOffset(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
maximum rows to skip before applying the row_count
setOffset(MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
maximum rows to skip before applying the row_count
setOffset(Long) - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
setOffset(Long) - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
Set number of rows to skip before finding others.
setOldStatusFlags(int) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setOldStatusFlags(int) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
setOldStatusFlags(int) - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
setOneBatchedParameterSet(PreparedStatement, int, Object) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setOp(MysqlxExpect.Open.Condition.ConditionOperation) - 类 中的方法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) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
setOperation(int, MysqlxCrud.UpdateOperation) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
list of operations to be applied.
setOperation(int, MysqlxCrud.UpdateOperation.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
list of operations to be applied.
setOperation(MysqlxCrud.UpdateOperation.UpdateType) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
the type of operation to be performed
setOperator(MysqlxExpr.Operator) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Operator operator = 6;
setOperator(MysqlxExpr.Operator.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional .Mysqlx.Expr.Operator operator = 6;
setOrder(int) - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
setOrder(int, MysqlxCrud.Order) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
specifies order of matched rows
setOrder(int, MysqlxCrud.Order) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
sort-order in which the rows/document shall be returned in
setOrder(int, MysqlxCrud.Order) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
specifies order of matched rows
setOrder(int, MysqlxCrud.Order.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
specifies order of matched rows
setOrder(int, MysqlxCrud.Order.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
sort-order in which the rows/document shall be returned in
setOrder(int, MysqlxCrud.Order.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
specifies order of matched rows
setOrder(String...) - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
setOrder(String...) - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
Parse order expressions into X Protocol Order objects.
setOriginalName(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
name of the column before an alias was applied
setOriginalSql(String) - 类 中的方法com.mysql.cj.ClientPreparedQuery
 
setOriginalSql(String) - 接口 中的方法com.mysql.cj.PreparedQuery
 
setOriginalTable(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
name of the table the column originates from before an alias was applied
setOutputStream(OutputStream) - 类 中的方法com.mysql.cj.protocol.x.ReusableOutputStream
Sets a new underlying OutputStream in this ReusableOutputStream.
setOwner(ResultsetRowsOwner) - 类 中的方法com.mysql.cj.protocol.a.result.AbstractResultsetRows
 
setOwner(ResultsetRowsOwner) - 接口 中的方法com.mysql.cj.protocol.ResultsetRows
Set the result set that 'owns' this RowData
setOwningStatement(JdbcStatement) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
setOwningStatement(JdbcStatement) - 接口 中的方法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) - 类 中的方法com.mysql.cj.protocol.AbstractProtocol
 
setPacketReceivedTimeHolder(PacketReceivedTimeHolder) - 接口 中的方法com.mysql.cj.protocol.Protocol
 
setPacketSentTimeHolder(PacketSentTimeHolder) - 类 中的方法com.mysql.cj.protocol.AbstractProtocol
 
setPacketSentTimeHolder(PacketSentTimeHolder) - 接口 中的方法com.mysql.cj.protocol.Protocol
 
setParam(int, MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
list of parameters
setParam(int, MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
list of parameters
setParam(int, MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
list of parameters
setParam(int, MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
list of parameters
setParam(MysqlxNotice.SessionStateChanged.Parameter) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
parameter key
setParam(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
name of the variable
setParamBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
name of the variable
setParameter(boolean) - 异常错误 中的方法com.mysql.cj.exceptions.DataTruncationException
 
setParameterCount(int) - 类 中的方法com.mysql.cj.ClientPreparedQuery
 
setParameterCount(int) - 接口 中的方法com.mysql.cj.PreparedQuery
 
setParameterFields(Field[]) - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
setPassword(String) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Sets the password
setPayload(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
required bytes payload = 4;
setPayload(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
the payload of the notification
setPayloadLength(int) - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Set the actual length of payload written to buffer.
setPingTarget(PingTarget) - 接口 中的方法com.mysql.cj.jdbc.JdbcStatement
 
setPingTarget(PingTarget) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setPoolable(boolean) - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
setPoolable(boolean) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setPoolable(boolean) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
setPort(int) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Sets the database port.
setPortNumber(int) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Sets the port number
setPosition(int) - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Set the current position to write to/ read from
setPosition(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional uint32 position = 7;
setPrepareExecute(MysqlxPrepare.Execute) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
setPrepareExecute(MysqlxPrepare.Execute.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
setProjection(int, MysqlxCrud.Column) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
name of the columns to insert data into (empty if data_model is DOCUMENT)
setProjection(int, MysqlxCrud.Column.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
name of the columns to insert data into (empty if data_model is DOCUMENT)
setProjection(int, MysqlxCrud.Projection) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
list of column projections that shall be returned
setProjection(int, MysqlxCrud.Projection.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
list of column projections that shall be returned
setProjection(String[]) - 类 中的方法com.mysql.cj.xdevapi.InsertParams
Set X Protocol Column objects list for projection.
setPropertiesViaRef(Reference) - 类 中的方法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) - 类 中的方法com.mysql.cj.protocol.AbstractProtocol
 
setPropertySet(PropertySet) - 接口 中的方法com.mysql.cj.protocol.Protocol
 
setPropertySet(PropertySet) - 类 中的方法com.mysql.cj.result.DefaultValueFactory
 
setPropertySet(PropertySet) - 类 中的方法com.mysql.cj.result.StringValueFactory
 
setPropertySet(PropertySet) - 接口 中的方法com.mysql.cj.result.ValueFactory
 
setProxy(JdbcConnection) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setProxy(JdbcConnection) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
setProxy(JdbcConnection) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
Sets this connection's proxy.
setProxy(JdbcConnection) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setProxy(JdbcConnection) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
setProxy(JdbcConnection) - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
setQueryBindings(QueryBindings) - 类 中的方法com.mysql.cj.ClientPreparedQuery
 
setQueryBindings(QueryBindings) - 接口 中的方法com.mysql.cj.PreparedQuery
 
setQueryComment(String) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
setQueryComment(String) - 接口 中的方法com.mysql.cj.protocol.Protocol
Sets the comment that will be prepended to all statements sent to the server.
setQueryComment(String) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
setQueryInfo(QueryInfo) - 类 中的方法com.mysql.cj.ClientPreparedQuery
 
setQueryInfo(QueryInfo) - 接口 中的方法com.mysql.cj.PreparedQuery
 
setQueryInterceptors(List<QueryInterceptor>) - 类 中的方法com.mysql.cj.NativeSession
 
setQueryInterceptors(List<QueryInterceptor>) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
setQueryTimeout(int) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setQueryTimeout(int) - 类 中的方法com.mysql.cj.jdbc.StatementWrapper
 
setQueryToCancel(Query) - 接口 中的方法com.mysql.cj.CancelQueryTask
 
setQueryToCancel(Query) - 类 中的方法com.mysql.cj.CancelQueryTaskImpl
 
setRead(boolean) - 异常错误 中的方法com.mysql.cj.exceptions.DataTruncationException
 
setReadOnly(boolean) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setReadOnly(boolean) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
setReadOnly(boolean) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setReadOnly(boolean) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
setReadOnly(boolean) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
setReadOnlyInternal(boolean) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setReadOnlyInternal(boolean) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
setReadOnlyInternal(boolean) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setReadOnlyInternal(boolean) - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
setRef(int, Ref) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setRef(int, Ref) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
 
setReplaceExisting(boolean) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
if true then suppress error when created view already exists; just replace it
setReprepareState() - 类 中的方法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>) - 类 中的方法com.mysql.cj.jdbc.MysqlSQLXML
 
setResultFetchSize(int) - 类 中的方法com.mysql.cj.AbstractQuery
 
setResultFetchSize(int) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setResultFetchSize(int) - 接口 中的方法com.mysql.cj.Query
 
setResultFields(ColumnDefinition) - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
setResultSetConcurrency(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
Sets the concurrency
setResultSetConcurrency(int) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
setResultSetType(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
Sets the result set type
setResultType(Resultset.Type) - 类 中的方法com.mysql.cj.AbstractQuery
 
setResultType(Resultset.Type) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setResultType(Resultset.Type) - 接口 中的方法com.mysql.cj.Query
 
setRetrieveGeneratedKeys(boolean) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setReuseExisting(boolean) - 类 中的方法com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
 
setRow(int, MysqlxCrud.Insert.TypedRow) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
setRow(int, MysqlxCrud.Insert.TypedRow.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
setRowCount(long) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
maximum rows to filter
setRowCount(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
maximum rows to filter
setRowCount(MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
maximum rows to filter
setRowId(int, RowId) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setRowId(int, RowId) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setRowId(String, RowId) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setRowId(String, RowId) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setRuntimeModifiable(boolean) - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
setSavepoint() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setSavepoint() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
setSavepoint() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setSavepoint() - 接口 中的方法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) or Session.releaseSavepoint(String).
setSavepoint() - 类 中的方法com.mysql.cj.xdevapi.SessionImpl
 
setSavepoint(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setSavepoint(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
setSavepoint(String) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setSavepoint(String) - 接口 中的方法com.mysql.cj.xdevapi.Session
Creates or replaces a transaction savepoint with the given name.
setSavepoint(String) - 类 中的方法com.mysql.cj.xdevapi.SessionImpl
 
setScalar(MysqlxDatatypes.Scalar) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Scalar scalar = 2;
setScalar(MysqlxDatatypes.Scalar.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
optional .Mysqlx.Datatypes.Scalar scalar = 2;
setScale(int) - 类 中的方法com.mysql.cj.protocol.InternalTime
 
setScale(int) - 类 中的方法com.mysql.cj.protocol.InternalTimestamp
 
setScaleOrLength(long) - 接口 中的方法com.mysql.cj.BindValue
 
setScaleOrLength(long) - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
setSchema(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
schema the column originates from
setSchema(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setSchema(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
setSchema(String) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setSchema(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
optional string schema = 2;
setSchema(String) - 类 中的方法com.mysql.cj.xdevapi.Schema.Validation
 
setSchemaBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
optional string schema = 2;
setSchemaName(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
name of schema
setSchemaName(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
optional string schema_name = 2;
setSchemaNameBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
name of schema
setSchemaNameBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
optional string schema_name = 2;
setScope(MysqlxNotice.Frame.Scope) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
global or local notification
setSeconds(int) - 类 中的方法com.mysql.cj.protocol.InternalTime
 
setSeconds(int) - 类 中的方法com.mysql.cj.protocol.InternalTimestamp
 
setSecurity(MysqlxCrud.ViewSqlSecurity) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
defines the security context in which the view is going be executed
setSecurity(MysqlxCrud.ViewSqlSecurity) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
defines the security context in which the view is going be executed
setSerializableObject(int, Object) - 类 中的方法com.mysql.cj.NativeQueryBindings
Sets the value for the placeholder as a serialized Java object (used by various forms of setObject()
setServerInfo(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
Sets server info (if any)
setServerMessages(Mysqlx.ServerMessages.Type) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
optional .Mysqlx.ServerMessages.Type server_messages = 2;
setServerName(String) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Sets the server name.
setServerStatementId(long) - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
setServerThreadId(long) - 类 中的方法com.mysql.cj.protocol.a.TracingPacketSender
 
setServerVariables(Map<String, String>) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setServerVariables(Map<String, String>) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
setServerVariables(Map<String, String>) - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
setSessionKey(String) - 类 中的静态方法com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
 
setSessionMaxRows(int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setSessionMaxRows(int) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
setSessionMaxRows(int) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setSessionMaxRows(int) - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Sets the sql select limit max-rows for this session if different from current.
setSessionMaxRows(int) - 类 中的方法com.mysql.cj.NativeSession
 
setSessionStateChanges(ServerSessionStateController.ServerSessionStateChanges) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSessionStateController
 
setSessionStateChanges(ServerSessionStateController.ServerSessionStateChanges) - 接口 中的方法com.mysql.cj.protocol.ServerSessionStateController
Set the object containing server session changes collected from the latest query execution.
setSessionTimeZone(TimeZone) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setSessionTimeZone(TimeZone) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
setSessionTimeZone(TimeZone) - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
setSessionVariables() - 类 中的方法com.mysql.cj.NativeSession
 
setSeverity(Mysqlx.Error.Severity) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
severity of the error message
setShort(int, short) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setShort(int, short) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setShort(int, short) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setShort(int, short) - 接口 中的方法com.mysql.cj.QueryBindings
 
setShort(String, short) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setShort(String, short) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setSignature(byte[]) - 类 中的方法com.mysql.cj.callback.FidoAuthenticationCallback
Sets the FIDO Signature produced by the authenticator interaction.
setSinceVersion(String) - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
setSocketFactory(SocketFactory) - 类 中的方法com.mysql.cj.protocol.AbstractSocketConnection
 
setSocketFactory(SocketFactory) - 接口 中的方法com.mysql.cj.protocol.SocketConnection
 
setSocketTimeout(int) - 类 中的方法com.mysql.cj.NativeSession
 
setSocketTimeout(int) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
setSource(MysqlxExpr.ColumnIdentifier) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
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 @note in both cases, schema and table must be not set
setSource(MysqlxExpr.ColumnIdentifier.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
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 @note in both cases, schema and table must be not set
setSource(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
the expression identifying an element from the source data, which can include a column identifier or any expression
setSource(MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
the expression identifying an element from the source data, which can include a column identifier or any expression
setSourceOfAuthData(String) - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationFidoClient
 
setSourceOfAuthData(String) - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationKerberosClient
 
setSourceOfAuthData(String) - 类 中的方法com.mysql.cj.protocol.a.authentication.AuthenticationOciClient
 
setSourceOfAuthData(String) - 接口 中的方法com.mysql.cj.protocol.AuthenticationPlugin
Connector/J uses this method to identify the source of the authentication data, as an authentication plugin name, that will be available to the next authentication step(s).
setSqlState(String) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
SQL state
setSQLState(String) - 异常错误 中的方法com.mysql.cj.exceptions.CJException
 
setSqlStateBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
SQL state
setSQLXML(int, SQLXML) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setSQLXML(int, SQLXML) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setSQLXML(String, SQLXML) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setSQLXML(String, SQLXML) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setStartPosition(int) - 类 中的方法com.mysql.cj.util.StringInspector
Sets the position from where the source string will be processed from now on, taking into consideration the "escaped" status of current character, if the mode SearchMode.ALLOW_BACKSLASH_ESCAPE is present in the default search mode.
setStatementComment(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setStatementComment(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
setStatementComment(String) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setStatementComment(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
setStatementComment(String) - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Sets the comment that will be prepended to all statements sent to the server.
setStatementUsedForFetchingRows(JdbcPreparedStatement) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
setStatementUsedForFetchingRows(JdbcPreparedStatement) - 接口 中的方法com.mysql.cj.jdbc.result.ResultSetInternalMethods
 
setStatusFlags(int) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setStatusFlags(int) - 类 中的方法com.mysql.cj.protocol.a.result.OkPacket
 
setStatusFlags(int) - 接口 中的方法com.mysql.cj.protocol.ServerSession
Sets new server status (from response) without saving it's old state
setStatusFlags(int) - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
setStatusFlags(int, boolean) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setStatusFlags(int, boolean) - 接口 中的方法com.mysql.cj.protocol.ServerSession
Sets new server status (from response)
setStatusFlags(int, boolean) - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
setStmt(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
statement that shall be executed
setStmt(MysqlxCrud.Find) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
setStmt(MysqlxCrud.Find) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
setStmt(MysqlxCrud.Find.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
setStmt(MysqlxCrud.Find.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
setStmt(MysqlxCursor.Open.OneOfMessage) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
statement for which the resultset is going to be iterated through by the cursor
setStmt(MysqlxCursor.Open.OneOfMessage.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
statement for which the resultset is going to be iterated through by the cursor
setStmt(MysqlxPrepare.Prepare.OneOfMessage) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
defines one of following messages to be prepared: Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
setStmt(MysqlxPrepare.Prepare.OneOfMessage.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
defines one of following messages to be prepared: Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
setStmtExecute(MysqlxSql.StmtExecute) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
setStmtExecute(MysqlxSql.StmtExecute.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
setStmtId(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
client-side assigned statement ID, must be already prepared
setStmtId(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
client-side assigned statement ID, must be already prepared
setStmtId(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
client-side assigned statement ID, which is going to identify the result of preparation
setStopPosition(int) - 类 中的方法com.mysql.cj.util.StringInspector
Sets the position where the source string processing will stop.
setStreamingData(ResultsetRows) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
setString(int, String) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setString(int, String) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setString(int, String) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setString(int, String) - 接口 中的方法com.mysql.cj.QueryBindings
 
setString(long, String) - 类 中的方法com.mysql.cj.jdbc.Clob
 
setString(long, String, int, int) - 类 中的方法com.mysql.cj.jdbc.Clob
 
setString(String) - 类 中的方法com.mysql.cj.jdbc.MysqlSQLXML
 
setString(String, String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setString(String, String) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setStringRuntimeProperty(String, String) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Used in properties setters added by instrumentation.
setTable(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
name of the table the column originates from
setTableName(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
name of table
setTableNameBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
name of table
setTag(String) - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Tag current position with the given key for future reference.
setThreadId(long) - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
setThreadId(long) - 接口 中的方法com.mysql.cj.protocol.ServerCapabilities
 
setThreadId(long) - 类 中的方法com.mysql.cj.protocol.x.XServerCapabilities
 
setTime(int, Time) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setTime(int, Time) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setTime(int, Time, Calendar) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setTime(int, Time, Calendar) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setTime(int, Time, Calendar) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setTime(int, Time, Calendar) - 接口 中的方法com.mysql.cj.QueryBindings
 
setTime(String, Time) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setTime(String, Time) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setTime(String, Time, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setTime(String, Time, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setTimeoutInMillis(int) - 类 中的方法com.mysql.cj.AbstractQuery
 
setTimeoutInMillis(int) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setTimeoutInMillis(int) - 接口 中的方法com.mysql.cj.Query
 
setTimestamp(int, Timestamp) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setTimestamp(int, Timestamp) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setTimestamp(int, Timestamp, Calendar) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setTimestamp(int, Timestamp, Calendar, Field, MysqlType) - 类 中的方法com.mysql.cj.NativeQueryBindings
 
setTimestamp(int, Timestamp, Calendar, Field, MysqlType) - 接口 中的方法com.mysql.cj.QueryBindings
 
setTimestamp(String, Timestamp) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setTimestamp(String, Timestamp) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setTimestamp(String, Timestamp, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setTimestamp(String, Timestamp, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setTransactionIsolation(int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setTransactionIsolation(int) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
setTransactionIsolation(int) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setTransactionTimeout(int) - 类 中的方法com.mysql.cj.jdbc.MysqlXAConnection
 
setTransactionTimeout(int) - 类 中的方法com.mysql.cj.jdbc.SuspendableXAConnection
 
setTransferSize(int) - 异常错误 中的方法com.mysql.cj.exceptions.DataTruncationException
 
setTransient(boolean) - 异常错误 中的方法com.mysql.cj.exceptions.CJException
 
setType(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
the type of the payload
setType(int) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
type of group replication event
setType(MysqlxCursor.Open.OneOfMessage.Type) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
setType(MysqlxDatatypes.Any.Type) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
required .Mysqlx.Datatypes.Any.Type type = 1;
setType(MysqlxDatatypes.Scalar.Type) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
required .Mysqlx.Datatypes.Scalar.Type type = 1;
setType(MysqlxExpr.DocumentPathItem.Type) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
setType(MysqlxExpr.Expr.Type) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
required .Mysqlx.Expr.Expr.Type type = 1;
setType(MysqlxPrepare.Prepare.OneOfMessage.Type) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
setType(MysqlxResultset.ColumnMetaData.FieldType) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
datatype of the field in a row
setTypeMap(Map<String, Class<?>>) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setTypeMap(Map<String, Class<?>>) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
setTypeMap(Map<String, Class<?>>) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setUncompressedSize(long) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
optional uint64 uncompressed_size = 1;
setUnicodeStream(int, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
已过时。
setUnicodeStream(int, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
已过时。
setUnicodeStream(int, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
已过时。
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
 
setUp() - 类 中的方法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) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Update update = 4;
setUpdate(MysqlxCrud.Update.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
optional .Mysqlx.Crud.Update update = 4;
setUpdateCount(long) - 类 中的方法com.mysql.cj.protocol.a.result.OkPacket
 
setUpdateID(long) - 类 中的方法com.mysql.cj.protocol.a.result.OkPacket
 
setUpdates(Map<String, Object>) - 类 中的方法com.mysql.cj.xdevapi.UpdateParams
Fill update parameters from field -> value_expression map.
setUpperBound(int) - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
setupPropertiesTransformer() - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Sets up the ConnectionPropertiesTransform if one was provided.
setUpsert(boolean) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
true if this should be treated as an Upsert (that is, update on duplicate key)
setUpsert(boolean) - 接口 中的方法com.mysql.cj.xdevapi.AddStatement
Set upsert flag on this statement.
setUpsert(boolean) - 类 中的方法com.mysql.cj.xdevapi.AddStatementImpl
 
setupStreamingTimeout(JdbcConnection) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
Adjust net_write_timeout to a higher value if we're streaming result sets.
setUrl(String) - 类 中的方法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) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setURL(int, URL) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
setURL(int, URL) - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
setURL(String) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Sets the URL for this connection
setURL(String, URL) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setURL(String, URL) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
setUser(String) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
Sets the user ID.
setValidation(Schema.Validation) - 类 中的方法com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
 
setValidation(Schema.Validation) - 类 中的方法com.mysql.cj.xdevapi.Schema.ModifyCollectionOptions
 
setValue(int, MysqlxDatatypes.Any) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
repeated .Mysqlx.Datatypes.Any value = 1;
setValue(int, MysqlxDatatypes.Any.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
repeated .Mysqlx.Datatypes.Any value = 1;
setValue(int, MysqlxDatatypes.Scalar) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
updated value
setValue(int, MysqlxDatatypes.Scalar.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
updated value
setValue(int, MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
list of values
setValue(int, MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
list of values
setValue(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
required bytes value = 1;
setValue(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
required bytes value = 1;
setValue(MysqlxDatatypes.Any) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
required .Mysqlx.Datatypes.Any value = 2;
setValue(MysqlxDatatypes.Any) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
required .Mysqlx.Datatypes.Any value = 2;
setValue(MysqlxDatatypes.Any.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
required .Mysqlx.Datatypes.Any value = 2;
setValue(MysqlxDatatypes.Any.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
required .Mysqlx.Datatypes.Any value = 2;
setValue(MysqlxDatatypes.Scalar) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
the changed value of param
setValue(MysqlxDatatypes.Scalar.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
the changed value of param
setValue(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
an expression to be computed as the new value for the operation
setValue(MysqlxExpr.Expr) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
value of field
setValue(MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
an expression to be computed as the new value for the operation
setValue(MysqlxExpr.Expr.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
value of field
setValue(Object) - 类 中的方法com.mysql.cj.xdevapi.UpdateSpec
Set value to be set by this update operation.
setValue(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
optional string value = 2;
setValue(String) - 类 中的方法com.mysql.cj.xdevapi.JsonNumber
Set number value.
setValue(String) - 类 中的方法com.mysql.cj.xdevapi.JsonString
Set JsonString value.
setValue(T) - 类 中的方法com.mysql.cj.conf.AbstractRuntimeProperty
 
setValue(T) - 接口 中的方法com.mysql.cj.conf.RuntimeProperty
Set the object value of a property directly.
setValue(T, ExceptionInterceptor) - 类 中的方法com.mysql.cj.conf.AbstractRuntimeProperty
 
setValue(T, ExceptionInterceptor) - 接口 中的方法com.mysql.cj.conf.RuntimeProperty
Set the object value of a property directly.
setValueBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
optional string value = 2;
setValueInternal(Integer, String, ExceptionInterceptor) - 类 中的方法com.mysql.cj.conf.MemorySizeProperty
 
setValueInternal(String, ExceptionInterceptor) - 类 中的方法com.mysql.cj.conf.AbstractRuntimeProperty
Set the value of a property from a string value.
setValueInternal(T, String, ExceptionInterceptor) - 类 中的方法com.mysql.cj.conf.AbstractRuntimeProperty
Internal method for setting property value; ignoring the RUNTIME_NOT_MODIFIABLE flag.
setVariable(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional string variable = 3;
setVariableBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
optional string variable = 3;
setVBool(boolean) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional bool v_bool = 8;
setVDouble(double) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional double v_double = 6;
setVendorCode(int) - 异常错误 中的方法com.mysql.cj.exceptions.CJException
 
setVFloat(float) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional float v_float = 7;
setView(boolean) - 类 中的方法com.mysql.cj.xdevapi.TableImpl
Set flag indicating if the underlying object is a view.
setViewId(String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
view identifier
setViewIdBytes(ByteString) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
view identifier
setVOctets(MysqlxDatatypes.Scalar.Octets) - 类 中的方法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) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
4 is unused, was Null which doesn't have a storage anymore
setVSignedInt(long) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional sint64 v_signed_int = 2;
setVString(MysqlxDatatypes.Scalar.String) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
setVString(MysqlxDatatypes.Scalar.String.Builder) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
setVUnsignedInt(long) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
optional uint64 v_unsigned_int = 3;
setWarningCount(int) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
setWarningCount(int) - 类 中的方法com.mysql.cj.protocol.a.result.OkPacket
 
setWasStreamingResults() - 接口 中的方法com.mysql.cj.exceptions.StreamingNotifiable
 
setWasStreamingResults() - 异常错误 中的方法com.mysql.cj.jdbc.exceptions.CommunicationsException
 
setWatcher(OutputStreamWatcher) - 类 中的方法com.mysql.cj.protocol.WatchableOutputStream
 
setWatcher(OutputStreamWatcher) - 接口 中的方法com.mysql.cj.protocol.WatchableStream
 
setWatcher(WriterWatcher) - 类 中的方法com.mysql.cj.protocol.WatchableWriter
 
setWrapperStatement(Statement) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
setWrapperStatement(Statement) - 接口 中的方法com.mysql.cj.jdbc.result.ResultSetInternalMethods
 
setYear(int) - 类 中的方法com.mysql.cj.protocol.InternalDate
 
SEVERITY_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.Error
 
SHA256_MEMORY - com.mysql.cj.conf.PropertyDefinitions.AuthMech
 
Sha256PasswordPlugin - com.mysql.cj.protocol.a.authentication中的类
 
Sha256PasswordPlugin() - 类 的构造器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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
Lock matching rows against updates
sharedSendPacket - 类 中的变量com.mysql.cj.protocol.a.NativeProtocol
 
ShortValueFactory - com.mysql.cj.result中的类
A value factory for creating short values.
ShortValueFactory(PropertySet) - 类 的构造器com.mysql.cj.result.ShortValueFactory
 
shouldExceptionTriggerFailover(Throwable) - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
已过时。
shouldExceptionTriggerFailover(Throwable) - 接口 中的方法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) - 类 中的方法com.mysql.cj.jdbc.ha.NdbLoadBalanceExceptionChecker
 
shouldExceptionTriggerFailover(Throwable) - 类 中的方法com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker
 
shouldIntercept() - 类 中的方法com.mysql.cj.NativeSession
 
shouldNotHappen(Exception) - 异常错误 中的静态方法com.mysql.cj.exceptions.AssertionFailedException
Convenience method.
shouldNotHappen(String) - 异常错误 中的静态方法com.mysql.cj.exceptions.AssertionFailedException
Create (and caller should subsequently throw) an AssertionFailedException.
shutdown() - 类 中的方法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() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
shutdownServer() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
shutdownServer() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
shutdownServer() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Used by MiniAdmin to shutdown a MySQL server
shutdownServer() - 类 中的方法com.mysql.cj.NativeSession
Used by MiniAdmin to shutdown a MySQL server
sign(byte[], RSAPrivateKey) - 类 中的静态方法com.mysql.cj.protocol.ExportControlled
 
SimplePacketReader - 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>) - 类 的构造器com.mysql.cj.protocol.a.SimplePacketReader
 
SimplePacketSender - com.mysql.cj.protocol.a中的类
Simple implementation of MessageSender which handles the transmission of logical MySQL packets to the provided output stream.
SimplePacketSender(BufferedOutputStream) - 类 的构造器com.mysql.cj.protocol.a.SimplePacketSender
 
SimpleQuery - com.mysql.cj中的类
 
SimpleQuery(NativeSession) - 类 的构造器com.mysql.cj.SimpleQuery
 
SINGLE - com.mysql.cj.conf.ConnectionUrl.HostsCardinality
 
SINGLE_CONNECTION - com.mysql.cj.conf.ConnectionUrl.Type
 
SingleConnectionUrl - com.mysql.cj.conf.url中的类
 
SingleConnectionUrl(ConnectionUrlParser, Properties) - 类 的构造器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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
SINT = 1;
size() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
size() - 接口 中的方法com.mysql.cj.protocol.WatchableStream
 
size() - 类 中的方法com.mysql.cj.result.BufferedRowList
 
size() - 接口 中的方法com.mysql.cj.result.RowList
Only works on non dynamic row lists.
skip(long) - 类 中的方法com.mysql.cj.protocol.a.CompressedInputStream
 
skip(long) - 类 中的方法com.mysql.cj.protocol.ReadAheadInputStream
 
skip(long) - 接口 中的方法com.mysql.cj.xdevapi.FindStatement
已过时。
Deprecated in c/J 8.0.12, please use FindStatement.offset(long) instead.
SKIP_BETWEEN_MARKERS - com.mysql.cj.util.SearchMode
Skip between markers (quoted text, quoted identifiers, text between parentheses).
SKIP_BLOCK_COMMENTS - com.mysql.cj.util.SearchMode
Skip between block comments ("/* text... *\/") but not between hint blocks.
SKIP_HINT_BLOCKS - com.mysql.cj.util.SearchMode
Skip hint blocks ("/*+ text... *\/").
SKIP_LINE_COMMENTS - com.mysql.cj.util.SearchMode
Skip line comments ("-- text
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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
Do not wait to acquire a row lock, remove locked rows from the result set
SKIP_MYSQL_MARKERS - com.mysql.cj.util.SearchMode
Skip MySQL specific markers ("/*!
SKIP_WHITE_SPACE - com.mysql.cj.util.SearchMode
Skip white space.
skipBytes(NativeConstants.StringSelfDataType) - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Set position to next value in internal buffer skipping the current value according to NativeConstants.StringSelfDataType.
skipFully(long) - 类 中的方法com.mysql.cj.protocol.FullReadInputStream
 
skipLengthEncodedInteger() - 类 中的方法com.mysql.cj.protocol.FullReadInputStream
 
skipPacket() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
Reads and discards a single MySQL packet from the input stream.
SLASH_STAR_SPACE_AS_BYTES - 类 中的静态变量com.mysql.cj.Constants
 
Slf4JLogger - com.mysql.cj.log中的类
 
Slf4JLogger(String) - 类 的构造器com.mysql.cj.log.Slf4JLogger
 
slowQueryThresholdMillis - com.mysql.cj.conf.PropertyKey
 
slowQueryThresholdMillis - 类 中的变量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 - 类 中的变量com.mysql.cj.protocol.a.SimplePacketReader
 
socketConnection - 类 中的变量com.mysql.cj.protocol.AbstractProtocol
 
SocketConnection - com.mysql.cj.protocol中的接口
Represents physical connection with endpoint
socketFactory - com.mysql.cj.conf.PropertyKey
 
socketFactory - 类 中的变量com.mysql.cj.protocol.AbstractSocketConnection
 
SocketFactory - com.mysql.cj.protocol中的接口
Interface to allow pluggable socket creation in the driver
SocketFactory - com.mysql.jdbc中的接口
已过时。
Use SocketFactory instead.
SocketFactoryWrapper - com.mysql.jdbc中的类
Wraps the legacy com.mysql.jdbc.SocketFactory implementations so they can be used as SocketFactory
SocketFactoryWrapper(Object) - 类 的构造器com.mysql.jdbc.SocketFactoryWrapper
 
SocketMetadata - com.mysql.cj.protocol中的接口
 
socketTimeout - com.mysql.cj.conf.PropertyKey
 
socketTimeoutBackup - 类 中的变量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
 
socksProxyRemoteDns - com.mysql.cj.conf.PropertyKey
 
SocksProxySocketFactory - com.mysql.cj.protocol中的类
A socket factory used to create sockets connecting through a SOCKS proxy.
SocksProxySocketFactory() - 类 的构造器com.mysql.cj.protocol.SocksProxySocketFactory
 
sort(String...) - 类 中的方法com.mysql.cj.xdevapi.FilterableStatement
Add sort expressions to this statement.
sort(String...) - 接口 中的方法com.mysql.cj.xdevapi.FindStatement
Add/replace the order specification for this query.
sort(String...) - 接口 中的方法com.mysql.cj.xdevapi.ModifyStatement
Add/replace the order specification for this statement.
sort(String...) - 接口 中的方法com.mysql.cj.xdevapi.RemoveStatement
Add/replace the order specification for the removal.
sortSrvRecords(List<DnsSrv.SrvRecord>) - 类 中的静态方法com.mysql.cj.util.DnsSrv
Sort a list of DNS SRV records according to the sorting rules described in rfc2782.
SOURCE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
SOURCE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
sourceConnection - 类 中的变量com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
SOURCES - com.mysql.cj.conf.HostsListView
 
SPACE_STAR_SLASH_SPACE_AS_BYTES - 类 中的静态变量com.mysql.cj.Constants
 
SPATIAL - 类 中的静态变量com.mysql.cj.xdevapi.CreateIndexParams
 
split(String, boolean) - 类 中的方法com.mysql.cj.util.StringInspector
Splits the source string by the given delimiter.
split(String, String, boolean) - 类 中的静态方法com.mysql.cj.util.StringUtils
Splits stringToSplit into a list, using the given delimiter
split(String, String, String, String, boolean) - 类 中的静态方法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<SearchMode>) - 类 中的静态方法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) - 类 中的静态方法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<SearchMode>) - 类 中的静态方法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) - 类 中的静态方法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) - 接口 中的方法com.mysql.cj.xdevapi.Session
Create a native SQL command.
sql(String) - 类 中的方法com.mysql.cj.xdevapi.SessionImpl
 
SQL_STATE_ACTIVE_SQL_TRANSACTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_BAD_SSL_PARAMS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_BASE_TABLE_NOT_FOUND - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_BASE_TABLE_OR_VIEW_ALREADY_EXISTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_BASE_TABLE_OR_VIEW_NOT_FOUND - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_CARDINALITY_VIOLATION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_CASE_NOT_FOUND_FOR_CASE_STATEMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_CLI_SPECIFIC_CONDITION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_COLUMN_ALREADY_EXISTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_COLUMN_NOT_FOUND - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_COMMUNICATION_LINK_FAILURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_CONNECTION_FAILURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_CONNECTION_IN_USE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_CONNECTION_NOT_OPEN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_CONNECTION_REJECTED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_DATE_TRUNCATED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_DATETIME_FIELD_OVERFLOW - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_DISCONNECT_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_DIVISION_BY_ZERO - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_DRIVER_NOT_CAPABLE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_ER_BAD_FIELD_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_ER_DUP_FIELDNAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_ER_NO_SUCH_INDEX - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_ER_QUERY_INTERRUPTED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_ER_TABLE_EXISTS_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_ERROR_IN_ROW - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_FEATURE_NOT_SUPPORTED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.Error
 
SQL_STATE_GENERAL_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_ILLEGAL_ARGUMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_INDEX_ALREADY_EXISTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_INDEX_NOT_FOUND - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_INSERT_VALUE_LIST_NO_MATCH_COL_LIST - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_INTEGRITY_CONSTRAINT_VIOLATION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_INVALID_AUTH_SPEC - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_INVALID_CATALOG_NAME - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_INVALID_CHARACTER_VALUE_FOR_CAST - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_INVALID_COLUMN_NUMBER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_INVALID_CONDITION_NUMBER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_INVALID_CONNECTION_ATTRIBUTE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_INVALID_CURSOR_STATE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_INVALID_DATETIME_FORMAT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_INVALID_LOGARITHM_ARGUMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_INVALID_TRANSACTION_STATE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_INVALID_TRANSACTION_TERMINATION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_MEMORY_ALLOCATION_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_MEMORY_ALLOCATION_FAILURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_MORE_THAN_ONE_ROW_UPDATED_OR_DELETED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_NO_DATA - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_NO_DEFAULT_FOR_COLUMN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_NO_ROWS_UPDATED_OR_DELETED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_NULL_VALUE_NOT_ALLOWED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_NUMERIC_VALUE_OUT_OF_RANGE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_PRIVILEGE_NOT_REVOKED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_READ_ONLY_SQL_TRANSACTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_RESIGNAL_WHEN_HANDLER_NOT_ACTIVE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_ROLLBACK_SERIALIZATION_FAILURE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_SRE_FUNCTION_EXECUTED_NO_RETURN_STATEMENT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_SRE_PROHIBITED_SQL_STATEMENT_ATTEMPTED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_STRING_DATA_RIGHT_TRUNCATION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_SYNTAX_ERROR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_TIMEOUT_EXPIRED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_TRANSACTION_RESOLUTION_UNKNOWN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_UNABLE_TO_CONNECT_TO_DATASOURCE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_WARNING - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_WRONG_NO_OF_PARAMETERS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_XA_RBDEADLOCK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_XA_RBROLLBACK - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_XA_RBTIMEOUT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_XA_RMERR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_XAER_DUPID - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_XAER_INVAL - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_XAER_NOTA - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_XAER_OUTSIDE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQL_STATE_XAER_RMFAIL - 类 中的静态变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
SQL_STMT_EXECUTE_OK = 17;
SQL_STMT_EXECUTE_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
SQL_STMT_EXECUTE = 12;
SqlDateValueEncoder - com.mysql.cj.protocol.a中的类
 
SqlDateValueEncoder() - 类 的构造器com.mysql.cj.protocol.a.SqlDateValueEncoder
 
SqlDateValueFactory - com.mysql.cj.result中的类
A value factory for creating Date values.
SqlDateValueFactory(PropertySet, Calendar, TimeZone) - 类 的构造器com.mysql.cj.result.SqlDateValueFactory
 
SqlDateValueFactory(PropertySet, Calendar, TimeZone, WarningListener) - 类 的构造器com.mysql.cj.result.SqlDateValueFactory
 
SQLError - 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() - 类 的构造器com.mysql.cj.jdbc.exceptions.SQLError
 
SQLExceptionsMapping - com.mysql.cj.jdbc.exceptions中的类
 
SQLExceptionsMapping() - 类 的构造器com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping
 
SqlMultiResult - com.mysql.cj.xdevapi中的类
SqlResult representing a multiple result sets.
SqlMultiResult(Supplier<SqlResult>) - 类 的构造器com.mysql.cj.xdevapi.SqlMultiResult
Constructor.
SqlResult - com.mysql.cj.xdevapi中的接口
A result from a SQL statement which may have several sets of data following by a DML result.
SqlResultBuilder - com.mysql.cj.xdevapi中的类
Result builder producing a SqlResult instance.
SqlResultBuilder(MysqlxSession) - 类 的构造器com.mysql.cj.xdevapi.SqlResultBuilder
 
SqlResultBuilder(TimeZone, PropertySet) - 类 的构造器com.mysql.cj.xdevapi.SqlResultBuilder
 
SqlSingleResult - com.mysql.cj.xdevapi中的类
SqlResult representing a single result set.
SqlSingleResult(ColumnDefinition, TimeZone, RowList, Supplier<ProtocolEntity>, PropertySet) - 类 的构造器com.mysql.cj.xdevapi.SqlSingleResult
Constructor.
SqlStatement - com.mysql.cj.xdevapi中的接口
A statement representing a raw SQL command.
SqlStatementImpl - com.mysql.cj.xdevapi中的类
SqlStatement implementation.
SqlStatementImpl(MysqlxSession, String) - 类 的构造器com.mysql.cj.xdevapi.SqlStatementImpl
Constructor.
SqlTimestampValueEncoder - com.mysql.cj.protocol.a中的类
 
SqlTimestampValueEncoder() - 类 的构造器com.mysql.cj.protocol.a.SqlTimestampValueEncoder
 
SqlTimestampValueFactory - com.mysql.cj.result中的类
Value factory to create Timestamp instances.
SqlTimestampValueFactory(PropertySet, Calendar, TimeZone, TimeZone) - 类 的构造器com.mysql.cj.result.SqlTimestampValueFactory
 
SqlTimeValueEncoder - com.mysql.cj.protocol.a中的类
 
SqlTimeValueEncoder() - 类 的构造器com.mysql.cj.protocol.a.SqlTimeValueEncoder
 
SqlTimeValueFactory - com.mysql.cj.result中的类
A value factory to create Time instances.
SqlTimeValueFactory(PropertySet, Calendar, TimeZone) - 类 的构造器com.mysql.cj.result.SqlTimeValueFactory
 
SqlTimeValueFactory(PropertySet, Calendar, TimeZone, WarningListener) - 类 的构造器com.mysql.cj.result.SqlTimeValueFactory
 
SqlUpdateResult - com.mysql.cj.xdevapi中的类
SqlResult for insert, update, delete and DDL statements.
SqlUpdateResult(StatementExecuteOk) - 类 的构造器com.mysql.cj.xdevapi.SqlUpdateResult
Constructor.
SrvRecord(int, int, int, String) - 类 的构造器com.mysql.cj.util.DnsSrv.SrvRecord
 
SSL_REQUEST_LENGTH - 类 中的静态变量com.mysql.cj.protocol.a.NativeProtocol
 
sslMode - com.mysql.cj.conf.PropertyKey
 
SSLParamsException - com.mysql.cj.exceptions中的异常错误
 
SSLParamsException() - 异常错误 的构造器com.mysql.cj.exceptions.SSLParamsException
 
SSLParamsException(String) - 异常错误 的构造器com.mysql.cj.exceptions.SSLParamsException
 
SSLParamsException(String, Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.SSLParamsException
 
SSLParamsException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.mysql.cj.exceptions.SSLParamsException
 
SSLParamsException(Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.SSLParamsException
 
sslSocket - 类 中的变量com.mysql.cj.protocol.StandardSocketFactory
The wrapper for underlying TCP/IP socket
stackTraceToString(Throwable) - 类 中的静态方法com.mysql.cj.util.Util
Converts a nested exception into a nicer message
StandardLoadBalanceExceptionChecker - com.mysql.cj.jdbc.ha中的类
 
StandardLoadBalanceExceptionChecker() - 类 的构造器com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker
 
StandardLogger - com.mysql.cj.log中的类
Provides logging facilities for those platforms that don't have built-in facilities.
StandardLogger(String) - 类 的构造器com.mysql.cj.log.StandardLogger
Creates a new StandardLogger object.
StandardLogger(String, boolean) - 类 的构造器com.mysql.cj.log.StandardLogger
 
StandardSocketFactory - com.mysql.cj.protocol中的类
Socket factory for vanilla TCP/IP sockets (the standard)
StandardSocketFactory() - 类 的构造器com.mysql.cj.protocol.StandardSocketFactory
 
start() - 类 中的方法com.mysql.cj.admin.ServerController
Starts the server, returning a java.lang.Process instance that represents the mysql server.
start() - 接口 中的方法com.mysql.cj.protocol.MessageReader
Start reading messages reader from the provided channel.
start(Xid, int) - 类 中的方法com.mysql.cj.jdbc.MysqlXAConnection
 
start(Xid, int) - 类 中的方法com.mysql.cj.jdbc.SuspendableXAConnection
 
startQueryTimer(Query, int) - 类 中的方法com.mysql.cj.AbstractQuery
 
startQueryTimer(Query, int) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
startQueryTimer(Query, int) - 接口 中的方法com.mysql.cj.Query
 
startsWithIgnoreCase(String, String) - 类 中的静态方法com.mysql.cj.util.StringUtils
Determines whether or not the string 'searchIn' starts with the string 'searchFor', dis-regarding case.
startsWithIgnoreCaseAndNonAlphaNumeric(String, String) - 类 中的静态方法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) - 类 中的静态方法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[]) - 类 中的静态方法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) - 类 中的静态方法com.mysql.cj.util.StringUtils
Determines whether or not the string 'searchIn' contains the string 'searchFor', disregarding case and leading whitespace
startTransaction() - 接口 中的方法com.mysql.cj.xdevapi.Session
Start a new transaction.
startTransaction() - 类 中的方法com.mysql.cj.xdevapi.SessionImpl
 
Statement<STMT_T,​RES_T> - com.mysql.cj.xdevapi中的接口
A statement is a query or state-affecting command against a database that returns a result.
Statement.LockContention - com.mysql.cj.xdevapi中的枚举
The lock contention options for the locking modes available.
statementBegins() - 类 中的方法com.mysql.cj.AbstractQuery
 
statementBegins() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
statementBegins() - 接口 中的方法com.mysql.cj.Query
 
statementBegins() - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
StatementExecuteOk - com.mysql.cj.protocol.x中的类
ProtocolEntity representing a StatementExecuteOk message.
StatementExecuteOk() - 类 的构造器com.mysql.cj.protocol.x.StatementExecuteOk
 
StatementExecuteOk(long, Long, List<String>, List<Warning>) - 类 的构造器com.mysql.cj.protocol.x.StatementExecuteOk
 
statementExecuteOkBuilder - 类 中的变量com.mysql.cj.xdevapi.UpdateResultBuilder
 
StatementExecuteOkBuilder - com.mysql.cj.protocol.x中的类
Result builder producing a StatementExecuteOk instance.
StatementExecuteOkBuilder() - 类 的构造器com.mysql.cj.protocol.x.StatementExecuteOkBuilder
 
StatementExecuteOkFactory - com.mysql.cj.protocol.x中的类
Factory producing StatementExecuteOk from protocol message.
StatementExecuteOkFactory() - 类 的构造器com.mysql.cj.protocol.x.StatementExecuteOkFactory
 
statementExecuting - 类 中的变量com.mysql.cj.AbstractQuery
Currently executing a statement?
statementId - 类 中的变量com.mysql.cj.AbstractQuery
Used to identify this statement when profiling.
StatementImpl - 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) - 类 的构造器com.mysql.cj.jdbc.StatementImpl
Constructor for a Statement.
StatementIsClosedException - com.mysql.cj.exceptions中的异常错误
Operation attempted on already closed Statement
StatementIsClosedException() - 异常错误 的构造器com.mysql.cj.exceptions.StatementIsClosedException
 
StatementIsClosedException(String) - 异常错误 的构造器com.mysql.cj.exceptions.StatementIsClosedException
 
StatementIsClosedException(String, Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.StatementIsClosedException
 
StatementIsClosedException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.mysql.cj.exceptions.StatementIsClosedException
 
StatementIsClosedException(Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.StatementIsClosedException
 
StatementWrapper - com.mysql.cj.jdbc中的类
Wraps statements so that errors can be reported correctly to ConnectionEventListeners.
StatementWrapper(ConnectionWrapper, MysqlPooledConnection, Statement) - 类 的构造器com.mysql.cj.jdbc.StatementWrapper
 
statusOnException(Connection, Throwable) - 类 中的方法com.mysql.cj.jdbc.integration.c3p0.MysqlConnectionTester
 
STMT - com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
STMT = 5;
STMT_EXECUTE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
STMT_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
STMT_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
STMT_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
STMT_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
STMT_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
STMT_ID_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
STMT_ID_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
STMT_ID_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
STMT_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
STMT = 5;
stop() - 类 中的方法com.mysql.cj.protocol.a.CompressedPacketSender
Shut down this packet sender and deallocate any resources.
stop(boolean) - 类 中的方法com.mysql.cj.admin.ServerController
Stops the server (if started)
stopAfterNextMessage() - 接口 中的方法com.mysql.cj.protocol.MessageReader
Signal to the reader that it should stop reading messages after reading the next message.
stopNewConnectionsToHost(String, String) - 类 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
 
stopNewConnectionsToHost(String, String) - 接口 中的方法com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
 
stopQueryTimer(CancelQueryTask, boolean, boolean) - 类 中的方法com.mysql.cj.AbstractQuery
 
stopQueryTimer(CancelQueryTask, boolean, boolean) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
stopQueryTimer(CancelQueryTask, boolean, boolean) - 接口 中的方法com.mysql.cj.Query
 
STORED - com.mysql.cj.util.SaslPrep.StringType
Stored strings using the profile MUST NOT contain any unassigned code points.
storesLowerCaseIdentifiers() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
storesLowerCaseTableName() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
storesLowerCaseTableName() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
storesLowerCaseTableName() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
storesLowerCaseTableName() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
storesLowerCaseTableNames() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
storesLowerCaseTableNames() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
storesLowerCaseTableNames() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
storesMixedCaseIdentifiers() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
storesUpperCaseIdentifiers() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
STREAM - com.mysql.cj.protocol.x.CompressionMode
 
streamClosed(byte[]) - 类 中的方法com.mysql.cj.jdbc.Blob
 
streamClosed(WatchableStream) - 类 中的方法com.mysql.cj.jdbc.Blob
 
streamClosed(WatchableStream) - 类 中的方法com.mysql.cj.jdbc.Clob
 
streamClosed(WatchableStream) - 接口 中的方法com.mysql.cj.protocol.OutputStreamWatcher
Called when the OutputStream being watched has .close() called
StreamingDocResultBuilder - com.mysql.cj.xdevapi中的类
Result builder producing a streaming DocResult instance.
StreamingDocResultBuilder(MysqlxSession) - 类 的构造器com.mysql.cj.xdevapi.StreamingDocResultBuilder
 
StreamingNotifiable - com.mysql.cj.exceptions中的接口
 
StreamingRowResultBuilder - com.mysql.cj.xdevapi中的类
Result builder producing a streaming RowResult instance.
StreamingRowResultBuilder(MysqlxSession) - 类 的构造器com.mysql.cj.xdevapi.StreamingRowResultBuilder
 
StreamingSqlResultBuilder - com.mysql.cj.xdevapi中的类
Result builder producing a streaming SqlResult instance.
StreamingSqlResultBuilder(MysqlxSession) - 类 的构造器com.mysql.cj.xdevapi.StreamingSqlResultBuilder
 
streamToBytes(InputStream, long, NativePacketPayload) - 类 中的方法com.mysql.cj.protocol.a.InputStreamValueEncoder
 
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) - 类 中的静态方法com.mysql.cj.util.StringUtils
Constructs a String containing all the elements in the String array bounded and joined by the provided concatenation elements.
StringInspector - com.mysql.cj.util中的类
Utility class to inspect a MySQL string, typically a query string.
StringInspector(String, int, String, String, String, Set<SearchMode>) - 类 的构造器com.mysql.cj.util.StringInspector
This object provides string searching and manipulation operations such as finding sub-strings, matching sub-strings or building a comments-free version of a string.
StringInspector(String, String, String, String, Set<SearchMode>) - 类 的构造器com.mysql.cj.util.StringInspector
This object provides string searching and manipulation operations such as finding sub-strings, matching sub-strings or building a comments-free version of a string.
StringProperty - com.mysql.cj.conf中的类
 
StringProperty(PropertyDefinition<String>) - 类 的构造器com.mysql.cj.conf.StringProperty
 
StringPropertyDefinition - com.mysql.cj.conf中的类
 
StringPropertyDefinition(PropertyKey, String, boolean, String, String, String, int) - 类 的构造器com.mysql.cj.conf.StringPropertyDefinition
 
StringPropertyDefinition(String, String, String, boolean, String, String, String, int) - 类 的构造器com.mysql.cj.conf.StringPropertyDefinition
 
StringUtils - com.mysql.cj.util中的类
Various utility methods for converting to/from byte arrays in the platform encoding and several other String operations.
StringUtils() - 类 的构造器com.mysql.cj.util.StringUtils
 
StringValueEncoder - com.mysql.cj.protocol.a中的类
 
StringValueEncoder() - 类 的构造器com.mysql.cj.protocol.a.StringValueEncoder
 
StringValueFactory - com.mysql.cj.result中的类
A ValueFactory implementation to create strings.
StringValueFactory(PropertySet) - 类 的构造器com.mysql.cj.result.StringValueFactory
 
stripCommentsAndHints() - 类 中的方法com.mysql.cj.util.StringInspector
Returns a copy of the source string stripped of all comments and hints.
stripCommentsAndHints(String, String, String, boolean) - 类 中的静态方法com.mysql.cj.util.StringUtils
Removes comments and hints from the given string.
stripEnclosure(byte[], String, String) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
supportsAlterTableWithAddColumn() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsAlterTableWithDropColumn() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsANSI92EntryLevelSQL() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsANSI92FullSQL() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsANSI92IntermediateSQL() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsBatchUpdates() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsCatalogsInDataManipulation() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsCatalogsInProcedureCalls() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsCatalogsInTableDefinitions() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsColumnAliasing() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsConvert() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsConvert(int, int) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsConvert(int, int) - 枚举 中的静态方法com.mysql.cj.MysqlType
Is CONVERT between the given SQL types supported?
supportsCoreSQLGrammar() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsCorrelatedSubqueries() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsDifferentTableCorrelationNames() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsExpressionsInOrderBy() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsExtendedSQLGrammar() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsFullOuterJoins() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsGetGeneratedKeys() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsGroupBy() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsGroupByBeyondSelect() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsGroupByUnrelated() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsIntegrityEnhancementFacility() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsLikeEscapeClause() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsLimitedOuterJoins() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsMinimumSQLGrammar() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsMixedCaseIdentifiers() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsMultipleOpenResults() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsMultipleResultSets() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsMultipleTransactions() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsNamedParameters() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsNonNullableColumns() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsOffset - 类 中的变量com.mysql.cj.xdevapi.AbstractFilterParams
 
supportsOffset() - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
supportsOffset() - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
Whether offset clause is supported in the statement or not.
supportsOpenCursorsAcrossCommit() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsOrderByUnrelated() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsOuterJoins() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsPositionedDelete() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsPositionedUpdate() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsPreparedStatements() - 类 中的方法com.mysql.cj.MysqlxSession
Check if current session is using a MySQL server that supports prepared statements.
supportsPreparedStatements() - 类 中的方法com.mysql.cj.protocol.x.XProtocol
Checks if the MySQL server currently connected supports prepared statements.
supportsQueryAttributes() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
supportsQueryAttributes() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
supportsQueryAttributes() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
supportsResultSetConcurrency(int, int) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsResultSetHoldability(int) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsResultSetType(int) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsSavepoints() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsSchemasInDataManipulation() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsSchemasInIndexDefinitions() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsSchemasInProcedureCalls() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsSchemasInTableDefinitions() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsSelectForUpdate() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsStatementPooling() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsStoredProcedures() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsSubqueriesInComparisons() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsSubqueriesInExists() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsSubqueriesInIns() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsSubqueriesInQuantifieds() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsTableCorrelationNames() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsTransactionIsolationLevel(int) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsTransactions() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsUnion() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
supportsUnionAll() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
SuspendableXAConnection - com.mysql.cj.jdbc中的类
 
SuspendableXAConnection(JdbcConnection) - 类 的构造器com.mysql.cj.jdbc.SuspendableXAConnection
 
SUSPENDED - com.mysql.cj.xdevapi.PreparableStatement.PreparedState
 
SyncFlushDeflaterOutputStream - com.mysql.cj.protocol.x中的类
Wrapper around DeflaterOutputStream that enables sync flush by default.
SyncFlushDeflaterOutputStream(OutputStream) - 类 的构造器com.mysql.cj.protocol.x.SyncFlushDeflaterOutputStream
 
SyncMessageReader - com.mysql.cj.protocol.x中的类
Synchronous-only implementation of MessageReader.
SyncMessageReader(FullReadInputStream, Protocol.ProtocolEventHandler) - 类 的构造器com.mysql.cj.protocol.x.SyncMessageReader
 
SyncMessageSender - com.mysql.cj.protocol.x中的类
Synchronous-only implementation of MessageSender.
SyncMessageSender(OutputStream) - 类 的构造器com.mysql.cj.protocol.x.SyncMessageSender
 
syncUpdate() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
Reset UPDATE prepared statement to value in current row.
SYSP_com_mysql_cj_build_verbose - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
SYSP_disableAbandonedConnectionCleanup - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
SYSP_file_encoding - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
SYSP_java_vendor - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
SYSP_java_version - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
SYSP_java_vm_vendor - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
SYSP_line_separator - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
SYSP_os_arch - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
SYSP_os_name - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
SYSP_os_version - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
SYSP_testsuite_cantGrant - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
SYSP_testsuite_ds_db - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
For testsuite.regression.DataSourceRegressionTest
SYSP_testsuite_ds_host - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
For testsuite.regression.DataSourceRegressionTest
SYSP_testsuite_ds_password - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
For testsuite.regression.DataSourceRegressionTest
SYSP_testsuite_ds_port - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
For testsuite.regression.DataSourceRegressionTest
SYSP_testsuite_ds_user - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
For testsuite.regression.DataSourceRegressionTest
SYSP_testsuite_loadstoreperf_tabletype - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
For testsuite.perf.LoadStorePerfTest
SYSP_testsuite_loadstoreperf_useBigResults - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
For testsuite.perf.LoadStorePerfTest
SYSP_testsuite_miniAdminTest_runShutdown - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
The system property that must exist to run the shutdown test in testsuite.simple.MiniAdminTest
SYSP_testsuite_noDebugOutput - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
Suppress debug output when running testsuite
SYSP_testsuite_retainArtifacts - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
Don't remove database object created by tests
SYSP_testsuite_runLongTests - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
SYSP_testsuite_serverController_basedir - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
SYSP_testsuite_unavailable_host - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
SYSP_testsuite_url - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
SYSP_testsuite_url_cluster - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
SYSP_testsuite_url_mysqlx - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
SYSTEM_TABLE - com.mysql.cj.jdbc.DatabaseMetaData.TableType
 
SYSTEM_TABLE_AS_BYTES - 类 中的静态变量com.mysql.cj.jdbc.DatabaseMetaData
 
SYSTEM_VIEW - com.mysql.cj.jdbc.DatabaseMetaData.TableType
 
systemNanoTimeMethod - 类 中的静态变量com.mysql.cj.util.TimeUtil
 

T

Table - 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 - 类 中的静态变量com.mysql.cj.jdbc.DatabaseMetaData
 
TABLE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
TABLE_NAME_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
TABLE_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
TABLE = 2;
tableExists(String, String) - 接口 中的方法com.mysql.cj.DataStoreMetadata
 
tableExists(String, String) - 类 中的方法com.mysql.cj.DataStoreMetadataImpl
 
TableFilterParams - com.mysql.cj.xdevapi中的类
FilterParams implementation for Table syntax.
TableFilterParams(String, String) - 类 的构造器com.mysql.cj.xdevapi.TableFilterParams
Constructor.
TableFilterParams(String, String, boolean) - 类 的构造器com.mysql.cj.xdevapi.TableFilterParams
Constructor.
TableImpl - com.mysql.cj.xdevapi中的类
Table implementation
targetType - 类 中的变量com.mysql.cj.NativeQueryBindValue
 
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() - 类 中的方法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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
the view are retrieved into a temporary table
TERMINATED - com.mysql.cj.sasl.ScramShaSaslClient.ScramExchangeStage
 
TestUtils - com.mysql.cj.util中的类
 
TestUtils() - 类 的构造器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 - 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) - 类 的构造器com.mysql.cj.protocol.a.result.TextBufferRow
 
TextResultsetReader - com.mysql.cj.protocol.a中的类
 
TextResultsetReader(NativeProtocol) - 类 的构造器com.mysql.cj.protocol.a.TextResultsetReader
 
TextRowFactory - com.mysql.cj.protocol.a中的类
 
TextRowFactory(NativeProtocol, ColumnDefinition, Resultset.Concurrency, boolean) - 类 的构造器com.mysql.cj.protocol.a.TextRowFactory
 
thisAsProxy - 类 中的变量com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
thisAsProxy holds the proxy (MultiHostConnectionProxy or one of its subclasses) this connection is associated with.
thisRow - 类 中的变量com.mysql.cj.protocol.a.result.NativeResultset
Pointer to current row data
throwConnectionClosedException() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
throwConnectionClosedException() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
throwConnectionClosedException() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
throwConnectionClosedException() - 接口 中的方法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 - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
TIME_FORMATTER_NO_FRACT_WITH_OFFSET - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
TIME_FORMATTER_WITH_NANOS_NO_OFFSET - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
TIME_FORMATTER_WITH_NANOS_WITH_OFFSET - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
TIME_FORMATTER_WITH_OPTIONAL_MICROS - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
TIME_LITERAL_SHORT2 - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
TIME_LITERAL_SHORT4 - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
TIME_LITERAL_SHORT6 - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
TIME_LITERAL_WITH_DELIMITERS - 类 中的静态变量com.mysql.cj.util.TimeUtil
 
TIME_PTRN - 类 中的静态变量com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
TIME_STR_LEN_MAX_NO_FRAC - 类 中的静态变量com.mysql.cj.protocol.a.MysqlTextValueDecoder
Max string length of MySQL time string (with microseconds): '-HHH:MM:SS'.
TIME_STR_LEN_MAX_WITH_MICROS - 类 中的静态变量com.mysql.cj.protocol.a.MysqlTextValueDecoder
Max string length of MySQL time string (with microseconds): '-HHH:MM:SS.mmmmmm'.
TIME_STR_LEN_MIN - 类 中的静态变量com.mysql.cj.protocol.a.MysqlTextValueDecoder
Min string length of MySQL time string: 'HH:MM:SS'.
TIME_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
TIME = 10;
timeoutInMillis - 类 中的变量com.mysql.cj.AbstractQuery
The timeout for a query
TIMESTAMP - com.mysql.cj.MysqlType
TIMESTAMP[(fsp)] A timestamp.
TIMESTAMP - com.mysql.cj.xdevapi.Type
 
TIMESTAMP_STR_LEN_NO_FRAC - 类 中的静态变量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 - 类 中的静态变量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 - 类 中的静态变量com.mysql.cj.protocol.a.MysqlTextValueDecoder
String length of String timestamp with nanos.
TimeTrackingPacketReader - com.mysql.cj.protocol.a中的类
A MessageReader which tracks the last time a packet was received.
TimeTrackingPacketReader(MessageReader<NativePacketHeader, NativePacketPayload>) - 类 的构造器com.mysql.cj.protocol.a.TimeTrackingPacketReader
 
TimeTrackingPacketSender - com.mysql.cj.protocol.a中的类
A MessageSender which tracks the last time a packet was sent.
TimeTrackingPacketSender(MessageSender<NativePacketPayload>) - 类 的构造器com.mysql.cj.protocol.a.TimeTrackingPacketSender
 
TimeUtil - com.mysql.cj.util中的类
Time zone conversion routines and other time related methods
TimeUtil() - 类 的构造器com.mysql.cj.util.TimeUtil
 
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 - 类 中的变量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.
tlsCiphersuites - com.mysql.cj.conf.PropertyKey
 
tlsVersions - com.mysql.cj.conf.PropertyKey
 
toAsciiCharArray(byte[], int, int) - 类 中的静态方法com.mysql.cj.util.StringUtils
Returns the bytes as an ASCII String.
toAsciiString(byte[]) - 类 中的静态方法com.mysql.cj.util.StringUtils
Returns the bytes as an ASCII String.
toAsciiString(byte[], int, int) - 类 中的静态方法com.mysql.cj.util.StringUtils
Returns the bytes as an ASCII String.
toBuilder() - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
toBuilder() - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
toByteArray() - 接口 中的方法com.mysql.cj.protocol.WatchableStream
 
toByteArray() - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
toByteString() - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
toFormattedString() - 类 中的方法com.mysql.cj.xdevapi.DbDocImpl
 
toFormattedString() - 类 中的方法com.mysql.cj.xdevapi.JsonArray
 
toFormattedString() - 接口 中的方法com.mysql.cj.xdevapi.JsonValue
Get a human readable "pretty" JSON string.
toHexString(byte[], int) - 类 中的静态方法com.mysql.cj.util.StringUtils
Converts the given byte array into Hex String, stopping at given length.
toString() - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Returns a string representation of this object.
toString() - 类 中的方法com.mysql.cj.conf.ConnectionUrlParser.Pair
 
toString() - 类 中的方法com.mysql.cj.conf.ConnectionUrlParser
Returns a string representation of this object.
toString() - 类 中的方法com.mysql.cj.conf.HostInfo
Returns a string representation of this object.
toString() - 枚举 中的方法com.mysql.cj.conf.PropertyKey
 
toString() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
Returns this PreparedStatement represented as a string.
toString() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
 
toString() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
 
toString() - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
toString() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
toString() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
toString() - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
toString() - 类 中的方法com.mysql.cj.log.ProfilerEventImpl
Returns a representation of this event as a String.
toString() - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
 
toString() - 类 中的方法com.mysql.cj.protocol.InternalTime
 
toString() - 类 中的方法com.mysql.cj.result.Field
 
toString() - 类 中的方法com.mysql.cj.ServerVersion
A string representation of this version.
toString() - 类 中的方法com.mysql.cj.util.DnsSrv.SrvRecord
 
toString() - 类 中的方法com.mysql.cj.util.LazyString
 
toString() - 类 中的方法com.mysql.cj.xdevapi.CollectionImpl
 
toString() - 类 中的方法com.mysql.cj.xdevapi.DbDocImpl
 
toString() - 类 中的方法com.mysql.cj.xdevapi.JsonArray
 
toString() - 枚举 中的方法com.mysql.cj.xdevapi.JsonLiteral
 
toString() - 类 中的方法com.mysql.cj.xdevapi.JsonNumber
 
toString() - 类 中的方法com.mysql.cj.xdevapi.JsonString
Get escaped JsonString value.
toString() - 类 中的方法com.mysql.cj.xdevapi.SchemaImpl
 
toString() - 类 中的方法com.mysql.cj.xdevapi.TableImpl
 
toString(byte[]) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
toString(byte[], int, int) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
toString(byte[], int, int, String) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
toString(byte[], String) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
toSuperString() - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
 
traceProtocol - com.mysql.cj.conf.PropertyKey
 
TracingPacketReader - com.mysql.cj.protocol.a中的类
A decorating MessageReader which traces all received packets to the provided logger.
TracingPacketReader(MessageReader<NativePacketHeader, NativePacketPayload>, Log) - 类 的构造器com.mysql.cj.protocol.a.TracingPacketReader
 
TracingPacketSender - com.mysql.cj.protocol.a中的类
A decorating MessageSender which traces all sent packets to the provided logger.
TracingPacketSender(MessageSender<NativePacketPayload>, Log, String, long) - 类 的构造器com.mysql.cj.protocol.a.TracingPacketSender
 
trackConnection(MysqlConnection, NetworkResources) - 类 中的静态方法com.mysql.cj.jdbc.AbandonedConnectionCleanupThread
Tracks the finalization of a MysqlConnection object and keeps a reference to its NetworkResources so that they can be later released.
trackSessionState - com.mysql.cj.conf.PropertyKey
 
TRANSACTION_COMPLETED - 接口 中的静态变量com.mysql.cj.protocol.ServerSession
Old SERVER_STATUS_IN_TRANS state was 1 and current one is 0.
TRANSACTION_IN_PROGRESS - 接口 中的静态变量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 - 接口 中的静态变量com.mysql.cj.protocol.ServerSession
There was no change between old and current SERVER_STATUS_IN_TRANS state and it is 0.
TRANSACTION_STARTED - 接口 中的静态变量com.mysql.cj.protocol.ServerSession
Old SERVER_STATUS_IN_TRANS state was 0 and current one is 1.
transactionBegun() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
transactionBegun() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
transactionBegun() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
transactionBegun() - 接口 中的方法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() - 接口 中的方法com.mysql.cj.TransactionEventHandler
 
transactionCompleted() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
transactionCompleted() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
transactionCompleted() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
transactionCompleted() - 接口 中的方法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() - 接口 中的方法com.mysql.cj.TransactionEventHandler
 
TransactionEventHandler - com.mysql.cj中的接口
 
transactionManager - 类 中的变量com.mysql.cj.protocol.AbstractProtocol
 
transformedBitIsBoolean - com.mysql.cj.conf.PropertyKey
 
transformedBitIsBoolean - 类 中的变量com.mysql.cj.jdbc.DatabaseMetaData
 
transformProperties(Properties) - 接口 中的方法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) - 类 中的静态方法com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping
 
translateException(Throwable, ExceptionInterceptor) - 类 中的静态方法com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping
 
TranslateExceptions - instrumentation中的类
 
TranslateExceptions() - 类 的构造器instrumentation.TranslateExceptions
 
treatUtilDateAsTimestamp - com.mysql.cj.conf.PropertyKey
 
TRUE - com.mysql.cj.conf.BooleanPropertyDefinition.AllowableValues
 
TRUE - com.mysql.cj.xdevapi.JsonLiteral
 
truncate(long) - 类 中的方法com.mysql.cj.jdbc.Blob
 
truncate(long) - 类 中的方法com.mysql.cj.jdbc.BlobFromLocator
 
truncate(long) - 类 中的方法com.mysql.cj.jdbc.Clob
 
truncateAndConvertToInt(long) - 类 中的静态方法com.mysql.cj.util.Util
Converts long to int, truncating to maximum/minimum value if needed.
truncateAndConvertToInt(long[]) - 类 中的静态方法com.mysql.cj.util.Util
Converts long[] to int[], truncating to maximum/minimum value if needed.
truncateFractionalSeconds(Time) - 类 中的静态方法com.mysql.cj.util.TimeUtil
 
truncateFractionalSeconds(Timestamp) - 类 中的静态方法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 - 枚举 中的静态变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
TRX_ROLLEDBACK = 9;
type - 类 中的变量com.mysql.cj.conf.ConnectionUrl
 
type - 类 中的变量com.mysql.cj.protocol.x.Notice
 
Type - com.mysql.cj.xdevapi中的枚举
Column type.
TYPE - com.mysql.cj.conf.PropertyKey
The server type in a replication setup.
TYPE_EXECUTE - 接口 中的静态变量com.mysql.cj.log.ProfilerEvent
Profiler event for prepared statements being executed
TYPE_FETCH - 接口 中的静态变量com.mysql.cj.log.ProfilerEvent
Profiler event for result sets being retrieved
TYPE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
TYPE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
TYPE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
TYPE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
TYPE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
TYPE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
TYPE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
TYPE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
TYPE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
TYPE_ID_AUTH_MORE_DATA - 类 中的静态变量com.mysql.cj.protocol.a.NativePacketPayload
 
TYPE_ID_AUTH_NEXT_FACTOR - 类 中的静态变量com.mysql.cj.protocol.a.NativePacketPayload
 
TYPE_ID_AUTH_SWITCH - 类 中的静态变量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 - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
TYPE_ID_EOF - 类 中的静态变量com.mysql.cj.protocol.a.NativePacketPayload
 
TYPE_ID_ERROR - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
TYPE_ID_ERROR - 类 中的静态变量com.mysql.cj.protocol.a.NativePacketPayload
 
TYPE_ID_LOCAL_INFILE - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
TYPE_ID_LOCAL_INFILE - 类 中的静态变量com.mysql.cj.protocol.a.NativePacketPayload
 
TYPE_ID_OK - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
TYPE_ID_OK - 类 中的静态变量com.mysql.cj.protocol.a.NativePacketPayload
 
TYPE_OBJECT_CREATION - 接口 中的静态变量com.mysql.cj.log.ProfilerEvent
Profiler creating object type event
TYPE_PREPARE - 接口 中的静态变量com.mysql.cj.log.ProfilerEvent
Profiler event for prepared statements being prepared
TYPE_QUERY - 接口 中的静态变量com.mysql.cj.log.ProfilerEvent
Profiler event for a query being executed
TYPE_SLOW_QUERY - 接口 中的静态变量com.mysql.cj.log.ProfilerEvent
Profiler event for slow query
TYPE_USAGE - 接口 中的静态变量com.mysql.cj.log.ProfilerEvent
Profiler event for usage advisor

U

UINT - com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
UINT = 2;
UINT_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
UINT = 2;
ultraDevHack - com.mysql.cj.conf.PropertyKey
 
UnableToConnectException - com.mysql.cj.exceptions中的异常错误
 
UnableToConnectException() - 异常错误 的构造器com.mysql.cj.exceptions.UnableToConnectException
 
UnableToConnectException(String) - 异常错误 的构造器com.mysql.cj.exceptions.UnableToConnectException
 
UnableToConnectException(String, Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.UnableToConnectException
 
UnableToConnectException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.mysql.cj.exceptions.UnableToConnectException
 
UnableToConnectException(Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.UnableToConnectException
 
uncheckedShutdown() - 类 中的静态方法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 - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
undecorate() - 类 中的方法com.mysql.cj.protocol.a.CompressedPacketSender
 
undecorate() - 类 中的方法com.mysql.cj.protocol.a.DebugBufferingPacketReader
 
undecorate() - 类 中的方法com.mysql.cj.protocol.a.DebugBufferingPacketSender
 
undecorate() - 类 中的方法com.mysql.cj.protocol.a.MultiPacketReader
 
undecorate() - 类 中的方法com.mysql.cj.protocol.a.SimplePacketSender
 
undecorate() - 类 中的方法com.mysql.cj.protocol.a.TimeTrackingPacketReader
 
undecorate() - 类 中的方法com.mysql.cj.protocol.a.TimeTrackingPacketSender
 
undecorate() - 类 中的方法com.mysql.cj.protocol.a.TracingPacketReader
 
undecorate() - 类 中的方法com.mysql.cj.protocol.a.TracingPacketSender
 
undecorate() - 接口 中的方法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() - 接口 中的方法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() - 类 中的方法com.mysql.cj.protocol.a.CompressedPacketSender
 
undecorateAll() - 类 中的方法com.mysql.cj.protocol.a.DebugBufferingPacketReader
 
undecorateAll() - 类 中的方法com.mysql.cj.protocol.a.DebugBufferingPacketSender
 
undecorateAll() - 类 中的方法com.mysql.cj.protocol.a.MultiPacketReader
 
undecorateAll() - 类 中的方法com.mysql.cj.protocol.a.SimplePacketSender
 
undecorateAll() - 类 中的方法com.mysql.cj.protocol.a.TimeTrackingPacketReader
 
undecorateAll() - 类 中的方法com.mysql.cj.protocol.a.TimeTrackingPacketSender
 
undecorateAll() - 类 中的方法com.mysql.cj.protocol.a.TracingPacketReader
 
undecorateAll() - 类 中的方法com.mysql.cj.protocol.a.TracingPacketSender
 
undecorateAll() - 接口 中的方法com.mysql.cj.protocol.MessageReader
Return a MessageReader instance free of decorators.
undecorateAll() - 接口 中的方法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 - 枚举 中的静态变量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[]) - 类 中的静态方法com.mysql.cj.log.ProfilerEventImpl
Unpacks a binary representation of this event.
unpackField(NativePacketPayload, String) - 类 中的方法com.mysql.cj.protocol.a.ColumnDefinitionReader
Unpacks the Field information from the given packet.
UNPREPARED - com.mysql.cj.xdevapi.PreparableStatement.PreparedState
 
unquoteBytes(byte[]) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
unQuoteIdentifier(String, String) - 类 中的静态方法com.mysql.cj.util.StringUtils
Trims the identifier, removes quote chars from first and last positions and replaces double occurrences of quote char from entire identifier, i.e.
unregisterStatement(JdbcStatement) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
unregisterStatement(JdbcStatement) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
unregisterStatement(JdbcStatement) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
unregisterStatement(JdbcStatement) - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Remove the given statement from the list of open statements
unSafeQueryInterceptors() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
unSafeQueryInterceptors() - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
unSafeQueryInterceptors() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
unSafeQueryInterceptors() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
unset(String...) - 接口 中的方法com.mysql.cj.xdevapi.ModifyStatement
Nullify the given fields.
unset(String...) - 类 中的方法com.mysql.cj.xdevapi.ModifyStatementImpl
 
unsetStreamingData(ResultsetRows) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
UNSIGNED_BYTE_MAX_VALUE - 类 中的静态变量com.mysql.cj.Constants
 
unsupported(String) - 类 中的方法com.mysql.cj.result.DefaultValueFactory
 
UNSUPPORTED - com.mysql.cj.xdevapi.PreparableStatement.PreparedState
 
UnsupportedConnectionStringException - com.mysql.cj.exceptions中的异常错误
 
UnsupportedConnectionStringException() - 异常错误 的构造器com.mysql.cj.exceptions.UnsupportedConnectionStringException
 
UnsupportedConnectionStringException(String) - 异常错误 的构造器com.mysql.cj.exceptions.UnsupportedConnectionStringException
 
UnsupportedConnectionStringException(String, Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.UnsupportedConnectionStringException
 
UnsupportedConnectionStringException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.mysql.cj.exceptions.UnsupportedConnectionStringException
 
UnsupportedConnectionStringException(Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.UnsupportedConnectionStringException
 
unwrap(byte[], int, int) - 类 中的方法com.mysql.cj.sasl.ScramShaSaslClient
 
unwrap(Class<T>) - 类 中的方法com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
 
unwrap(Class<T>) - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
unwrap(Class<T>) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
unwrap(Class<T>) - 类 中的方法com.mysql.cj.jdbc.ConnectionWrapper
 
unwrap(Class<T>) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
unwrap(Class<T>) - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
 
unwrap(Class<T>) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
unwrap(Class<T>) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
unwrap(Class<T>) - 类 中的方法com.mysql.cj.jdbc.MysqlDataSource
 
unwrap(Class<T>) - 类 中的方法com.mysql.cj.jdbc.MysqlParameterMetadata
 
unwrap(Class<T>) - 类 中的方法com.mysql.cj.jdbc.PreparedStatementWrapper
 
unwrap(Class<T>) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
unwrap(Class<T>) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
unwrap(Class<T>) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
unwrap(Class<T>) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
unwrap(Class<T>) - 类 中的方法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 - com.mysql.cj.jdbc.result中的类
A result set that is updatable.
UpdatableResultSet(ResultsetRows, JdbcConnection, StatementImpl) - 类 的构造器com.mysql.cj.jdbc.result.UpdatableResultSet
Creates a new ResultSet object.
update() - 接口 中的方法com.mysql.cj.xdevapi.Table
Create a new update statement.
update() - 类 中的方法com.mysql.cj.xdevapi.TableImpl
 
UPDATE - com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
UPDATE = 2;
UPDATE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
UPDATE_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
UPDATE = 2;
updateArray(int, Array) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateArray(String, Array) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateAsciiStream(int, InputStream) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateAsciiStream(int, InputStream) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateAsciiStream(int, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateAsciiStream(int, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateAsciiStream(int, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateAsciiStream(int, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateAsciiStream(String, InputStream) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateAsciiStream(String, InputStream) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateAsciiStream(String, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateAsciiStream(String, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateAsciiStream(String, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateAsciiStream(String, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateBigDecimal(int, BigDecimal) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateBigDecimal(int, BigDecimal) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateBigDecimal(String, BigDecimal) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateBigDecimal(String, BigDecimal) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateBinaryStream(int, InputStream) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateBinaryStream(int, InputStream) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateBinaryStream(int, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateBinaryStream(int, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateBinaryStream(int, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateBinaryStream(int, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateBinaryStream(String, InputStream) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateBinaryStream(String, InputStream) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateBinaryStream(String, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateBinaryStream(String, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateBinaryStream(String, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateBinaryStream(String, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateBlob(int, InputStream) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateBlob(int, InputStream) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateBlob(int, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateBlob(int, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateBlob(int, Blob) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateBlob(int, Blob) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateBlob(String, InputStream) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateBlob(String, InputStream) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateBlob(String, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateBlob(String, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateBlob(String, Blob) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateBlob(String, Blob) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateBoolean(int, boolean) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateBoolean(int, boolean) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateBoolean(String, boolean) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateBoolean(String, boolean) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateByte(int, byte) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateByte(int, byte) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateByte(String, byte) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateByte(String, byte) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateBytes(int, byte[]) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateBytes(int, byte[]) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateBytes(String, byte[]) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateBytes(String, byte[]) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateCharacterStream(int, Reader) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateCharacterStream(int, Reader) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateCharacterStream(int, Reader, int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateCharacterStream(int, Reader, int) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateCharacterStream(int, Reader, long) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateCharacterStream(int, Reader, long) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateCharacterStream(String, Reader) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateCharacterStream(String, Reader) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateCharacterStream(String, Reader, int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateCharacterStream(String, Reader, int) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateCharacterStream(String, Reader, long) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateCharacterStream(String, Reader, long) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateClob(int, Reader) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateClob(int, Reader) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateClob(int, Reader, long) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateClob(int, Reader, long) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateClob(int, Clob) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateClob(int, Clob) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateClob(String, Reader) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateClob(String, Reader) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateClob(String, Reader, long) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateClob(String, Reader, long) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateClob(String, Clob) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateClob(String, Clob) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateCount - 类 中的变量com.mysql.cj.jdbc.StatementImpl
The update count for this statement
updateCount - 类 中的变量com.mysql.cj.protocol.a.result.NativeResultset
How many rows were affected by UPDATE/INSERT/DELETE?
updateDate(int, Date) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateDate(int, Date) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateDate(String, Date) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateDate(String, Date) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateDouble(int, double) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateDouble(int, double) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateDouble(String, double) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateDouble(String, double) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateFloat(int, float) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateFloat(int, float) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateFloat(String, float) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateFloat(String, float) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateId - 类 中的变量com.mysql.cj.protocol.a.result.NativeResultset
Value generated for AUTO_INCREMENT columns
updateInt(int, int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateInt(int, int) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateInt(String, int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateInt(String, int) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateLong(int, long) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateLong(int, long) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateLong(String, long) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateLong(String, long) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateNCharacterStream(int, Reader) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateNCharacterStream(int, Reader) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateNCharacterStream(int, Reader, long) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateNCharacterStream(int, Reader, long) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateNCharacterStream(String, Reader) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateNCharacterStream(String, Reader) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateNCharacterStream(String, Reader, long) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateNCharacterStream(String, Reader, long) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateNClob(int, Reader) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateNClob(int, Reader) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateNClob(int, Reader, long) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateNClob(int, Reader, long) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateNClob(int, NClob) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateNClob(int, NClob) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateNClob(String, Reader) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateNClob(String, Reader) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateNClob(String, Reader, long) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateNClob(String, Reader, long) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateNClob(String, NClob) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateNClob(String, NClob) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateNString(int, String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateNString(int, String) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateNString(String, String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateNString(String, String) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateNull(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateNull(int) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateNull(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateNull(String) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateObject(int, Object) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateObject(int, Object) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateObject(int, Object, int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateObject(int, Object, int) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateObject(int, Object, SQLType) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateObject(int, Object, SQLType) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateObject(int, Object, SQLType, int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateObject(int, Object, SQLType, int) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateObject(String, Object) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateObject(String, Object) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateObject(String, Object, int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateObject(String, Object, int) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateObject(String, Object, SQLType) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateObject(String, Object, SQLType) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateObject(String, Object, SQLType, int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateObject(String, Object, SQLType, int) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateObjectInternal(int, Object, Integer, int) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
Internal setObject implementation.
updateObjectInternal(int, Object, SQLType, int) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
Internal setObject implementation.
UpdateParams - com.mysql.cj.xdevapi中的类
Class collecting parameters for Table.update().
UpdateParams() - 类 的构造器com.mysql.cj.xdevapi.UpdateParams
 
updater - 类 中的变量com.mysql.cj.jdbc.result.UpdatableResultSet
PreparedStatement used to delete data
updateRef(int, Ref) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateRef(String, Ref) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
UpdateResult - com.mysql.cj.xdevapi中的类
A result from a statement that doesn't return a set of rows.
UpdateResult(StatementExecuteOk) - 类 的构造器com.mysql.cj.xdevapi.UpdateResult
Create a new result.
UpdateResultBuilder<T extends Result> - com.mysql.cj.xdevapi中的类
Result builder producing an UpdateResult instance.
UpdateResultBuilder() - 类 的构造器com.mysql.cj.xdevapi.UpdateResultBuilder
 
updateRow() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateRow() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateRowId(int, RowId) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateRowId(String, RowId) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updatesAreDetected(int) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
updateShort(int, short) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateShort(int, short) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateShort(String, short) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateShort(String, short) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
UpdateSpec - com.mysql.cj.xdevapi中的类
Representation of a single update operation in a list of operations to be performed by ModifyStatement.
UpdateSpec(UpdateType, String) - 类 的构造器com.mysql.cj.xdevapi.UpdateSpec
Constructor.
updateSQLXML(int, SQLXML) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateSQLXML(int, SQLXML) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateSQLXML(String, SQLXML) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateSQLXML(String, SQLXML) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
UpdateStatement - com.mysql.cj.xdevapi中的接口
A statement representing a set of row modifications.
UpdateStatementImpl - com.mysql.cj.xdevapi中的类
UpdateStatement implementation.
updateString(int, String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateString(int, String) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateString(String, String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateString(String, String) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateTime(int, Time) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateTime(int, Time) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateTime(String, Time) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateTime(String, Time) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateTimestamp(int, Timestamp) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateTimestamp(int, Timestamp) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
updateTimestamp(String, Timestamp) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
updateTimestamp(String, Timestamp) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
UpdateType - com.mysql.cj.xdevapi中的枚举
Update operation type.
UPSERT_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
url - 类 中的变量com.mysql.cj.jdbc.MysqlDataSource
The JDBC URL
useAffectedRows - com.mysql.cj.conf.PropertyKey
 
useAnsiQuotedIdentifiers() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
useAnsiQuotedIdentifiers() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
useAnsiQuotedIdentifiers() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
useBufferRowSizeThreshold - 类 中的变量com.mysql.cj.protocol.a.AbstractRowFactory
 
useBufferRowSizeThreshold - 类 中的变量com.mysql.cj.protocol.a.ResultsetRowReader
 
useColumnNamesInFindColumn - com.mysql.cj.conf.PropertyKey
 
useCompression - com.mysql.cj.conf.PropertyKey
 
useCompression - 类 中的变量com.mysql.cj.protocol.a.NativeProtocol
 
useConfigs - com.mysql.cj.conf.PropertyKey
 
useCursorFetch - com.mysql.cj.conf.PropertyKey
 
useCursorFetch - 类 中的变量com.mysql.cj.ServerPreparedQuery
 
useHostsInPrivileges - com.mysql.cj.conf.PropertyKey
 
useHostsInPrivileges - 类 中的变量com.mysql.cj.jdbc.DatabaseMetaData
 
useInformationSchema - com.mysql.cj.conf.PropertyKey
 
useLocalSessionState - com.mysql.cj.conf.PropertyKey
 
useLocalTransactionState - com.mysql.cj.conf.PropertyKey
 
useMultiResults() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
useMultiResults() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
useMultiResults() - 类 中的方法com.mysql.cj.protocol.x.XServerSession
 
useNanosForElapsedTime - com.mysql.cj.conf.PropertyKey
 
useNanosForElapsedTime - 类 中的变量com.mysql.cj.protocol.AbstractProtocol
 
useNanosForElapsedTime() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
useOldAliasMetadataBehavior - com.mysql.cj.conf.PropertyKey
 
useOnlyServerErrorMessages - com.mysql.cj.conf.PropertyKey
 
user - 类 中的变量com.mysql.cj.jdbc.MysqlDataSource
User name
USER - com.mysql.cj.conf.PropertyKey
The database user name.
useReadAheadInput - com.mysql.cj.conf.PropertyKey
 
UsernameCallback - com.mysql.cj.callback中的类
A callback that can be used to exchange username information to a callback handler owner.
UsernameCallback(String) - 类 的构造器com.mysql.cj.callback.UsernameCallback
 
usernameCallbackHandler - 类 中的变量com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
 
USES_VARIABLES_FALSE - 类 中的静态变量com.mysql.cj.jdbc.StatementImpl
 
USES_VARIABLES_TRUE - 类 中的静态变量com.mysql.cj.jdbc.StatementImpl
 
USES_VARIABLES_UNKNOWN - 类 中的静态变量com.mysql.cj.jdbc.StatementImpl
 
useServerPrepStmts - com.mysql.cj.conf.PropertyKey
 
usesLocalFilePerTable() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
usesLocalFiles() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
useSSL - com.mysql.cj.conf.PropertyKey
 
useStreamLengthsInPrepStmts - com.mysql.cj.conf.PropertyKey
 
useStreamLengthsInPrepStmts - 类 中的变量com.mysql.cj.ClientPreparedQuery
 
useUnbufferedInput - com.mysql.cj.conf.PropertyKey
 
useUsageAdvisor - com.mysql.cj.conf.PropertyKey
 
useUsageAdvisor - 类 中的变量com.mysql.cj.jdbc.result.ResultSetImpl
 
useUsageAdvisor - 类 中的变量com.mysql.cj.jdbc.StatementImpl
Should we use the usage advisor?
Util - com.mysql.cj.util中的类
Various utility methods for the driver.
Util() - 类 的构造器com.mysql.cj.util.Util
 
UtilCalendarValueEncoder - com.mysql.cj.protocol.a中的类
 
UtilCalendarValueEncoder() - 类 的构造器com.mysql.cj.protocol.a.UtilCalendarValueEncoder
 
UtilCalendarValueFactory - com.mysql.cj.result中的类
Value factory to create Calendar instances.
UtilCalendarValueFactory(PropertySet, TimeZone, TimeZone) - 类 的构造器com.mysql.cj.result.UtilCalendarValueFactory
 
UtilDateValueEncoder - com.mysql.cj.protocol.a中的类
 
UtilDateValueEncoder() - 类 的构造器com.mysql.cj.protocol.a.UtilDateValueEncoder
 

V

V_BOOL - com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
V_BOOL = 7;
V_BOOL_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
V_BOOL_VALUE - 枚举 中的静态变量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 - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
V_DOUBLE_VALUE - 枚举 中的静态变量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 - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
V_FLOAT_VALUE - 枚举 中的静态变量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 - 枚举 中的静态变量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 - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
V_OCTETS_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
V_OCTETS = 4;
V_SIGNED_INT_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
V_SINT - com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
V_SINT = 1;
V_SINT_VALUE - 枚举 中的静态变量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 - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
V_STRING_VALUE - 枚举 中的静态变量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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
V_UINT = 2;
V_UNSIGNED_INT_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
Validation() - 类 的构造器com.mysql.cj.xdevapi.Schema.Validation
 
value - 类 中的变量com.mysql.cj.conf.AbstractRuntimeProperty
 
value - 类 中的变量com.mysql.cj.NativeQueryBindValue
The value to store
value - 类 中的变量com.mysql.cj.util.Base64Decoder.IntWrapper
 
value - 枚举 中的变量com.mysql.cj.xdevapi.JsonLiteral
 
VALUE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
VALUE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
VALUE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
VALUE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
VALUE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
VALUE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
VALUE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
VALUE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
VALUE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
VALUE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
VALUE_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
valueAsString - 类 中的变量com.mysql.cj.conf.MemorySizeProperty
 
valueDecoder - 类 中的变量com.mysql.cj.protocol.a.AbstractRowFactory
 
valueDecoder - 类 中的变量com.mysql.cj.protocol.result.AbstractResultsetRow
 
ValueDecoder - com.mysql.cj.protocol中的接口
A value decoder is responsible for interpreting a byte array as a value.
valueEncoder - 类 中的变量com.mysql.cj.NativeQueryBindValue
 
ValueEncoder - com.mysql.cj.protocol中的接口
 
ValueFactory<T> - com.mysql.cj.result中的接口
A class implements the ValueFactory<T> interface to create value instances from intermediate forms.
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
已过时。
valueOf(int) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
已过时。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
返回带有指定名称的该类型的枚举常量。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.conf.BooleanPropertyDefinition.AllowableValues
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.conf.ConnectionUrl.HostsCardinality
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.conf.ConnectionUrl.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.conf.HostsListView
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.conf.PropertyDefinitions.AuthMech
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.conf.PropertyDefinitions.Compression
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.conf.PropertyDefinitions.DatabaseTerm
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.conf.PropertyDefinitions.SslMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.conf.PropertyDefinitions.XdevapiSslMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.conf.PropertyKey
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.jdbc.DatabaseMetaData.ProcedureType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.jdbc.DatabaseMetaData.TableType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema.FunctionConstant
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.MysqlType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin.AuthStage
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.protocol.a.NativeConstants.IntegerDataType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.protocol.a.NativeConstants.StringLengthDataType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.protocol.a.NativeConstants.StringSelfDataType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.protocol.Protocol.ProtocolEventListener.EventType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.protocol.Resultset.Concurrency
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.protocol.Resultset.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.protocol.x.CompressionMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.protocol.x.XpluginStatementCommand
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.Query.CancelStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.QueryReturnType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.sasl.ScramShaSaslClient.ScramExchangeStage
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.util.SaslPrep.StringType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.util.SearchMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.xdevapi.Client.ClientProperty
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.xdevapi.DatabaseObject.DbObjectStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.xdevapi.DatabaseObject.DbObjectType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.xdevapi.FilterParams.RowLock
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.xdevapi.FilterParams.RowLockOptions
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.xdevapi.JsonLiteral
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.xdevapi.PreparableStatement.PreparedState
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.xdevapi.Schema.Validation.ValidationLevel
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.xdevapi.Statement.LockContention
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.xdevapi.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.xdevapi.UpdateType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.mysql.cj.conf.BooleanPropertyDefinition.AllowableValues
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.conf.ConnectionUrl.HostsCardinality
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.conf.ConnectionUrl.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.conf.HostsListView
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.conf.PropertyDefinitions.AuthMech
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.conf.PropertyDefinitions.Compression
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.conf.PropertyDefinitions.DatabaseTerm
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.conf.PropertyDefinitions.SslMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.conf.PropertyDefinitions.XdevapiSslMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.conf.PropertyKey
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.jdbc.DatabaseMetaData.ProcedureType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.jdbc.DatabaseMetaData.TableType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema.FunctionConstant
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.MysqlType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin.AuthStage
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.protocol.a.NativeConstants.IntegerDataType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.protocol.a.NativeConstants.StringLengthDataType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.protocol.a.NativeConstants.StringSelfDataType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.protocol.Protocol.ProtocolEventListener.EventType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.protocol.Resultset.Concurrency
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.protocol.Resultset.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.protocol.x.CompressionMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.protocol.x.XpluginStatementCommand
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.Query.CancelStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.QueryReturnType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.sasl.ScramShaSaslClient.ScramExchangeStage
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.util.SaslPrep.StringType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.util.SearchMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.xdevapi.Client.ClientProperty
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.xdevapi.DatabaseObject.DbObjectStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.xdevapi.DatabaseObject.DbObjectType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.xdevapi.FilterParams.RowLock
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.xdevapi.FilterParams.RowLockOptions
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.xdevapi.JsonLiteral
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.xdevapi.PreparableStatement.PreparedState
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.xdevapi.Schema.Validation.ValidationLevel
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.xdevapi.Statement.LockContention
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.xdevapi.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.xdevapi.UpdateType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values(Object...) - 接口 中的方法com.mysql.cj.xdevapi.InsertStatement
Add a row (sequence of values) to this statement.
values(List<Object>) - 接口 中的方法com.mysql.cj.xdevapi.InsertStatement
Add a row (sequence of values) to this statement.
values(List<Object>) - 类 中的方法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 - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
VARIABLE_VALUE - 枚举 中的静态变量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() - 类 中的方法com.mysql.cj.xdevapi.AbstractFilterParams
 
verifyAllArgsBound() - 接口 中的方法com.mysql.cj.xdevapi.FilterParams
Verify that all arguments are bound.
verifyServerCertificate - com.mysql.cj.conf.PropertyKey
 
versionMeetsMinimum(int, int, int) - 类 中的方法com.mysql.cj.CoreSession
 
versionMeetsMinimum(int, int, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
versionMeetsMinimum(int, int, int) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
versionMeetsMinimum(int, int, int) - 接口 中的方法com.mysql.cj.protocol.Protocol
 
versionMeetsMinimum(int, int, int) - 类 中的方法com.mysql.cj.protocol.x.XProtocol
 
versionMeetsMinimum(int, int, int) - 接口 中的方法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 - 类 中的静态变量com.mysql.cj.jdbc.DatabaseMetaData
 
VIEW_ID_FIELD_NUMBER - 类 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
VOID - com.mysql.cj.util.SearchMode
Dummy search mode.

W

WARN_COND_ITEM_TRUNCATED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
WARN_NO_MASTER_INFO - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
已过时。
WARN_NO_SOURCE_INFO - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
WARN_ON_BLOCKHOLE_IN_RBR - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
WARN_OPTION_BELOW_LIMIT - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
WARN_OPTION_IGNORED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
WARN_PLUGIN_BUSY - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
WARN_PLUGIN_DELETE_BUILTIN - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
Warning - com.mysql.cj.protocol中的接口
 
Warning - 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 - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
WARNING = 1;
WARNING_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
WARNING = 2;
warningChain - 类 中的变量com.mysql.cj.jdbc.result.ResultSetImpl
The warning chain
warningChain - 类 中的变量com.mysql.cj.jdbc.StatementImpl
The warnings chain.
warningEncountered(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
Accumulate internal warnings as the SQLWarning chain.
warningEncountered(String) - 接口 中的方法com.mysql.cj.WarningListener
 
WarningImpl - com.mysql.cj.xdevapi中的类
Warning implementation
WarningImpl(Warning) - 类 的构造器com.mysql.cj.xdevapi.WarningImpl
Constructor.
WarningListener - com.mysql.cj中的接口
A warning listener is notified of warnings as they happen throughout the driver.
wasEmpty - 类 中的变量com.mysql.cj.protocol.a.result.AbstractResultsetRows
 
wasEmpty() - 类 中的方法com.mysql.cj.protocol.a.result.AbstractResultsetRows
 
wasEmpty() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
wasEmpty() - 接口 中的方法com.mysql.cj.protocol.ResultsetRows
Did this result set have no rows?
wasExplicitlySet - 类 中的变量com.mysql.cj.conf.AbstractRuntimeProperty
 
wasNull - 类 中的变量com.mysql.cj.protocol.result.AbstractResultsetRow
Did the previous value retrieval find a NULL?
wasNull() - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
wasNull() - 类 中的方法com.mysql.cj.jdbc.CallableStatementWrapper
 
wasNull() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
wasNull() - 类 中的方法com.mysql.cj.protocol.result.AbstractResultsetRow
 
wasNull() - 类 中的方法com.mysql.cj.protocol.x.XProtocolRow
 
wasNull() - 接口 中的方法com.mysql.cj.result.Row
Was the last value retrieved a NULL value?
WatchableOutputStream - com.mysql.cj.protocol中的类
A java.io.OutputStream used to write ASCII data into Blobs and Clobs
WatchableOutputStream() - 类 的构造器com.mysql.cj.protocol.WatchableOutputStream
 
WatchableStream - com.mysql.cj.protocol中的接口
 
WatchableWriter - com.mysql.cj.protocol中的类
A java.io.Writer used to write unicode data into Blobs and Clobs
WatchableWriter() - 类 的构造器com.mysql.cj.protocol.WatchableWriter
 
where(String) - 接口 中的方法com.mysql.cj.xdevapi.DeleteStatement
Add/replace the filter for the deletion.
where(String) - 类 中的方法com.mysql.cj.xdevapi.FilterableStatement
Add search condition to this statement.
where(String) - 类 中的方法com.mysql.cj.xdevapi.FindStatementImpl
已过时。
Deprecated in Connector/J 8.0.17. Please use filter criteria in the operation starting method.
where(String) - 类 中的方法com.mysql.cj.xdevapi.ModifyStatementImpl
已过时。
Deprecated in Connector/J 8.0.17. Please use filter criteria in the operation starting method.
where(String) - 类 中的方法com.mysql.cj.xdevapi.RemoveStatementImpl
已过时。
Deprecated in Connector/J 8.0.17. Please use filter criteria in the operation starting method.
where(String) - 接口 中的方法com.mysql.cj.xdevapi.SelectStatement
Add/replace the search condition for this query.
where(String) - 接口 中的方法com.mysql.cj.xdevapi.UpdateStatement
Add/replace the search criteria for this statement.
wildCompareIgnoreCase(String, String) - 类 中的静态方法com.mysql.cj.util.StringUtils
Compares searchIn against searchForWildcard with wildcards, in a case insensitive manner.
wrap(byte[], int, int) - 类 中的方法com.mysql.cj.sasl.ScramShaSaslClient
 
wrappedConn - 类 中的变量com.mysql.cj.jdbc.StatementWrapper
 
wrappedStmt - 类 中的变量com.mysql.cj.jdbc.StatementWrapper
 
wrapperStatement - 类 中的变量com.mysql.cj.jdbc.result.ResultSetImpl
 
write(byte[]) - 类 中的方法com.mysql.cj.protocol.x.CompressionSplittedOutputStream
write(byte[], int, int) - 接口 中的方法com.mysql.cj.protocol.WatchableStream
 
write(byte[], int, int) - 类 中的方法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) - 类 中的方法com.mysql.cj.protocol.x.CompressionSplittedOutputStream
writeAsBinary(Message) - 接口 中的方法com.mysql.cj.BindValue
 
writeAsBinary(Message) - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
writeAsQueryAttribute(Message) - 接口 中的方法com.mysql.cj.BindValue
 
writeAsQueryAttribute(Message) - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
writeAsText(Message) - 接口 中的方法com.mysql.cj.BindValue
 
writeAsText(Message) - 类 中的方法com.mysql.cj.NativeQueryBindValue
 
writeBytes(NativeConstants.StringLengthDataType, byte[]) - 类 中的方法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) - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Write len bytes from given byte array into internal buffer.
writeBytes(NativeConstants.StringSelfDataType, byte[]) - 类 中的方法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) - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Write len bytes from given byte array into internal buffer.
writeDate(Message, InternalDate) - 类 中的方法com.mysql.cj.protocol.a.AbstractValueEncoder
 
writeDateTime(Message, InternalTimestamp) - 类 中的方法com.mysql.cj.protocol.a.AbstractValueEncoder
 
writeDateTimeWithOffset(Message, InternalTimestamp) - 类 中的方法com.mysql.cj.protocol.a.AbstractValueEncoder
 
writeDelimitedTo(OutputStream) - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
writeInteger(NativeConstants.IntegerDataType, long) - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Write data according to provided Integer type.
writerClosed(char[]) - 类 中的方法com.mysql.cj.jdbc.Clob
 
writerClosed(WatchableWriter) - 类 中的方法com.mysql.cj.jdbc.Clob
 
writerClosed(WatchableWriter) - 接口 中的方法com.mysql.cj.protocol.WriterWatcher
Called when the Writer being watched has .close() called
WriterWatcher - 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.
writeTime(Message, InternalTime) - 类 中的方法com.mysql.cj.protocol.a.AbstractValueEncoder
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Error
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.Ok
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Capability
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Close
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxConnection.Compression
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Collection
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Column
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Delete
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.DropView
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Find
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Insert
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Limit
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Order
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Projection
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.Update
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Close
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxCursor.Open
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Close
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpect.Open
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Array
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Expr
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Object
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxExpr.Operator
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Frame
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxNotice.Warning
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxResultset.Row
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Close
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSession.Reset
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
 
writeTo(CodedOutputStream) - 类 中的方法com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
 
writeTo(OutputStream) - 类 中的方法com.mysql.cj.protocol.x.XMessage
 
WrongArgumentException - com.mysql.cj.exceptions中的异常错误
 
WrongArgumentException() - 异常错误 的构造器com.mysql.cj.exceptions.WrongArgumentException
 
WrongArgumentException(String) - 异常错误 的构造器com.mysql.cj.exceptions.WrongArgumentException
 
WrongArgumentException(String, Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.WrongArgumentException
 
WrongArgumentException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.mysql.cj.exceptions.WrongArgumentException
 
WrongArgumentException(Throwable) - 异常错误 的构造器com.mysql.cj.exceptions.WrongArgumentException
 

X

X509TrustManagerWrapper(boolean, String) - 类 的构造器com.mysql.cj.protocol.ExportControlled.X509TrustManagerWrapper
 
X509TrustManagerWrapper(X509TrustManager, boolean, String) - 类 的构造器com.mysql.cj.protocol.ExportControlled.X509TrustManagerWrapper
 
XA_DATA_SOURCE_CLASS_NAME - 类 中的静态变量com.mysql.cj.jdbc.MysqlDataSourceFactory
The class name for a MysqlXADataSource
XAuthenticationProvider - com.mysql.cj.protocol.x中的类
 
XAuthenticationProvider() - 类 的构造器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 - com.mysql.cj.conf.url中的类
 
XDevApiConnectionUrl(ConnectionUrlParser, Properties) - 类 的构造器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 - com.mysql.cj.conf.url中的类
 
XDevApiDnsSrvConnectionUrl(ConnectionUrlParser, Properties) - 类 的构造器com.mysql.cj.conf.url.XDevApiDnsSrvConnectionUrl
Constructs an instance of XDevApiDnsSrvConnectionUrl, performing all the required initializations.
XDevAPIError - com.mysql.cj.xdevapi中的异常错误
An Error returned from X DevAPI.
XDevAPIError(String) - 异常错误 的构造器com.mysql.cj.xdevapi.XDevAPIError
Create new XDevAPIError instance.
XDevAPIError(String, Throwable) - 异常错误 的构造器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
 
XMessage - com.mysql.cj.protocol.x中的类
 
XMessage(Message) - 类 的构造器com.mysql.cj.protocol.x.XMessage
 
XMessageBuilder - com.mysql.cj.protocol.x中的类
 
XMessageBuilder() - 类 的构造器com.mysql.cj.protocol.x.XMessageBuilder
 
XMessageHeader - com.mysql.cj.protocol.x中的类
 
XMessageHeader() - 类 的构造器com.mysql.cj.protocol.x.XMessageHeader
 
XMessageHeader(byte[]) - 类 的构造器com.mysql.cj.protocol.x.XMessageHeader
 
XML - com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
XML = 3;
XML_VALUE - 枚举 中的静态变量com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
XML = 3;
xorString(byte[], byte[], byte[], int) - 类 中的静态方法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 - com.mysql.cj.protocol.x中的枚举
 
XProtocol - com.mysql.cj.protocol.x中的类
Low-level interface to communications with X Plugin.
XProtocol(HostInfo, PropertySet) - 类 的构造器com.mysql.cj.protocol.x.XProtocol
 
XProtocolDecoder - com.mysql.cj.protocol.x中的类
 
XProtocolDecoder() - 类 的构造器com.mysql.cj.protocol.x.XProtocolDecoder
 
XProtocolError - com.mysql.cj.protocol.x中的异常错误
An Error returned from X Plugin.
XProtocolError(XProtocolError) - 异常错误 的构造器com.mysql.cj.protocol.x.XProtocolError
 
XProtocolError(Mysqlx.Error) - 异常错误 的构造器com.mysql.cj.protocol.x.XProtocolError
 
XProtocolError(String) - 异常错误 的构造器com.mysql.cj.protocol.x.XProtocolError
 
XProtocolError(String, Throwable) - 异常错误 的构造器com.mysql.cj.protocol.x.XProtocolError
 
XProtocolRow - com.mysql.cj.protocol.x中的类
ProtocolEntity representing an X Protocol result row.
XProtocolRow(MysqlxResultset.Row) - 类 的构造器com.mysql.cj.protocol.x.XProtocolRow
 
XProtocolRowFactory - com.mysql.cj.protocol.x中的类
Factory producing an XProtocolRow from protocol message.
XProtocolRowFactory() - 类 的构造器com.mysql.cj.protocol.x.XProtocolRowFactory
 
XProtocolRowInputStream - com.mysql.cj.protocol.x中的类
 
XProtocolRowInputStream(ColumnDefinition, XProtocol, Consumer<Notice>) - 类 的构造器com.mysql.cj.protocol.x.XProtocolRowInputStream
 
XProtocolRowInputStream(ColumnDefinition, Row, XProtocol, Consumer<Notice>) - 类 的构造器com.mysql.cj.protocol.x.XProtocolRowInputStream
 
XServerCapabilities - com.mysql.cj.protocol.x中的类
 
XServerCapabilities(Map<String, MysqlxDatatypes.Any>) - 类 的构造器com.mysql.cj.protocol.x.XServerCapabilities
 
XServerSession - com.mysql.cj.protocol.x中的类
 
XServerSession() - 类 的构造器com.mysql.cj.protocol.x.XServerSession
 
XSessionStateChanged(MysqlxNotice.Frame) - 类 的构造器com.mysql.cj.protocol.x.Notice.XSessionStateChanged
 
XSessionVariableChanged(MysqlxNotice.Frame) - 类 的构造器com.mysql.cj.protocol.x.Notice.XSessionVariableChanged
 
XWarning(MysqlxNotice.Frame) - 类 的构造器com.mysql.cj.protocol.x.Notice.XWarning
 

Y

year - 类 中的变量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 - 类 中的变量com.mysql.cj.jdbc.DatabaseMetaData
 
yearIsDateType - 类 中的变量com.mysql.cj.jdbc.result.ResultSetImpl
 
YES - com.mysql.cj.conf.BooleanPropertyDefinition.AllowableValues
 

Z

zeroDateTimeBehavior - com.mysql.cj.conf.PropertyKey
 
ZonedDateTimeValueEncoder - com.mysql.cj.protocol.a中的类
 
ZonedDateTimeValueEncoder() - 类 的构造器com.mysql.cj.protocol.a.ZonedDateTimeValueEncoder
 
ZonedDateTimeValueFactory - com.mysql.cj.result中的类
Value factory to create ZonedDateTime instances.
ZonedDateTimeValueFactory(PropertySet, TimeZone, TimeZone) - 类 的构造器com.mysql.cj.result.ZonedDateTimeValueFactory
 

_

__BSE_COM_MYM_HNT_WS - 枚举 中的静态变量com.mysql.cj.util.SearchMode
Search mode: allow backslash escape, skip block comments, skip line comments, skip MySQL markers, skip hint blocks and skip white space.
__BSE_MRK_COM_MYM_HNT_WS - 枚举 中的静态变量com.mysql.cj.util.SearchMode
Search mode: allow backslash escape, skip between markers, skip block comments, skip line comments, skip MySQL markers, skip hint blocks and skip white space.
__BSE_MRK_WS - 枚举 中的静态变量com.mysql.cj.util.SearchMode
Search mode: allow backslash escape, skip between markers and skip white space.
__COM_MYM_HNT_WS - 枚举 中的静态变量com.mysql.cj.util.SearchMode
Search mode: skip block comments, skip line comments, skip MySQL markers, skip hint blocks and skip white space.
__FULL - 枚举 中的静态变量com.mysql.cj.util.SearchMode
Full search mode: allow backslash escape, skip between markers, skip block comments, skip line comments, skip MySQL markers, skip hint blocks and skip white space.
__MRK_COM_MYM_HNT_WS - 枚举 中的静态变量com.mysql.cj.util.SearchMode
Search mode: skip between markers, skip block comments, skip line comments, skip MySQL markers, skip hint blocks and skip white space.
__MRK_WS - 枚举 中的静态变量com.mysql.cj.util.SearchMode
Search mode: skip between markers and skip white space.
__NONE - 枚举 中的静态变量com.mysql.cj.util.SearchMode
Empty search mode.
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 _ 
所有类 所有程序包