A B C D E F G H I J 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.ha.MultiHostMySQLConnection
 
abort(Executor) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
abortInternal() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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
 
AbstractDateTimeValueFactory<T> - com.mysql.cj.result中的类
 
AbstractDateTimeValueFactory(PropertySet) - 类 的构造器com.mysql.cj.result.AbstractDateTimeValueFactory
 
AbstractNumericValueFactory<T> - com.mysql.cj.result中的类
 
AbstractNumericValueFactory(PropertySet) - 类 的构造器com.mysql.cj.result.AbstractNumericValueFactory
 
AbstractPreparedQuery<T extends QueryBindings<?>> - com.mysql.cj中的类
 
AbstractPreparedQuery(NativeSession) - 类 的构造器com.mysql.cj.AbstractPreparedQuery
 
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
 
AbstractQueryBindings<T extends BindValue> - com.mysql.cj中的类
 
AbstractQueryBindings(int, Session) - 类 的构造器com.mysql.cj.AbstractQueryBindings
 
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
 
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.
addBatch() - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
addBatch() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
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
 
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
 
addListener(RuntimeProperty.RuntimePropertyListener) - 类 中的方法com.mysql.cj.conf.AbstractRuntimeProperty
 
addListener(RuntimeProperty.RuntimePropertyListener) - 接口 中的方法com.mysql.cj.conf.RuntimeProperty
Add listener for this property changes.
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.
addProperty(RuntimeProperty<?>) - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
addProperty(RuntimeProperty<?>) - 接口 中的方法com.mysql.cj.conf.PropertySet
 
addProtocolEntity(ProtocolEntity) - 接口 中的方法com.mysql.cj.protocol.ResultBuilder
Add ProtocolEntity.
ADDRESS - com.mysql.cj.conf.PropertyKey
The address value ("host:port") from the properties instance passed to the driver.
addRingZero(ExceptionInterceptor) - 类 中的方法com.mysql.cj.exceptions.ExceptionInterceptorChain
 
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.
addSlaveHost(String) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
 
addSlaveHost(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
Adds a host to the slaves hosts list.
addSlaveHost(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
addSlaveHost(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
addSlaveHost(String, String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
addSlaveHost(String, String) - 类 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManager
 
addSlaveHost(String, String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
 
addToGlobalBlacklist(String) - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
Adds a host to the blacklist.
addToGlobalBlacklist(String, long) - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
Adds a host to the blacklist with the given timeout.
adjustTimestampNanosPrecision(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.
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.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.
ALL - com.mysql.cj.conf.HostsListView
 
ALLOW_BACKSLASH_ESCAPE - com.mysql.cj.util.StringUtils.SearchMode
 
allowedOnClosedConnection(Method) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
Checks if the given method is allowed on closed connections.
allowLoadLocalInfile - com.mysql.cj.conf.PropertyKey
 
allowMasterDownConnections - com.mysql.cj.conf.PropertyKey
 
allowMasterDownConnections - 类 中的变量com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
allowMultiQueries - com.mysql.cj.conf.PropertyKey
 
allowNanAndInf - com.mysql.cj.conf.PropertyKey
 
allowPublicKeyRetrieval - com.mysql.cj.conf.PropertyKey
 
allowSlaveDownConnections - com.mysql.cj.conf.PropertyKey
 
allowSlaveDownConnections - 类 中的变量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
 
append(byte[]) - 类 中的方法com.mysql.cj.AppendingBatchVisitor
 
append(byte[]) - 接口 中的方法com.mysql.cj.BatchVisitor
 
appendAsHex(StringBuilder, byte[]) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
appendAsHex(StringBuilder, int) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
AppendingBatchVisitor - com.mysql.cj中的类
 
AppendingBatchVisitor() - 类 的构造器com.mysql.cj.AppendingBatchVisitor
 
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.
asBoolean() - 枚举 中的方法com.mysql.cj.conf.BooleanPropertyDefinition.AllowableValues
 
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
 
asSql() - 类 中的方法com.mysql.cj.AbstractPreparedQuery
 
asSql() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
asSql() - 接口 中的方法com.mysql.cj.PreparedQuery
 
asSql(boolean) - 类 中的方法com.mysql.cj.AbstractPreparedQuery
 
asSql(boolean) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
asSql(boolean) - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
asSql(boolean) - 接口 中的方法com.mysql.cj.PreparedQuery
 
AUTH_411_OVERHEAD - 类 中的静态变量com.mysql.cj.protocol.a.NativeAuthenticationProvider
 
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中的接口
 
authProvider - 类 中的变量com.mysql.cj.protocol.AbstractProtocol
 
autoClosePStmtStreams - com.mysql.cj.conf.PropertyKey
 
autoClosePStmtStreams - 类 中的变量com.mysql.cj.AbstractPreparedQuery
 
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
 

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中的类
 
BaseMetricsHolder - com.mysql.cj.log中的类
 
BaseMetricsHolder() - 类 的构造器com.mysql.cj.log.BaseMetricsHolder
 
batchCommandIndex - 类 中的变量com.mysql.cj.AbstractPreparedQuery
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)?
BatchVisitor - com.mysql.cj中的接口
 
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.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_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
 
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(SocketAddress) - 类 中的方法com.mysql.cj.protocol.TlsAsynchronousSocketChannel
 
BindValue - com.mysql.cj中的接口
 
bindValues - 类 中的变量com.mysql.cj.AbstractQueryBindings
Bind values for individual fields
BIT - com.mysql.cj.MysqlType
BIT[(M)] A bit-field type.
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
 
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中的枚举
 
BooleanValueFactory - com.mysql.cj.result中的类
A value factory for creating Boolean values.
BooleanValueFactory(PropertySet) - 类 的构造器com.mysql.cj.result.BooleanValueFactory
 
boundBeforeExecutionNum - 类 中的变量com.mysql.cj.ServerPreparedQueryBindValue
 
bufferType - 类 中的变量com.mysql.cj.ServerPreparedQueryBindValue
 
build() - 接口 中的方法com.mysql.cj.protocol.ResultBuilder
Build the result using already added protocol instances.
buildClose() - 接口 中的方法com.mysql.cj.MessageBuilder
 
buildClose() - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildCollationMapping() - 类 中的方法com.mysql.cj.NativeSession
Builds the map needed for 4.1.0 and newer servers that maps field-level charset/collation info to a java character encoding name.
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, String) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildComQuery(NativePacketPayload, String, String) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
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
 
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
 
buildFrom(String) - 类 中的静态方法com.mysql.cj.util.DnsSrv.SrvRecord
 
buildHostInfo(String, int, String, String, boolean, 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
 
buildSqlStatement(String) - 接口 中的方法com.mysql.cj.MessageBuilder
 
buildSqlStatement(String) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
buildSqlStatement(String, List<Object>) - 接口 中的方法com.mysql.cj.MessageBuilder
 
buildSqlStatement(String, List<Object>) - 类 中的方法com.mysql.cj.protocol.a.NativeMessageBuilder
 
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
 
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
 
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
 
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.ServerPreparedQueryBindValue
 
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中的类
 
callableStmtCacheSize - com.mysql.cj.conf.PropertyKey
 
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
 
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
 
canRewrite(String, boolean, int, int) - 类 中的静态方法com.mysql.cj.ParseInfo
 
canRewriteAsMultiValueInsertAtSqlLevel() - 类 中的方法com.mysql.cj.ParseInfo
 
CATALOG - com.mysql.cj.conf.PropertyDefinitions.DatabaseTerm
 
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
 
changeDatabase(String) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
changeDatabase(String) - 接口 中的方法com.mysql.cj.protocol.Protocol
 
changeUser(ServerSession, String, String, String) - 类 中的方法com.mysql.cj.protocol.a.NativeAuthenticationProvider
Re-authenticates as the given user and password
changeUser(ServerSession, String, String, String) - 接口 中的方法com.mysql.cj.protocol.AuthenticationProvider
Re-authenticates as the given user and password
changeUser(String, String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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.NativeProtocol
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.Session
Re-authenticates as the given user and password
channel - 类 中的变量com.mysql.cj.protocol.SerializingBufferWriter
 
CHAR - com.mysql.cj.MysqlType
[NATIONAL] CHAR[(M)] [CHARACTER SET charset_name] [COLLATE collation_name] A fixed-length string that is always right-padded with spaces to the specified length when stored.
characterEncoding - com.mysql.cj.conf.PropertyKey
 
characterEncoding - 类 中的变量com.mysql.cj.CoreSession
 
characterSetNamesMatches(String) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
characterSetNamesMatches(String) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
characterSetResults - com.mysql.cj.conf.PropertyKey
 
charEncoding - 类 中的变量com.mysql.cj.AbstractQuery
The character encoding to use (if available)
charEncoding - 类 中的变量com.mysql.cj.AbstractQueryBindings
 
charEncoding - 类 中的变量com.mysql.cj.jdbc.StatementImpl
The character encoding to use (if available)
charEncoding - 类 中的变量com.mysql.cj.ServerPreparedQueryBindValue
 
CHARSET_NAME_TO_CHARSET - 类 中的静态变量com.mysql.cj.CharsetMapping
 
CHARSET_NAME_TO_COLLATION_INDEX - 类 中的静态变量com.mysql.cj.CharsetMapping
 
charsetMap - 类 中的静态变量com.mysql.cj.jdbc.ConnectionImpl
The mapping between MySQL charset names and Java charset names.
CharsetMapping - com.mysql.cj中的类
Mapping between MySQL charset names and Java charset names.
CharsetMapping() - 类 的构造器com.mysql.cj.CharsetMapping
 
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.AbstractQueryBindings
 
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.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(NativePacketPayload) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
checkForCharsetMismatch() - 类 中的方法com.mysql.cj.NativeSession
Determines if the database charset is the same as the platform charset
checkForCharsetMismatch() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
Determines if the database charset is the same as the platform charset
checkForDml(String, char) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
Checks if the given SQL query with the given first non-ws char is a DML statement.
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.AbstractPreparedQuery
Method checkNullOrEmptyQuery.
checkNullOrEmptyQuery(String) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
Method checkNullOrEmptyQuery.
checkNullOrEmptyQuery(String) - 接口 中的方法com.mysql.cj.PreparedQuery
 
checkParameterSet(int) - 类 中的方法com.mysql.cj.AbstractQueryBindings
 
checkParameterSet(int) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
checkParameterSet(int) - 接口 中的方法com.mysql.cj.QueryBindings
 
checkParameterSet(int) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
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 slaves 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.ha.MultiHostMySQLConnection
 
cleanup(Throwable) - 接口 中的方法com.mysql.cj.MysqlConnection
Destroys this connection and any underlying resources.
clearBatch() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
clearBatch() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
clearBatchedArgs() - 类 中的方法com.mysql.cj.AbstractQuery
 
clearBatchedArgs() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
clearBatchedArgs() - 接口 中的方法com.mysql.cj.Query
 
clearBindValues() - 类 中的方法com.mysql.cj.AbstractQueryBindings
 
clearBindValues() - 接口 中的方法com.mysql.cj.QueryBindings
 
clearHasTriedMaster() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
已过时。
clearHasTriedMaster() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
已过时。
clearHasTriedMaster() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
已过时。
clearHasTriedMaster() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
已过时。
clearInputStream() - 类 中的方法com.mysql.cj.NativeSession
 
clearInputStream() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
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".
clearParameters() - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
clearParameters() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
clearParameters() - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
clearParameters(boolean) - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
clearWarnings() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
clearWarnings() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
clearWarnings() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
clearWarnings() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
clearWarningsCalled - 类 中的变量com.mysql.cj.AbstractQuery
Has clearWarnings() been called?
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_FOUND_ROWS - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
CLIENT_INTERACTIVE - 类 中的静态变量com.mysql.cj.protocol.a.NativeServerSession
 
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_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_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
 
clientCertificateKeyStorePassword - com.mysql.cj.conf.PropertyKey
 
clientCertificateKeyStoreType - com.mysql.cj.conf.PropertyKey
 
clientCertificateKeyStoreUrl - com.mysql.cj.conf.PropertyKey
 
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.
ClientPreparedQuery - com.mysql.cj中的类
 
ClientPreparedQuery(NativeSession) - 类 的构造器com.mysql.cj.ClientPreparedQuery
 
ClientPreparedQueryBindings - com.mysql.cj中的类
 
ClientPreparedQueryBindings(int, Session) - 类 的构造器com.mysql.cj.ClientPreparedQueryBindings
 
ClientPreparedQueryBindValue - com.mysql.cj中的类
 
ClientPreparedQueryBindValue() - 类 的构造器com.mysql.cj.ClientPreparedQueryBindValue
 
ClientPreparedQueryBindValue(ClientPreparedQueryBindValue) - 类 的构造器com.mysql.cj.ClientPreparedQueryBindValue
 
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, ParseInfo) - 类 的构造器com.mysql.cj.jdbc.ClientPreparedStatement
Creates a new PreparedStatement object.
clientPrepareStatement(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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.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.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.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.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.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
 
clone() - 类 中的方法com.mysql.cj.AbstractQueryBindings
 
clone() - 接口 中的方法com.mysql.cj.BindValue
 
clone() - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
clone() - 类 中的方法com.mysql.cj.ClientPreparedQueryBindValue
 
clone() - 类 中的方法com.mysql.cj.jdbc.CallableStatement.CallableStatementParam
 
clone() - 类 中的方法com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
 
clone() - 接口 中的方法com.mysql.cj.QueryBindings
 
clone() - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
clone() - 类 中的方法com.mysql.cj.ServerPreparedQueryBindValue
 
close() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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.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.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.TlsAsynchronousSocketChannel
 
close() - 类 中的方法com.mysql.cj.protocol.WatchableOutputStream
 
close() - 类 中的方法com.mysql.cj.protocol.WatchableWriter
 
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
 
closeOwner(boolean) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
closeOwner(boolean) - 接口 中的方法com.mysql.cj.protocol.ResultsetRowsOwner
 
closeQuery() - 类 中的方法com.mysql.cj.AbstractPreparedQuery
 
closeQuery() - 类 中的方法com.mysql.cj.AbstractQuery
 
closeQuery() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
closeQuery() - 接口 中的方法com.mysql.cj.Query
 
closeQuery() - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
closeQuery() - 类 中的方法com.mysql.cj.ServerPreparedQueryTestcaseGenerator
 
COLLATION_INDEX_TO_CHARSET - 类 中的静态变量com.mysql.cj.CharsetMapping
 
COLLATION_INDEX_TO_COLLATION_NAME - 类 中的静态变量com.mysql.cj.CharsetMapping
 
COLLATION_NOT_DEFINED - 类 中的静态变量com.mysql.cj.CharsetMapping
 
collectHostsInfo(ConnectionUrlParser) - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Collects the hosts information from the ConnectionUrlParser.
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.
columnCount - 类 中的变量com.mysql.cj.protocol.a.ColumnDefinitionFactory
 
columnDefinition - 类 中的变量com.mysql.cj.AbstractQueryBindings
 
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
 
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.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.exceptions - 程序包 com.mysql.cj.jdbc.exceptions
 
com.mysql.cj.jdbc.ha - 程序包 com.mysql.cj.jdbc.ha
 
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.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.result - 程序包 com.mysql.cj.result
 
com.mysql.cj.util - 程序包 com.mysql.cj.util
 
com.mysql.cj.xdevapi - 程序包 com.mysql.cj.xdevapi
 
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
 
commit() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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().
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
 
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(Integer, Void) - 类 中的方法com.mysql.cj.protocol.TlsAsynchronousSocketChannel
Completion handler for a read.
completed(Long, Void) - 类 中的方法com.mysql.cj.protocol.SerializingBufferWriter
Completion handler for channel writes.
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
 
computeBatchSize(int) - 类 中的方法com.mysql.cj.AbstractPreparedQuery
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.AbstractPreparedQuery
 
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.
configureCharacterSets() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
configureCharacterSets() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
configureClientCharacterSet(boolean) - 类 中的方法com.mysql.cj.NativeSession
Sets up client character set.
configureTimezone() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
Configures the client's timezone if required.
configureTimezone() - 接口 中的方法com.mysql.cj.protocol.Protocol
 
conn - 类 中的变量com.mysql.cj.jdbc.DatabaseMetaData
The connection to the database
connect(HostInfo, String, String, String, int, TransactionEventHandler) - 类 中的方法com.mysql.cj.NativeSession
 
connect(ServerSession, String, String, String) - 类 中的方法com.mysql.cj.protocol.a.NativeAuthenticationProvider
Initialize communications with the MySQL server.
connect(ServerSession, String, String, String) - 接口 中的方法com.mysql.cj.protocol.AuthenticationProvider
 
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.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.NativeProtocol
 
connect(String, String, String) - 接口 中的方法com.mysql.cj.protocol.Protocol
Create a new session.
connect(String, Properties) - 类 中的方法com.mysql.cj.jdbc.NonRegisteringDriver
Try to make a database connection to the given URL.
connect(SocketAddress) - 类 中的方法com.mysql.cj.protocol.TlsAsynchronousSocketChannel
 
connect(SocketAddress, A, CompletionHandler<Void, ? super A>) - 类 中的方法com.mysql.cj.protocol.TlsAsynchronousSocketChannel
 
connection - 类 中的变量com.mysql.cj.jdbc.result.ResultSetImpl
The Connection instance that created us
connection - 类 中的变量com.mysql.cj.jdbc.StatementImpl
The connection that created us
connectionAttributes - com.mysql.cj.conf.PropertyKey
 
connectionCollation - com.mysql.cj.conf.PropertyKey
 
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.
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.
connectTimeout - com.mysql.cj.conf.PropertyKey
 
Constants - com.mysql.cj中的类
Represents various constants used in the driver.
consumeEvent(ProfilerEvent) - 接口 中的方法com.mysql.cj.log.ProfilerEventHandler
 
containsOnDuplicateKeyInString(String) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
containsOnDuplicateKeyUpdateInSQL() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
containsOnDuplicateKeyUpdateInSQL() - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
containsOnDuplicateKeyUpdateInSQL() - 类 中的方法com.mysql.cj.ParseInfo
 
continueBatchOnError - com.mysql.cj.conf.PropertyKey
 
continueBatchOnError - 类 中的变量com.mysql.cj.jdbc.StatementImpl
 
CONVERT_TO_NULL - com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior
 
convertShowWarningsToSQLWarnings(int, 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
 
createArrayOf(String, Object[]) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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.ha.MultiHostMySQLConnection
 
createClob() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
createClob() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
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.StringValueFactory
Interpret the given byte array as a string.
createFromBytes(byte[], int, int, Field) - 接口 中的方法com.mysql.cj.result.ValueFactory
 
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
 
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(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.
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.
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.LocalTimeValueFactory
 
createFromYear(long) - 类 中的方法com.mysql.cj.result.SqlTimeValueFactory
 
createFromYear(long) - 类 中的方法com.mysql.cj.result.StringValueFactory
 
createFromYear(long) - 接口 中的方法com.mysql.cj.result.ValueFactory
 
createFunctionColumnsFields() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
createIndexInfoFields() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
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.ha.MultiHostMySQLConnection
 
createNewIO(boolean) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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.
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.ha.MultiHostMySQLConnection
 
createStatement() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
createStatement() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
createStatement(int, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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.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.ha.MultiHostMySQLConnection
 
createTablesFields() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
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
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.

D

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中的枚举
 
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
 
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_BUF_LEN - 类 中的静态变量com.mysql.cj.protocol.a.MysqlTextValueDecoder
Buffer length of MySQL date string: 'YYYY-MM-DD'.
DATETIME - com.mysql.cj.MysqlType
DATETIME[(fsp)] A date and time combination.
day - 类 中的变量com.mysql.cj.protocol.InternalDate
 
db - 类 中的变量com.mysql.cj.jdbc.result.ResultSetImpl
The database that was in use when we were created
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
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.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_UNSIGNED - com.mysql.cj.MysqlType
DECIMAL[(M[,D])] UNSIGNED [ZEROFILL]
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
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
decodeMysqlThreeByteInteger(byte[]) - 类 中的静态方法com.mysql.cj.protocol.a.NativeUtils
 
decodeMysqlThreeByteInteger(byte[], int) - 类 中的静态方法com.mysql.cj.protocol.a.NativeUtils
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
decrement() - 类 中的方法com.mysql.cj.AppendingBatchVisitor
 
decrement() - 接口 中的方法com.mysql.cj.BatchVisitor
 
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_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
 
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
 
deleteRow() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
deleteRow() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
deletesAreDetected(int) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
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.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.log.ProfilerEventHandler
 
destroy() - 类 中的方法com.mysql.cj.NoSubInterceptorWrapper
 
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
 
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
 
dnsSrv - com.mysql.cj.conf.PropertyKey
 
DnsSrv - com.mysql.cj.util中的类
 
DnsSrv() - 类 的构造器com.mysql.cj.util.DnsSrv
 
DnsSrv.SrvRecord - com.mysql.cj.util中的类
 
doDebug - 类 中的变量com.mysql.cj.protocol.ReadAheadInputStream
 
doEscapeProcessing - 类 中的变量com.mysql.cj.jdbc.StatementImpl
Should we process escape codes?
doesMaxRowSizeIncludeBlobs() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
doesPlatformDbCharsetMatches() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
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_UNSIGNED - com.mysql.cj.MysqlType
DOUBLE[(M,D)] UNSIGNED [ZEROFILL]
DoubleValueFactory - com.mysql.cj.result中的类
A value factory for creating double values.
DoubleValueFactory(PropertySet) - 类 的构造器com.mysql.cj.result.DoubleValueFactory
 
Driver - com.mysql.cj.jdbc中的类
The Java SQL framework allows for multiple database drivers.
Driver() - 类 的构造器com.mysql.cj.jdbc.Driver
Construct a new driver and register it with DriverManager
dumpAsHex(byte[], int) - 类 中的静态方法com.mysql.cj.util.StringUtils
Returns the given bytes as a hex and ascii dump (up to length bytes).
dumpPacketRingBuffer() - 类 中的方法com.mysql.cj.NativeSession
 
dumpPacketRingBuffer() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
dumpQueriesOnException - com.mysql.cj.conf.PropertyKey
 
dumpQueriesOnException - 类 中的变量com.mysql.cj.jdbc.StatementImpl
 
dumpTestcaseQuery(String) - 类 中的静态方法com.mysql.cj.util.TestUtils
 

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
 
enabledSSLCipherSuites - com.mysql.cj.conf.PropertyKey
 
enabledTLSProtocols - com.mysql.cj.conf.PropertyKey
 
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
 
encodeMysqlThreeByteInteger(int) - 类 中的静态方法com.mysql.cj.protocol.a.NativeUtils
 
encodeMysqlThreeByteInteger(int, byte[], int) - 类 中的静态方法com.mysql.cj.protocol.a.NativeUtils
 
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
 
endOfCurrentData - 类 中的变量com.mysql.cj.protocol.ReadAheadInputStream
 
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',...)
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.ServerVersion
 
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_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_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_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_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_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_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_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_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_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_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_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_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_SLAVE_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODE - 类 中的静态变量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_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_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_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_MEMBER_TO_UPDATE - 类 中的静态变量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_CANNOT_DISABLE_NOTICE - 类 中的静态变量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_NUM_ARGUMENTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CURSOR_EXISTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_DOC_ID_DUPLICATE - 类 中的静态变量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_EXPECT_BAD_CONDITION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPECT_BAD_CONDITION_VALUE - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPECT_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_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_MISSING_ARGUMENT - 类 中的静态变量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_CODE_NULL_LOAD_BALANCED_CONNECTION - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
ERROR_CODE_REPLICATION_CONNECTION_WITH_NO_HOSTS - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
escapeLiteral(String) - 类 中的静态方法com.mysql.cj.xdevapi.ExprUnparser
Escape a string literal.
escapeQuote(String, String) - 类 中的静态方法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.
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.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()
execSQL(Query, String, int, NativePacketPayload, boolean, ProtocolEntityFactory<T, NativePacketPayload>, ColumnDefinition, boolean) - 类 中的方法com.mysql.cj.NativeSession
Send a query to the server.
execute() - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
execute() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
execute(String) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
execute(String, int) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
execute(String, int[]) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
execute(String, String[]) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeBatch() - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
executeBatch() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeBatchedInserts(int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
Rewrites the already prepared statement into a multi-value insert statement of 'statementsPerBatch' values and executes the entire batch using this new statement.
executeBatchInternal() - 类 中的方法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
 
executeLargeUpdate() - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
executeLargeUpdate() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
executeLargeUpdate(String) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeLargeUpdate(String, int) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeLargeUpdate(String, int[]) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeLargeUpdate(String, String[]) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeMetadataQuery(PreparedStatement) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
executePreparedBatchAsMultiStatement(int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
Rewrites the already prepared statement into a multi-statement query of 'statementsPerBatch' values and executes the entire batch using this new statement.
executeQuery() - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
executeQuery() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
executeQuery(String) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeSimpleNonQuery(JdbcConnection, String) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
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.NoSubInterceptorWrapper
 
executeUpdate() - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
executeUpdate() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
executeUpdate(String) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeUpdate(String, int) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeUpdate(String, int[]) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
executeUpdate(String, String[]) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
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
 
expandPropertiesFromConfigFiles(Map<String, String>) - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Expands the connection argument "useConfig" by reading the mentioned configuration files.
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
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(Properties, int) - 接口 中的方法com.mysql.cj.jdbc.JdbcPropertySet
Exposes all ConnectionPropertyInfo instances as DriverPropertyInfo
exposeAsDriverPropertyInfo(Properties, int) - 类 中的方法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
 
ExprUnparser - com.mysql.cj.xdevapi中的类
Serializer utility for dealing with X Protocol expression trees.
ExprUnparser() - 类 的构造器com.mysql.cj.xdevapi.ExprUnparser
 
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.SerializingBufferWriter
 
failed(Throwable, Void) - 类 中的方法com.mysql.cj.protocol.TlsAsynchronousSocketChannel
 
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.
failOverReadOnly - com.mysql.cj.conf.PropertyKey
 
FALSE - com.mysql.cj.conf.BooleanPropertyDefinition.AllowableValues
 
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
 
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
 
fetchDirection - 类 中的变量com.mysql.cj.jdbc.result.ResultSetImpl
The direction to fetch rows (always FETCH_FORWARD)
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...
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_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
 
fields - 类 中的变量com.mysql.cj.result.DefaultColumnDefinition
 
fillSendPacket() - 类 中的方法com.mysql.cj.AbstractPreparedQuery
Creates the packet that contains the query to be sent to the server.
fillSendPacket() - 接口 中的方法com.mysql.cj.PreparedQuery
 
fillSendPacket() - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
fillSendPacket(QueryBindings<?>) - 类 中的方法com.mysql.cj.AbstractPreparedQuery
Creates the packet that contains the query to be sent to the server.
fillSendPacket(QueryBindings<?>) - 接口 中的方法com.mysql.cj.PreparedQuery
 
fillSendPacket(QueryBindings<?>) - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
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
 
findMysqlType(PropertySet, int, short, long, LazyString, LazyString, int, String) - 类 中的静态方法com.mysql.cj.protocol.a.NativeProtocol
 
findStartOfStatement(String) - 类 中的静态方法com.mysql.cj.jdbc.StatementImpl
 
findStartOfStatement(String) - 类 中的静态方法com.mysql.cj.ParseInfo
 
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.
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.
FLOAT - com.mysql.cj.MysqlType
FLOAT[(M,D)] [UNSIGNED] [ZEROFILL] A small (single-precision) floating-point number.
FLOAT_UNSIGNED - com.mysql.cj.MysqlType
FLOAT[(M,D)] UNSIGNED [ZEROFILL]
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.
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.
FORWARD_ONLY - com.mysql.cj.protocol.Resultset.Type
The constant indicating the type for a Resultset object whose cursor may move only forward.
free() - 类 中的方法com.mysql.cj.jdbc.Blob
 
free() - 类 中的方法com.mysql.cj.jdbc.BlobFromLocator
 
free() - 类 中的方法com.mysql.cj.jdbc.Clob
 
free() - 类 中的方法com.mysql.cj.jdbc.MysqlSQLXML
 
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
 
FUNCTION - com.mysql.cj.jdbc.DatabaseMetaData.ProcedureType
 
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
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.
GEOMETRY - com.mysql.cj.MysqlType
Top class for Spatial Data Types Protocol: FIELD_TYPE_GEOMETRY = 255
get() - 类 中的方法com.mysql.cj.util.LazyString
 
get(int) - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
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.ReplicationGroupManager
 
getActiveMasterHostCount(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
 
getActiveMySQLConnection() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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
 
getActiveSlaveHostCount(String) - 类 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManager
 
getActiveSlaveHostCount(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
 
getActiveStatementCount() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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.
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
 
getArray(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
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.result.ResultSetImpl
 
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
 
getAsynchronousSocketChannel() - 类 中的方法com.mysql.cj.protocol.a.NativeSocketConnection
 
getAsynchronousSocketChannel() - 接口 中的方法com.mysql.cj.protocol.SocketConnection
 
getAttributes(String, String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getAuthenticationProvider() - 类 中的方法com.mysql.cj.protocol.AbstractProtocol
 
getAuthenticationProvider() - 接口 中的方法com.mysql.cj.protocol.Protocol
 
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.ha.MultiHostMySQLConnection
 
getAutoIncrementIncrement() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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.
getBatchCommandIndex() - 类 中的方法com.mysql.cj.AbstractPreparedQuery
 
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(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getBigDecimal(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getBigDecimal(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getBigDecimal(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getBigDecimal(int, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
已过时。
getBigDecimal(int, int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
已过时。
getBigDecimal(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getBigDecimal(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
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.
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.ServerPreparedQueryBindings
Returns the structure representing the value that (can be)/(is) bound at the given parameter index.
getBindValues() - 类 中的方法com.mysql.cj.AbstractQueryBindings
 
getBindValues() - 接口 中的方法com.mysql.cj.QueryBindings
 
getBlob(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
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.result.ResultSetImpl
 
getBoolean(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getBoolean(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getBoolean(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getBoolean(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getBoolean(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getBoolean(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
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
 
getBoundLength() - 类 中的方法com.mysql.cj.ServerPreparedQueryBindValue
 
getBuffer() - 类 中的方法com.mysql.cj.protocol.a.NativePacketHeader
 
getBuffer() - 接口 中的方法com.mysql.cj.protocol.MessageHeader
 
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.ParameterBindings
 
getByte(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getByte(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getByte(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getByte(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
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.
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.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(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
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.AbstractQueryBindings
 
getBytesRepresentation(int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
getBytesRepresentation(int) - 接口 中的方法com.mysql.cj.jdbc.JdbcPreparedStatement
 
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.ClientPreparedQueryBindValue
 
getByteValue() - 类 中的方法com.mysql.cj.ServerPreparedQueryBindValue
 
getCachedMetaData(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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_.
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
 
getCapabilityFlags() - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
getCapabilityFlags() - 接口 中的方法com.mysql.cj.protocol.ServerCapabilities
 
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.ha.MultiHostMySQLConnection
 
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.
getCharacterSetMetadata() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getCharacterSetMetadata() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getCharacterSetMetadata() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
getCharacterSetMetadata() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getCharacterSetMetadata() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getCharacterSetResultsOnServer() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getCharacterSetResultsOnServer() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
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.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.result.ResultSetImpl
 
getCharsetForHandshake(String, ServerVersion) - 接口 中的静态方法com.mysql.cj.protocol.AuthenticationProvider
Get the MySQL collation index for the handshake packet.
getClassName() - 枚举 中的方法com.mysql.cj.MysqlType
 
getClientInfo() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getClientInfo() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getClientInfo(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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, String) - 接口 中的方法com.mysql.cj.jdbc.ClientInfoProvider
Returns the client info for the connection that this provider instance belongs to.
getClientInfoProperties() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getClientInfoProviderImpl() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getClientInfoProviderImpl() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getClientInfoProviderImpl() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
getClientParam() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getClientParam() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getClob(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
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.result.ResultSetImpl
 
getClosedHosts() - 类 中的方法com.mysql.cj.jdbc.ConnectionGroup
 
getCollationIndex() - 类 中的方法com.mysql.cj.result.Field
 
getCollationIndexForJavaEncoding(String, ServerVersion) - 类 中的静态方法com.mysql.cj.CharsetMapping
 
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
 
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(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
getColumnLabelToIndex() - 接口 中的方法com.mysql.cj.protocol.ColumnDefinition
 
getColumnLabelToIndex() - 类 中的方法com.mysql.cj.result.DefaultColumnDefinition
 
getColumnName(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
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(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
 
getConcurrency() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getConcurrency() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
getConnection() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getConnection() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getConnection() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getConnection() - 接口 中的方法com.mysql.cj.protocol.ResultsetRowsOwner
 
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
 
getConnectionCountWithHostAsSlave(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
 
getConnectionCountWithHostAsSlave(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).
getConnectionMutex() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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.
getCoreParameterIndex(int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
getCreateParams() - 枚举 中的方法com.mysql.cj.MysqlType
 
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
 
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.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(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.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.
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.ParameterBindings
 
getDate(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getDate(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getDate(int, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getDate(int, Calendar) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getDate(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getDate(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getDate(String, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getDate(String, Calendar) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getDateTimePattern(String, boolean) - 类 中的静态方法com.mysql.cj.util.TimeUtil
Used in prepared statements
getDay() - 类 中的方法com.mysql.cj.protocol.InternalDate
 
getDecimals() - 类 中的方法com.mysql.cj.result.Field
 
getDefaultHost() - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Returns the default host.
getDefaultPassword() - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Returns the default password.
getDefaultPort() - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Returns the default port.
getDefaultTimeZone() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getDefaultTimeZone() - 接口 中的方法com.mysql.cj.protocol.ServerSession
The default time zone used to marshall date/time values to/from the server.
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.
getDescription() - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
getDescription() - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
Returns the property description.
getDnsSrvPropertyKey() - 枚举 中的方法com.mysql.cj.conf.ConnectionUrl.Type
 
getDouble(byte[], int, int) - 类 中的静态方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
getDouble(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getDouble(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getDouble(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getDouble(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getDouble(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getDouble(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getDriverMajorVersion() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getDriverMinorVersion() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getDriverName() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getDriverVersion() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getDurationUnits() - 接口 中的方法com.mysql.cj.log.ProfilerEvent
Returns the units for getEventDuration()
getEncoding() - 类 中的方法com.mysql.cj.result.Field
Returns the Java encoding for this field.
getEncodingForHandshake() - 类 中的方法com.mysql.cj.protocol.a.NativeAuthenticationProvider
Get the Java encoding to be used for the handshake response.
getEncodingForHandshake() - 接口 中的方法com.mysql.cj.protocol.AuthenticationProvider
 
getEncodingForIndex(int) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getEncodingForIndex(int) - 接口 中的方法com.mysql.cj.protocol.ServerSession
Returns the Java character encoding name for the given MySQL server collation index
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
 
getErrorCode() - 异常错误 中的方法com.mysql.cj.jdbc.exceptions.MysqlDataTruncation
 
getErrorMessageEncoding() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getErrorMessageEncoding() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getEventCreationPointAsString() - 接口 中的方法com.mysql.cj.log.ProfilerEvent
Returns the description of where the event was created.
getEventCreationTime() - 接口 中的方法com.mysql.cj.log.ProfilerEvent
Returns the time (in System.currentTimeMillis() form) when this event was created.
getEventDuration() - 接口 中的方法com.mysql.cj.log.ProfilerEvent
Returns the duration of the event in milliseconds
getEventType() - 接口 中的方法com.mysql.cj.log.ProfilerEvent
Returns the event type
getExceptionInterceptor() - 类 中的方法com.mysql.cj.CoreSession
 
getExceptionInterceptor() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getExceptionInterceptor() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getExceptionInterceptor() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getExceptionInterceptor() - 接口 中的方法com.mysql.cj.jdbc.JdbcStatement
 
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.Session
 
getExportedKeys(String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getExportedKeys(String, String, String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
getExtraNameCharacters() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getFetchDirection() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getFetchDirection() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getFetchSize() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetFactory
 
getFetchSize() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getFetchSize() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getFetchSize() - 接口 中的方法com.mysql.cj.protocol.ProtocolEntityFactory
 
getField(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
Returns the field instance for the given column index
getFields() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
getFields() - 接口 中的方法com.mysql.cj.protocol.ColumnDefinition
 
getFields() - 类 中的方法com.mysql.cj.result.DefaultColumnDefinition
 
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.ParseInfo
 
getFlags() - 类 中的方法com.mysql.cj.result.Field
 
getFloat(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
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.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.
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.
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
 
getGeneratedKeys() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getGeneratedKeysInternal() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getGeneratedKeysInternal(long) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getGlobalBlacklist() - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
Returns a local hosts blacklist, while cleaning up expired records from the global blacklist, or a blacklist with the hosts to be removed.
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.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.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
 
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.
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.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.ReplicationConnectionUrl
Returns a list of the hosts in this connection URL, filtered for the given view.
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.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
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.ha.MultiHostMySQLConnection
 
getIdleFor() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Reports how long this connection has been idle.
getIdleFor() - 类 中的方法com.mysql.cj.NativeSession
 
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
 
getIndexInfo(String, String, String, boolean, boolean) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getIndexInfo(String, String, String, boolean, boolean) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
getInfo() - 类 中的方法com.mysql.cj.protocol.a.result.OkPacket
 
getInitialHandshakePacket() - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
getInitialHosts() - 类 中的方法com.mysql.cj.jdbc.ConnectionGroup
 
getInitialValue() - 类 中的方法com.mysql.cj.conf.AbstractRuntimeProperty
 
getInitialValue() - 接口 中的方法com.mysql.cj.conf.RuntimeProperty
Get initial value (default or defined in connection string/Properties)
getInstance(HostInfo) - 类 中的静态方法com.mysql.cj.jdbc.ConnectionImpl
Creates a connection instance.
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, ParseInfo) - 类 中的静态方法com.mysql.cj.jdbc.ClientPreparedStatement
Creates a prepared statement instance
getInstance(NativeSession) - 类 中的静态方法com.mysql.cj.ServerPreparedQuery
 
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.ParameterBindings
 
getInt(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getInt(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getInt(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getInt(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
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
 
getInterceptors() - 类 中的方法com.mysql.cj.exceptions.ExceptionInterceptorChain
 
getIntValue() - 枚举 中的方法com.mysql.cj.protocol.Resultset.Concurrency
 
getIntValue() - 枚举 中的方法com.mysql.cj.protocol.Resultset.Type
 
getJavaEncodingForCollationIndex(Integer) - 类 中的静态方法com.mysql.cj.CharsetMapping
 
getJavaEncodingForCollationIndex(Integer, String) - 类 中的静态方法com.mysql.cj.CharsetMapping
 
getJavaEncodingForMysqlCharset(String) - 类 中的静态方法com.mysql.cj.CharsetMapping
 
getJavaEncodingForMysqlCharset(String, String) - 类 中的静态方法com.mysql.cj.CharsetMapping
MySQL charset could map to several Java encodings.
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
 
getKey() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
 
getKeyName() - 枚举 中的方法com.mysql.cj.conf.PropertyKey
Gets the key name of this enum element.
getLargeMaxRows() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getLargeUpdateCount() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
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.
getLength() - 类 中的方法com.mysql.cj.result.Field
 
getLocalAddress() - 类 中的方法com.mysql.cj.protocol.TlsAsynchronousSocketChannel
 
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.
getLocalTime(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getLocationOfOnDuplicateKeyUpdate() - 类 中的方法com.mysql.cj.ParseInfo
 
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.
getLong(byte[], int, int) - 类 中的静态方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
getLong(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getLong(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getLong(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getLong(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getLong(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getLong(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
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
 
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
 
getMasterConnection() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
getMasterHostOrSpawnIsolated(String) - 类 中的方法com.mysql.cj.conf.url.ReplicationConnectionUrl
Returns an existing master host info with the same host:port part or spawns a new isolated host info based on this connection URL if none was found.
getMasterHosts() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
 
getMasterHosts(String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
getMasterHostsList(String) - 类 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManager
 
getMasterHostsList(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
 
getMasterHostsListFromHostPortPairs(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.
getMastersListAsHostPortPairs() - 类 中的方法com.mysql.cj.conf.url.ReplicationConnectionUrl
Returns a list of this connection URL master hosts in the form of host:port pairs.
getMaxBinaryLiteralLength() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMaxBytesPerChar(Integer, String) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getMaxBytesPerChar(Integer, String) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getMaxBytesPerChar(String) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getMaxBytesPerChar(String) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
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
 
getMaxIndexLength() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMaxProcedureNameLength() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMaxRows() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
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
 
getMblen(String) - 类 中的静态方法com.mysql.cj.CharsetMapping
 
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
 
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
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
 
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().
getMessageSize() - 类 中的方法com.mysql.cj.protocol.a.NativePacketHeader
 
getMessageSize() - 接口 中的方法com.mysql.cj.protocol.MessageHeader
 
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.ha.MultiHostMySQLConnection
 
getMetaData() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getMetaData() - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
getMetadataCollationIndex() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMetadataCollationIndex() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getMetadataCollationIndex() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getMetadataEncoding() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getMetadataSafeStatement() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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(int) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getMultiHostParentProxy() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getMultiHostParentProxy() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getMultiHostParentProxy() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
getMultiHostSafeProxy() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getMultiHostSafeProxy() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getMultiHostSafeProxy() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
getMysqlCharsetForJavaEncoding(String, ServerVersion) - 类 中的静态方法com.mysql.cj.CharsetMapping
 
getMysqlCharsetNameForCollationIndex(Integer) - 类 中的静态方法com.mysql.cj.CharsetMapping
 
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.ClientPreparedQueryBindValue
 
getMysqlType() - 类 中的方法com.mysql.cj.result.Field
 
getMysqlTypeId() - 类 中的方法com.mysql.cj.result.Field
 
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.result.Field
 
getNamedParamIndex(String, boolean) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
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.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.result.ResultSetImpl
 
getNCharacterStream(String) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
getNClob(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
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.result.ResultSetImpl
 
getNClob(String) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
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.ha.MultiHostMySQLConnection
 
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
 
getNString(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
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.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.result.Row
Check whether a column is NULL and update the 'wasNull' status.
getNumberOfCharsetsConfigured() - 类 中的静态方法com.mysql.cj.CharsetMapping
 
getNumberOfExecutions() - 类 中的方法com.mysql.cj.AbstractQueryBindings
 
getNumberOfExecutions() - 接口 中的方法com.mysql.cj.QueryBindings
 
getNumberOfMasterPromotion(String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
getNumberOfSlavePromotions() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
 
getNumberOfSlavesAdded() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
 
getNumberOfSlavesRemoved() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
 
getNumericFunctions() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getObject(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
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.result.ResultSetImpl
 
getObject(int, Map<String, Class<?>>) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getObject(int, Map<String, Class<?>>) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getObject(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
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.result.ResultSetImpl
 
getObject(String, Map<String, Class<?>>) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getObject(String, Map<String, Class<?>>) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
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()).
getOffset() - 类 中的方法com.mysql.cj.protocol.a.PacketSplitter
 
getOldStatusFlags() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getOldStatusFlags() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getOnDuplicateKeyLocation(String, boolean, boolean, boolean) - 类 中的静态方法com.mysql.cj.ParseInfo
 
getOpenResultSetCount() - 接口 中的方法com.mysql.cj.jdbc.JdbcStatement
Returns the number of open result sets for this statement.
getOpenResultSetCount() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getOption(SocketOption<T>) - 类 中的方法com.mysql.cj.protocol.TlsAsynchronousSocketChannel
 
getOrder() - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
getOrder() - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
Returns the property order.
getOrigBytes(int) - 类 中的方法com.mysql.cj.AbstractQueryBindings
 
getOrigBytes(int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
getOrigBytes(int) - 接口 中的方法com.mysql.cj.jdbc.JdbcPreparedStatement
 
getOrigBytes(int) - 接口 中的方法com.mysql.cj.QueryBindings
 
getOrigByteValue() - 接口 中的方法com.mysql.cj.BindValue
 
getOrigByteValue() - 类 中的方法com.mysql.cj.ClientPreparedQueryBindValue
 
getOriginalName() - 类 中的方法com.mysql.cj.result.Field
 
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.AbstractPreparedQuery
 
getOriginalSql() - 接口 中的方法com.mysql.cj.PreparedQuery
 
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.
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
 
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.AbstractPreparedQuery
 
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.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
 
getParentLogger() - 类 中的方法com.mysql.cj.jdbc.NonRegisteringDriver
 
getParentProxy() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
Get this connection's parent proxy.
getParseInfo() - 类 中的方法com.mysql.cj.AbstractPreparedQuery
 
getParseInfo() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
getParseInfo() - 接口 中的方法com.mysql.cj.jdbc.JdbcPreparedStatement
 
getParseInfo() - 接口 中的方法com.mysql.cj.PreparedQuery
 
getParseInfoForBatch(int) - 类 中的方法com.mysql.cj.ParseInfo
Returns a ParseInfo for a multi-value INSERT for a batch of size numBatch (without parsing!).
getPassword() - 类 中的方法com.mysql.cj.conf.HostInfo
Returns the password.
getPasswordCharacterEncoding() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
getPasswordCharacterEncoding() - 接口 中的方法com.mysql.cj.protocol.Protocol
 
getPath() - 类 中的方法com.mysql.cj.conf.ConnectionUrlParser
Returns the path section.
getPayloadLength() - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Get the actual length of payload the buffer contains.
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
getPort() - 类 中的方法com.mysql.cj.conf.HostInfo
Returns the port.
getPort() - 类 中的方法com.mysql.cj.protocol.AbstractSocketConnection
 
getPort() - 接口 中的方法com.mysql.cj.protocol.SocketConnection
 
getPort() - 类 中的方法com.mysql.cj.util.DnsSrv.SrvRecord
 
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.Message
Returns the current position to write to/ read from
getPosition() - 接口 中的方法com.mysql.cj.result.RowList
Returns the current position.
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
 
getPreviousPacketSentTime() - 类 中的方法com.mysql.cj.protocol.a.TimeTrackingPacketSender
 
getPreviousPacketSentTime() - 接口 中的方法com.mysql.cj.protocol.PacketSentTimeHolder
Returns the send time of a previous packet.
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.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.
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.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.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.NativeSession
 
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 name that the MySQL server uses on the wire for this plugin
getProtocolVersion() - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
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
 
getQueryBindings() - 类 中的方法com.mysql.cj.AbstractPreparedQuery
 
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.
getQueryInterceptors() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
getQueryInterceptorsInstances() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getQueryInterceptorsInstances() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getQueryInterceptorsInstances() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
getQueryTimeout() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
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.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.result.ResultSetImpl
 
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
 
getRemoteAddress() - 类 中的方法com.mysql.cj.protocol.TlsAsynchronousSocketChannel
 
getRemoteSocketAddress() - 类 中的方法com.mysql.cj.CoreSession
 
getRemoteSocketAddress() - 类 中的方法com.mysql.cj.NativeSession
 
getRemoteSocketAddress() - 接口 中的方法com.mysql.cj.Session
 
getRequiresEscapingEncoder() - 类 中的方法com.mysql.cj.NativeSession
 
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
 
getResultSetConcurrency() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetFactory
 
getResultSetConcurrency() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
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
 
getResultSetId() - 接口 中的方法com.mysql.cj.log.ProfilerEvent
Returns the id of the associated result set (-1 for none).
getResultSetInternal() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getResultSetType() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetFactory
 
getResultSetType() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
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
 
getRow() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getRowId(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getRowId(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getRowId(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getRowId(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getRowIdLifetime() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getRows() - 类 中的方法com.mysql.cj.protocol.a.result.NativeResultset
 
getRows() - 接口 中的方法com.mysql.cj.protocol.Resultset
 
getSavepointId() - 类 中的方法com.mysql.cj.jdbc.MysqlSavepoint
 
getSavepointName() - 类 中的方法com.mysql.cj.jdbc.MysqlSavepoint
 
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
 
getSchema() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getSchema() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getSchemaName(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
getSchemaPatternIterator(String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getSchemas() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getSchemas() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
 
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.
getSearchStringEscape() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getSeconds() - 类 中的方法com.mysql.cj.protocol.InternalTime
 
getSeconds() - 类 中的方法com.mysql.cj.protocol.InternalTimestamp
 
getSeed() - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
getSendTypesToServer() - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
getServerDefaultCharset() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getServerDefaultCharset() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getServerDefaultCollationIndex() - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
getServerDefaultCollationIndex() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getServerDefaultCollationIndex() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
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.
getServerSession() - 类 中的方法com.mysql.cj.CoreSession
 
getServerSession() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
getServerSession() - 接口 中的方法com.mysql.cj.protocol.Protocol
 
getServerSession() - 接口 中的方法com.mysql.cj.Session
 
getServerStatementId() - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
getServerStatementId() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getServerStatementId() - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
getServerTimeZone() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getServerTimeZone() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getServerVariable(String) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getServerVariable(String) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getServerVariable(String, int) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getServerVariable(String, int) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getServerVariables() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getServerVariables() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getServerVersion() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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.
getSession() - 类 中的方法com.mysql.cj.AbstractQuery
 
getSession() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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
 
getSessionMaxRows() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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
 
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.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.result.ResultSetImpl
 
getSimpleDateFormat(SimpleDateFormat, String, Calendar, TimeZone) - 类 中的静态方法com.mysql.cj.util.TimeUtil
 
getSinceVersion() - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
getSinceVersion() - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
Returns the driver version where the property was introduced first.
getSlaveHostOrSpawnIsolated(String) - 类 中的方法com.mysql.cj.conf.url.ReplicationConnectionUrl
Returns an existing slave host info with the same host:port part or spawns a new isolated host info based on this connection URL if none was found.
getSlaveHosts() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
 
getSlaveHosts(String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
getSlaveHostsList(String) - 类 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManager
 
getSlaveHostsList(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
 
getSlaveHostsListFromHostPortPairs(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.
getSlavePromotionCount(String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
getSlavePromotionCount(String) - 类 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManager
 
getSlavePromotionCount(String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
 
getSlavesConnection() - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
 
getSlavesConnection() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
getSlavesConnection() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
getSlavesListAsHostPortPairs() - 类 中的方法com.mysql.cj.conf.url.ReplicationConnectionUrl
Returns a list of this connection URL master hosts in the form of host:port pairs.
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(Class<T>) - 类 中的方法com.mysql.cj.jdbc.MysqlSQLXML
 
getSqlForBatch() - 类 中的方法com.mysql.cj.ParseInfo
Used for filling in the SQL for getPreparedSql() - for debugging
getSqlForBatch(int) - 类 中的方法com.mysql.cj.ParseInfo
Returns a preparable SQL string for the number of batched parameters; used by server-side prepared statements when re-writing batch INSERTs.
getSQLKeywords() - 类 中的方法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.exceptions.CJException
 
getSQLState() - 异常错误 中的方法com.mysql.cj.jdbc.exceptions.CommunicationsException
 
getSQLState() - 异常错误 中的方法com.mysql.cj.jdbc.exceptions.ConnectionFeatureNotAvailableException
 
getSQLStateType() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getSQLXML(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
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.result.ResultSetImpl
 
getSQLXML(String) - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
getSSLContext(String, String, String, String, String, String, 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.ha.MultiHostMySQLConnection
 
getStatementComment() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Returns the comment that will be prepended to all statements sent to the server.
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).
getStaticSql() - 类 中的方法com.mysql.cj.ParseInfo
 
getStaticSqlStrings() - 类 中的方法com.mysql.cj.AppendingBatchVisitor
 
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
 
getStreamingData() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
getStreamLength() - 接口 中的方法com.mysql.cj.BindValue
 
getStreamLength() - 类 中的方法com.mysql.cj.ClientPreparedQueryBindValue
 
getStreamValue() - 接口 中的方法com.mysql.cj.BindValue
 
getStreamValue() - 类 中的方法com.mysql.cj.ClientPreparedQueryBindValue
 
getString() - 类 中的方法com.mysql.cj.jdbc.MysqlSQLXML
 
getString(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getString(int) - 接口 中的方法com.mysql.cj.jdbc.ParameterBindings
 
getString(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getString(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getString(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
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, 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
 
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
 
getTableName() - 类 中的方法com.mysql.cj.result.Field
 
getTableName(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
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(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
 
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.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.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.ValueFactory
Get the actual class name of ValueFactory parameter.
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.a.NativeServerSession
 
getThreadId() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
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.ParameterBindings
 
getTime(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getTime(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getTime(int, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getTime(int, Calendar) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getTime(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getTime(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getTime(String, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
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.ParameterBindings
 
getTimestamp(int) - 类 中的方法com.mysql.cj.jdbc.ParameterBindingsImpl
 
getTimestamp(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getTimestamp(int, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getTimestamp(int, Calendar) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getTimestamp(String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getTimestamp(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getTimestamp(String, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
getTimestamp(String, Calendar) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
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.ha.MultiHostMySQLConnection
 
getTransactionState() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
getTransactionState() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
getTransferSize() - 异常错误 中的方法com.mysql.cj.exceptions.DataTruncationException
 
getType() - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Returns this connection URL type.
getType() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getTypeInfo() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getTypeMap() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getTypeMap() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getUDTs(String, String, String, int[]) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
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
 
getUpdateCount() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
getUpdateCount() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
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.
getUpperBound() - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
getUpperBound() - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
The highest possible value of range-based property
getURL() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getURL() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
getURL() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getURL() - 接口 中的方法com.mysql.cj.MysqlConnection
 
getURL(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
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.result.ResultSetImpl
 
getUser() - 类 中的方法com.mysql.cj.conf.HostInfo
Returns the user name.
getUser() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
getUser() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
getUser() - 接口 中的方法com.mysql.cj.MysqlConnection
 
getUserName() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
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(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.result.Row
Retrieve a value for the given column.
getValueFromBytes(int, byte[], int, int, ValueFactory<T>) - 类 中的方法com.mysql.cj.protocol.result.AbstractResultsetRow
Get a value from a byte array.
getValueNeedsQuoting() - 类 中的方法com.mysql.cj.result.Field
 
getValuesClause() - 类 中的方法com.mysql.cj.ParseInfo
 
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
 
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.ha.MultiHostMySQLConnection
 
getWarnings() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
getWarnings() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
getWeight() - 类 中的方法com.mysql.cj.util.DnsSrv.SrvRecord
 
getYear() - 类 中的方法com.mysql.cj.protocol.InternalDate
 

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
 
handleCleanup(Throwable) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
handleCleanup(Throwable) - 接口 中的方法com.mysql.cj.Session.SessionEventListener
 
handleCloseConnection(ReplicationConnection) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
 
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
 
hasBuiltIndexMapping() - 接口 中的方法com.mysql.cj.protocol.ColumnDefinition
 
hasBuiltIndexMapping() - 类 中的方法com.mysql.cj.result.DefaultColumnDefinition
 
hasCcAlias() - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
hasCcAlias() - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
Returns true if property has a camel-case alias.
hasDeadlockOrTimeoutRolledBackTx(SQLException) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
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.ServerVersion
 
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.
hasLongColumnInfo() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
hasLongColumnInfo() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
hasMoreResults() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
hasMoreResults() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
hasMoreTokens() - 类 中的方法com.mysql.cj.util.EscapeTokenizer
Does this tokenizer have more tokens available?
hasNext() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsCursor
 
hasNext() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
hasNext() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
 
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.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?
hasTriedMaster() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
已过时。
hasTriedMaster() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
已过时。
hasTriedMaster() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
已过时。
hasValueConstraints() - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
hasValueConstraints() - 接口 中的方法com.mysql.cj.conf.PropertyDefinition
Does the property have fixed values based constraints.
hasWildcards(String) - 类 中的静态方法com.mysql.cj.util.StringUtils
Does the string contain wildcard symbols ('%' or '_').
HEADER_LENGTH - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
Size of MySQL packet header (payload size + packet sequence ID).
HEX_DIGITS - 类 中的静态变量com.mysql.cj.AbstractQueryBindings
 
hexEscapeBlock(byte[], NativePacketPayload, int) - 类 中的方法com.mysql.cj.AbstractQueryBindings
Used to escape binary data with hex for mb charsets
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, boolean, Map<String, String>) - 类 的构造器com.mysql.cj.conf.HostInfo
Constructs a HostInfo instance initialized with the provided host, port, user, password and connection arguments.
HostInfo(DatabaseUrlContainer, String, int, String, String, Map<String, String>) - 类 的构造器com.mysql.cj.conf.HostInfo
Constructs a HostInfo instance initialized with the provided host, port, user, password and connection arguments.
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

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
 
increment() - 类 中的方法com.mysql.cj.AppendingBatchVisitor
 
increment() - 接口 中的方法com.mysql.cj.BatchVisitor
 
incrementNumberOfPreparedExecutes() - 类 中的方法com.mysql.cj.log.BaseMetricsHolder
 
incrementNumberOfPrepares() - 类 中的方法com.mysql.cj.log.BaseMetricsHolder
 
incrementNumberOfResultSetsCreated() - 类 中的方法com.mysql.cj.log.BaseMetricsHolder
 
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<StringUtils.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<StringUtils.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<StringUtils.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, String) - 类 中的静态方法com.mysql.cj.util.StringUtils
Finds the position of a substring within a string ignoring case.
indexOfQuoteDoubleAware(String, String, int) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
indexToCustomMysqlCharset - 类 中的变量com.mysql.cj.protocol.a.NativeServerSession
 
init(PropertySet, ServerSession, PacketSentTimeHolder, PacketReceivedTimeHolder) - 异常错误 中的方法com.mysql.cj.exceptions.CJCommunicationsException
 
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.NoSubInterceptorWrapper
 
init(Protocol<NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
 
init(Protocol<NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
 
init(Protocol<NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
 
init(Protocol<NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
 
init(Protocol<NativePacketPayload>) - 类 中的方法com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
 
init(Protocol<NativePacketPayload>, PropertySet, ExceptionInterceptor) - 类 中的方法com.mysql.cj.protocol.a.NativeAuthenticationProvider
 
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>, 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(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
 
initBindValues(int) - 类 中的方法com.mysql.cj.AbstractQueryBindings
 
initBindValues(int) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
initBindValues(int) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
INITIAL_PACKET_SIZE - 类 中的静态变量com.mysql.cj.protocol.a.NativeProtocol
 
initialize(Connection, Properties) - 接口 中的方法com.mysql.cj.jdbc.ClientInfoProvider
Called once by the driver when it needs to configure the provider.
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.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.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
 
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.
inserter - 类 中的变量com.mysql.cj.jdbc.result.UpdatableResultSet
PreparedStatement used to insert data
insertRow() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
insertRow() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
insertsAreDetected(int) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
INT - com.mysql.cj.MysqlType
INT[(M)] [UNSIGNED] [ZEROFILL] A normal-size integer.
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
 
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
 
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
 
invokeMore(Object, Method, Object[]) - 类 中的方法com.mysql.cj.jdbc.ha.FailoverConnectionProxy
 
invokeMore(Object, Method, Object[]) - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
Proxies method invocation on the java.sql.Connection interface, trapping "close", "isClosed" and "commit/rollback" to switch connections for load balancing.
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
 
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
 
isAuthMethodSwitchRequestPacket() - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Is it a Protocol::AuthSwitchRequest packet.
isAuthMoreData() - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Is it a Protocol::AuthMoreData packet.
isAutocommit() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
isAutocommit() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
isAutoCommit() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
isAutoCommit() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
isAutoIncrement() - 类 中的方法com.mysql.cj.result.Field
 
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
 
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.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.NativeSession
 
isClosed() - 接口 中的方法com.mysql.cj.Session
 
isCloseOnCompletion() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
isCommunityEdition(String) - 类 中的静态方法com.mysql.cj.util.Util
Checks whether the given server version string is a MySQL Community edition
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.Log
Is the 'debug' log level enabled?
isDebugEnabled() - 类 中的方法com.mysql.cj.log.NullLogger
 
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
 
isEOFPacket() - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Is it a EOF packet.
isErrorEnabled() - 接口 中的方法com.mysql.cj.log.Log
Is the 'error' log level enabled?
isErrorEnabled() - 类 中的方法com.mysql.cj.log.NullLogger
 
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.Log
Is the 'fatal' log level enabled?
isFatalEnabled() - 类 中的方法com.mysql.cj.log.NullLogger
 
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?
isFoundLoadData() - 类 中的方法com.mysql.cj.ParseInfo
 
isFromFunction() - 类 中的方法com.mysql.cj.result.Field
 
isGlobalBlacklistEnabled() - 类 中的方法com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
Checks if host blacklist management was enabled.
isHostMaster(String) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
 
isHostMaster(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
isHostMaster(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
isHostSlave(String) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
 
isHostSlave(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
isHostSlave(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
isInfoEnabled() - 接口 中的方法com.mysql.cj.log.Log
Is the 'info' log level enabled?
isInfoEnabled() - 类 中的方法com.mysql.cj.log.NullLogger
 
isInfoEnabled() - 类 中的方法com.mysql.cj.log.StandardLogger
 
isInGlobalTx() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
isInGlobalTx() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
isInGlobalTx() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Is this connection currently a participant in an XA transaction?
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
 
isLoadDataQuery - 类 中的变量com.mysql.cj.AbstractQueryBindings
Is this query a LOAD DATA query?
isLoadDataQuery() - 类 中的方法com.mysql.cj.AbstractQueryBindings
 
isLoadDataQuery() - 接口 中的方法com.mysql.cj.QueryBindings
 
isLocallyConnected(Session) - 接口 中的方法com.mysql.cj.protocol.SocketMetadata
 
isLocallyConnected(Session, String) - 接口 中的方法com.mysql.cj.protocol.SocketMetadata
 
isLongParameterSwitchDetected() - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
isLowerCaseTableNames() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
isLowerCaseTableNames() - 接口 中的方法com.mysql.cj.protocol.ServerSession
Is the server configured to use lower-case table names only?
isMasterConnection() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
isMasterConnection() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
isMasterConnection() - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
Checks if current connection is the masters l/b connection.
isMasterConnection() - 接口 中的方法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?
isMultibyteCharset(String) - 类 中的静态方法com.mysql.cj.CharsetMapping
Does the character set contain multi-byte encoded characters.
isMultipleKey() - 类 中的方法com.mysql.cj.result.Field
 
isNeedsPing() - 类 中的方法com.mysql.cj.NativeSession
 
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
 
isNotNull() - 类 中的方法com.mysql.cj.result.Field
 
isNull - 类 中的变量com.mysql.cj.ClientPreparedQueryBindValue
NULL indicator
isNull() - 接口 中的方法com.mysql.cj.BindValue
 
isNull() - 类 中的方法com.mysql.cj.ClientPreparedQueryBindValue
 
isNull(int) - 类 中的方法com.mysql.cj.AbstractQueryBindings
 
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.QueryBindings
 
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
 
isOKPacket() - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Is it an OK packet.
isOpen() - 类 中的方法com.mysql.cj.protocol.TlsAsynchronousSocketChannel
 
isParameter() - 异常错误 中的方法com.mysql.cj.exceptions.DataTruncationException
 
isPasswordless() - 类 中的方法com.mysql.cj.conf.HostInfo
Returns true if the is the default one, i.e., no password was provided in the connection URL or arguments.
isPoolable() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
isPrimaryKey() - 类 中的方法com.mysql.cj.result.Field
 
isProxySet() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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
 
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.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.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
 
isResultSetOKPacket() - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Is it an OK packet for ResultSet.
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
 
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.ha.MultiHostMySQLConnection
 
isSameResource(JdbcConnection) - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Does this connection have the same resource name as the given connection (for XA)?
isSearchable(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
isSelectQuery() - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
isServerLocal() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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
 
isSet - 类 中的变量com.mysql.cj.ClientPreparedQueryBindValue
has this parameter been set?
isSet() - 接口 中的方法com.mysql.cj.BindValue
 
isSet() - 类 中的方法com.mysql.cj.ClientPreparedQueryBindValue
 
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
Checks if current connection is the slaves l/b connection.
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
 
isStream - 类 中的变量com.mysql.cj.ClientPreparedQueryBindValue
 
isStream() - 接口 中的方法com.mysql.cj.BindValue
 
isStream() - 类 中的方法com.mysql.cj.ClientPreparedQueryBindValue
 
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.
isSynchronous() - 接口 中的方法com.mysql.cj.protocol.SocketConnection
 
isTime(String) - 类 中的静态方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
isTimestamp(String) - 类 中的静态方法com.mysql.cj.protocol.a.MysqlTextValueDecoder
 
isTraceEnabled() - 接口 中的方法com.mysql.cj.log.Log
Is the 'trace' log level enabled?
isTraceEnabled() - 类 中的方法com.mysql.cj.log.NullLogger
 
isTraceEnabled() - 类 中的方法com.mysql.cj.log.StandardLogger
 
isTransient() - 异常错误 中的方法com.mysql.cj.exceptions.CJException
 
isUniqueKey() - 类 中的方法com.mysql.cj.result.Field
 
isUnsigned() - 类 中的方法com.mysql.cj.result.Field
 
isValid(int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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?
isWarnEnabled() - 接口 中的方法com.mysql.cj.log.Log
Is the 'warn' log level enabled?
isWarnEnabled() - 类 中的方法com.mysql.cj.log.NullLogger
 
isWarnEnabled() - 类 中的方法com.mysql.cj.log.StandardLogger
 
isWrapperFor(Class<?>) - 类 中的方法com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
 
isWrapperFor(Class<?>) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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.MysqlParameterMetadata
 
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
 
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
 
IterateBlock<T> - com.mysql.cj.jdbc中的类
 
IteratorWithCleanup() - 类 的构造器com.mysql.cj.jdbc.DatabaseMetaData.IteratorWithCleanup
 

J

javaClass - 枚举 中的变量com.mysql.cj.MysqlType
 
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
 
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).
JVM_VENDOR - 类 中的静态变量com.mysql.cj.Constants
 
JVM_VERSION - 类 中的静态变量com.mysql.cj.Constants
 
jvmMeetsMinimum(int, int) - 类 中的静态方法com.mysql.cj.util.Util
 

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
 
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
 
LicenseConfiguration - com.mysql.cj中的类
Used in commercially-licensed clients that require connections to commercially-licensed servers as part of the licensing terms.
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
 
loadBalanceBlacklistTimeout - 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
 
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_CHARACTER_SET_RESULTS - 接口 中的静态变量com.mysql.cj.protocol.ServerSession
 
LOCAL_TEMPORARY - com.mysql.cj.jdbc.DatabaseMetaData.TableType
 
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.SqlDateValueFactory
 
localCreateFromDate(InternalDate) - 类 中的方法com.mysql.cj.result.SqlTimestampValueFactory
Create a Timestamp from a DATE value.
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.SqlDateValueFactory
 
localCreateFromTime(InternalTime) - 类 中的方法com.mysql.cj.result.SqlTimestampValueFactory
Create a Timestamp from a TIME value.
localCreateFromTime(InternalTime) - 类 中的方法com.mysql.cj.result.SqlTimeValueFactory
 
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.SqlDateValueFactory
 
localCreateFromTimestamp(InternalTimestamp) - 类 中的方法com.mysql.cj.result.SqlTimestampValueFactory
 
localCreateFromTimestamp(InternalTimestamp) - 类 中的方法com.mysql.cj.result.SqlTimeValueFactory
 
LocalDateTimeValueFactory - com.mysql.cj.result中的类
Value factory to create LocalDateTime instances.
LocalDateTimeValueFactory(PropertySet) - 类 的构造器com.mysql.cj.result.LocalDateTimeValueFactory
 
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
 
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
 
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.Log
Logs the given message instance using the 'debug' level
logDebug(Object) - 类 中的方法com.mysql.cj.log.NullLogger
 
logDebug(Object) - 类 中的方法com.mysql.cj.log.StandardLogger
Logs the given message instance using 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.StandardLogger
Logs the given message and Throwable at the 'debug' 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.StandardLogger
Logs the given message instance using 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.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.Log
Logs the given message instance using the 'fatal' level
logFatal(Object) - 类 中的方法com.mysql.cj.log.NullLogger
 
logFatal(Object) - 类 中的方法com.mysql.cj.log.StandardLogger
Logs the given message instance using 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.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
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.StandardLogger
Logs the given message instance using 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.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.Log
Logs the given message instance using the 'trace' level
logTrace(Object) - 类 中的方法com.mysql.cj.log.NullLogger
 
logTrace(Object) - 类 中的方法com.mysql.cj.log.StandardLogger
Logs the given message instance using 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.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.Log
Logs the given message instance using the 'warn' level
logWarn(Object) - 类 中的方法com.mysql.cj.log.NullLogger
 
logWarn(Object) - 类 中的方法com.mysql.cj.log.StandardLogger
Logs the given message instance using 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.StandardLogger
Logs the given message and Throwable at the 'warn' level.
logXaCommands - com.mysql.cj.conf.PropertyKey
 
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.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

maintainTimeStats - com.mysql.cj.conf.PropertyKey
 
maintainTimeStats - 类 中的变量com.mysql.cj.CoreSession
 
MAP_SIZE - 类 中的静态变量com.mysql.cj.CharsetMapping
 
mapOutputParameterIndexToRsIndex(int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
markSupported() - 类 中的方法com.mysql.cj.protocol.ReadAheadInputStream
 
masterConnection - 类 中的变量com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
MASTERS - com.mysql.cj.conf.HostsListView
 
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)
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_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'?
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(byte[], byte[]) - 类 中的方法com.mysql.cj.AppendingBatchVisitor
 
merge(byte[], byte[]) - 接口 中的方法com.mysql.cj.BatchVisitor
 
mergeColumnDefinitions() - 类 中的方法com.mysql.cj.protocol.a.ColumnDefinitionFactory
 
mergeColumnDefinitions() - 类 中的方法com.mysql.cj.protocol.a.MergingColumnDefinitionFactory
 
mergeWithLast(byte[]) - 类 中的方法com.mysql.cj.AppendingBatchVisitor
 
mergeWithLast(byte[]) - 接口 中的方法com.mysql.cj.BatchVisitor
 
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.
messageBuilder - 类 中的变量com.mysql.cj.CoreSession
 
messageBuilder - 类 中的变量com.mysql.cj.protocol.AbstractProtocol
 
MessageBuilder<M extends Message> - com.mysql.cj中的接口
 
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
 
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
 
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_COLLATION_INDEX_binary - 类 中的静态变量com.mysql.cj.CharsetMapping
 
MYSQL_COLLATION_INDEX_utf8 - 类 中的静态变量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
 
mysqlCharsetToCustomMblen - 类 中的变量com.mysql.cj.protocol.a.NativeServerSession
 
MysqlClearPasswordPlugin - com.mysql.cj.protocol.a.authentication中的类
MySQL Clear Password Authentication Plugin
MysqlClearPasswordPlugin() - 类 的构造器com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
 
MysqlConnection - com.mysql.cj中的接口
 
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.
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
 
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中的枚举
 

N

NA - 接口 中的静态变量com.mysql.cj.log.ProfilerEvent
Not available value.
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() - 类 的构造器com.mysql.cj.protocol.a.NativeCapabilities
 
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() - 类 的构造器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
 
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
 
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.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
 
negotiateSSLConnection(int) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
Negotiates the SSL communications channel used when connecting to a MySQL server that understands SSL.
negotiateSSLConnection(int) - 接口 中的方法com.mysql.cj.protocol.Protocol
 
netTimeoutForStreamingResults - com.mysql.cj.conf.PropertyKey
 
NetworkResources - com.mysql.cj.protocol中的类
 
NetworkResources(Socket, InputStream, OutputStream) - 类 的构造器com.mysql.cj.protocol.NetworkResources
 
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
 
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
 
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
 
noIndexUsed() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
noIndexUsed() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
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.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_USED - 类 中的静态变量com.mysql.cj.CharsetMapping
 
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.
NULL - com.mysql.cj.MysqlType
FIELD_TYPE_NULL = 6
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
 
nullsAreSortedAtEnd() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
nullsAreSortedAtStart() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
nullsAreSortedHigh() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
nullsAreSortedLow() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
nullStatementResultSetFactory - 类 中的变量com.mysql.cj.jdbc.ConnectionImpl
 
numberOfExecutions - 类 中的变量com.mysql.cj.AbstractQueryBindings
 
numberOfQueries - 类 中的变量com.mysql.cj.ParseInfo
 
NumberOutOfRange - com.mysql.cj.exceptions中的异常错误
Indicates that a number was out of the expected range.
NumberOutOfRange(String) - 异常错误 的构造器com.mysql.cj.exceptions.NumberOutOfRange
 

O

OkPacket - com.mysql.cj.protocol.a.result中的类
 
OkPacket() - 类 的构造器com.mysql.cj.protocol.a.result.OkPacket
 
ON_DUPLICATE_KEY_UPDATE_CLAUSE - 类 中的静态变量com.mysql.cj.ParseInfo
 
ONE_OR_MORE - com.mysql.cj.conf.ConnectionUrl.HostsCardinality
 
OPEN_CURSOR_FLAG - 类 中的静态变量com.mysql.cj.ServerPreparedQuery
 
openResults - 类 中的变量com.mysql.cj.jdbc.StatementImpl
Set of currently-open ResultSets
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
 
originalConnStr - 类 中的变量com.mysql.cj.conf.ConnectionUrl
 
originalDatabase - 类 中的变量com.mysql.cj.conf.ConnectionUrl
 
originalSql - 类 中的变量com.mysql.cj.AbstractPreparedQuery
The SQL that was passed in to 'prepare'
origValue - 类 中的变量com.mysql.cj.ClientPreparedQueryBindValue
 
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.
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
 
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.AbstractPreparedQuery
The number of parameters in this PreparedStatement
parameterMetaData - 类 中的变量com.mysql.cj.jdbc.ClientPreparedStatement
 
parameterType - 类 中的变量com.mysql.cj.ClientPreparedQueryBindValue
 
paramInfo - 类 中的变量com.mysql.cj.jdbc.CallableStatement
 
paranoid - com.mysql.cj.conf.PropertyKey
 
parse(NativePacketPayload, String) - 类 中的静态方法com.mysql.cj.protocol.a.result.OkPacket
 
parseConnectionString(String) - 类 中的静态方法com.mysql.cj.conf.ConnectionUrlParser
Static factory method for constructing instances of this class.
parseHostPortPair(String) - 类 中的静态方法com.mysql.cj.conf.ConnectionUrlParser
Parses a host:port pair and returns the two elements in a ConnectionUrlParser.Pair
parseInfo - 类 中的变量com.mysql.cj.AbstractPreparedQuery
 
ParseInfo - com.mysql.cj中的类
Represents the "parsed" state of a prepared query, with the statement broken up into its static and dynamic (where parameters are bound) parts.
ParseInfo(String, Session, String) - 类 的构造器com.mysql.cj.ParseInfo
 
ParseInfo(String, Session, String, boolean) - 类 的构造器com.mysql.cj.ParseInfo
 
parseInfoCacheFactory - com.mysql.cj.conf.PropertyKey
 
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
 
parseTableStatusIntoLocalAndReferencedColumns(String) - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
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.protocol.a.authentication.Sha256PasswordPlugin
 
PASSWORD - com.mysql.cj.conf.PropertyKey
The database user password.
passwordCharacterEncoding - com.mysql.cj.conf.PropertyKey
 
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
 
PATH - com.mysql.cj.conf.PropertyKey
The name pipes path to use when "protocol=pipe'.
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(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) - 类 中的方法com.mysql.jdbc.SocketFactoryWrapper
 
performTlsHandshake(Socket, SocketConnection, ServerVersion) - 类 中的静态方法com.mysql.cj.protocol.ExportControlled
Converts the socket being used in the given CoreIO 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.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.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.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中的接口
 
PLAIN - com.mysql.cj.conf.PropertyDefinitions.AuthMech
 
PLATFORM_ENCODING - 类 中的静态变量com.mysql.cj.Constants
 
platformDbCharsetMatches - 类 中的变量com.mysql.cj.protocol.a.NativeProtocol
Does the character set of this connection match the character set of the platform
PLUGIN_NAME - 类 中的静态变量com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
 
PLUGIN_NAME - 类 中的静态变量com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
 
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.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(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
 
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.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.SslMode
 
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.ha.MultiHostMySQLConnection
 
prepareCall(String, int, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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.ha.MultiHostMySQLConnection
 
PreparedQuery<T extends QueryBindings<?>> - com.mysql.cj中的接口
 
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.ha.MultiHostMySQLConnection
 
prepareStatement(String, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
prepareStatement(String, int) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
prepareStatement(String, int[]) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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.ha.MultiHostMySQLConnection
 
prepareStatement(String, int, int, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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.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.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.
prepStmtCacheSize - com.mysql.cj.conf.PropertyKey
 
prepStmtCacheSqlLimit - com.mysql.cj.conf.PropertyKey
 
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.RowList
Optionally iterate backwards on the list.
PRIORITY - com.mysql.cj.conf.PropertyKey
The host priority in a list of hosts.
PROCEDURE - com.mysql.cj.jdbc.DatabaseMetaData.ProcedureType
 
processEscapeCodesForPrepStmts - com.mysql.cj.conf.PropertyKey
 
processEvent(byte, Session, Query, Resultset, long, Throwable, String) - 接口 中的方法com.mysql.cj.log.ProfilerEventHandler
 
processMessage(M) - 接口 中的方法com.mysql.cj.protocol.MessageListener
Process protocol message.
processMultiCountsAndKeys(StatementImpl, int, long[]) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
ProfilerEvent - com.mysql.cj.log中的接口
 
profilerEventHandler - com.mysql.cj.conf.PropertyKey
 
ProfilerEventHandler - com.mysql.cj.log中的接口
 
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
promoteSlaveToMaster(String) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
 
promoteSlaveToMaster(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
Promotes a slave host to master.
promoteSlaveToMaster(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
promoteSlaveToMaster(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
promoteSlaveToMaster(String, String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
promoteSlaveToMaster(String, String) - 类 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManager
 
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
 
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.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.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.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
 
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<M>) - 接口 中的方法com.mysql.cj.protocol.MessageReader
Queue a MessageListener to receive messages delivered asynchronously.
put(K, V) - 接口 中的方法com.mysql.cj.CacheAdapter
 

Q

queriesBeforeRetryMaster - com.mysql.cj.conf.PropertyKey
 
query - 类 中的变量com.mysql.cj.jdbc.StatementImpl
 
query(M, ResultBuilder<R>) - 接口 中的方法com.mysql.cj.Session
Synchronously query database.
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.CancelStatus - com.mysql.cj中的枚举
 
queryAsync(M, ResultBuilder<R>) - 接口 中的方法com.mysql.cj.Session
Asynchronously query database.
queryBindings - 类 中的变量com.mysql.cj.AbstractPreparedQuery
 
QueryBindings<T extends BindValue> - com.mysql.cj中的接口
 
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中的接口
 
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
 
queueBuffer(ByteBuffer, CompletionHandler<Long, Void>) - 类 中的方法com.mysql.cj.protocol.SerializingBufferWriter
Queue a buffer to be written to the channel.
quit() - 类 中的方法com.mysql.cj.CoreSession
 
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(byte[]) - 类 中的方法com.mysql.cj.protocol.a.CompressedInputStream
 
read(byte[], int, int) - 类 中的方法com.mysql.cj.protocol.a.CompressedInputStream
 
read(byte[], int, int) - 类 中的方法com.mysql.cj.protocol.ReadAheadInputStream
 
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, 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, M>) - 接口 中的方法com.mysql.cj.protocol.Protocol
 
read(ByteBuffer) - 类 中的方法com.mysql.cj.protocol.TlsAsynchronousSocketChannel
Unused.
read(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler<Long, ? super A>) - 类 中的方法com.mysql.cj.protocol.TlsAsynchronousSocketChannel
 
read(ByteBuffer, long, TimeUnit, A, CompletionHandler<Integer, ? super A>) - 类 中的方法com.mysql.cj.protocol.TlsAsynchronousSocketChannel
Main entry point from caller.
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
 
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.
readerToString(Reader) - 类 中的方法com.mysql.cj.jdbc.MysqlSQLXML
 
readExecuteResult(NativePacketPayload, int, boolean, ColumnDefinition, ProtocolEntityFactory<T, NativePacketPayload>, String) - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
readFromMasterWhenNoSlaves - com.mysql.cj.conf.PropertyKey
 
readFromMasterWhenNoSlaves - 类 中的变量com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
readFromMasterWhenNoSlavesOriginal - 类 中的变量com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
readFully(byte[]) - 类 中的方法com.mysql.cj.protocol.FullReadInputStream
 
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.
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(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<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
 
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.
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.
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.
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.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.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
 
refreshRow() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
refreshRow() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
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, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(int, int, String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
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, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(int, SQLType, String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(String, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(String, int, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(String, int, String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(String, SQLType) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(String, SQLType, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
registerOutParameter(String, SQLType, String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
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.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(Savepoint) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
releaseSavepoint(Savepoint) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
remove() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
removeEldestEntry(Map.Entry<K, V>) - 类 中的方法com.mysql.cj.util.LRUCache
 
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(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
Removes a host from the masters hosts list.
removeMasterHost(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
removeMasterHost(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
removeMasterHost(String, boolean) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
 
removeMasterHost(String, boolean) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
Removes a host from the masters hosts list.
removeMasterHost(String, boolean) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
removeMasterHost(String, boolean) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
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.ReplicationGroupManager
 
removeMasterHost(String, String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
 
removeMasterHost(String, String, boolean) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
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
 
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
 
removeSlave(String) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
 
removeSlave(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
removeSlave(String) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
removeSlave(String, boolean) - 接口 中的方法com.mysql.cj.jdbc.ha.ReplicationConnection
 
removeSlave(String, boolean) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
removeSlave(String, boolean) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
 
removeSlaveHost(String, boolean) - 类 中的方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
Removes a host from the slaves hosts list.
removeSlaveHost(String, String) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
removeSlaveHost(String, String) - 类 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManager
 
removeSlaveHost(String, String) - 接口 中的方法com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
 
removeSlaveHost(String, String, boolean) - 类 中的静态方法com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
 
replaceLegacyPropertyValues(Map<String, String>) - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Some acceptable property values have changed in c/J 8.0 but old values remain hardcoded in a widely used software.
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 master, and another to one or more slaves, and decides to use master when the connection is not read-only, and use slave(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 master hosts, a list of slave hosts and a global set of properties instead of connection string parsing.
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.
REQUIRED - com.mysql.cj.conf.PropertyDefinitions.SslMode
 
REQUIRED - com.mysql.cj.conf.PropertyDefinitions.XdevapiSslMode
 
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.ClientPreparedQueryBindValue
 
reset() - 类 中的方法com.mysql.cj.conf.DefaultPropertySet
 
reset() - 接口 中的方法com.mysql.cj.conf.PropertySet
Reset all properties to their initial values.
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.ServerPreparedQueryBindValue
 
resetCancelledState() - 类 中的方法com.mysql.cj.AbstractQuery
 
resetCancelledState() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
resetCancelledState() - 接口 中的方法com.mysql.cj.Query
 
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.
resetServerState() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
resetServerState() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
resetServerState() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
Resets the server-side state of this connection.
resetToType(int, long) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindValue
Reset a bind value to be used for a new value of the given type.
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
 
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
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.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.
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?
retriesAllDown - com.mysql.cj.conf.PropertyKey
 
retrieveGeneratedKeys - 类 中的变量com.mysql.cj.jdbc.StatementImpl
 
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.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(Savepoint) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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().
rollbackOnPooledClose - com.mysql.cj.conf.PropertyKey
 
ROUND - com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior
 
roundRobinStatsMap - 类 中的静态变量com.mysql.cj.jdbc.ConnectionImpl
 
Row - com.mysql.cj.result中的接口
 
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
 
rowFromServer - 类 中的变量com.mysql.cj.protocol.a.result.AbstractBufferRow
 
rowInserted() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
rowInserted() - 类 中的方法com.mysql.cj.jdbc.result.UpdatableResultSet
 
RowList - com.mysql.cj.result中的接口
A list of Rows.
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
 
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.
sawVariableUse() - 类 中的方法com.mysql.cj.util.EscapeTokenizer
Returns true if a variable reference was found.
scanForAndThrowDataTruncation() - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
SCHEMA - com.mysql.cj.conf.PropertyDefinitions.DatabaseTerm
 
schemaExists(String) - 接口 中的方法com.mysql.cj.DataStoreMetadata
 
schemaExists(String) - 类 中的方法com.mysql.cj.DataStoreMetadataImpl
 
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.
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.
SEARCH_MODE__ALL - 类 中的静态变量com.mysql.cj.util.StringUtils
Full search mode: allow backslash escape, skip between markers, skip block comments, skip line comments and skip white space.
SEARCH_MODE__BSESC_COM_WS - 类 中的静态变量com.mysql.cj.util.StringUtils
Search mode: allow backslash escape, skip block comments, skip line comments and skip white space.
SEARCH_MODE__BSESC_MRK_WS - 类 中的静态变量com.mysql.cj.util.StringUtils
Search mode: allow backslash escape, skip between markers and skip white space.
SEARCH_MODE__COM_WS - 类 中的静态变量com.mysql.cj.util.StringUtils
Search mode: skip block comments, skip line comments and skip white space.
SEARCH_MODE__MRK_COM_WS - 类 中的静态变量com.mysql.cj.util.StringUtils
Search mode: skip between markers, skip block comments, skip line comments and skip white space.
SEARCH_MODE__MRK_WS - 类 中的静态变量com.mysql.cj.util.StringUtils
Search mode: skip between markers and skip white space.
SEARCH_MODE__NONE - 类 中的静态变量com.mysql.cj.util.StringUtils
Empty search mode.
secondsBeforeRetryMaster - 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.
seed - 类 中的变量com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
 
seed - 类 中的变量com.mysql.cj.protocol.a.NativeAuthenticationProvider
 
SEED_LENGTH - 类 中的静态变量com.mysql.cj.protocol.a.NativeConstants
 
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(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.
sendCommand(NativePacketPayload, boolean, int) - 类 中的方法com.mysql.cj.NativeSession
 
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.
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.AbstractQueryBindings
 
sendFractionalSeconds - 类 中的变量com.mysql.cj.jdbc.StatementImpl
 
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.
serializeAsCharacterStream() - 类 中的方法com.mysql.cj.jdbc.MysqlSQLXML
 
serializeAsString() - 类 中的方法com.mysql.cj.jdbc.MysqlSQLXML
 
SerializingBufferWriter - com.mysql.cj.protocol中的类
A layer over AsynchronousSocketChannel that serializes all incoming write requests.
SerializingBufferWriter(AsynchronousSocketChannel) - 类 的构造器com.mysql.cj.protocol.SerializingBufferWriter
 
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_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
 
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).
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
 
ServerPreparedQueryBindings - com.mysql.cj中的类
 
ServerPreparedQueryBindings(int, Session) - 类 的构造器com.mysql.cj.ServerPreparedQueryBindings
 
ServerPreparedQueryBindValue - com.mysql.cj中的类
 
ServerPreparedQueryBindValue(TimeZone) - 类 的构造器com.mysql.cj.ServerPreparedQueryBindValue
 
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.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.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.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.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.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.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.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.
serverSupportsFracSecs() - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
serverSupportsFracSecs() - 接口 中的方法com.mysql.cj.protocol.ServerCapabilities
 
serverTimezone - com.mysql.cj.conf.PropertyKey
 
ServerVersion - com.mysql.cj中的类
A server version.
ServerVersion(int, int, int) - 类 的构造器com.mysql.cj.ServerVersion
 
ServerVersion(String, int, int, int) - 类 的构造器com.mysql.cj.ServerVersion
 
session - 类 中的变量com.mysql.cj.AbstractQuery
 
session - 类 中的变量com.mysql.cj.AbstractQueryBindings
 
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中的接口
Session exposes logical level which user API uses internally to call Protocol methods.
Session.SessionEventListener - com.mysql.cj中的接口
 
sessionMaxRows - 类 中的变量com.mysql.cj.CoreSession
The max-rows setting for current session
sessionVariables - com.mysql.cj.conf.PropertyKey
 
SET - com.mysql.cj.MysqlType
SET('value1','value2',...)
setArray(int, Array) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setAsciiStream(int, InputStream) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setAsciiStream(int, InputStream) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setAsciiStream(int, InputStream) - 接口 中的方法com.mysql.cj.QueryBindings
 
setAsciiStream(int, InputStream) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setAsciiStream(int, InputStream, int) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setAsciiStream(int, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setAsciiStream(int, InputStream, int) - 接口 中的方法com.mysql.cj.QueryBindings
 
setAsciiStream(int, InputStream, int) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setAsciiStream(int, InputStream, long) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setAsciiStream(int, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setAsciiStream(int, InputStream, long) - 接口 中的方法com.mysql.cj.QueryBindings
 
setAsciiStream(int, InputStream, long) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setAsciiStream(long) - 类 中的方法com.mysql.cj.jdbc.Clob
 
setAsciiStream(String, InputStream) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setAsciiStream(String, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setAsciiStream(String, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
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 cJ before first nextAuthenticationStep call.
setAuthPluginDataLength(int) - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
setAutoCommit(boolean) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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
 
setBatchCommandIndex(int) - 类 中的方法com.mysql.cj.AbstractPreparedQuery
 
setBatchCommandIndex(int) - 接口 中的方法com.mysql.cj.PreparedQuery
 
setBigDecimal(int, BigDecimal) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setBigDecimal(int, BigDecimal) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBigDecimal(int, BigDecimal) - 接口 中的方法com.mysql.cj.QueryBindings
 
setBigDecimal(int, BigDecimal) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setBigDecimal(String, BigDecimal) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setBigInteger(int, BigInteger) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setBigInteger(int, BigInteger) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBigInteger(int, BigInteger) - 接口 中的方法com.mysql.cj.jdbc.JdbcPreparedStatement
 
setBigInteger(int, BigInteger) - 接口 中的方法com.mysql.cj.QueryBindings
 
setBigInteger(int, BigInteger) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setBinary() - 类 中的方法com.mysql.cj.result.Field
 
setBinaryStream() - 类 中的方法com.mysql.cj.jdbc.MysqlSQLXML
 
setBinaryStream(int, InputStream) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setBinaryStream(int, InputStream) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBinaryStream(int, InputStream) - 接口 中的方法com.mysql.cj.QueryBindings
 
setBinaryStream(int, InputStream) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setBinaryStream(int, InputStream, int) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setBinaryStream(int, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBinaryStream(int, InputStream, int) - 接口 中的方法com.mysql.cj.QueryBindings
 
setBinaryStream(int, InputStream, int) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setBinaryStream(int, InputStream, long) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setBinaryStream(int, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBinaryStream(int, InputStream, long) - 接口 中的方法com.mysql.cj.QueryBindings
 
setBinaryStream(int, InputStream, long) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
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, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setBinaryStream(String, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setBindValues(T[]) - 类 中的方法com.mysql.cj.AbstractQueryBindings
 
setBindValues(T[]) - 接口 中的方法com.mysql.cj.QueryBindings
 
setBlob() - 类 中的方法com.mysql.cj.result.Field
 
setBlob(int, InputStream) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setBlob(int, InputStream) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBlob(int, InputStream) - 接口 中的方法com.mysql.cj.QueryBindings
 
setBlob(int, InputStream) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setBlob(int, InputStream, long) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setBlob(int, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBlob(int, InputStream, long) - 接口 中的方法com.mysql.cj.QueryBindings
 
setBlob(int, InputStream, long) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setBlob(int, Blob) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setBlob(int, Blob) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBlob(int, Blob) - 接口 中的方法com.mysql.cj.QueryBindings
 
setBlob(int, Blob) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setBlob(String, InputStream) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setBlob(String, InputStream, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setBlob(String, Blob) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setBoolean(int, boolean) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setBoolean(int, boolean) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBoolean(int, boolean) - 接口 中的方法com.mysql.cj.QueryBindings
 
setBoolean(int, boolean) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setBoolean(String, boolean) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setByte(int, byte) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setByte(int, byte) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setByte(int, byte) - 接口 中的方法com.mysql.cj.QueryBindings
 
setByte(int, byte) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setByte(String, byte) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
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.ClientPreparedQueryBindings
 
setBytes(int, byte[]) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
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.QueryBindings
 
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[]) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setBytes(int, byte[], boolean, boolean) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setBytes(int, byte[], boolean, boolean) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBytes(int, byte[], boolean, boolean) - 接口 中的方法com.mysql.cj.jdbc.JdbcPreparedStatement
 
setBytes(int, byte[], boolean, boolean) - 接口 中的方法com.mysql.cj.QueryBindings
 
setBytes(int, byte[], boolean, boolean) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
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
 
setBytesNoEscape(int, byte[]) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setBytesNoEscape(int, byte[]) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBytesNoEscape(int, byte[]) - 接口 中的方法com.mysql.cj.jdbc.JdbcPreparedStatement
Used by updatable result sets for refreshRow() because the parameter has already been escaped for updater or inserter prepared statements.
setBytesNoEscape(int, byte[]) - 接口 中的方法com.mysql.cj.QueryBindings
 
setBytesNoEscape(int, byte[]) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setBytesNoEscapeNoQuotes(int, byte[]) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setBytesNoEscapeNoQuotes(int, byte[]) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setBytesNoEscapeNoQuotes(int, byte[]) - 接口 中的方法com.mysql.cj.jdbc.JdbcPreparedStatement
 
setBytesNoEscapeNoQuotes(int, byte[]) - 接口 中的方法com.mysql.cj.QueryBindings
 
setBytesNoEscapeNoQuotes(int, byte[]) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setByteValue(byte[]) - 接口 中的方法com.mysql.cj.BindValue
 
setByteValue(byte[]) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindValue
 
setCancelStatus(Query.CancelStatus) - 类 中的方法com.mysql.cj.AbstractQuery
 
setCancelStatus(Query.CancelStatus) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setCancelStatus(Query.CancelStatus) - 接口 中的方法com.mysql.cj.Query
 
setCapabilities(ServerCapabilities) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setCapabilities(ServerCapabilities) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
setCapabilityFlags(int) - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
setCapabilityFlags(int) - 接口 中的方法com.mysql.cj.protocol.ServerCapabilities
 
setCatalog(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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
 
setChannel(AsynchronousSocketChannel) - 类 中的方法com.mysql.cj.protocol.SerializingBufferWriter
Allow overwriting the channel once the writer has been established.
setCharacterSetMetadata(String) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setCharacterSetMetadata(String) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
setCharacterSetResultsOnServer(String) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setCharacterSetResultsOnServer(String) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
setCharacterStream() - 类 中的方法com.mysql.cj.jdbc.MysqlSQLXML
 
setCharacterStream(int, Reader) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setCharacterStream(int, Reader) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setCharacterStream(int, Reader) - 接口 中的方法com.mysql.cj.QueryBindings
 
setCharacterStream(int, Reader) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setCharacterStream(int, Reader, int) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setCharacterStream(int, Reader, int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setCharacterStream(int, Reader, int) - 接口 中的方法com.mysql.cj.QueryBindings
 
setCharacterStream(int, Reader, int) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setCharacterStream(int, Reader, long) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setCharacterStream(int, Reader, long) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setCharacterStream(int, Reader, long) - 接口 中的方法com.mysql.cj.QueryBindings
 
setCharacterStream(int, Reader, long) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setCharacterStream(long) - 类 中的方法com.mysql.cj.jdbc.Clob
 
setCharacterStream(String, Reader) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setCharacterStream(String, Reader, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setCharacterStream(String, Reader, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
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.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, Properties) - 接口 中的方法com.mysql.cj.jdbc.ClientInfoProvider
Sets the client info for the connection that this provider instance belongs to.
setClientInfo(Properties) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setClientInfo(Properties) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setClientParam(long) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setClientParam(long) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
setClob(int, Reader) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setClob(int, Reader) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setClob(int, Reader) - 接口 中的方法com.mysql.cj.QueryBindings
 
setClob(int, Reader) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setClob(int, Reader, long) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setClob(int, Reader, long) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setClob(int, Reader, long) - 接口 中的方法com.mysql.cj.QueryBindings
 
setClob(int, Reader, long) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setClob(int, Clob) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setClob(int, Clob) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setClob(int, Clob) - 接口 中的方法com.mysql.cj.QueryBindings
 
setClob(int, Clob) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setClob(String, Reader) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setClob(String, Reader, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setClob(String, Clob) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setClosed(boolean) - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
setColumnDefinition(ColumnDefinition) - 类 中的方法com.mysql.cj.AbstractQueryBindings
 
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
 
setConnectionCreationTimeMillis(long) - 类 中的方法com.mysql.cj.NativeSession
 
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.
setCursorName(String) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setDatabase(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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.
setDataSize(int) - 异常错误 中的方法com.mysql.cj.exceptions.DataTruncationException
 
setDate(int, Date) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setDate(int, Date) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setDate(int, Date) - 接口 中的方法com.mysql.cj.QueryBindings
 
setDate(int, Date) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setDate(int, Date, Calendar) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setDate(int, Date, Calendar) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setDate(int, Date, Calendar) - 接口 中的方法com.mysql.cj.QueryBindings
 
setDate(int, Date, Calendar) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setDate(String, Date) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setDate(String, Date, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setDay(int) - 类 中的方法com.mysql.cj.protocol.InternalDate
 
setDefaultTimeZone(TimeZone) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setDefaultTimeZone(TimeZone) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
setDefaultValue(T) - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
setDescription(String) - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
setDouble(int, double) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setDouble(int, double) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setDouble(int, double) - 接口 中的方法com.mysql.cj.QueryBindings
 
setDouble(int, double) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setDouble(String, double) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setEncoding(String, ServerVersion) - 类 中的方法com.mysql.cj.result.Field
 
setErrorMessageEncoding(String) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setErrorMessageEncoding(String) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
setEscapeProcessing(boolean) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setExceptionInterceptor(ExceptionInterceptor) - 类 中的方法com.mysql.cj.CoreSession
 
setExceptionInterceptor(ExceptionInterceptor) - 接口 中的方法com.mysql.cj.Session
 
setFailedOver(boolean) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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
 
setFetchSize(int) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
 
setFetchSize(int) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setFields(Field[]) - 接口 中的方法com.mysql.cj.protocol.ColumnDefinition
 
setFields(Field[]) - 类 中的方法com.mysql.cj.result.DefaultColumnDefinition
 
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(short) - 类 中的方法com.mysql.cj.result.Field
 
setFloat(int, float) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setFloat(int, float) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setFloat(int, float) - 接口 中的方法com.mysql.cj.QueryBindings
 
setFloat(int, float) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setFloat(String, float) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setForceClosedReason(Throwable) - 类 中的方法com.mysql.cj.NativeSession
 
setFullColumnNameToIndex(Map<String, Integer>) - 接口 中的方法com.mysql.cj.protocol.ColumnDefinition
 
setFullColumnNameToIndex(Map<String, Integer>) - 类 中的方法com.mysql.cj.result.DefaultColumnDefinition
 
setHadWarnings(boolean) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
setHasLongColumnInfo(boolean) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setHasLongColumnInfo(boolean) - 接口 中的方法com.mysql.cj.protocol.ServerSession
Does the server send back extra column info?
setHoldability(int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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
 
setIndex(int) - 异常错误 中的方法com.mysql.cj.exceptions.DataTruncationException
 
setInfo(String) - 类 中的方法com.mysql.cj.protocol.a.result.OkPacket
 
setInGlobalTx(boolean) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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.
setInitialHandshakePacket(NativePacketPayload) - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
setInt(int, int) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setInt(int, int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setInt(int, int) - 接口 中的方法com.mysql.cj.QueryBindings
 
setInt(int, int) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setInt(String, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setIsStream(boolean) - 接口 中的方法com.mysql.cj.BindValue
 
setIsStream(boolean) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindValue
 
setLargeMaxRows(long) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setLoadDataQuery(boolean) - 类 中的方法com.mysql.cj.AbstractQueryBindings
 
setLoadDataQuery(boolean) - 接口 中的方法com.mysql.cj.QueryBindings
 
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.
setLong(int, long) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setLong(int, long) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setLong(int, long) - 接口 中的方法com.mysql.cj.QueryBindings
 
setLong(int, long) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setLong(String, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setLongParameterSwitchDetected(boolean) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setLowerBound(int) - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
setMaxAllowedPacket(int) - 接口 中的方法com.mysql.cj.protocol.MessageSender
Set max allowed packet size.
setMaxFieldSize(int) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
setMaxPacketDumpLength(int) - 类 中的方法com.mysql.cj.protocol.a.DebugBufferingPacketSender
 
setMaxRows(int) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
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.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
 
setMetadataCollationIndex(int) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setMetadataCollationIndex(int) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
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
 
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.ClientPreparedQueryBindValue
 
setMysqlType(MysqlType) - 类 中的方法com.mysql.cj.result.Field
 
setMysqlTypeId(int) - 类 中的方法com.mysql.cj.result.Field
 
setNanos(int) - 类 中的方法com.mysql.cj.protocol.InternalTime
 
setNanos(int) - 类 中的方法com.mysql.cj.protocol.InternalTimestamp
 
setNCharacterStream(int, Reader) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setNCharacterStream(int, Reader) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setNCharacterStream(int, Reader) - 接口 中的方法com.mysql.cj.QueryBindings
 
setNCharacterStream(int, Reader) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setNCharacterStream(int, Reader, long) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setNCharacterStream(int, Reader, long) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setNCharacterStream(int, Reader, long) - 接口 中的方法com.mysql.cj.QueryBindings
 
setNCharacterStream(int, Reader, long) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setNCharacterStream(String, Reader) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setNCharacterStream(String, Reader, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setNClob(int, Reader) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setNClob(int, Reader) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setNClob(int, Reader) - 接口 中的方法com.mysql.cj.QueryBindings
 
setNClob(int, Reader) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setNClob(int, Reader, long) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setNClob(int, Reader, long) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setNClob(int, Reader, long) - 接口 中的方法com.mysql.cj.QueryBindings
 
setNClob(int, Reader, long) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setNClob(int, NClob) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setNClob(int, NClob) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setNClob(int, NClob) - 接口 中的方法com.mysql.cj.QueryBindings
 
setNClob(int, NClob) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setNClob(String, Reader) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setNClob(String, Reader, long) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setNClob(String, NClob) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setNeedsPing(boolean) - 类 中的方法com.mysql.cj.NativeSession
 
setNetworkTimeout(Executor, int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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.ClientPreparedQueryBindings
 
setNString(int, String) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
Set a parameter to a Java String value.
setNString(int, String) - 接口 中的方法com.mysql.cj.QueryBindings
 
setNString(int, String) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setNString(String, String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setNull(boolean) - 接口 中的方法com.mysql.cj.BindValue
 
setNull(boolean) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindValue
 
setNull(int) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setNull(int) - 接口 中的方法com.mysql.cj.QueryBindings
 
setNull(int) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setNull(int, int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setNull(int, int, String) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
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, String) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setNumberOfExecutions(int) - 类 中的方法com.mysql.cj.AbstractQueryBindings
 
setNumberOfExecutions(int) - 接口 中的方法com.mysql.cj.QueryBindings
 
setObject(int, Object) - 类 中的方法com.mysql.cj.AbstractQueryBindings
 
setObject(int, Object) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setObject(int, Object) - 接口 中的方法com.mysql.cj.QueryBindings
 
setObject(int, Object, int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setObject(int, Object, int, int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setObject(int, Object, MysqlType) - 类 中的方法com.mysql.cj.AbstractQueryBindings
 
setObject(int, Object, MysqlType) - 接口 中的方法com.mysql.cj.QueryBindings
 
setObject(int, Object, MysqlType, int) - 类 中的方法com.mysql.cj.AbstractQueryBindings
Set the value of a parameter using an object; use the java.lang equivalent objects for integral values.
setObject(int, Object, MysqlType, int) - 接口 中的方法com.mysql.cj.QueryBindings
 
setObject(int, Object, SQLType) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setObject(int, Object, SQLType, int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setObject(String, Object) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setObject(String, Object, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setObject(String, Object, int, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setObject(String, Object, SQLType) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setObject(String, Object, SQLType, int) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setOldStatusFlags(int) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setOldStatusFlags(int) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
setOneBatchedParameterSet(PreparedStatement, int, Object) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setOneBatchedParameterSet(PreparedStatement, int, Object) - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
setOption(SocketOption<T>, T) - 类 中的方法com.mysql.cj.protocol.TlsAsynchronousSocketChannel
 
setOrder(int) - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
setOrigByteValue(byte[]) - 接口 中的方法com.mysql.cj.BindValue
 
setOrigByteValue(byte[]) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindValue
 
setOriginalSql(String) - 类 中的方法com.mysql.cj.AbstractPreparedQuery
 
setOriginalSql(String) - 接口 中的方法com.mysql.cj.PreparedQuery
 
setOrigValue(int, byte[]) - 类 中的方法com.mysql.cj.AbstractQueryBindings
 
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
 
setParameter(boolean) - 异常错误 中的方法com.mysql.cj.exceptions.DataTruncationException
 
setParameterCount(int) - 类 中的方法com.mysql.cj.AbstractPreparedQuery
 
setParameterCount(int) - 接口 中的方法com.mysql.cj.PreparedQuery
 
setParameterFields(Field[]) - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
setParseInfo(ParseInfo) - 类 中的方法com.mysql.cj.AbstractPreparedQuery
 
setParseInfo(ParseInfo) - 接口 中的方法com.mysql.cj.PreparedQuery
 
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
 
setPosition(int) - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
Set the current position to write to/ read from
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
 
setProtocolVersion(byte) - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
setProxy(JdbcConnection) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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(T) - 类 中的方法com.mysql.cj.AbstractPreparedQuery
 
setQueryBindings(T) - 接口 中的方法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.
setQueryInterceptors(List<QueryInterceptor>) - 类 中的方法com.mysql.cj.NativeSession
 
setQueryInterceptors(List<QueryInterceptor>) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
setQueryTimeout(int) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
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.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.ha.MultiHostMySQLConnection
 
setReadOnlyInternal(boolean) - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
setRef(int, Ref) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
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
 
setRowId(int, RowId) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setRowId(String, RowId) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setRuntimeModifiable(boolean) - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
setSavepoint() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setSavepoint() - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setSavepoint(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setSavepoint(String) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setScale(int) - 类 中的方法com.mysql.cj.protocol.InternalTime
 
setScale(int) - 类 中的方法com.mysql.cj.protocol.InternalTimestamp
 
setSchema(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setSchema(String) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setSeconds(int) - 类 中的方法com.mysql.cj.protocol.InternalTime
 
setSeconds(int) - 类 中的方法com.mysql.cj.protocol.InternalTimestamp
 
setSeed(String) - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
setSerializableObject(int, Object) - 类 中的方法com.mysql.cj.AbstractQueryBindings
Sets the value for the placeholder as a serialized Java object (used by various forms of setObject()
setServerDefaultCollationIndex(int) - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
Stores collation index which server provided in handshake greeting packet.
setServerDefaultCollationIndex(int) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setServerDefaultCollationIndex(int) - 接口 中的方法com.mysql.cj.protocol.ServerSession
Stores collation index which server provided in handshake greeting packet.
setServerInfo(String) - 类 中的方法com.mysql.cj.jdbc.result.ResultSetImpl
Sets server info (if any)
setServerStatementId(long) - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
setServerThreadId(long) - 类 中的方法com.mysql.cj.protocol.a.TracingPacketSender
 
setServerTimeZone(TimeZone) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setServerTimeZone(TimeZone) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
setServerVariables(Map<String, String>) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setServerVariables(Map<String, String>) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
setServerVersion(ServerVersion) - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
setServerVersion(ServerVersion) - 接口 中的方法com.mysql.cj.protocol.ServerCapabilities
 
setSessionMaxRows(int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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
 
setSessionVariables() - 类 中的方法com.mysql.cj.NativeSession
 
setShort(int, short) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setShort(int, short) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setShort(int, short) - 接口 中的方法com.mysql.cj.QueryBindings
 
setShort(int, short) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setShort(String, short) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
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
 
setSQLState(String) - 异常错误 中的方法com.mysql.cj.exceptions.CJException
 
setSQLXML(int, SQLXML) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setSQLXML(String, SQLXML) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setStatementComment(String) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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.NativeCapabilities
 
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, boolean) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setStatusFlags(int, boolean) - 接口 中的方法com.mysql.cj.protocol.ServerSession
Sets new server status (from response)
setStreamingData(ResultsetRows) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
setStreamValue(InputStream, long) - 接口 中的方法com.mysql.cj.BindValue
 
setStreamValue(InputStream, long) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindValue
 
setString(int, String) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setString(int, String) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setString(int, String) - 接口 中的方法com.mysql.cj.QueryBindings
 
setString(int, String) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
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
 
setThreadId(long) - 类 中的方法com.mysql.cj.protocol.a.NativeCapabilities
 
setThreadId(long) - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
setThreadId(long) - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
setTime(int, Time) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setTime(int, Time) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setTime(int, Time) - 接口 中的方法com.mysql.cj.QueryBindings
 
setTime(int, Time) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setTime(int, Time, Calendar) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setTime(int, Time, Calendar) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setTime(int, Time, Calendar) - 接口 中的方法com.mysql.cj.QueryBindings
 
setTime(int, Time, Calendar) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setTime(String, Time) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setTime(String, Time, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
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.ClientPreparedQueryBindings
 
setTimestamp(int, Timestamp) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setTimestamp(int, Timestamp) - 接口 中的方法com.mysql.cj.QueryBindings
 
setTimestamp(int, Timestamp) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setTimestamp(int, Timestamp, Calendar) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setTimestamp(int, Timestamp, Calendar) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - 接口 中的方法com.mysql.cj.QueryBindings
 
setTimestamp(int, Timestamp, Calendar) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setTimestamp(int, Timestamp, Calendar, int) - 类 中的方法com.mysql.cj.ClientPreparedQueryBindings
 
setTimestamp(int, Timestamp, Calendar, int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setTimestamp(int, Timestamp, Calendar, int) - 接口 中的方法com.mysql.cj.QueryBindings
 
setTimestamp(int, Timestamp, Calendar, int) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindings
 
setTimestamp(String, Timestamp) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setTimestamp(String, Timestamp, Calendar) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setTransactionIsolation(int) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setTransactionIsolation(int) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setTransferSize(int) - 异常错误 中的方法com.mysql.cj.exceptions.DataTruncationException
 
setTransient(boolean) - 异常错误 中的方法com.mysql.cj.exceptions.CJException
 
setTypeMap(Map<String, Class<?>>) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
setTypeMap(Map<String, Class<?>>) - 类 中的方法com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
 
setUnicodeStream(int, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
已过时。
setUnicodeStream(int, InputStream, int) - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
已过时。
setUpdateCount(long) - 类 中的方法com.mysql.cj.protocol.a.result.OkPacket
 
setUpdateID(long) - 类 中的方法com.mysql.cj.protocol.a.result.OkPacket
 
setUpperBound(int) - 类 中的方法com.mysql.cj.conf.AbstractPropertyDefinition
 
setupPropertiesTransformer() - 类 中的方法com.mysql.cj.conf.ConnectionUrl
Sets up the ConnectionPropertiesTransform if one was provided.
setupStreamingTimeout(JdbcConnection) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
Adjust net_write_timeout to a higher value if we're streaming result sets.
setURL(int, URL) - 类 中的方法com.mysql.cj.jdbc.ClientPreparedStatement
 
setURL(int, URL) - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
setURL(String, URL) - 类 中的方法com.mysql.cj.jdbc.CallableStatement
 
setValue(int, byte[], MysqlType) - 类 中的方法com.mysql.cj.AbstractQueryBindings
 
setValue(int, byte[], MysqlType) - 接口 中的方法com.mysql.cj.QueryBindings
 
setValue(int, String, MysqlType) - 类 中的方法com.mysql.cj.AbstractQueryBindings
 
setValue(int, String, MysqlType) - 接口 中的方法com.mysql.cj.QueryBindings
 
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.
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.
setVendorCode(int) - 异常错误 中的方法com.mysql.cj.exceptions.CJException
 
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
 
SHA256_MEMORY - com.mysql.cj.conf.PropertyDefinitions.AuthMech
 
Sha256PasswordPlugin - com.mysql.cj.protocol.a.authentication中的类
 
Sha256PasswordPlugin() - 类 的构造器com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
 
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.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.
shutdownInput() - 类 中的方法com.mysql.cj.protocol.TlsAsynchronousSocketChannel
 
shutdownOutput() - 类 中的方法com.mysql.cj.protocol.TlsAsynchronousSocketChannel
 
shutdownServer() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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
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.
size() - 类 中的方法com.mysql.cj.protocol.a.result.ResultsetRowsStatic
 
size() - 接口 中的方法com.mysql.cj.protocol.WatchableStream
 
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_BETWEEN_MARKERS - com.mysql.cj.util.StringUtils.SearchMode
 
SKIP_BLOCK_COMMENTS - com.mysql.cj.util.StringUtils.SearchMode
 
SKIP_LINE_COMMENTS - com.mysql.cj.util.StringUtils.SearchMode
 
SKIP_WHITE_SPACE - com.mysql.cj.util.StringUtils.SearchMode
 
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
 
SLAVES - com.mysql.cj.conf.HostsListView
 
slavesConnection - 类 中的变量com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
 
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_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
 
SocksProxySocketFactory - com.mysql.cj.protocol中的类
A socket factory used to create sockets connecting through a SOCKS proxy.
SocksProxySocketFactory() - 类 的构造器com.mysql.cj.protocol.SocksProxySocketFactory
 
sortSrvRecords(List<DnsSrv.SrvRecord>) - 类 中的静态方法com.mysql.cj.util.DnsSrv
Sort a list of DNS SRV records according to the sorting rules described in rfc2782.
SPACE_STAR_SLASH_SPACE_AS_BYTES - 类 中的静态变量com.mysql.cj.Constants
 
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<StringUtils.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<StringUtils.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_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_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
 
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
 
SqlTimestampValueFactory - com.mysql.cj.result中的类
Value factory to create Timestamp instances.
SqlTimestampValueFactory(PropertySet, Calendar, TimeZone) - 类 的构造器com.mysql.cj.result.SqlTimestampValueFactory
 
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
 
SrvRecord(int, int, int, String) - 类 的构造器com.mysql.cj.util.DnsSrv.SrvRecord
 
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.protocol.MessageReader
Start reading messages reader from the provided channel.
startQueryTimer(Query, int) - 类 中的方法com.mysql.cj.AbstractQuery
 
startQueryTimer(Query, int) - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
startQueryTimer(Query, int) - 接口 中的方法com.mysql.cj.Query
 
startsWithIgnoreCase(String, int, String) - 类 中的静态方法com.mysql.cj.util.StringUtils
Determines whether or not the string 'searchIn' contains the string 'searchFor', dis-regarding case starting at 'startAt' Shorthand for a String.regionMatch(...)
startsWithIgnoreCase(String, String) - 类 中的静态方法com.mysql.cj.util.StringUtils
Determines whether or not the string 'searchIn' contains the string 'searchFor', dis-regarding case.
startsWithIgnoreCaseAndNonAlphaNumeric(String, String) - 类 中的静态方法com.mysql.cj.util.StringUtils
Determines whether or not the string 'searchIn' contains 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' contains 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
startTlsOnAsynchronousChannel(AsynchronousSocketChannel, SocketConnection) - 类 中的静态方法com.mysql.cj.protocol.ExportControlled
 
statementBegins() - 类 中的方法com.mysql.cj.AbstractQuery
 
statementBegins() - 类 中的方法com.mysql.cj.jdbc.StatementImpl
 
statementBegins() - 接口 中的方法com.mysql.cj.Query
 
statementBegins() - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
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
 
stop() - 类 中的方法com.mysql.cj.protocol.a.CompressedPacketSender
Shut down this packet sender and deallocate any resources.
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
 
storeBinding(NativePacketPayload, boolean, String, ExceptionInterceptor) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindValue
 
storeReader(int, NativePacketPayload, Reader) - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
storesLowerCaseIdentifiers() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
storesLowerCaseTableName() - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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
 
storesMixedCaseIdentifiers() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
storeStream(int, NativePacketPayload, InputStream) - 类 中的方法com.mysql.cj.ServerPreparedQuery
 
storesUpperCaseIdentifiers() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - 类 中的方法com.mysql.cj.jdbc.DatabaseMetaData
 
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
StreamingNotifiable - com.mysql.cj.exceptions中的接口
 
streamLength - 类 中的变量com.mysql.cj.ClientPreparedQueryBindValue
 
strictUpdates - com.mysql.cj.conf.PropertyKey
 
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.
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
StringUtils() - 类 的构造器com.mysql.cj.util.StringUtils
 
StringUtils.SearchMode - com.mysql.cj.util中的枚举
 
StringValueFactory - com.mysql.cj.result中的类
A ValueFactory implementation to create strings.
StringValueFactory(PropertySet) - 类 的构造器com.mysql.cj.result.StringValueFactory
 
stripComments(String, String, String, boolean, boolean, boolean, boolean) - 类 中的静态方法com.mysql.cj.util.StringUtils
Returns the given string, with comments removed
stripEnclosure(byte[], String, String) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
supportedOptions() - 类 中的方法com.mysql.cj.protocol.TlsAsynchronousSocketChannel
 
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
 
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
 
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
 
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_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_disable_multihost_tests - 类 中的静态变量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_admin - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
SYSP_testsuite_url_cluster - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
SYSP_testsuite_url_mysqlx - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
SYSP_testsuite_url_mysqlx_openssl - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
 
SYSP_testsuite_url_openssl - 类 中的静态变量com.mysql.cj.conf.PropertyDefinitions
Connection string to server compiled with OpenSSL
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.jdbc.DatabaseMetaData.TableType
 
TABLE_AS_BYTES - 类 中的静态变量com.mysql.cj.jdbc.DatabaseMetaData
 
tableExists(String, String) - 接口 中的方法com.mysql.cj.DataStoreMetadata
 
tableExists(String, String) - 类 中的方法com.mysql.cj.DataStoreMetadataImpl
 
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
 
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.ha.MultiHostMySQLConnection
 
throwConnectionClosedException() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
TIME - com.mysql.cj.MysqlType
TIME[(fsp)] A time.
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'.
timeoutInMillis - 类 中的变量com.mysql.cj.AbstractQuery
The timeout for a query
TIMESTAMP - com.mysql.cj.MysqlType
TIMESTAMP[(fsp)] A timestamp.
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中的类
Timezone 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_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.
TlsAsynchronousSocketChannel - com.mysql.cj.protocol中的类
FilterInputStream-esque byte channel that decrypts incoming packets.
TlsAsynchronousSocketChannel(AsynchronousSocketChannel, SSLEngine) - 类 的构造器com.mysql.cj.protocol.TlsAsynchronousSocketChannel
Create a new decrypting input stream.
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.
toByteArray() - 接口 中的方法com.mysql.cj.protocol.WatchableStream
 
toHexString(byte[], int) - 类 中的静态方法com.mysql.cj.util.StringUtils
Converts the given byte array into Hex String, stopping at given length.
toString() - 类 中的方法com.mysql.cj.AppendingBatchVisitor
 
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.result.ResultSetImpl
 
toString() - 类 中的方法com.mysql.cj.jdbc.result.ResultSetMetaData
 
toString() - 类 中的方法com.mysql.cj.jdbc.ServerPreparedStatement
 
toString() - 类 中的方法com.mysql.cj.protocol.a.NativePacketPayload
 
toString() - 类 中的方法com.mysql.cj.result.Field
 
toString() - 类 中的方法com.mysql.cj.ServerPreparedQueryBindValue
 
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(boolean) - 类 中的方法com.mysql.cj.ServerPreparedQueryBindValue
 
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.
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.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.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
 
treatUtilDateAsTimestamp - com.mysql.cj.conf.PropertyKey
 
TRUE - com.mysql.cj.conf.BooleanPropertyDefinition.AllowableValues
 
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(Timestamp) - 类 中的静态方法com.mysql.cj.util.TimeUtil
 
trustCertificateKeyStorePassword - com.mysql.cj.conf.PropertyKey
 
trustCertificateKeyStoreType - com.mysql.cj.conf.PropertyKey
 
trustCertificateKeyStoreUrl - com.mysql.cj.conf.PropertyKey
 
type - 类 中的变量com.mysql.cj.conf.ConnectionUrl
 
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_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

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.
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.
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.
unpackField(NativePacketPayload, String) - 类 中的方法com.mysql.cj.protocol.a.ColumnDefinitionReader
Unpacks the Field information from the given packet.
unquoteBytes(byte[]) - 类 中的静态方法com.mysql.cj.util.StringUtils
 
unQuoteIdentifier(String, String) - 类 中的静态方法com.mysql.cj.util.StringUtils
Trims identifier, removes quote chars from first and last positions and replaces double occurrences of quote char from entire identifier, i.e converts quoted identifier into form as it is stored in database.
unregisterStatement(JdbcStatement) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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.ha.MultiHostMySQLConnection
 
unSafeQueryInterceptors() - 接口 中的方法com.mysql.cj.jdbc.JdbcConnection
 
unsetStreamingData(ResultsetRows) - 类 中的方法com.mysql.cj.protocol.a.NativeProtocol
 
unsupported(String) - 类 中的方法com.mysql.cj.result.DefaultValueFactory
 
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(Class<T>) - 类 中的方法com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
 
unwrap(Class<T>) - 类 中的方法com.mysql.cj.jdbc.ConnectionImpl
 
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.MysqlParameterMetadata
 
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
 
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.
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.
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
 
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
 
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
 
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
 
useAffectedRows - com.mysql.cj.conf.PropertyKey
 
useAnsiQuotedIdentifiers() - 类 中的方法com.mysql.cj.protocol.a.NativeServerSession
 
useAnsiQuotedIdentifiers() - 接口 中的方法com.mysql.cj.protocol.ServerSession
 
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
 
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.conf.PropertyKey
The database user name.
useReadAheadInput - com.mysql.cj.conf.PropertyKey
 
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.AbstractPreparedQuery
 
useStreamLengthsInPrepStmts - 类 中的变量com.mysql.cj.AbstractQueryBindings
 
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?
UTF8MB4_INDEXES - 类 中的静态变量com.mysql.cj.CharsetMapping
 
Util - com.mysql.cj.util中的类
Various utility methods for the driver.
Util() - 类 的构造器com.mysql.cj.util.Util
 

V

value - 类 中的变量com.mysql.cj.ClientPreparedQueryBindValue
The value to store
value - 类 中的变量com.mysql.cj.conf.AbstractRuntimeProperty
 
value - 类 中的变量com.mysql.cj.util.Base64Decoder.IntWrapper
 
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.
ValueFactory<T> - com.mysql.cj.result中的接口
A class implements the ValueFactory<T> interface to create value instances from intermediate forms.
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.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.Resultset.Concurrency
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.protocol.Resultset.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.Query.CancelStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.mysql.cj.util.StringUtils.SearchMode
返回带有指定名称的该类型的枚举常量。
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.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.Resultset.Concurrency
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.protocol.Resultset.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.Query.CancelStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.mysql.cj.util.StringUtils.SearchMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
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.
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
 
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.Session
Does the version of the MySQL server we are connected to meet the given minimums?
VIEW - com.mysql.cj.jdbc.DatabaseMetaData.TableType
 
VIEW_AS_BYTES - 类 中的静态变量com.mysql.cj.jdbc.DatabaseMetaData
 

W

WARN_COND_ITEM_TRUNCATED - 类 中的静态变量com.mysql.cj.exceptions.MysqlErrorNumbers
 
WARN_NO_MASTER_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
 
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
 
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.result.ResultSetImpl
 
wasNull() - 类 中的方法com.mysql.cj.protocol.result.AbstractResultsetRow
 
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
 
wildCompareIgnoreCase(String, String) - 类 中的静态方法com.mysql.cj.util.StringUtils
Compares searchIn against searchForWildcard with wildcards, in a case insensitive manner.
wrapperStatement - 类 中的变量com.mysql.cj.jdbc.result.ResultSetImpl
 
write(byte[], int, int) - 接口 中的方法com.mysql.cj.protocol.WatchableStream
 
write(ByteBuffer) - 类 中的方法com.mysql.cj.protocol.TlsAsynchronousSocketChannel
Unused.
write(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler<Long, ? super A>) - 类 中的方法com.mysql.cj.protocol.TlsAsynchronousSocketChannel
Handle a request to write an array of buffers to the channel.
write(ByteBuffer, long, TimeUnit, A, CompletionHandler<Integer, ? super A>) - 类 中的方法com.mysql.cj.protocol.TlsAsynchronousSocketChannel
 
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.
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.
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
 
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
 
xdevapiConnectionAttributes - com.mysql.cj.conf.PropertyKey
 
xdevapiConnectTimeout - com.mysql.cj.conf.PropertyKey
 
xdevapiDnsSrv - com.mysql.cj.conf.PropertyKey
 
xdevapiSSLMode - com.mysql.cj.conf.PropertyKey
 
xdevapiSSLTrustStorePassword - com.mysql.cj.conf.PropertyKey
 
xdevapiSSLTrustStoreType - com.mysql.cj.conf.PropertyKey
 
xdevapiSSLTrustStoreUrl - com.mysql.cj.conf.PropertyKey
 
xdevapiTlsCiphersuites - com.mysql.cj.conf.PropertyKey
 
xdevapiTlsVersions - com.mysql.cj.conf.PropertyKey
 
xdevapiUseAsyncProtocol - com.mysql.cj.conf.PropertyKey
 
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

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.result.ResultSetImpl
 
YES - com.mysql.cj.conf.BooleanPropertyDefinition.AllowableValues
 

Z

zeroDateTimeBehavior - com.mysql.cj.conf.PropertyKey
 
A B C D E F G H I J L M N O P Q R S T U V W X Y Z 
所有类 所有程序包